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

@supports (font: -apple-system-body) {
  body {
    font-family: 
      "PingFang SC",
      -apple-system,
      "HarmonyOS Sans",
      sans-serif;
  }
}

.apple-os body {
  font-family: "PingFang SC", -apple-system, sans-serif;
}
@media not all and (min-resolution: 0.001dpcm) { 
  @supports (-webkit-appearance: none) {
    body {
      font-family: "PingFang SC", -apple-system, sans-serif;
    }
  }
}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}

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

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


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



@media (min-width:1000px) {
	
.header.yanse{
	background: #143B97;
	top:0;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background: #143B97;
	width:100%;
	border-bottom: 0px solid rgba(255,255,255,0.1);
}
.header.yanse.yanse01 a{
	color:#FFF;
}
.header.yanse a{
	color:#fff;
}


.main{
	width: 100%;
	float:left;
	padding:0 8.33vw;
}
.header{
	width:100%;
	float:left;
	transition: all 0.6s;
	position:relative;
	height:14.125rem;
}
.header .aa01{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.header .aa02{
	width:100%;
	height:10rem;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	max-height:100%;
	min-height:100%;
	overflow:hidden;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:10.0rem;
	transition: all 0.6s;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	padding:0 8.33vw;
	
}

.logo{
	width:34.6%;
	display: flex;
	align-items: center;
	/*height:10.0rem;*/
	max-width:34.6%;
	transition: all 0.6s;
	position:relative;
}

.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: 100%;
	float:left;
	background: #062F72;
	height:4.125rem;
	padding:0 8.33vw;
}
.innav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.innav ul li{
	width:14.2%;
	display: flex;
	align-items: center;
	justify-content: center;
	height:4.125rem;
	text-align: center;
	position:relative;
	line-height: 100%;
}
.innav ul li:hover{
	background:#0350AF;
}
.innav ul li.cur{
	background:#0350AF;
}

.innav ul li a{
	color: var(---white, #FFF);
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	text-align:center;
}
.innav ul li .xiala{
	width:100%;
	position:absolute;
	top:4.125rem;
	left:0;
	z-index:1;
	background:#0350AF;
	opacity:0;
	visibility:hidden;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala dl dd{
	display:flex;
	border-bottom:1px solid rgba(255, 255, 255, 0.20);
}
.innav ul li .xiala dl dd a{
	    width: 100%;
    padding: 1rem 0.8rem;
    font-size: 0.9rem;
    color: #FFF;
    line-height: 150%;
    display: flex;
}


.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.top-r .zyw{
	width: auto;
	display: flex;
	align-items: center;
	justify-content:center;
	height:5.0rem;
	margin-left:0.62rem;
	position:relative;
}
.top-r .zyw .a01{
	display: flex;
	align-items: center;
	width:2.5rem;
	height:2.5rem;
	border-radius: 50%;
	border: 1px solid var(--30, rgba(255, 255, 255, 1));
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	justify-content:center;
}
.top-r .zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.top-r .zyw .xl{
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	top:4.0rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	background-color:#FFF;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	border-radius:50%;
	line-height:2.5rem;
	text-align:center;
}
.header.yanse.yanse01 .top-r .zyw .xl a{
	color: var(---333, #333);
}
.header.yanse .top-r .zyw .xl a{
	color: var(---333, #333);
}
.top-r .qiu{
	display: flex;
	width:16rem;
	height: 2.5rem;
	padding: 0.75rem 1.125rem 0.75rem 1.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 1));
}

.chaxbk{
	width: calc(100% - 1.0rem);
	border: 0px;
	background-color: transparent;
	outline: none;
	padding: 0 0.5rem;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color:var(--30, rgba(255, 255, 255, 1));
}

.chaxbk::placeholder {color:var(--30, rgba(255, 255, 255, 1));}
.inmore{
	display:flex;
}
.inmore a{
	padding: 0.5rem 1rem;
	display: flex;
	align-items:center;
	justify-content: center;
	background: var(--4-eb-8-ad, #0350AF);
	position:relative;
	
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
	z-index:3;
	overflow:hidden;
}
.inmore a::after{
	width: 0.875rem;
	height: 0.875rem;
	content:'';
	display:inline-block;
	margin-left:0.7rem;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a::before{
	width:0;
	height:100%;
	content:'';
	display:inline-block;
	position: absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background: var(--Color-2, #062F72);
}
.inmore a:hover::before{
	width:100%;
}
.intit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.intit .a01{
	width:auto;
	position:relative;
	color: rgba(0, 0, 0, 0.02);
	font-family: Roboto;
	font-size: 6.25rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	min-width:80%;
	min-height:100px;
	
}
.intit .a01 .tit{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.innew{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew-l{
	width:49%;
	border: 4px solid var(--Color, #0350AF);
	background: var(--Color, #0350AF);
}
.innew-l .pic{
	overflow:hidden;
}
.innew-l .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew-l:hover .pic img{
	transform: scale(1.05);
}
.innew-l .tex{
	padding:1.18rem 1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.innew-l .tex .date{
	width:4.875rem;
	height:4.6875rem;
	border-radius: 0.25rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.innew-l .tex .date dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: Roboto;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew-l .tex .date dl dd{
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew-l .tex .subtex{
	width:calc(100% - 6.125rem);
}
.innew-l .tex .subtex dl dt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: var(---white, #FFF);
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.025rem */
}
.innew-l .tex .subtex dl dd{
	margin-top:0.62rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-overflow: ellipsis;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.innew-r{
	width:47%;
	background: var(---Gray-6, #F2F2F2);
	padding: 0 1.25rem;
}
.innew-r ul{
	display: flex;
	flex-wrap: wrap;
}
.innew-r ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:1.25rem 0;
	position:relative;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.innew-r ul li:last-child{
	border-bottom:0px;
}
.innew-r ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.innew-r ul li::after{
	width: 1.0625rem;
	height: 2.875rem;
	content:'';
	display:inline-block;
	background-image:url(../img/caret_right.svg);
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.innew-r ul li:hover::after{
	background-image:url(../img/caret_right2.svg);
	background-repeat:no-repeat;
	background-size:contain;
}
.innew-r ul li::before{
	width:0;
	height:1px;
	background-color:#0350AF;
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.innew-r ul li:hover::before{
	width:100%;
}
.innew-r ul li .a01{
	width:90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.innew-r ul li .a01 .date{
	width:4.875rem;
	height:4.6875rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	transition: all 0.6s;
}
.innew-r ul li:hover .a01 .date{
	background: var(--Color, #0350AF);
}
.innew-r ul li:hover .a01 .date dl dt{
	color:#FFF;
}
.innew-r ul li:hover .a01 .date dl dd{
	color:#FFF;
}
.innew-r ul li .a01 .date dl dt{
	color: var(---333, #333);
	text-align: center;
	font-family: Roboto;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew-r ul li .a01 .date dl dd{
	color: var(---333, #333);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew-r ul li .a01 .tex{
	width:calc(100% - 6.125rem);
}
.innew-r ul li .a01 .tex dl dt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.025rem */
}
.innew-r ul li .a01 .tex dl dd{
	margin-top:0.62rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.inwrap{
	width:100%;
	float:left;
	margin-top:8.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding:8.75rem 8.33vw;
	padding-top:6.25rem;
}
.incy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.incy ul li{
	width:20rem;
	float:left;
	margin-right:1.25rem;
	background: var(---white, #FFF);
	transition: all 0.6s;
}
.incy ul li .pic{
	overflow:hidden;
}
.incy ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.incy ul li:hover .pic img{
	transform: scale(1.05);
}
.incy ul li .tex{
	padding: 1.27rem 0.95rem;
}
.incy ul li .tex dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.incy ul li .tex dl dd{
	margin-top:0.8rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: stretch;
	overflow: hidden;
}
.incy ul li .tex .sm{
	margin-top:0.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---333, #333);
	font-size: 0.825rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45; /* 1.575rem */
}
.incy ul li .tex .more{
	margin-top:0.7rem;
}
.incy ul li .tex .more a{
	display: flex;
	align-items: center;
	color: var(--Color, #0051BB);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.37238rem */
}
.incy ul li .tex .more a::after{
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.25rem;
	margin-top:0.25rem;
}
.incy ul li:hover .tex dl dt{
	color:#FFF;
}
.incy ul li:hover .tex dl dd{
	color:#FFF;
}
.incy ul li:hover .tex .sm{
	color:rgba(255, 255, 255, 0.60);
}
.incy ul li:hover{
	background: var(--Color, #0350AF);
}
.incy ul li:hover .tex .more a{
	color:#FFF;
}

.inab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.inab .rotating-circle{
	width: 6.86044rem;
	height: 6.86044rem;
	position:absolute;
	left:calc(50% - 3.43022rem);
	top:calc(50% - 3.43022rem);
	z-index:33;
	background: url(../img/bf2.svg) no-repeat center;
	animation: rotate 24s linear infinite;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.inab .play{
	width: 4.63081rem;
	height: 4.63081rem;
	position:absolute;
	left:calc(50% - 2.315405rem);
	top:calc(50% - 2.315405rem);
	z-index:44;
	border-radius: 50%;
	background: var(---white, #FFF);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.inab .play a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.inab .rotating-circle .a01 img{
	max-width:100%;
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.inab-l{
	width:50%;
	background: var(--Color, #0350AF);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	    padding: 6rem 4vw 6rem 8.33vw;
}
.inab-l .tit{
	width:100%;
	position:relative;
	color: rgba(255, 255, 255, 0.05);
	font-family: Roboto;
	font-size: 8rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}
.inab-l .tit .a1{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.inab-l .tex{
	width:100%;
	margin-top:2.13rem;
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}
.inab-l .xlm{
	width:100%;
	margin-top:12.38rem;
	border-radius: 0.75rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	backdrop-filter: blur(11.184210777282715px);
	padding: 1rem;
}
.inab-l .xlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l .xlm ul li{
	width:calc(50% - 0.31rem);
	border-radius:0.65rem;
	overflow:hidden;
	position:relative;
	border:1px solid var(--10, rgba(255, 255, 255, 0.10));
}
.inab-l .xlm ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab-l .xlm ul li:hover img{
	transform: scale(1.05);
}
.inab-l .xlm ul li .subtex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	padding:1.68rem 1.93rem;
	z-index:2;
}
.inab-l .xlm ul li .subtex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab-l .xlm ul li .subtex dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: DIN;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.inab-l .xlm ul li .subtex .num{
	margin-top:0.56rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab-l .xlm ul li:first-child::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	content:'';
	display:inline-block;
	background-color:rgba(0, 0, 0, 0.20);
}
.inab-r{
	width:50%;
    overflow: hidden;       /* 隐藏溢出部分 */
}
.inab-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.inyj{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.inyj ul li{
	width:20rem;
	float:left;
	margin-right:1.25rem;
	background: var(---white, #FFF);
}
.inyj ul li .pic{
	overflow:hidden;
}
.inyj ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inyj ul li:hover .pic img{
	transform: scale(1.05);
}
.inyj ul li dl dt{
	color: var(--Color, #0350AF);
	text-align: center;
	font-family: zt2;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-top:1.94rem;
}
.inyj ul li dl dd{
	margin-top: 0.85rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(---333, #333);
    text-align: center;
    text-overflow: ellipsis;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 1.68rem;
}


.index01{
	width:100%;
	float:left;
	background-image:url(../img/inb.svg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:8.75rem 8.33vw;
}
.index01 ul{
	display: flex;
	flex-wrap: wrap;
}
.index01 ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	position:relative;
	overflow:hidden;
}
.index01 ul li:nth-child(3n){
	margin-right:0px;
}
.index01 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.index01 ul li:hover img{
	transform: scale(1.05);
}
.index01 .inmore{
	display: flex;
    justify-content: center;
	}
.index01 ul li .tit{
	width:100%;
	position:absolute;
	left:0;
	bottom:2.5rem;
	z-index:1;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
}
.index01 ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background-color:rgba(3, 63, 175, 0.90);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	opacity:0;
	transition: all 0.6s;
}
.index01 ul li:hover .tex{
	opacity:1;
}
.index01 ul li .tex .a01{
	width: auto;
}
.index01 ul li .tex .a01 dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.index01 ul li .tex .a01 dl dd{
	margin-top:1.25rem;
	margin-bottom:1.25rem;
	display:flex;
	justify-content: center;
}
.index01 ul li .tex .a01 dl dd i{
	width: 0.0625rem;
	height: 3.625rem;
	background: #FFF;
}

.foot{
	width:100%;
	float:left;
	background: #042956;
	padding-bottom:0px;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:6.25rem;
}
.foot01 .dblog{
	width:auto;
	max-width:34.6%;
}
.foot01 .dblog img{
	max-width:100%;
}
.foot01 .lxfs{
	width: auto;
	max-width:28.5%;
}
.foot01 .lxfs dl dd{
	display: flex;
	align-items: center;
	margin-bottom:0.75rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .lxfs dl dd img{
	margin-right:0.62rem;
}
.foot01 .ewm{
	width:auto;
	max-width:8.25%;
}
.foot01 .ewm dl dt{
	overflow:hidden;
}
.foot01 .ewm dl dt img{
	max-width:100%;
}
.foot01 .ewm dl dd{
	margin-top:0.94rem;
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.5rem;
	padding:1.25rem 0;
	border-top:1px solid rgba(255, 255, 255, 0.10);
	color: var(--60, rgba(255, 255, 255, 0.60));
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}

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

.nycon{
	width:100%;
	float:left;
	padding:6.25rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nycon-l{
	width:22.3%;
}
.nycon-l dl dt{
	padding:1.62rem 3.12rem;
	background: var(--Color, #0350AF);
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nycon-l dl dd{
	display:flex;
	border-bottom:1px solid #FFF;
}
.nycon-l dl dd a{
	width:100%;
	padding:1.62rem 3.12rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.nycon-l dl dd a:hover{
	color: var(--Color, #0350AF);
}
.nycon-l dl dd a.cur{
	color: var(--Color, #0350AF);
}

.nycon-r{
	width:74%;
}
.nyab{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:1.75rem 6.25rem;
	margin-bottom:5.88rem;
}
.nab01{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}
.nab01 b{
	color: var(--Color, #0350AF);
}
.npic{
	width:100%;
	float:left;
	margin-top:6.25rem;
	position:relative;
}
.npic .pic img{
	width:100%;
	height:auto;
	display:block;
}
.npic .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.npic .tex dl dt{
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
}
.npic .tex dl dt::after{
	width:6.86rem;
	height: 6.86rem;
    background: url(../img/bf2.svg) no-repeat center;
    animation: rotate 6s linear infinite;
	content:'';
	display:inline-block;
}
.npic .tex dl dt .bf{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.npic .tex dl dt .bf i{
	width: 4.63rem;
	height: 4.63rem;
	border-radius: 50%;
	background: var(---white, #FFF);
	display: flex;
	align-items: center;
	justify-content: center;
}
.npic .tex dl dt img{
	max-width:100%;
}
.npic .tex dl dd{
	margin-top:1.21rem;
	color: var(---white, #FFF);
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}

.nab02{
	width:100%;
	float: left;
}
.nab02 img{
	width:100%;
	height:auto;
	display:block;
}

.newlist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:calc(33.5% - 1.25rem);
	margin-right:1.25rem;
	margin-bottom:1.25rem;
	background: var(--f-2-f-2-f-2, #F2F2F2);
	padding:3.75rem 1.88rem;
	transition: all 0.6s;
}
.newlist ul li dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li dl dd{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newlist ul li .sm{
	margin-top:2.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-align: justify;
	text-overflow: ellipsis;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.newlist ul li .inmore2{
	display:flex;
	margin-top:5.0rem;
}
.newlist ul li .inmore2 a{
	padding: 0.5rem 3rem;
	display: flex;
	align-items:center;
	background: var(---white, #FFF);
	border:1px solid rgba(255, 255, 255, 0.10);
	position:relative;
	
	color: var(---999, #999);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
	z-index:3;
	overflow:hidden;
}
.newlist ul li .inmore2 a::after{
	width: 0.875rem;
	height: 0.875rem;
	content:'';
	display:inline-block;
	margin-left:1.12rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.newlist ul li .inmore2 a::before{
	width:0;
	height:100%;
	content:'';
	display:inline-block;
	position: absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background: #0350AF;
}
.newlist ul li:hover .inmore2 a::before{
	width:100%;
}
.newlist ul li:hover .inmore2 a::after{
	background-image:url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.newlist ul li:hover .inmore2 a{
	color:#FFF;
}
.newlist ul li:hover{
	background: var(--Color, #0350AF);
}
.newlist ul li:hover dl dt{
	color: var(---white, #FFF);
}
.newlist ul li:hover dl dd{
	color: var(---white, #FFF);
}
.newlist ul li:hover .sm{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}

.newlist2{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist2 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom:1.25rem;
	background: var(---Gray-6, #F2F2F2);
}
.newlist2 ul li .pic{
	width:30%;
	position:relative;
	overflow:hidden;
}
.newlist2 ul li .pic img{
	width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.newlist2 ul li:hover .pic img{
	transform: scale(1.05);
}

.newlist2 ul li .pic .bq{
	width:auto;
	position:absolute;
	top:1.25rem;
	right:1.25rem;
	z-index:1;
	background: var(--4-eb-8-ad, #0350AF);
	padding: 0.5rem 1.25rem;
	color: var(---white, #FFF);
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.newlist2 ul li .tex{
	width:70%;
	padding:1.19rem 3.75rem;
}
.newlist2 ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.newlist2 ul li .tex dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newlist2 ul li .tex .sm{
	margin-top:0.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-family: zt3;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newlist2 ul li .tex .inmore.mart3{
	margin-top:1.25rem;
}
.newlist2 ul li .tex .inmore a{
	padding: 0.35rem 1.5rem;
}


.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--Color, #0350AF);
	background: var(--Color, #0350AF);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--Color, #0350AF);
	background: var(--Color, #0350AF);
	color:#FFF;
}
.newtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.95rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5; /* 4.5rem */
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
}
.newdate i{
	margin-left:1.25rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:1.3rem;
}
.newnext ul{
	display: flex;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	padding:2.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.newnext ul li a{
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.yjtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 2.25rem */
	padding-bottom:0.69rem;
	border-bottom:1px solid #E0E0E0;
	margin-top:1.75rem;
}
.yj01{
	width:100%;
	float:left;
	margin-top:1.94rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}

.yjtd{
	width:100%;
	float:left;
	margin-top:1.94rem;
}
.yjtd ul{
	display: flex;
	flex-wrap: wrap;
}
.yjtd ul li{
	width: auto;
	margin-right:1.69rem;
	margin-bottom:1rem;
	overflow:hidden;
	display: flex;
	align-items: center;
	font-size:1.25rem;
}
.yjtd ul li::before{
	width:0.75rem;
	min-width:0.75rem;
	height:0.75rem;
	margin-right:0.875rem;
	background-color:var(--Color, #0350AF);
	border-radius:50%;
	content:'';
	display:inline-block;
}
.yjtd ul li dl dt{
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.yjtd ul li dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */
}
.yyly{
	width:100%;
	float:left;
	margin-top:1.94rem;
	position:relative;
	overflow:hidden;
}
.yyly .pic img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s;
}
.yyly .pic:hover img{
	transform: scale(1.05);
}
.yyly .lm{
	width:auto;
	position:absolute;
	left:2.5rem;
	bottom:2.5rem;
	z-index:2;
}
.yyly .lm ul{
	display: flex;
	flex-wrap: wrap;
}
.yyly .lm ul li{
	width:auto;
	margin-right:0.62rem;
	display:flex;
}
.yyly .lm ul li a{
	padding: 0.625rem 2.0625rem;
	border-radius: 3.125rem;
	background: var(---white, #FFF);
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
}
.yyly .lm ul li a:hover{
	background: var(--Color, #0350AF);
	color:#FFF;
}
.yyly .lm ul li a.cur{
	background: var(--Color, #0350AF);
	color:#FFF;
}
.zhans{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.zhans ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zhans ul li{
	width:49%;
	overflow:hidden;
}
.zhans ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.zhans ul li:hover img{
	transform: scale(1.05);
}
.xdh{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.xdh ul{
	display: flex;
	flex-wrap: wrap;
}
.xdh ul li{
	width:calc(34.0% - 1.25rem);
	margin-right:1.25rem;
	overflow:hidden;
	position:relative;
}
.xdh ul li:nth-child(3n){
	margin-right:0px;
}
.xdh ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.xdh ul li:hover img{
	transform: scale(1.05);
}
.xdh ul li .tit{
	width:100%;
	position:absolute;
	bottom:2.5rem;
	left:0;
	z-index:1;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
}
.lwsl{
	width:auto;
	position:relative;
	display: flex;
	align-items:flex-start;
	color: var(--Color, #0350AF);
	font-family: DIN;
	font-size: 5rem;
	font-style: normal;
	font-weight: 5;
	line-height: 100%;
	padding-right:2rem;
}
.lwsl i{
	color: var(--Color, #0350AF);
	font-family: DIN;
	font-size: 1rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
}
.lwsl .a07{
	width:auto;
	display:flex;
	position:absolute;
	bottom:0.5rem;
	right:0;
	z-index:1;
	padding: 0.375rem 0.625rem;
	border-radius: 1.625rem;
	background: var(--4-eb-8-ad, #0350AF);
	box-shadow: 0 15px 21px 0 rgba(17, 54, 128, 0.26);
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lwlist{
	width:100%;
	float:left;
	margin-top:2.81rem;
}
.lwlist ul{
	display: flex;
	flex-wrap: wrap;
}
.lwlist ul li{
	width:100%;
	margin-top:0.94rem;
	background: var(---Gray-6, #F2F2F2);
	padding:2.19rem 2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
	transition: all 0.6s;
}
.lwlist ul li .a01{
	width:66%;
}
.lwlist ul li .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lwlist ul li .a01 dl dd{
	margin-top:0.69rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.lwlist ul li .a02{
	width:31%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
	color: var(---999, #999);
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lwlist ul li .a02 .inmore2{
	display:flex;
}
.lwlist ul li .a02 .inmore2 a{
	padding: 0.5rem 2rem;
	display: flex;
	align-items:center;
	background: var(---white, #FFF);
	position:relative;
	
	color: var(---999, #999);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
	z-index:3;
	overflow:hidden;
}
.lwlist ul li .a02 .inmore2 a::after{
	width: 0.875rem;
	height: 0.875rem;
	content:'';
	display:inline-block;
	margin-left:1.12rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.lwlist ul li .a02 .inmore2 a::before{
	width:0;
	height:100%;
	content:'';
	display:inline-block;
	position: absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background: #0350AF;
}
.lwlist ul li:hover .a02 .inmore2 a::before{
	width:100%;
}
.lwlist ul li:hover .a02 .inmore2 a::after{
	background-image:url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.lwlist ul li:hover .a02 .inmore2 a{
	color:#FFF;
}
.lwlist ul li:hover{
	background: var(--Color, #0350AF);
}
.lwlist ul li:hover .a01 dl dt{
	color: var(---white, #FFF);
}
.lwlist ul li:hover .a01 dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.lwlist ul li:hover .a02{
	color: var(---white, #FFF);
}

.subNavBox{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.subNav{
	width:100%; 
	float:left;
	CURSOR: pointer;
	text-align:left; 
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin-top:1.25rem;
	padding:1.75rem 2.5rem;
}
.subNav .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.subNav .a01 .num{
	width: 5%;
	color: var(--Color, #0350AF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: none;
}
.subNav .a01 .pic{
	width:30%;
	overflow:hidden;
}
.subNav .a01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.subNav .a01 .tex{
	width:65%;
}
.subNav .a01 .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav .a01 .tex dl dd{
	    margin-top: 0.88rem;
    color: var(---999, #999);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}
.subNav .a01 .tex .bq{
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	margin-top:1.88rem;
	color: var(---333, #333);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.subNav .a01 .tex .bq i{
	padding: 0.5rem 0.5rem;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	margin-right:0.42rem;
	margin-top:0.42rem;
}

.subNav::after{ 
	width: 0rem;
	height: 2rem;
	min-width:0.0rem;
	content:'';
	display:inline-block;
	background-image:url(img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd{
	border-right: 6px solid var(--4-eb-8-ad, #0350AF);
}
.currentDd::after{
	background-image:url(img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	border-right: 6px solid var(--4-eb-8-ad, #0350AF);
	background: var(---Gray-6, #F2F2F2);
	padding:3.25rem 2.5rem;
	padding-top:0px;
}
.navContent .a01{
	width:100%;
	float:left;
	display:flex;
	align-items:flex-end;
	justify-content: space-between;
}
.navContent .a01 .num{
	width:5%;
	min-width:5%;
}
.navContent .a01 .pic{
	width:30%;
	min-width:30%;
}
.navContent .a01 .tex{
	width:65%;
	min-width:65%;
	color: var(---333, #333);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}

.qyfw{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---666, #666);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}
.qyfw h1{
	margin-bottom:1.25rem;
	color: var(--Color, #0350AF);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5; /* 3.6rem */
}
.qyfw img{
	max-width:100%;
}

.subNavBox2{
	width:100%;
	float:left;
}
.subNav2{
	width:100%; 
	float:left;
	CURSOR: pointer;
	text-align:left; 
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin-top:1.25rem;
	padding:1.0rem 3.75rem;
	
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav2 .a01{
	width:90%;
}
.subNav2::after{ 
	width: 3rem;
	height: 3rem;
	min-width:3.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd2{
	background: var(--Color, #0350AF);
	color:#FFF;
}
.currentDd2::after{
	background-image:url(../img/jian2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent2{
	display: none;
	float:left; 
	width:100%;
	border: 1px solid var(--Color, #0350AF);
}
.navContent2 .a01{
	width:100%;
	float:left;
	padding:4.38rem 3.75rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.navContent2 .a01 ol li{
	    counter-increment: custom-counter;
    position: relative;
    padding-left: 1.5em;
	}
.navContent2 .a01 ol li::before {
    content: counter(custom-counter) ". ";
    position: absolute;
    left: 0;
}
.navContent2 .a01 h1{
	margin-bottom:2.5rem;
	margin-top:3.38rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.navContent2 .a01 h2{
	margin-bottom:1.62rem;
	display: flex;
	align-items:center;
	flex-wrap: wrap;
	color: var(---999, #999);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
}
.navContent2 .a01 h2 i{
	width: 0.0625rem;
	height: 1.1875rem;
	background: #999;
	margin-left:1.62rem;
	margin-right:1.62rem;
}

.navContent2 .a02{
	width:100%;
	float:left;
	padding:2.8rem 3.75rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	border-top: 1px solid var(--Color, #0350AF);
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.navContent2 .a02 .tx{
	width:50%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.navContent2 .a02 .yx{
	width:auto;
	display:flex;
}
.navContent2 .a02 .yx a{
	display: flex;
	padding: 1.125rem 2.625rem 1.125rem 2.25rem;
	align-items: center;
	background: var(--Color, #0350AF);
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
}
.navContent2 .a02 .yx a::after{
	margin-left:2.3rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}


.subNavBox4{
	width:100%;
	float:left;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: var(--Color, #0051BB);
	border-bottom:1px solid #FFF;
	text-align:center;
}
.subNav4 a{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family:zt2;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 1.62rem 1.8rem;
	text-align:left;
	position:relative;
}

.subNav4:hover{float:left; }
.currentDd4{
	background: var(--Color, #0051BB);
	color: #FFFFFF;
}
.currentDd4 a{
	color: #FFFFFF;
	width:100%;
}

.navContent4{
	display: none;
	float:left; 
	width:100%; 
	background: var(---Gray-6, #F2F2F2);
}
.navContent4 dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-bottom:1px solid #FFF;
}
.navContent4 dl dd a{
	width:100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: var(---333, #333);
	text-align: left;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 1.62rem 2rem;
}
.navContent4 dl dd a:hover{
	color: var(--Color, #0051BB);
}

.teamlist{
	width:100%;
	float:left;
}
.teamlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.teamlist ul li{
	width:48%;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.teamlist ul li .pic{
	width:45%;
	overflow:hidden;
}
.teamlist ul li .pic img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s;
}
.teamlist ul li .pic:hover img{
	transform: scale(1.05);
}
.teamlist ul li .tex{
	width:50%;
}
.teamlist ul li .tex dl dt{
	font-family: zt2;
	font-size:1.25rem;
}
.teamlist ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:0.875rem;
	color:#999;
}



















.marb0{
	margin-bottom:0px;
}
.mart3{
	margin-top:3.75rem;
}
.mart5{
	margin-top:5.0rem;
}
.mart0{
	margin-top:0rem;
}


.w100{
	width:100%;
}
.fl{
	float:left;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

.dingw{ width:100%; float:left; margin-top:-30px;}

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

.lwlist ul li .a02 .inmore2 a{
	padding:0.5rem 1.44rem;
}
.intop{
	height:9rem;
}
.header{
	height:13.125rem;
}

.subNav .a01 .tex .inmore a{
	    padding: 0.45rem 1.2rem;
    font-size: 0.75rem;
}
.subNav .a01 .tex .bq i{
	padding:0.5rem;
	font-size:0.65rem;
}
	
}

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

.intop{
	height:8rem;
}
.header{
	height:12.125rem;
}

.inab-l .xlm{
	margin-top: 6.38rem;
	}

.nyab{
	    padding: 1.75rem 3.95rem;
  
	}
.nycon-l dl dd a{
	    padding: 1.62rem 2.12rem;
	}
.teamlist ul li .tex dl dt{
	font-size: 1.1rem;
	}
.nycon-l dl dd a{
	padding: 1.62rem 2.12rem;
	}
.nycon-l dl dt{
	padding: 1.62rem 2.12rem;
	}
.newtit{
	font-size: 1.75rem;
	}
}



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

.main{
	padding:0 5.2vw;
}
.innav{
	padding:0 5.2vw;
	}
.top-r .qiu{
	width:10rem;
}
.innav ul li a{
	font-size:1.0rem;
}
.innew-r ul li{
	    padding: 1rem 0;
	}
.innew-r ul li .a01 .tex dl dt{
	    font-size: 1.05rem;
		line-height: 1.45;
	}
.intit .a01{
	font-size:4.25rem;
}
.intit .a01 .tit{
	font-size:2.25rem;
}
.index01 ul li .tit{
	    font-size: 1.5rem;
	}
.index01 ul li .tex .a01 dl dt{
	    font-size: 1.5rem;
	}
.inab-l .tit{
	font-size:4.0rem;
}
.inab-l .tit .a1{
	font-size:1.5rem;
}
.inab-l .tex{
	font-size:0.875rem;
}
.inab-l .xlm ul li .subtex{
	padding:0.5rem;
}
.inab-l .xlm ul li .subtex dl dt{
	font-size:0.875rem;
}
.inab-l .xlm ul li .subtex dl dd{
	font-size:0.65rem;
}
.inab-l .xlm ul li .subtex .num{
	margin-top:0px;
	font-size:1.0rem;
}
.inab-l .xlm{
	margin-top:8.0rem;
}
.foot01 .lxfs{
	max-width:32.5%;
}
.foot01 .ewm {
    width: auto;
    max-width: 9.25%;
}
.nab01{
	font-size:1.03123rem;
	}
.nycon-l dl dt{
	padding:1.0rem 1.12rem;
	font-size:1.25rem;
}
.nycon-l dl dd a{
	padding:1.0rem 1.12rem;
	font-size:1.0rem;
}
.nyab{
	padding:2.75rem 4.25rem;
}
.newlist ul li dl dd{
	font-size:1.25rem;
}
.newlist ul li .inmore2 a{
	padding:0.5rem 1rem;
}
.newtit{
	font-size:1.55rem;
	line-height:150%;
}
.yj01{
	    font-size: 1.05rem;
	}
.yjtd ul li{
	font-size: 1.05rem;
	}
.yjtd ul li dl dd{
	font-size:1.0rem;
}
.lwlist ul li .a02 .inmore2 a{
	padding:0.5rem 1rem;
	font-size:0.75rem;
}
.lwlist ul li .a02{
	font-size:1.0rem;
}
.lwlist ul li{
	padding:1.0rem;
}
.lwlist ul li .a01 dl dt{
	font-size:1.0rem;
}
.subNav .a01 .tex dl dt{
	font-size:1.25rem;
}
.inmore a{
	padding:0.35rem 1rem;
}
.qyfw h1{
	font-size:1.25rem;
}
.qyfw{
	font-size:1.0rem;
}
.navContent2 .a02 .yx a{
	padding:0.5rem 1.5rem;
	font-size:0.65rem;
}
.navContent2 .a01{
	padding:2.5rem;
}
.navContent2 .a02{
	padding:2.5rem;
}
.subNav2{
	padding:0.5rem 2.5rem;
	font-size:1.0rem;
	margin-top:1.0rem;
}


.subNav .a01 .tex .bq i{
	padding:0.35rem;
	font-size:0.65rem;
	margin-right:0.22rem;
}








.intop{
	height:7rem;
}
.header{
	height:11.125rem;
}

.mart5{
	margin-top:3.0rem;
}
.mart0{
	margin-top:0rem;
}

	
}

@media (min-width:1000px) and (max-width:1260px) {
.intop{
	height:6rem;
}
.header{
	height:10.125rem;
}

.newlist2 ul li .tex .sm{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: var(---333, #333);
	text-align: justify;
	text-overflow: ellipsis;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}




}

@media (min-width:1000px) and (max-width:1180px) {
.intop{
	height:5rem;
}
.header{
	height:9.125rem;
}
}

@media (max-width:999px) {


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

.header2{ 
	width:100%; 
	float:left; 
	height:5.0rem; 
	line-height:5.0rem;
	background-color:#062F72;
	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:5.0rem; 
	text-align:left;
	padding-left:1rem;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:4rem; 
	vertical-align:middle; 
}
.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:5.0rem; 
	height:5.0rem; 
	position:absolute; 
	z-index:11; 
	right:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:5.0rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 2.0rem; 
	height: 2.0rem; 
	background:url(../img/close.png) no-repeat; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}

.top-r{
	width:auto;
	display: flex;
	align-items: center;
	position:absolute;
	right:0.5rem;
	top:0;
	z-index:3;
	display:none;
}
.top-r .zyw{
	width:auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.top-r .zyw .a01{
	display: flex;
	align-items: center;
	text-align: center;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24rem;
	text-transform: uppercase;
}
.top-r .zyw .a01::after{
	width: 0.75rem;
	height: 0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.12rem;
	margin-top:-2px;
}
.top-r .zyw .a01::before{
	width: 1.2rem;
	height: 1.2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.32rem;
}

.top-r .zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.top-r .zyw .xl{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	background-color:#FFF;
	padding:1.0rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.top-r .zyw .xl a{
	color: var(---333, #333);
}

.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5.0rem; 
	background:#062F72;
	background-size:cover;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:4rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
	display:flex;
}
.subNav3 .zyw a{
  
       display: flex;
    align-items: center;
   
}
.subNav3 .zyw a img{
	padding-right:15px;
	}
.subNav3 a{
	width:100%;
}
.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: #0350AF; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
	width:100%;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

.main{
	width:100%;
	float:left;
	padding:0 2.33vw;
}


.inmore{
	display:flex;
}
.inmore a{
	padding: 0.35rem 0.75rem;
	display: flex;
	align-items:center;
	justify-content: center;
	background: var(--4-eb-8-ad, #0350AF);
	position:relative;
	
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
	z-index:3;
	overflow:hidden;
}
.inmore a::after{
	width: 0.875rem;
	height: 0.875rem;
	content:'';
	display:inline-block;
	margin-left:1.12rem;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a::before{
	width:0;
	height:100%;
	content:'';
	display:inline-block;
	position: absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background: var(--Color-2, #062F72);
}
.inmore a:hover::before{
	width:100%;
}
.intit{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit .a01{
	width:auto;
	position:relative;
	color: rgba(0, 0, 0, 0.02);
	font-family: Roboto;
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	min-width:52%;
	min-height:3.0rem;
}
.intit .a01 .tit{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.innew{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew-l{
	width:100%;
	border: 4px solid var(--Color, #0350AF);
	background: var(--Color, #0350AF);
}
.innew-l .pic{
	overflow:hidden;
}
.innew-l .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew-l:hover .pic img{
	transform: scale(1.05);
}
.innew-l .tex{
	padding:0.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.innew-l .tex .date{
	width:3.875rem;
	height:3.6875rem;
	border-radius: 0.25rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.innew-l .tex .date dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: Roboto;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew-l .tex .date dl dd{
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew-l .tex .subtex{
	width:calc(100% - 5.125rem);
}
.innew-l .tex .subtex dl dt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: var(---white, #FFF);
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5; /* 2.025rem */
}
.innew-l .tex .subtex dl dd{
	margin-top:0.32rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-overflow: ellipsis;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.innew-r{
	width:100%;
	margin-top:2.0rem;
	background: var(---Gray-6, #F2F2F2);
	padding: 0 0.75rem;
}
.innew-r ul{
	display: flex;
	flex-wrap: wrap;
}
.innew-r ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0.5rem 0;
	position:relative;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.innew-r ul li:last-child{
	border-bottom:0px;
}
.innew-r ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.innew-r ul li::after{
	width: 1.0625rem;
	height: 2.875rem;
	content:'';
	display:inline-block;
	background-image:url(../img/caret_right.svg);
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.innew-r ul li:hover::after{
	background-image:url(../img/caret_right2.svg);
	background-repeat:no-repeat;
	background-size:contain;
}
.innew-r ul li::before{
	width:0;
	height:1px;
	background-color:#0350AF;
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.innew-r ul li:hover::before{
	width:100%;
}
.innew-r ul li .a01{
	width:90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.innew-r ul li .a01 .date{
	width:3.875rem;
	height:3.6875rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	transition: all 0.6s;
}
.innew-r ul li:hover .a01 .date{
	background: var(--Color, #0350AF);
}
.innew-r ul li:hover .a01 .date dl dt{
	color:#FFF;
}
.innew-r ul li:hover .a01 .date dl dd{
	color:#FFF;
}
.innew-r ul li .a01 .date dl dt{
	color: var(---333, #333);
	text-align: center;
	font-family: Roboto;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew-r ul li .a01 .date dl dd{
	color: var(---333, #333);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew-r ul li .a01 .tex{
	width:calc(100% - 5.125rem);
}
.innew-r ul li .a01 .tex dl dt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5; /* 2.025rem */
}
.innew-r ul li .a01 .tex dl dd{
	margin-top:0.62rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.inwrap{
	width:100%;
	float:left;
	margin-top:2.5rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.0rem 2.33vw;
}
.incy{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.incy ul li{
	width:15rem;
	float:left;
	margin-right:1.0rem;
	background: var(---white, #FFF);
	transition: all 0.6s;
	margin-top:1.0rem;
}
.incy ul li .pic{
	overflow:hidden;
}
.incy ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.incy ul li:hover .pic img{
	transform: scale(1.05);
}
.incy ul li .tex{
	padding:1.0rem;
}
.incy ul li .tex dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.incy ul li .tex dl dd{
	margin-top:1.06rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
}
.incy ul li .tex .sm{
	margin-top:1.06rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4; /* 1.575rem */
}
.incy ul li .tex .more{
	margin-top:0.7rem;
}
.incy ul li .tex .more a{
	display: flex;
	align-items: center;
	color: var(--Color, #0051BB);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.37238rem */
}
.incy ul li .tex .more a::after{
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.25rem;
	margin-top:0.25rem;
}
.incy ul li:hover .tex dl dt{
	color:#FFF;
}
.incy ul li:hover .tex dl dd{
	color:#FFF;
}
.incy ul li:hover .tex .sm{
	color:rgba(255, 255, 255, 0.60);
}
.incy ul li:hover{
	background: var(--Color, #0350AF);
}
.incy ul li:hover .tex .more a{
	color:#FFF;
}

.inab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.inab .rotating-circle{
	width: 6.86044rem;
	height: 6.86044rem;
	position:absolute;
	left:calc(50% - 3.43022rem);
	top:calc(50% - 3.43022rem);
	z-index:33;
	background: url(../img/bf2.svg) no-repeat center;
	animation: rotate 24s linear infinite;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.inab .play{
	width: 4.63081rem;
	height: 4.63081rem;
	position:absolute;
	left:calc(50% - 2.315405rem);
	top:calc(50% - 2.315405rem);
	z-index:44;
	border-radius: 50%;
	background: var(---white, #FFF);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.inab .play a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.inab .play a img{
	max-width:2.0rem;
	height:auto;
}
.inab .rotating-circle .a01 img{
	max-width:100%;
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.inab-l{
	width:100%;
	background: var(--Color, #0350AF);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	    padding: 3rem 2.33vw 3rem 2.33vw;
}
.inab-l .tit{
	width:100%;
	position:relative;
	color: rgba(255, 255, 255, 0.05);
	font-family: Roboto;
	font-size: 3rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}
.inab-l .tit .a1{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.inab-l .tex{
	width:100%;
	margin-top:1.13rem;
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 0.93931444441rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}
.inab-l .xlm{
	width:100%;
	margin-top:4.38rem;
	border-radius: 0.75rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	backdrop-filter: blur(11.184210777282715px);
	padding: 1rem;
	padding-top:0rem;
}
.inab-l .xlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l .xlm ul li{
	width:100%;
	margin-top:1.0rem;
	border-radius:0.65rem;
	overflow:hidden;
	position:relative;
	border:1px solid var(--10, rgba(255, 255, 255, 0.10));
}
.inab-l .xlm ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab-l .xlm ul li:hover img{
	transform: scale(1.05);
}
.inab-l .xlm ul li .subtex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	padding:1.0rem;
	z-index:2;
}
.inab-l .xlm ul li .subtex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab-l .xlm ul li .subtex dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: DIN;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.inab-l .xlm ul li .subtex .num{
	margin-top:0.56rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab-l .xlm ul li:first-child::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	content:'';
	display:inline-block;
	background-color:rgba(0, 0, 0, 0.20);
}
.inab-r{
	width:100%;
    overflow: hidden;       /* 隐藏溢出部分 */
}
.inab-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.inyj{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.inyj ul li{
	width:15rem;
	float:left;
	margin-right:1.0rem;
	margin-top:1.0rem;
	background: var(---white, #FFF);
}
.inyj ul li .pic{
	overflow:hidden;
}
.inyj ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inyj ul li:hover .pic img{
	transform: scale(1.05);
}
.inyj ul li dl dt{
	color: var(--Color, #0350AF);
	text-align: center;
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-top:1.0rem;
}
.inyj ul li dl dd{
	margin-top:0.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---333, #333);
	text-align: center;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	padding:0 1.0rem;
}
.inyj ul li:nth-child(4n){
	margin-right:0px;
}

.index01{
	width:100%;
	float:left;
	background-image:url(../img/inb.svg);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-size:50% auto;
	padding:3.75rem 2.33vw;
	padding-top:2.75rem;
	padding-bottom:6.75rem;
}
.index01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index01 ul li{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:1.0rem;
}
.index01 ul li:nth-child(3n){
	margin-right:0px;
}
.index01 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.index01 ul li:hover img{
	transform: scale(1.05);
}
.index01 ul li .tit{
	width:100%;
	position:absolute;
	left:0;
	bottom:2.5rem;
	z-index:1;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
}
.index01 ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background-color:rgba(3, 63, 175, 0.90);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	opacity:0;
	transition: all 0.6s;
}
.index01 ul li:hover .tex{
	opacity:1;
}
.index01 ul li .tex .a01{
	width: auto;
}
.index01 ul li .tex .a01 dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.index01 ul li .tex .a01 dl dd{
	margin-top:1.25rem;
	margin-bottom:1.25rem;
	display:flex;
	justify-content: center;
}
.index01 ul li .tex .a01 dl dd i{
	width: 0.0625rem;
	height: 3.625rem;
	background: #FFF;
}

.foot{
	width:100%;
	float:left;
	background: #042956;
	padding-bottom:0px;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.25rem;
}
.foot01 .dblog{
	width:100%;
	max-width:100%;
}
.foot01 .dblog img{
	max-width:100%;
}
.foot01 .lxfs{
	width: 100%;
	margin-top:3.0rem;
}
.foot01 .lxfs dl dd{
	display: flex;
	align-items: center;
	margin-bottom:0.75rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .lxfs dl dd img{
	margin-right:0.62rem;
}
.foot01 .ewm{
	width:100%;
	margin-top:3.0rem;
}
.foot01 .ewm dl dt{
	overflow:hidden;
	text-align:center;
}
.foot01 .ewm dl dt img{
	max-width:100%;
}
.foot01 .ewm dl dd{
	margin-top:0.94rem;
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.5rem;
	padding:1.25rem 0;
	border-top:1px solid rgba(255, 255, 255, 0.10);
	color: var(--60, rgba(255, 255, 255, 0.60));
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}

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

.nycon{
	width:100%;
	float:left;
	padding:2.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nycon-l{
	width:100%;
}
.nycon-l dl dt{
	padding:1.0rem 1.5rem;
	background: var(--Color, #0350AF);
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nycon-l dl dd{
	display:flex;
	border-bottom:1px solid #FFF;
}
.nycon-l dl dd a{
	width:100%;
	padding:1.0rem 0.85rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.nycon-l dl dd a:hover{
	color: var(--Color, #0350AF);
}
.nycon-l dl dd a.cur{
	color: var(--Color, #0350AF);
}

.nycon-r{
	width:100%;
	margin-top:2.0rem;
}
.nycon-r .intit .a01{
	    min-width: 78%;
	}
.nyab{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:2.5rem 0.95rem;
	margin-bottom:5.88rem;
}
.nab01{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 0.855542333rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	margin-top:1.0rem;
}
.nab01 b{
	color: var(--Color, #0350AF);
}
.npic{
	width:100%;
	float:left;
	margin-top:2.5rem;
	position:relative;
}
.npic .pic img{
	width:100%;
	height:auto;
	display:block;
}
.npic .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.npic .tex dl dt{
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
}
.npic .tex dl dt::after{
	width:3.5rem;
	height: 3.5rem;
    background: url(../img/bf2.svg) no-repeat center;
	background-size:contain;
    animation: rotate 6s linear infinite;
	content:'';
	display:inline-block;
}
.npic .tex dl dt .bf{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.npic .tex dl dt .bf i{
	width: 1.63rem;
	height: 1.63rem;
	border-radius: 50%;
	background: var(---white, #FFF);
	display: flex;
	align-items: center;
	justify-content: center;
}
.npic .tex dl dt img{
	max-width:1.0rem;
}
.npic .tex dl dd{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}

.nab02{
	width:100%;
	float: left;
}
.nab02 img{
	width:100%;
	height:auto;
	display:block;
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	margin-top:1.0rem;
	background: var(--f-2-f-2-f-2, #F2F2F2);
	padding:3.75rem 1.88rem;
	transition: all 0.6s;
}
.newlist ul li dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li dl dd{
	margin-top:1.0rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newlist ul li .sm{
	margin-top:1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-align: justify;
	text-overflow: ellipsis;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.newlist ul li .inmore2{
	display:flex;
	margin-top:3.0rem;
}
.newlist ul li .inmore2 a{
	padding: 0.5rem 2rem;
	display: flex;
	align-items:center;
	background: var(---white, #FFF);
	border:1px solid rgba(255, 255, 255, 0.10);
	position:relative;
	
	color: var(---999, #999);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
	z-index:3;
	overflow:hidden;
}
.newlist ul li .inmore2 a::after{
	width: 0.875rem;
	height: 0.875rem;
	content:'';
	display:inline-block;
	margin-left:1.12rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.newlist ul li .inmore2 a::before{
	width:0;
	height:100%;
	content:'';
	display:inline-block;
	position: absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background: #0350AF;
}
.newlist ul li:hover .inmore2 a::before{
	width:100%;
}
.newlist ul li:hover .inmore2 a::after{
	background-image:url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.newlist ul li:hover .inmore2 a{
	color:#FFF;
}
.newlist ul li:hover{
	background: var(--Color, #0350AF);
}
.newlist ul li:hover dl dt{
	color: var(---white, #FFF);
}
.newlist ul li:hover dl dd{
	color: var(---white, #FFF);
}
.newlist ul li:hover .sm{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}

.newlist2{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist2 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:1.25rem;
}
.newlist2 ul li .pic{
	width:40%;
	position:relative;
	overflow:hidden;
}
.newlist2 ul li .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.newlist2 ul li:hover .pic img{
	transform: scale(1.05);
}

.newlist2 ul li .pic .bq{
	width:auto;
	position:absolute;
	top:0.5rem;
	right:0.5rem;
	z-index:1;
	background: var(--4-eb-8-ad, #0350AF);
	padding: 0.5rem 1.25rem;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.newlist2 ul li .tex{
	width:60%;
	background: var(---Gray-6, #F2F2F2);
	padding:1.0rem;
}
.newlist2 ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	display:none;
}
.newlist2 ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:0px;
	text-transform: capitalize;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newlist2 ul li .tex .sm{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---333, #333);
	text-align: justify;
	text-overflow: ellipsis;
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	display:none;
}
.newlist2 ul li .tex .inmore a{
	padding:0.35rem 0.5rem;
	font-size:0.65rem;
}
.newlist2 ul li .tex .inmore a::after{
	margin-left:0.5rem;
}







.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
	margin-bottom:5rem;
}
.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.5rem;
	height: 2.5rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--Color, #0350AF);
	background: var(--Color, #0350AF);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--Color, #0350AF);
	background: var(--Color, #0350AF);
	color:#FFF;
}
.newtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 4.5rem */
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
}
.newdate i{
	    display: inline-block;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---666, #666);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8; /* 2rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:1.3rem;
}
.newnext ul{
	display: flex;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	padding:1.5rem 0;
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.newnext ul li a{
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width:80%;
}
.yjtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 2.25rem */
	padding-bottom:0.69rem;
	border-bottom:1px solid #E0E0E0;
	margin-top:1.5rem;
}
.yj01{
	width:100%;
	float:left;
	margin-top:1.94rem;
	color: var(---333, #333);
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}

.yjtd{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.yjtd ul{
	display: flex;
	flex-wrap: wrap;
}
.yjtd ul li{
	    width: auto;
    margin-top: 1rem;
    overflow: hidden;
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-size: 0.85rem;
}
.yjtd ul li::before{
	width:0.5rem;
	min-width:0.5rem;
	height:0.5rem;
	margin-right:0.75rem;
	background-color:var(--Color, #0350AF);
	border-radius:50%;
	content:'';
	display:inline-block;
}
.yjtd ul li dl dt{
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.yjtd ul li dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */
}
.yyly{
	width:100%;
	float:left;
	margin-top:1.5rem;
	position:relative;
	overflow:hidden;
}
.yyly .pic img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s;
}
.yyly .pic:hover img{
	transform: scale(1.05);
}
.yyly .lm{
	width:auto;
	position:absolute;
	left:0.5rem;
	bottom:0.5rem;
	z-index:2;
}
.yyly .lm ul{
	display: flex;
	flex-wrap: wrap;
}
.yyly .lm ul li{
	width:auto;
	margin-right:0.32rem;
	display:flex;
}
.yyly .lm ul li a{
	padding: 0.325rem 1.0625rem;
	border-radius: 3.125rem;
	background: var(---white, #FFF);
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
}
.yyly .lm ul li a:hover{
	background: var(--Color, #0350AF);
	color:#FFF;
}
.yyly .lm ul li a.cur{
	background: var(--Color, #0350AF);
	color:#FFF;
}
.zhans{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.zhans ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zhans ul li{
	width:49%;
	overflow:hidden;
}
.zhans ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.zhans ul li:hover img{
	transform: scale(1.05);
}
.xdh{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.xdh ul{
	display: flex;
	flex-wrap: wrap;
}
.xdh ul li{
	width:calc(33.33% - 0.5rem);
	margin-right:0.5rem;
	overflow:hidden;
	position:relative;
}
.xdh ul li:nth-child(3n){
	margin-right:0px;
}
.xdh ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.xdh ul li:hover img{
	transform: scale(1.05);
}
.xdh ul li .tit{
	width:100%;
	position:absolute;
	bottom:1.0rem;
	left:0;
	z-index:1;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
}
.lwsl{
	width:20%;
	position:relative;
	display: flex;
	align-items:flex-strat;
	color: var(--Color, #0350AF);
	font-family: DIN;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 5;
	line-height: 100%;
	padding-right:3.875rem;
}
.lwsl i{
	color: var(--Color, #0350AF);
	font-family: DIN;
	font-size: 1rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
}
.lwsl .a07{
	width:auto;
	display:flex;
	position:absolute;
	bottom:0.5rem;
	right:0;
	z-index:1;
	padding: 0.375rem 0.625rem;
	border-radius: 1.625rem;
	background: var(--4-eb-8-ad, #0350AF);
	box-shadow: 0 15px 21px 0 rgba(17, 54, 128, 0.26);
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lwlist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.lwlist ul{
	display: flex;
	flex-wrap: wrap;
}
.lwlist ul li{
	width:100%;
	margin-top:0.94rem;
	background: var(---Gray-6, #F2F2F2);
	padding:1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
	transition: all 0.6s;
}
.lwlist ul li .a01{
	width:100%;
}
.lwlist ul li .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lwlist ul li .a01 dl dd{
	margin-top:0.69rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.lwlist ul li .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
	color: var(---999, #999);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-top:2.0rem;
}
.lwlist ul li .a02 .inmore2{
	display:flex;
}
.lwlist ul li .a02 .inmore2 a{
	padding: 0.4rem 1rem;
	display: flex;
	align-items:center;
	background: var(---white, #FFF);
	position:relative;
	
	color: var(---999, #999);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
	z-index:3;
	overflow:hidden;
}
.lwlist ul li .a02 .inmore2 a::after{
	width: 0.875rem;
	height: 0.875rem;
	content:'';
	display:inline-block;
	margin-left:1.12rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.lwlist ul li .a02 .inmore2 a::before{
	width:0;
	height:100%;
	content:'';
	display:inline-block;
	position: absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background: #0350AF;
}
.lwlist ul li:hover .a02 .inmore2 a::before{
	width:100%;
}
.lwlist ul li:hover .a02 .inmore2 a::after{
	background-image:url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.lwlist ul li:hover .a02 .inmore2 a{
	color:#FFF;
}
.lwlist ul li:hover{
	background: var(--Color, #0350AF);
}
.lwlist ul li:hover .a01 dl dt{
	color: var(---white, #FFF);
}
.lwlist ul li:hover .a01 dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.lwlist ul li:hover .a02{
	color: var(---white, #FFF);
}

.subNavBox{
	width:100%;
	float:left;
	margin-top:0.5rem;
	margin-bottom:5.0rem;
}
.subNav{
	width:100%; 
	float:left;
	CURSOR: pointer;
	text-align:left; 
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin-top:1.0rem;
	padding:1.0rem;
}
.subNav .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.subNav .a01 .num{
	width: 5%;
	color: var(--Color, #0350AF);
	font-size:0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:none;
}
.subNav .a01 .pic{
	width:30%;
	overflow:hidden;
}
.subNav .a01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.subNav .a01 .tex{
	width:100%;
	margin-top: 20px;
}
.subNav .a01 .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav .a01 .tex dl dd{
	margin-top:0.5rem;
	color: var(---999, #999);
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}
.subNav .a01 .tex .bq{
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	margin-top:1.88rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	    margin-bottom: 1.88rem;
}
.subNav .a01 .tex .bq div{
	display:flex;
	flex-wrap: wrap;
	align-items:center;
}
.subNav .a01 .tex .bq i{
	padding: 0.325rem 0.4rem;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	margin-right:0.32rem;
	margin-top:0.5rem;
}

.subNav::after{ 
	width: 0rem;
	height: 0rem;
	min-width:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd{
	border-right: 6px solid var(--4-eb-8-ad, #0350AF);
}
.currentDd::after{
	background-image:url(img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	border-right: 6px solid var(--4-eb-8-ad, #0350AF);
	background: var(---Gray-6, #F2F2F2);
	padding:1.0rem;
}
.navContent .a01{
	width:100%;
	float:left;
	display:flex;
	align-items:flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.navContent .a01 .num{
	width:0%;
	min-width:5%;
	display:none;
}
.navContent .a01 .pic{
	width:100%;
	min-width:100%;
}
.navContent .a01 .tex{
	width:100%;
	min-width:100%;
	color: var(---333, #333);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	margin-top:1.0rem;
}

.qyfw{
	width:100%;
	float:left;
	margin-top:2.0rem;
	color: var(---666, #666);
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
	margin-bottom:5.0rem;
}
.qyfw h1{
	margin-bottom:1.25rem;
	color: var(--Color, #0350AF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.6rem */
}
.qyfw img{
	max-width:100%;
}

.subNavBox2{
	width:100%;
	float:left;
	margin-bottom:5.0rem;
}
.subNav2{
	width:100%; 
	float:left;
	CURSOR: pointer;
	text-align:left; 
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin-top:0.5rem;
	padding:0.5rem 1.25rem;
	
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav2 .a01{
	width:90%;
}
.subNav2::after{ 
	width: 2rem;
	height: 2rem;
	min-width:2.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd2{
	background: var(--Color, #0350AF);
	color:#FFF;
}
.currentDd2::after{
	background-image:url(../img/jian2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent2{
	display: none;
	float:left; 
	width:100%;
	border: 1px solid var(--Color, #0350AF);
}
.navContent2 .a01{
	width:100%;
	float:left;
	padding:1.5rem 1.75rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.navContent2 .a01 h1{
	margin-bottom:1.5rem;
	margin-top:1.38rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.navContent2 .a01 h2{
	margin-bottom:1.5rem;
	display: flex;
	align-items:center;
	flex-wrap: wrap;
	color: var(---999, #999);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
}
.navContent2 .a01 h2 i{
	width: 0.0625rem;
	height: 1.1875rem;
	background: #999;
	margin-left:0.5rem;
	margin-right:0.5rem;
}

.navContent2 .a02{
	width:100%;
	float:left;
	padding:1.5rem 1.75rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	border-top: 1px solid var(--Color, #0350AF);
	display: flex;
	justify-content: space-between;
	align-items:center;
	flex-wrap: wrap;
}
.navContent2 .a02 .tx{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.navContent2 .a02 .yx{
	width:100%;
	display:flex;
	margin-top:2.0rem;
}
.navContent2 .a02 .yx a{
	display: flex;
	padding:0.5rem 1.0rem;
	align-items: center;
	background: var(--Color, #0350AF);
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
}
.navContent2 .a02 .yx a::after{
	margin-left:2.3rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}



.subNavBox4{
	width:100%;
	float:left;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: var(--Color, #0051BB);
	border-bottom:1px solid #FFF;
	text-align:center;
}
.subNav4 a{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family:zt2;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 1.0rem 2rem;
	text-align:center;
	position:relative;
}

.subNav4:hover{float:left; }
.currentDd4{
	background: var(--Color, #0051BB);
	color: #FFFFFF;
}
.currentDd4 a{
	color: #FFFFFF;
	width:100%;
}

.navContent4{
	display: none;
	float:left; 
	width:100%; 
	background: var(---Gray-6, #F2F2F2);
}
.navContent4 dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-bottom:1px solid #FFF;
}
.navContent4 dl dd a{
	width:100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: var(---333, #333);
	text-align: left;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 1.0rem 2rem;
}
.navContent4 dl dd a:hover{
	color: var(--Color, #0051BB);
}


.teamlist{
	width:100%;
	float:left;
}
.teamlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.teamlist ul li{
	width:100%;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.teamlist ul li .pic{
	width:40%;
	overflow:hidden;
}
.teamlist ul li .pic img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s;
}
.teamlist ul li .pic:hover img{
	transform: scale(1.05);
}
.teamlist ul li .tex{
	width:56%;
}
.teamlist ul li .tex dl dt{
	font-family: zt2;
	    font-size: 1rem;
}
.teamlist ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:0.75rem;
	color:#999;
}
























.marb0{
	margin-bottom:0px;
}
.mart3{
	margin-top:1.25rem;
}
.mart5{
	margin-top:1.0rem;
}
.mart0{
	margin-top:0rem;
}












.w100{
	width:100%;
}
.fl{
	float:left;
}
.dingw{ width:100%; float:left; margin-top:-5rem;}




}
































