body{
	font-size:12px;
	font-weight:normal;
	color:#666;
	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";
	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;
    }
  }
}

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
	
html {
    scroll-behavior: smooth;
}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#666;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#E85298;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}

.header.yanse .toppic01{
	display: none;
}
.header.yanse .toppic02{
	display: inline-block;
}
.header.yanse.yanse01 .toppic01{
	display: inline-block;
}
.header.yanse.yanse01 .toppic02{
	display: none;
}

@media (min-width:1000px) {
	
	
.header.yanse{
	top:0rem;
	background: var(--60, rgba(255, 255, 255, 0.6));
	backdrop-filter: blur(12.5px);
}
.header.yanse.yanse01{
	width:100%;
	background: var(--0, rgba(255, 255, 255, 0));
	top:1.88rem;
	transition: all 0.6s;
	border-bottom:0px solid var(--10, rgba(0, 0, 0, 0.05));
	backdrop-filter: blur(0px);
}
.header.yanse.yanse01 .intop{
	padding:0 5.2vw;
}
.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 5.2vw;
}

.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:6.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:6.0rem;
	position:relative;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:15%;
	display: flex;
	align-items: center;
	height:6rem;
	min-width:9%;
	transition: all 0.6s;
	position:relative;
}
.logo img{
	height:5rem;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul>li{
	width:auto;
	font-size: 1.8rem;
	font-style: normal;
	
	line-height: normal;
	text-transform: uppercase;
	position:relative;
	display:flex;
	align-items: center;
	margin-right:2.5rem;
}
.innav ul>li.cur>a{
	color:#E85298;
}
.innav ul>li>a{
	width:auto;
	color:#666;
}
.innav ul>li>ol {
    width: 300%;
	border:1px solid #FEF0FF;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);*/
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	background: var(--60, rgba(255, 255, 255, 0.60));
	border-radius: 0.75rem;
    transform: scaleY(0);
    transition: all 0.6s;
    transform-origin: 50% 0;
	position: absolute;
	left: -100%;
	top:4rem;
	overflow:hidden;
}
.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.2rem;
	
	text-transform: none;
}

.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;
	padding: 0.5rem 0.5rem 0.5rem 2.5rem;
	border-radius: 0.75rem;
	border: 1px solid #FEF0FF;
	position:relative;
	z-index:3;
}
.top-r::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	content:'';
	display:inline-block;
}
.header.yanse .top-r{
	border:0px;
}
.header.yanse .top-r::before{
	background: var(--0, rgba(255, 255, 255, 0));
	/* 0.4背景模糊 */
	border-radius: 0.75rem;
}
.header.yanse.yanse01 .top-r::before{
	background: var(--60, rgba(255, 255, 255, 0.60));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	border-radius: 0.75rem;
}

.zyw{
	display: flex;
	justify-content: center;
	align-items: center;
	width:auto;
	position:relative;
}
.zyw .a01{
	padding: 0.625rem 1.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.5rem;
	background: var(---black, #000);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: normal;
}
.zyw .a01::after{
	width: 0.875rem;
	height: 0.6875rem;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	margin-left:0.62rem;
}
.zyw .xl{
	height: 2.44rem;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	left:0;
	top:3.0rem;
	z-index:9;
	opacity:0;
	visibility:hidden;
	border-radius: 0.5rem;
	background: var(---black, #000);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	
	line-height: normal;
}
.zyw:hover .xl{
	opacity:1;
	visibility:visible;
}


.container{
	width: 100%;
	float:left;
	padding:0px 5.2vw;
}

.inban{
	width:100%;
	float:left;
	position:relative;
}
.inban img{
	width:100%;
	height:auto;
	display:block;
}
.inban .inmore{
	position:absolute;
	bottom:6.25rem;
	right:5.2vw;
	z-index:5;
}
.inban .wz{
	width:auto;
	position:absolute;
	left:5.2vw;
	bottom:5.0rem;
	z-index:2;
	color: var(---666, #666);
	
	font-size: 5.01rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 7.2rem */
}
.inban .wz2{
	width:auto;
	position:absolute;
	left:5.2vw;
	bottom:5.0rem;
	z-index:2;
	color: var(--bg2, #E5DFF5);
	
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 3rem */
	text-transform: uppercase;
}

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.5rem 0.5rem 0.5rem 1.875rem;
	align-items: center;
	position:relative;
	color: var(---Gray-4, #BDBDBD);
	
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	
	border-radius: 2.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	z-index:3;
	
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(---black, #000);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 2.5rem;
	height: 2.5rem;
	margin-left:3.56rem;
	content:'';
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}

.inab01{
	width:100%;
	float:left;
	margin-top:12.5rem;
	display:flex;
	color: var(---666, #666);
	font-size: 1.3rem;
	font-style: normal;
	
	line-height: 2; /* 1.5rem */
}
.inab01 div{
	width:51%;
}
.inab01 h1{
	color: var(---666, #666);
	
	font-size: 2.21rem;
	font-style: normal;
	font-weight: 700;
	line-height:150%;
	margin-bottom:3.75rem;
}

.inab02{
	width:100%;
	float:left;
	background-image:url(../img/Ellipse2.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	overflow:hidden;
	height:37.5vw;
	display:flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.inab02 .pic{
	width:100%;
}
.inab02 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inab02 .pic2{
	width:100%;
	height:75vw;
	display:flex;
	justify-content: center;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.rotating-circle{
	width: 75vw;
	height: 75vw;
	border-radius: 50%;
	background: url(../img/jy01.svg) no-repeat center;
	background-size:contain;
	animation: rotate 36s linear infinite;
}
@keyframes rotate {
from {
	transform: rotate(0deg);
}
to{
	transform: rotate(360deg);
}
}

.inab03{
	width:100%;
	float:left;
	margin-top:10rem;
	color: var(---666, #666);
	
	font-size: 2.21rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-align:center;
}

.inab04{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
}
.inab04 img{
	width:100%;
	height:auto;
	display:block;
}
.inab04 .tex1{
	width:30%;
	position:absolute;
	left:5.2vw;
	bottom:6.25rem;
	z-index:1;
	color: var(--60, rgba(255, 255, 255, 0.85));
	
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}
.inab04 .tex2{
	width:24%;
	position:absolute;
	right:5.2vw;
	bottom:6.4rem;
	z-index:1;
	padding: 2.5rem;
	border-radius: 1.5rem;
	/*border: 2px solid var(--30, rgba(0, 0, 0, 1));*/
	background: var(--10, rgba(0, 0, 0, 0.5));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.inab04 .tex2 a::after{
	width: 2.5rem;
	height: 2.5rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.inab04 .tex2 dl dt{
	color: var(---white, #FFF);
	
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.inab04 .tex2 dl dd{
	color: var(---white, #FFF);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: 150%; /* 1.575rem */
	margin-bottom:1.25rem;
	margin-top:1.25rem;
}

.inab05{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.inab05-l{
	width:50%;
	padding:0 0.2vw;
	color: var(---666, #666);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: 2; /* 1.3125rem */
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.inab05-l dl dt{
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	
	font-size: 2.21rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2; /* 1.875rem */
	text-transform: capitalize;
	display: flex;
	justify-content:center;
	align-items:center;
	margin-top:0.25rem;
	margin-bottom:2rem;
}
.inab05-l dl dt::before{
	content: "\2022";
	margin-right:0.62rem;
}
.inab05-l dl dd{
	margin-top:8.25rem;
	margin-bottom:7rem;
	overflow:hidden;
	text-align:center;
}
.inab05-l dl .rdjs {
    margin-top: 1rem;
    margin-bottom: 0rem;
    overflow: hidden;
    text-align: center;
	font-size:1.2rem;
}
.inab05-l dl .rdjs p{
    text-align:center;
}
.inab05-l dl dd img{
	width:100%;
	height:auto;
	display:block;
}
.inab05-r{
	width:50%;
	border-left: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex-wrap: wrap;
}
.inab05-r .a01{
	width:100%;
	color: var(---666, #666);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: 2; /* 1.3125rem */
	height: 20.625rem;
	padding: 0 8.5rem 0 7.25rem;
	display: flex;
	align-items:center;
	padding-right:8.5rem;
}
.inab05-r .a02{
	width:100%;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.88rem;
}
.inab05-r .a02 dl dt{
	display: flex;
	justify-content: space-between;
}
.inab05-r .a02 dl dt::after{
	content: "\2022";
	font-size:2.21rem;
	color:#E85298;
}
.inab05-r .a02 dl dt .b1{
	max-width:90%;
	display: flex;
	align-items:center;
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	
	font-size: 2.21rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.375rem */
	color: var(---666, #666);
}
.inab05-r .a02 dl dt .b1 .num{
	width: 2.8rem;
	height: 3rem;
	display: flex;
	align-items:center;
	justify-content: center;
	
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.5rem */
	margin-right:2.53rem;
	background-image:url(../img/Vector2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inab05-r .a02 dl dd{
	margin-top:1.94rem;
	display:flex;
	opacity:1;
	transition: all 0.6s;
}
.inab05-r .a02:hover dl dd{
	
}
.inab05-r .a02 dl dd div{
	margin-left:5.4rem;
	width:80%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: 150%; /* 1.3125rem */
}
.inab05-r .a02:hover dl dt .b1{
	
}
.inab05-r .a02:hover dl dt .b1 .num{
	
}
.inab05-r .a02:hover dl dt::after{
	
}
.inab06{
	width:100%;
	float:left;
	margin-top:10rem;
}
.inab06 h1{
	color: var(---666, #666);
	text-align: center;
	
	font-size: 2.21rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
}
.inab06 ul{
	margin-top:6.25rem;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	flex-wrap: wrap;
}
.inab06 ul li{
	width:25%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	padding:3.75rem 2.5rem;
}
.inab06 ul li .pic{
	overflow:hidden;
}
.inab06 ul li .pic img{
	max-width:2.5rem;
}
.inab06 ul li dl dt{
	margin-top:11rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	align-self: stretch;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
}
.inab06 ul li dl dd{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	align-self: stretch;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: 200% /* 1.3125rem */
}

.intit{
	width:100%;
	float:left;
	margin-top:12.5rem;
}
.intit dl dt{
	display: flex;
	align-items:center;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	
	font-size: 2.21rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	font-weight:700;
}
.intit dl dt::before{
	/*
	content: "\2022";
	font-size:2.25rem;
	color: #666;
	*/
}
.intit dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 2.21rem;
	font-style: normal;
	line-height: normal;
	font-weight:700;
}

.intit.ny dl dt{
    justify-content: center;
}
.intit.ny dl dd{
	text-align:center;
}

.innew{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border-top:1px solid #E0E0E0;
}
.innew.sy{
	position:relative;
}
.innew.sy ul li{
	position:static;
}
.innew.sy ul li .pic{
	height:100%;
	top:3.75rem;
}
.innew.sy ul li .pic img{
	height:auto;
}
.innew ul li .pic{
	width:23.5%;
	height:30rem;
	position:absolute;
	left:15%;
	top:-10rem;
	z-index:2;
	display: flex;
	align-items:flex-start;
	opacity:0;
	transition: all 0.6s;
}
.innew ul li:hover .pic{
	opacity:1;
}
.innew ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.innew.ny .pic{
	height:auto;
	top:5.2rem;
}
.innew ul{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.innew ul li{
	width:100%;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:3.75rem;
	margin-top:3.75rem;
	border-bottom:1px solid #E0E0E0;
	position:relative;
}
.innew ul li .a01{
	width:auto;
}
.innew ul li .a01 dl dt{
	color: var(---black, #000);
	font-size: 1.4rem;
	font-style: normal;
	
	line-height: normal;
	text-transform: capitalize;
}
.innew ul li .a01 dl dd{
	margin-top:1.7rem;
	display:flex;
}
.innew ul li .a01 dl dd i{
	padding: 0.375rem 0.625rem;
	border-radius: 0.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---black, #000);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: normal;
	text-transform: capitalize;
}
.innew ul li .a02{
	width:54%;
	display: flex;
    justify-content: space-between;
	align-items:center;
}
.innew ul li .a02 dl{
	max-width:60%;
}
.innew ul li .a02 dl dt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: stretch;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 1.4rem;
	font-style: normal;
	
	line-height: 150%; /* 1.875rem */
}
.innew ul li .a02 dl dd{
	margin-top:1.25rem;
	align-self: stretch;
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	font-size: 1.2rem;
	font-style: normal;
	line-height:200%;
	 display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.innew ul li:hover .inmore a::before{
	width:100%;
}

.foot{
	width:100%;
	float:left;
	margin-top:10rem;
	background: var(---black, #000);
	padding: 6.25rem 5.2vw 2.5rem 5.2vw;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.foot01-l{
	width:35%;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: 150%; /* 1.125rem */
}
.foot01-l h1{
	overflow:hidden;
}
.foot01-l h1 img{
	max-height:5.2rem;
}
.foot01-l dl dt{
	margin-top:3.75rem;
	color: var(---white, #FFF);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.foot01-l dl dd{
	margin-top:1.56rem;
	margin-bottom:1.56rem;
	display: flex;
    justify-content: space-between;
	align-items:center;
	width:80%;
}
.foot01-l dl dd .ab{
	height:2.5rem;
	width:2.5rem;
}
.lydb{ width:80%;}
.dbbk{
	width:calc(100% - 2.5rem);
	border-radius: 6.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	height:2.5rem;
	line-height:2.5rem;
	padding: 0.75rem 1.25rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	
	font-size: 1rem;
	font-style: normal;
	
	line-height: normal;
	background-color:transparent;
	outline:none;
}

.link{
	width:100%;
	display: flex;
	align-items:center;
	margin-top:5.75rem;
}
.link a{
	margin-right:0.94rem;
	display:flex;
}
.link a img{
	max-width:3.0rem;
}
.foot01-r{
	width:43%;
	display: flex;
	flex-wrap: wrap;
}
.foot01-r dl{
	margin-right:8.9rem;
}
.foot01-r dl dt{
	color: var(---white, #FFF);
	
	font-size: 1.4rem;
	font-style: normal;
	
	line-height: 150%; /* 1.3125rem */
	padding-bottom:0.56rem;
}
.foot01-r dl dd{
	margin-top:0.44rem;
	color: var(---white, #FFF);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: 150%; /* 1.5rem */
}
.foot01-r dl dd a{
	color: rgba(255, 255, 255, 0.7);
}
.foot02{
	width:100%;
	float:left;
	margin-top:4.87rem;
	padding-top:2.12rem;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: normal;
}
.absm{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
    justify-content: flex-end;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.5rem */
}
.absm .intit{
	max-width:50%;
	margin-top:0px;
}
.absm div{
	width:50%;
	padding-left:2.7rem;
	padding-right:2.7rem;
}
.nab{
	width:100%;
	float:left;
	margin-top:6rem;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.nab-l{
	width: 50%;
    overflow: hidden;
	position:relative;
}
.nab-l img{
	width: 100%;
    height: 100%;  /* 图片填满nab-l，自动和文字同高 */
    object-fit: cover; /* 图片不变形裁剪铺满，需要完整显示改成contain */
    display: block;
}
.nab-r{
	width:50%;
	border-top: 1px solid var(--bg2, #E5DFF5);
}
.nab-r ul{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.nab-r ul li{
	width:100%;
	height:100%;
	border-bottom: 1px solid var(--bg2, #E5DFF5);
	padding:1.88rem 2.5rem;
	color: var(---999, #999);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height:2; /* 1.3125rem */
	position:relative;
}
.nab-r ul li h1{
	display: flex;
    justify-content: space-between;
	align-items:center;
	flex-wrap: wrap;
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	
	font-size: 2.21rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.375rem */
	margin-bottom:5rem;
}
.nab-r ul li h1::after{
	content: "\2022";
	font-size:2.25rem;
	color: #D9D9D9;
}
.nab-r ul li:hover{
	color: var(---666, #666);
}
.nab-r ul li:hover h1{
	color: var(---666, #666);
}
.nab-r ul li:hover h1::after{
	color:#E85298;
}
.nab-r ul li.cur{
	color: var(---666, #666);
}
.nab-r ul li.cur h1{
	color: var(---666, #666);
}
.nab-r ul li.cur h1::after{
	color:#E85298;
}
.nab02{
	width:100%;
	float:left;
	background-image:url(../img/nab02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:7.5rem 5.2vw;
	padding-bottom:3.75rem;
	margin-top:9rem;
}
.nab02 .a01{
	width:49%;
	float:left;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: normal;
}
.nab02 .a01 .intit{
	margin-bottom:5.69rem;
	margin-top:0px;
}
.nab02 .a02{
	width:100%;
	float:left;
	margin-top:19.44rem;
}
.nab02 .a02 ul{
	display: flex;
	flex-wrap: wrap;
}
.nab02 .a02 ul li{
	width:calc(33.8% - 1.56rem);
	margin-right:1.56rem;
	border-radius: 1.5rem;
	border: 2px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--30, rgba(255, 255, 255, 0.30));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:2.5rem;
	transition: all 0.6s;
}
.nab02 .a02 ul li:nth-child(3n){
	margin-right:0px;
}
.nab02 .a02 ul li:hover{
	background: var(---white, #FFF);
}
.nab02 .a02 ul li dl dt{
	color: var(---black, #666);
	
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nab02 .a02 ul li dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: 200%; 
	
}
.nab03{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
    justify-content:center;
	color: var(---666, #666);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height:2; /* 1.5rem */
}
.nab03 div{
	width:83%;
	text-align:center;
}
.nabpic{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.nabpic img{
	width:100%;
	height:auto;
	display:block;
}
.nab04{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display:flex;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.5rem */
}
.nab04 div{
	width:50%;
}
.nabwrap{
	width:100%;
	float:left;
	/*background-image:url(../img/nabj.png);*/
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding-bottom:0rem;
	margin-top:7.62rem;
}
.nabwrap h1{
	color: var(---666, #666);
	
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nabwrap ul{
	margin-top:6.25rem;
	border-top: 1px solid var(--bg2, #E5DFF5);
	border-bottom: 1px solid var(--bg2, #E5DFF5);
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.nabwrap ul li{
	width:50%;
	padding:3.75rem 2.5rem;
	padding-left:3.75rem;
	border-left:1px solid #E5DFF5;
	color: var(---666, #666);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: 2; /* 1.5rem */
}
.nabwrap ul li dl dt{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.nabwrap ul li dl dt .a01{
	display: flex;
	align-items:flex-start;
	
	font-size: 18.75rem;
	font-style: normal;
	font-weight: 250;
	line-height: 100%; /* 16.875rem */
}
.nabwrap ul li dl dt::after{
	content: "\2022";
	font-size:2.25rem;
	color: #D9D9D9;
}
.nabwrap ul li dl dt .a01 i{
	font-size: 5.01rem;
	line-height:normal;
}
.nabwrap ul li dl dd{
	color: var(---666, #666);
	
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
	margin-bottom:2.5rem;
}
.nabwrap ul li:hover dl dt{
	color: var(--Color, #E85298);
}
.nabwrap ul li:hover dl dt::after{
	color: var(--Color, #E85298);
}
.nabwrap ul li:first-child{
	padding-left:0px;
	border-left:0px;
}

.abtit{
	width:100%;
	float:left;
	margin-top:12.5rem;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	color: var(---666, #666);
	
	font-size: 2.21rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.abtit div{
	width: 50%;
    color: var(---666, #666);
    font-size: 1.2rem;
    font-style: normal;
    font-weight:normal;
    line-height: 200%;
    
}
.nab05{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.nab05 .tex{
	width:50%;
}
.nab05 .tex ul{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--bg2, #E5DFF5);
}
.nab05 .tex ul li{
	width:100%;
	padding-right: 2.5rem;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
	height: 6.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	border-top: 1px solid var(--bg2, #E5DFF5);
}
.nab05 .tex ul li::after{
	content: "\2022";
	font-size:2.25rem;
	color: #D9D9D9;
}
.nab05 .tex ul li a{
	max-width:90%;
	font-weight:700;
}
.nab05 .tex ul li:hover::after{
	color:#E85298;
}
.nab05 .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.nab05 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab05 .pic:hover img{
	transform: scale(1.05);
}

.newtit{
	width:100%;
	float:left;
	margin-top:12.5rem;
	color: var(---666, #666);
	
	font-size: 2.21rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 7.2rem */
}

.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 1rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	
}
.fy ul li a:hover{
	border: 1px solid var(---black, #000);
	background: var(---black, #000);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(---black, #000);
	background: var(---black, #000);
	color:#FFF;
}
.newtit2{
	width:100%;
	float:left;
	margin-top:12.5rem;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	align-items:flex-end;
}
.newtit2 .a01{
	width:60%;
	overflow: hidden;
	color: var(---black, #666);
	text-overflow: ellipsis;
	
	font-size: 2.21rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 3.6rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}
.newcon{
	width:100%;
	float:left;
	margin-top:6.25rem;
	padding-top:3.75rem;
	border-top:1px solid #E0E0E0;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:auto;
	max-width:38%;
}
.newcon-l dl dt{
	color: var(---black, #000);
	font-size: 1.4rem;
	font-style: normal;
	
	line-height: normal;
}
.newcon-l dl dd{
	margin-top:0.5rem;
	display:flex;
}
.newcon-l dl dd i{
	padding: 0.375rem 0.625rem;
	border-radius: 0.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---black, #000);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: normal;
}
.newcon-r{
	width:60%;
	color: var(---black, #666);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: 150%; /* 1.5rem */
}
.newcon-r img{
	max-width:100%;
	height:auto;
}

.cpbanner{
	width:100%;
	float:left;
	position:relative;
}
.cpbanner img{
	width:100%;
	height:auto;
	display:block;
}
.cpbanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:0 5.2vw;
	display: flex;
	align-items:center;
}
.cpbanner .tex .ab01{
	width:41%;
	color: var(---666, #666);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height:2; /* 1.5rem */
}
.cpbanner .tex .ab01 h1{
	margin-bottom:3.75rem;
	color: var(---666, #666);
	
	font-size: 2.21rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 7.2rem */
}
.cpbanner .tex .ab01 h2{
	margin-bottom:3.75rem;
	color: var(---666, #666);
	
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 7.2rem */
}
.cpbanner .jt{
	width: 5rem;
	height: 5rem;
	position:absolute;
	bottom:6.25rem;
	left:5.2vw;
	z-index:2;
	background-image:url(../img/jt4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cpbanner .inmore{
	position:absolute;
	bottom:6.25rem;
	left:5.2vw;
	z-index:2;
}
.prolist{
	width:100%;
	float:left;
	margin-top:7.5rem;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:2.5rem;
	position:relative;
	/*display:flex;*/
	border-radius: 0.5rem;
	/*background: #AAA9A5;*/
	overflow:hidden;
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
	transition: all 0.6s;
}
.prolist ul li .text{
	background:var(--30, rgba(232, 82, 152, 0.125));
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	display:flex;
	justify-content:space-between;
	/*border-bottom: 1px solid var(--30, rgba(232, 82, 152, 0.30));*/
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	transition:all 0.4s ease;
	color: var(---666, #666);
	
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	height: 5.5rem;
	box-shadow: 0 4px 14px rgba(232, 82, 152, 0.1);
}
.prolist ul li .text span{
	padding: 0 3.125rem 0 2.125rem;
	align-items:center;
	display:flex;
}
.prolist ul li .text i{
	padding: 0 2.25rem;
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	transition:all 0.4s ease;
	color: var(---666, #666);
	
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: 150%; /* 1.3125rem */
	align-items:center;
	display:flex;
}

.prolist ul li .text2{
	background:var(--30, rgba(232, 82, 152, 0.30));
	position:absolute;
	bottom:2.5rem;
	left:1.88rem;
	z-index:2;
	opacity:0;
	color: var(---white, #FFF);
	
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.3125rem */
	transition: all 0.6s;
}
.prolist ul li:hover .text2{
	opacity:1;
	color: var(---white, #FFF);
}
.prolist ul li .pic01{
	display:inline-block;
}
.prolist ul li .pic02{
	display: none;
}
.prolist ul li:hover .pic01{
	display:none;
}
.prolist ul li:hover .pic02{
	display:inline-block;
}
.prolist ul li:hover .text{
	color: var(---white, #FFF);
	
}
.prolist ul li:hover .text i{
	color: var(---white, #FFF);
}

.show{
	width:100%;
	float:left;
	margin-top:10rem;
}
.show ul{
	display: flex;
	flex-wrap: wrap;
}
.show ul li{
	width:calc(25.1% - 0.56rem);
	margin-right:0.56rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	padding: 3.75rem 2.5rem 4.5rem 2.5rem;
}
.show ul li:nth-child(4n){
	margin-right:0px;
}
.show ul li .pic{
	overflow:hidden;
}
.show ul li .pic img{
	max-width:5.0rem;
}
.show ul li dl dt{
	margin-top:4.94rem;
	color: var(---black, #666);
	font-size: 1.4rem;
	font-style: normal;
	
	line-height: normal;
	padding-bottom:1.88rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	font-weight:700;
}
.show ul li dl dd{
	margin-top:1.88rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	align-self: stretch;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: 2; /* 1.3125rem */
}
.cptit{
	width:100%;
	float:left;
	margin-top:12.5rem;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	align-items:flex-end;
}
.cptit .intit{
	margin-top:0px;
	max-width:100%;
}
.cptit .sm{
	width:100%;
	margin-top:2.0rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.5rem */
}
.show2{
	width:100%;
	float:left;
	margin-top:8.75rem;
	position:relative;
}
.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	width:100%;
	height: auto;
}
.swiper-slide .b01{
	border: 1px solid #fff;
	display:flex;
	overflow:hidden;
	border-radius:50%;
	width:3.2rem;
	height:3.2rem;
}
.swiper-slide-thumb-active .b01{
	border: 2px solid #fff;
}
.swiper-slide .b01 img{
	width:3.2rem;
	height:3.2rem;
}
.swiper-slide .a01{
}
.swiper.aa01{
	margin:0;
	width:15%;
	position:absolute;
	bottom:2.5rem;
	left:42.5%;
	z-index:1;
}
.show3{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.show3 ul{
	display: flex;
	flex-wrap: wrap;
}
.show3 ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	border-radius: 0.5rem;
	position:relative;
	overflow:hidden;
}
.show3 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.show3 ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:2.5rem;
}
.show3 ul li .tex dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	
	line-height: normal;
}
.show3 ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.3125rem */
}
.show3 ul li:nth-child(3n){
	margin-right:0px;
}

.lx01{
	width:100%;
	float:left;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:50%;
}
.lx01-l h1{
	margin-top:12.5rem;
	color: var(---666, #666);
	
	font-size: 2.21rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 7.2rem */
}
.lx01-l h2{
	margin-top:8.0rem;
	padding-top:1.69rem;
	border-top:1px solid #E5DFF5;
	color: var(---666, #666);
	
	font-size: 1.4rem;
	font-style: normal;
	
	line-height: normal;
	display:flex;
	align-items: center;
	font-weight:normal;
}
.lx01-l h2::before{
	content: "\2022";
	font-size:2.25rem;
	color: #E85298;
	margin-left:-0.2rem;
	margin-bottom:0.3rem;
	margin-right:5px;
}
.lx01-l ul{
	margin-top:2.5rem;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l ul li{
	width:100%;
	padding-bottom:0.62rem;
	border-bottom:1px solid #E5DFF5;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	height:5.3rem;
}
.lx01-l ul li .a01{
	width:30%;
	color: var(---666, #666);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: normal;
}
.lx01-l ul li .a02{
	width:70%;
	color: var(---666, #666);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: normal;
}
.lx01-l .inmore{
	margin-top:3.75rem;
}

.lx01-r{
	width:50%;
	border-left: 1px solid var(--bg2, #E5DFF5);
	padding-bottom:6.25rem;
}
.lx01-r h1{
	margin-top:12.5rem;
	color: var(---666, #666);
	
	font-size: 2.21rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 7.2rem */
	padding-left:7.5rem;
}
.lx01-r h2{
	margin-top:8.0rem;
	padding-top:1.69rem;
	border-top:1px solid #E5DFF5;
	color: var(---666, #666);
	
	font-size: 1.4rem;
	font-style: normal;
	
	line-height: normal;
	display:flex;
	align-items: center;
	padding-left:7.5rem;
	font-weight:normal;
}
.lx01-r h2::before{
	content: "\2022";
	font-size:2.25rem;
	margin-left:-0.2rem;
	margin-bottom:0.3rem;
	margin-right:5px;
	color: #E85298;
}
.lx01-r ul{
	margin-top:2.5rem;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-r ul li{
	width:100%;
	padding-bottom:0.62rem;
	border-bottom:1px solid #E5DFF5;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	height:5.3rem;
}
.lx01-r ul li .a01{
	width:50%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: normal;
}
.lx01-r ul li .a01.w100{
	width:100%;
}
.lx01-r ul li .a02{
	width:50%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: normal;
}
.lx01-r ul li:first-child{
	height:3.3rem;
	align-items: flex-end;
}
.lx01-l ul li:first-child{
	height:3.3rem;
	align-items: flex-end;
}
.lx01-r .inmore{
	margin-top:3.75rem;
	margin-left:7.5rem;
}
.lxbk{
	width:100%;
	border:0px;
	padding-left:7.5rem;
	color: var(---999, #999);
	
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: normal;
	outline:none;
}

.xzbj{
	width:100%;
	float:left;
	position:relative;
	/*margin-top:12.5rem;*/
}
.xzbj img{
	width:100%;
	height:auto;
	display:block;
}
.xzbj .inab01{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:0 5.2vw;
	    margin-top: 12.5rem;
}














.mart0{
	margin-top:0rem;
}
.mart10{
	margin-top:9rem;
}
.mart2{
	margin-top:2.5rem;
}

.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.dingw{ width:100%; float:left; margin-top:-120px;}

}


@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:3rem; 
	vertical-align:middle; 
	margin-left:0%;
}
.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:#E85298;
	color:#FFF;
	line-height:3.0rem;
}

.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	/* 0.4背景模糊 */
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:2rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: 700;
}
.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:#E85298; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}

.container{
	width: 100%;
	float:left;
	padding:0px 5.2vw;
}

.inban{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.inban img{
	width:100%;
	height:auto;
	display:block;
}
.inban .inmore{
	position:absolute;
	bottom:2.25rem;
	right:5.2vw;
	z-index:5;
}
.inban .wz{
	width:auto;
	position:absolute;
	left:5.2vw;
	bottom:2.0rem;
	z-index:2;
	color: var(---666, #666);
	
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 7.2rem */
}

.inban .wz2{
	width:auto;
	position:absolute;
	left:5.2vw;
	bottom:2.0rem;
	z-index:2;
	color: var(--bg2, #E5DFF5);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 3rem */
	text-transform: uppercase;
}

.inmore{
	display:flex;
}
.inmore a{
	       display: flex;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    align-items: center;
    position: relative;
    color: var(---Gray-4, #BDBDBD);
    
    font-size: 0.75rem;
    font-style: normal;
    
    line-height: normal;
    /* text-transform: capitalize; */
    border-radius: 2.5rem;
    background: var(---Gray-6, #F2F2F2);
    overflow: hidden;
    z-index: 3;
	
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(---black, #000);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 1.5rem;
	height: 1.5rem;
	margin-left:1.0rem;
	content:'';
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}

.inab01{
	width:100%;
	float:left;
	margin-top:5rem;
	display:flex;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: 2; /* 1.5rem */
}
.inab01 div{
	width:100%;
}
.inab01 h1{
	color: var(---666, #666);
	
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.35; /* 7.2rem */
	margin-bottom:2.5rem;
}

.inab02{
	width:100%;
	float:left;
	background-image:url(../img/Ellipse2.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	overflow:hidden;
	height:27.5vw;
	display:flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.inab02 .pic{
	width:100%;
}
.inab02 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inab02 .pic2{
	width:100%;
	height:75vw;
	display:flex;
	justify-content: center;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.rotating-circle{
	width: 55vw;
	height: 55vw;
	border-radius: 50%;
	background: url(../img/jy01.svg) no-repeat center;
	background-size:contain;
	animation: rotate 16s linear infinite;
}
@keyframes rotate {
from {
	transform: rotate(0deg);
}
to{
	transform: rotate(360deg);
}
}

.inab03{
	width:100%;
	float:left;
	margin-top:4rem;
	color: var(---666, #666);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.inab04{
	width:100%;
	float:left;
	margin-top:4rem;
	position:relative;
}
.inab04 img{
	width:100%;
	height:auto;
	display:block;
}
.inab04 .tex1{
	width:40%;
	position:absolute;
	left:3%;
	bottom:2.25rem;
	z-index:1;
	color: var(--60, rgba(255, 255, 255, 0.85));
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inab04 .tex2{
	width:55%;
	position:absolute;
	right:3%;
	bottom:2.25rem;
	z-index:1;
	padding: 1.0rem;
	border-radius: 1.0rem;
	
	/*border: 2px solid var(--30, rgba(0, 0, 0, 1));*/
	background: var(--10, rgba(0, 0, 0, 0.5));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.inab04 .tex2 a::after{
	width: 1.0rem;
	height: 1.0rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.inab04 .tex2 dl dt{
	color: var(---white, #FFF);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.inab04 .tex2 dl dd{
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	
	line-height: 120%; /* 1.575rem */
	margin-bottom:1.0rem;
	margin-top:1.0rem;
}

.inab05{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.inab05-l{
	width:100%;
	padding:0 3%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: 2; /* 1.3125rem */
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:0.75rem;
}
.inab05-l dl dt{
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height:2; /* 1.875rem */
	
	display: flex;
	/*justify-content:center;*/
	align-items:center;
	margin-top:6.25rem;
}
.inab05-l dl dt::before{
	content: "\2022";
	margin-right:0.62rem;
}
.inab05-l dl dd{
	margin-top: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    text-align: center;
}
.inab05-l dl .rdjs {
    margin-top: 1rem;
    margin-bottom: 0rem;
    text-align: left;
}
.inab05-l dl .rdjs p{
    text-align: left;
}
.inab05-l dl dd img{
	width: 68%;
    margin: auto;
    height: auto;
    display: block;
}
.inab05-r{
	width:100%;
	border-left: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex-wrap: wrap;
}
.inab05-r .a01{
	width:100%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.3125rem */
	height: auto;
	padding: 1.88rem;
	display: flex;
	align-items:center;
}
.inab05-r .a02{
	width:100%;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.88rem;
}
.inab05-r .a02 dl dt{
	display: flex;
	justify-content: space-between;
}
.inab05-r .a02 dl dt::after{
	content: "\2022";
	font-size:2.25rem;
	color:#E85298;
}
.inab05-r .a02 dl dt .b1{
	    max-width: 100%;
    display: flex;
    overflow: hidden;
    color: var(---666, #666);
    text-overflow: ellipsis;
    
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.inab05-r .a02 dl dt .b1 .num{
	width: 1.8rem;
	min-width:1.8rem;
	height: 2rem;
	display: flex;
	align-items:center;
	justify-content: center;
	background-image:url(../img/Vector2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	color: var(---666, #666);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.5rem */
	margin-right:1.0rem;
}
.inab05-r .a02 dl dd{
	margin-top:1.0rem;
	display:flex;
	opacity:1;
	transition: all 0.6s;
}
.inab05-r .a02:hover dl dd{
	opacity:1;
}
.inab05-r .a02 dl dd div{
	width: auto;
    margin-left: 0.75rem;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    color: var(---666, #666);
    text-overflow: ellipsis;
    font-size: 1rem;
    font-style: normal;
    
    line-height: 150%;
}
.inab05-r .a02:hover dl dt .b1{
	
}
.inab05-r .a02:hover dl dt .b1 .num{
	
}
.inab05-r .a02:hover dl dt::after{
	
}

.inab06{
	width:100%;
	float:left;
	margin-top:4rem;
}
.inab06 h1{
	color: var(---666, #666);
	text-align: center;
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	padding:0 5.2vw;
}
.inab06 ul{
	margin-top:2.5rem;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	flex-wrap: wrap;
}
.inab06 ul li{
	width:50%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.5rem 1rem;
}
.inab06 ul li:nth-child(3){
	border-bottom: 0px solid var(---Gray-5, #E0E0E0);
	}
.inab06 ul li:nth-child(4){
	border-bottom: 0px solid var(---Gray-5, #E0E0E0);
	}
.inab06 ul li .pic{
	overflow:hidden;
}
.inab06 ul li .pic img{
	max-width:1.5rem;
}
.inab06 ul li dl dt{
	margin-top:2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	align-self: stretch;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	
	font-size: 1.2rem;
	font-style: normal;
	font-weight:700;
	line-height: 2; /* 1.875rem */
}
.inab06 ul li dl dd{
	margin-top:1.0rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	align-self: stretch;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	
	line-height: 200%; /* 1.3125rem */
}

.intit{
	width:100%;
	float:left;
	margin-top:6.5rem;
}
.intit dl dt{
	display: flex;
	align-items:center;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	font-weight:700;
}
.intit dl dt::before{
	/*
	content: "\2022";
	font-size:1.5rem;
	color: #666;
	*/
}
.intit dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 2.0rem;
	font-style: normal;
	line-height: normal;
	margin-bottom:2.0rem;
	font-weight:700;
}

.intit.ny dl dt{
    justify-content: center;
}
.intit.ny dl dd{
	text-align:center;
}

.innew{
	width:100%;
	float:left;
	margin-top:3.25rem;
	border-top:1px solid #E0E0E0;
	position:relative;
}
.innew .pic{
	width:18%;
	height:100%;
	position:absolute;
	left:20%;
	top:0;
	z-index:2;
	display: flex;
	align-items:center;
	display:none;
}
.innew .pic img{
	max-width:100%;
}
.innew.ny .pic{
	height:auto;
	top:5.2rem;
}
.innew ul{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.innew ul li{
	width:100%;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:2.0rem;
	margin-top:2.5rem;
	border-bottom:1px solid #E0E0E0;
}
.innew ul li .a01{
	width:auto;
	display:none;
}
.innew ul li .a01 dl dt{
	color: var(---black, #000);
	font-size: 1.25rem;
	font-style: normal;
	
	line-height: normal;
	text-transform: capitalize;
}
.innew ul li .a01 dl dd{
	margin-top:0.5rem;
	display:flex;
}
.innew ul li .a01 dl dd i{
	padding: 0.375rem 0.625rem;
	border-radius: 0.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---black, #000);
	font-size: 0.75rem;
	font-style: normal;
	
	line-height: normal;
	text-transform: capitalize;
}
.innew ul li .a02{
	width:100%;
	/*display: flex;*/
    justify-content: space-between;
	align-items:flex-start;
}
.innew ul li .a02 dl{
	max-width:100%;
	margin-bottom:1rem;
}
.innew ul li .a02 dl dt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	align-self: stretch;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 1.875rem */
}
.innew ul li .a02 dl dd{
	margin-top:1.0rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	align-self: stretch;
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	
	line-height: 200%; /* 1.125rem */
	 display: -webkit-box;
  -webkit-line-clamp: 1; /* 限制2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.foot{
	width:100%;
	float:left;
	margin-top:5rem;
	background: var(---black, #000);
	padding: 3.25rem 5.2vw 1.5rem 5.2vw;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.foot01-l{
	width:100%;
	color: var(---white, #FFF);
	
	font-size: 0.75rem;
	font-style: normal;
	color: rgba(255, 255, 255, 0.7);
	line-height: 150%; /* 1.125rem */
}
.foot01-l h1{
	overflow:hidden;
}
.foot01-l h1 img{
	max-height:3.2rem;
}
.foot01-l dl dt{
	margin-top:3.75rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.foot01-l dl dd{
	margin-top:1.56rem;
	margin-bottom:1.56rem;
	display: flex;
    justify-content: space-between;
	align-items:center;
}
.foot01-l dl dd .ab{
	height:2.5rem;
	width:2.5rem;
}
.dbbk{
	width:calc(100% - 2.5rem);
	border-radius: 6.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	height:2.5rem;
	line-height:2.5rem;
	padding: 0.75rem 1.25rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	
	font-size: 1rem;
	font-style: normal;
	
	line-height: normal;
	background-color:transparent;
	outline:none;
}
.link{
	width:100%;
	display: flex;
	align-items:center;
	margin-top:5.75rem;
}
.link a{
	margin-right:0.94rem;
	display:flex;
}
.link a img{
	max-width:3.0rem;
}
.foot01-r{
	width:46%;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot01-r dl dt{
	color: var(---white, #FFF);
	
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.3125rem */
	padding-bottom:0.56rem;
}
.foot01-r dl dd{
	margin-top:0.44rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.5rem */
}
.foot01-r dl dd a{
	color: rgba(255, 255, 255, 0.7);
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.87rem;
	padding-top:1.2rem;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.75rem;
	font-style: normal;
	
	line-height: 150%;
}
.absm{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
    justify-content: flex-end;
	flex-wrap: wrap;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.5rem */
}
.absm div{
	width:100%;
	float:left;
}
.nab{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.nab-l{
	 width: 100%;
   /* position: absolute;*/
    left: -100%;
    top: 0;
    z-index: 2;
}
.nab-l img{
	width: 100%;
    height: auto;
    display: block;
}
.nab-r{
	width:100%;
	border-top: 1px solid var(--bg2, #E5DFF5);
}
.nab-r ul{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.nab-r ul li{
	width:100%;
	border-bottom: 1px solid var(--bg2, #E5DFF5);
	padding:1.25rem 0;
	padding-right:0px;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	
	line-height:1.7; /* 1.3125rem */
}
.nab-r ul li h1{
	display: flex;
    justify-content: space-between;
	align-items:center;
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 3.375rem */
	margin-top: 1rem;
    margin-bottom: 1rem;
}
.nab-r ul li h1::after{
	content: "\2022";
	font-size:2.25rem;
	color: #D9D9D9;
}
.nab-r ul li:hover{
	color: var(---666, #666);
}
.nab-r ul li:hover h1{
	color: var(---666, #666);
}
.nab-r ul li:hover h1::after{
	color:#E85298;
}
.nab-r ul li.cur{
	color: var(---666, #666);
}
.nab-r ul li.cur h1{
	color: var(---666, #666);
}
.nab-r ul li.cur h1::after{
	color:#E85298;
}
.nab02{
	width:100%;
	float:left;
	background-image:url(../img/nab02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.0rem 5.2vw;
	margin-top:4rem;
}
.nab02 .a01{
	width:90%;
	float:left;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: normal;
}
.nab02 .a01 .intit{
	margin-bottom:1.69rem;
	margin-top:0px;
}
.nab02 .a02{
	width:100%;
	float:left;
	margin-top:0rem;
}
.nab02 .a02 ul{
	display: flex;
	flex-wrap: wrap;
}
.nab02 .a02 ul li{
	width:100%;
	margin-top:1.5rem;
	border-radius: 1.5rem;
	border: 2px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--30, rgba(255, 255, 255, 0.30));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:1.25rem;
	transition: all 0.6s;
}
.nab02 .a02 ul li:nth-child(3n){
	margin-right:0px;
}
.nab02 .a02 ul li:hover{
	background: var(---white, #FFF);
}
.nab02 .a02 ul li dl dt{
	color: var(---black, #666);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nab02 .a02 ul li dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: 200%; /* 1.575rem */
	text-transform: capitalize;
}
.nab03{
	width:100%;
	float:left;
	margin-top:0rem;
	display: flex;
    justify-content:center;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height:2; /* 1.5rem */
}
.nab03 div{
	width:100%;
	text-align:center;
}
.nabpic{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.nabpic img{
	width:100%;
	height:auto;
	display:block;
}
.nab04{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display:flex;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.5rem */
}
.nab04 div{
	width:100%;
}
.nabwrap{
	width:100%;
	float:left;
	/*background-image:url(../img/nabj.png);*/
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding-bottom:0rem;
	margin-top:5.62rem;
}
.nabwrap h1{
	color: var(---666, #666);
	
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nabwrap ul{
	margin-top:3.25rem;
	border-top: 1px solid var(--bg2, #E5DFF5);
	border-bottom: 1px solid var(--bg2, #E5DFF5);
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.nabwrap ul li{
	width: 100%;
    padding: 2rem 1.25rem;
    border-bottom: 1px solid #E5DFF5;
    color: var(---666, #666);
    font-size: 1rem;
    font-style: normal;
    
    line-height:2;
}
.nabwrap ul li dl dt{
	display: flex;
    justify-content: space-between;
}
.nabwrap ul li dl dt .a01{
	display: flex;
	align-items:flex-start;
	
	font-size: 4.01rem;
	font-style: normal;
	font-weight: 250;
	line-height: 100%; /* 16.875rem */
}
.nabwrap ul li dl dt::after{
	content: "\2022";
	font-size:1.25rem;
	color: #D9D9D9;
}
.nabwrap ul li dl dt .a01 i{
	font-size: 2rem;
	line-height:normal;
}
.nabwrap ul li dl dd{
	color: var(---666, #666);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 1.5rem */
	margin-bottom:1.5rem;
}
.nabwrap ul li:hover dl dt{
	color: var(--Color, #E85298);
}
.nabwrap ul li:hover dl dt::after{
	color: var(--Color, #E85298);
}
.nabwrap ul li:first-child{
	 
}

.abtit{
	width:100%;
	float:left;
	margin-top:5.5rem;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	color: var(---666, #666);
	
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.abtit div{
	width:100%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: 200%; /* 1.5rem */
	font-weight:normal;
	margin-top: 1rem;
}
.nab05{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.nab05 .tex{
	width:100%;
}
.nab05 .tex ul{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--bg2, #E5DFF5);
}
.nab05 .tex ul li{
	width:100%;
	padding-right: 1.5rem;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
	height: 5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	border-top: 1px solid var(--bg2, #E5DFF5);
}
.nab05 .tex ul li::after{
	content: "\2022";
	font-size:1.25rem;
	color: #D9D9D9;
}
.nab05 .tex ul li a{
	max-width:90%;
	font-weight:700;
}
.nab05 .tex ul li:hover::after{
	color:#E85298;
}
.nab05 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.nab05 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab05 .pic:hover img{
	transform: scale(1.05);
}

.newtit{
	width:100%;
	float:left;
	margin-top:9rem;
	color: var(---666, #666);
	
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 7.2rem */
}

.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 1rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	
}
.fy ul li a:hover{
	border: 1px solid var(---black, #000);
	background: var(---black, #000);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(---black, #000);
	background: var(---black, #000);
	color:#FFF;
}
.newtit2{
	width:100%;
	float:left;
	margin-top:8rem;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	align-items:flex-end;
}
.newtit2 .a01{
	width:100%;
	overflow: hidden;
	color: var(---black, #666);
	text-overflow: ellipsis;
	
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 3.6rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	margin-bottom:2.0rem;
}
.newcon{
	width:100%;
	float:left;
	margin-top:3.25rem;
	padding-top:1.75rem;
	border-top:1px solid #E0E0E0;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
}
.newcon-l dl dt{
	color: var(---black, #000);
	font-size: 1.25rem;
	font-style: normal;
	
	line-height: normal;
}
.newcon-l dl dd{
	margin-top:0.5rem;
	display:flex;
}
.newcon-l dl dd i{
	padding: 0.375rem 0.625rem;
	border-radius: 0.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---black, #000);
	font-size: 0.75rem;
	font-style: normal;
	
	line-height: normal;
}
.newcon-r{
	width:100%;
	color: var(---black, #666);
	font-size: 1.2rem;
	font-style: normal;
	
	line-height: 150%; /* 1.5rem */
	margin-top:2.5rem;
}
.newcon-r img{
	max-width:100%;
	height:auto;
}

.cpbanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.cpbanner img{
	width:100%;
	height:auto;
	display:block;
}
.cpbanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:0 5.2vw;
	display: flex;
	align-items:center;
}
.cpbanner .tex .ab01{
	width:80%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.5rem */
}
.cpbanner .tex .ab01 p{
	display:none;
}
.cpbanner .tex .ab01 h1{
	margin-bottom:3.75rem;
	color: var(---666, #666);
	
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 7.2rem */
}
.cpbanner .tex .ab01 h2{
	margin-bottom:3.75rem;
	color: var(---666, #666);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 7.2rem */
}
.cpbanner .jt{
	width: 2rem;
	height: 2rem;
	position:absolute;
	bottom:2.25rem;
	left:5.2vw;
	z-index:2;
	background-image:url(../img/jt4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cpbanner .inmore{
	position:absolute;
	bottom:2.25rem;
	left:5.2vw;
	z-index:2;
}
.prolist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.prolist ul li{
	width:48%;
	margin-top:1.25rem;
	position:relative;
	/*display:flex;*/
	border-radius: 0.5rem;
	/*background: #AAA9A5;*/
	overflow:hidden;
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
	transition: all 0.6s;
}
.prolist ul li .text{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	display:flex;
	justify-content:space-between;
	/*border-bottom: 1px solid var(--30, rgba(232, 82, 152, 0.30));*/
	background:var(--30, rgba(232, 82, 152, 0.125));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	transition:all 0.4s ease;
	color: var(---666, #666);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	height: 3.5rem;
}
.prolist ul li .text span{
	padding: 0 1.0rem;
	align-items:center;
	display:flex;
}
.prolist ul li .text i{
	padding: 0 1.0rem;
	border-left: 1px solid var(--30, rgba(232, 82, 152, 0.30));
	transition:all 0.4s ease;
	color: var(---666, #666);
	
	font-size: 0.75rem;
	font-style: normal;
	
	line-height: 150%; /* 1.3125rem */
	align-items:center;
	display:none;
}

.prolist ul li .text2{
	position:absolute;
	bottom:2.5rem;
	left:1.88rem;
	z-index:2;
	opacity:0;
	color: var(---white, #FFF);
	background:var(--30, rgba(232, 82, 152, 0.30));
	
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.3125rem */
	transition: all 0.6s;
}
.prolist ul li:hover .text2{
	opacity:1;
	color: var(---white, #FFF);
}
.prolist ul li .pic01{
	display:inline-block;
}
.prolist ul li .pic02{
	display: none;
}
.prolist ul li:hover .pic01{
	display:none;
}
.prolist ul li:hover .pic02{
	display:inline-block;
}
.prolist ul li:hover .text{
	color: var(---white, #FFF);

}
.prolist ul li:hover .text i{
	color: var(---white, #FFF);
}

.show{
	width:100%;
	float:left;
	margin-top:3rem;
}
.show ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.show ul li{
	width:48%;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	padding: 1.5rem 0.5rem 1.5rem 0.5rem;
}
.show ul li:nth-child(4n){
	margin-right:0px;
}
.show ul li .pic{
	overflow:hidden;
}
.show ul li .pic img{
	max-width:3.5rem;
}
.show ul li dl dt{
	margin-top:3.94rem;
	color: var(---black, #666);
	font-size: 1.0rem;
	font-style: normal;
	
	line-height: normal;
	padding-bottom:1.25rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	font-weight:700;
}
.show ul li dl dd{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	align-self: stretch;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	
	line-height: 2; /* 1.3125rem */
}
.cptit{
	width:100%;
	float:left;
	margin-top:5.5rem;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.cptit .intit{
	margin-top:0px;
}
.cptit .sm{
	width:100%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.5rem */
	margin-top:2.0rem;
}
.show2{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
}
.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	width:100%;
	height: auto;
}
.swiper-slide .b01{
	border: 1px solid #fff;
	display:flex;
	overflow:hidden;
	border-radius:50%;
	width:2.5rem;
	height:2.5rem;
}
.swiper-slide-thumb-active .b01{
	border: 2px solid #fff;
}
.swiper-slide .b01 img{
	width:2.5rem;
	height:2.5rem;
}
.swiper-slide .a01{
}
.swiper.aa01{
	margin:0;
	width:50%;
	position:absolute;
	bottom:1.5rem;
	left:25%;
	z-index:1;
}
.show3{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.show3 ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.show3 ul li{
	width:100%;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	position:relative;
	overflow:hidden;
}
.show3 ul li:last-child{
	width:100%;
}
.show3 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.show3 ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:2.5rem;
}
.show3 ul li .tex dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	
	line-height: normal;
}
.show3 ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	
	line-height: 150%; /* 1.3125rem */
}
.show3 ul li:nth-child(3n){
	margin-right:0px;
}

.lx01{
	width:100%;
	float:left;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:100%;
}
.lx01-l h1{
	margin-top:9.5rem;
	color: var(---666, #666);
	
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 7.2rem */
}
.lx01-l h2{
	margin-top:3.0rem;
	padding-top:1.5rem;
	border-top:1px solid #E5DFF5;
	color: var(---666, #666);
	
	font-size: 1rem;
	font-style: normal;
	
	line-height: normal;
	display:flex;
	align-items: center;
}
.lx01-l h2::before{
	content: "\2022";
	font-size:2.25rem;
	color: #E85298;
	font-weight:normal;
	margin-right:5px;
}
.lx01-l ul{
	margin-top:1.5rem;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l ul li{
	width:100%;
	padding-bottom:0.62rem;
	border-bottom:1px solid #E5DFF5;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top:2.31rem;
}
.lx01-l ul li .a01{
	width:30%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: normal;
}
.lx01-l ul li .a02{
	width:70%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: normal;
}
.lx01-l .inmore{
	margin-top:2.5rem;
}

.lx01-r{
	width:100%;
	border-top: 1px solid var(--bg2, #E5DFF5);
	padding-bottom:3.25rem;
	margin-top:3.0rem;
}
.lx01-r h1{
	margin-top:5rem;
	color: var(---666, #666);
	
	font-size: 2.21rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 7.2rem */
}
.lx01-r h2{
	margin-top:3.0rem;
	padding-top:1.5rem;
	border-top:1px solid #E5DFF5;
	color: var(---666, #666);
	
	font-size: 1rem;
	font-style: normal;
	
	line-height: normal;
	display:flex;
	align-items: center;
	font-weight:normal;
}
.lx01-r h2::before{
	content: "\2022";
	font-size:2.25rem;
	color: #E85298;
	margin-right:5px;
}
.lx01-r ul{
	margin-top:1.5rem;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-r ul li{
	width:100%;
	padding-bottom:0.62rem;
	border-bottom:1px solid #E5DFF5;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top:2.31rem;
}
.lx01-r ul li .a01{
	width:50%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: normal;
}
.lx01-r ul li .a01.w100{
	width:100%;
}
.lx01-r ul li .a02{
	width:50%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	
	line-height: normal;
}
.lx01-r ul li:first-child{
	height:3.16rem;
}
.lx01-r .inmore{
	margin-top:2.5rem;
}
.lxbk{
	width:100%;
	border:0px;
	color: var(---999, #999);
	
	font-size: 1rem;
	font-style: normal;
	
	line-height: normal;
	outline:none;
}




.mart0{
	margin-top:0rem;
}
.mart10{
	margin-top:4rem;
}
.mart2{
	margin-top:2.5rem;
}



.sjzwqh{
	width: auto;
	height: 5rem;
	font-size:1.0rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
position: absolute;
	right:1%;
	
}
.sjzwqh img{
	width:1.1rem;
	
}
.sjzwqh a{
	margin-left:0.5rem;
	margin-right:0.5rem;
	line-height:2.5rem;
	display: flex;
	align-items: center;
}
.sjzwqh a img{
	
}
.sjzwqh .zhuan{
	width:100%;
	position:absolute;
	top:5rem;
	left:0;
	z-index:111;
	background-color:#FFF;
	font-size:16px;
	line-height:2.5rem;
	opacity:0;
	visibility:hidden;
	text-align:center;
	border-radius:5px;
}
.sjzwqh .zhuan p{
	position:relative;
	display:flex;
	align-items: center;
	text-align:left;
}
.sjzwqh .zhuan p i{
	width:2px;
	height:1.0rem;
	position:absolute;
	left:0;
	z-index:1;
	opacity:0;
	background-color:#116CB0;
}
.sjzwqh .zhuan p:hover i{
	opacity:1;
}
.sjzwqh .zhuan p.cur i{
	opacity:1;
}
.sjzwqh .zhuan a{
	color:#666;
	width:100%;
	text-align:left;
	padding-left:2.0rem;
	font-size:0.9rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-left:0;
	margin-right:0;
}
.sjzwqh:hover .zhuan{
	opacity:1;
	visibility:visible;
}

.xzbj{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.5rem;
}
.xzbj img{
	width:100%;
	height:auto;
	display:block;
}
.xzbj .inab01{
	width:100%;
	padding:0 5.2vw;
	margin-top:0px;
	margin-bottom: 20px;
}







.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}

.dingw{ width:100%; float:left; margin-top:-5rem;}




}












































