@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	font-family: zt;
	margin:auto
	}
@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/zt.TTF'),
	url('../font/zt.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:#133A95;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,1);
	border-bottom:1px solid #E0E0E0;
	top:0;
}

.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	width:100%;
	border-radius: 8px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header.yanse.yanse01 a{
	color:#FFF;
}

.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.yanse01 .innav ul li{
	color:#fff;
}
.main{
	width:100%;
	float:left;
	padding:0px 8.3vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	padding-right:2.6vw;
}

.logo{
	width:13.75%;
	display: flex;
	align-items: center;
	justify-content: center;
	height:5.0rem;
	max-width:15.4%;
	transition: all 0.6s;
	position:relative;
	background-color:#FFF;
}

.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:1.5625vw;
	margin-right:1.5625vw;
	position:relative;
	height:5.0rem;
	text-transform: capitalize;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innav ul li i{
	width: 0;
	height: 0.125rem;
	transition: all 0.6s;
	position:absolute;
	left:0;
	bottom:0rem;
	z-index:1;
}
.header.yanse .innav ul li:hover i{
	width:100%;
	background-color:#133A95;
}
.header.yanse.yanse01 .innav ul li:hover i{
	width:100%;
	background-color:#fff;
}
.innav ul li a:hover{
	color:#133A95;
}
.header.yanse .innav ul li.cur a{
	color:#133A95;
	font-weight:bold;
}
.header.yanse .innav ul li.cur i{
	width:100%;
	background-color:#133A95;
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#fff;
	font-weight:bold;
}
.header.yanse.yanse01 .innav ul li.cur i{
	width:100%;
	background: #fff;
}
.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.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;
	color: var(---white, #FFF);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24rem;
	text-transform: uppercase;
}
.header.yanse.yanse01 .top-r .zyw .a01{
	color:#FFF;
}
.header.yanse .top-r .zyw .a01{
	color:#333;
}
.header.yanse.yanse01 .top-r .zyw .a01::after{
	width: 1.5rem;
	height: 0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.62rem;
	margin-top:-2px;
}
.header.yanse.yanse01 .top-r .zyw .a01::before{
	width: 2rem;
	height: 2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.62rem;
}

.header.yanse .top-r .zyw .a01::after{
	width: 1.5rem;
	height: 0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.62rem;
	margin-top:-2px;
}
.header.yanse .top-r .zyw .a01::before{
	width: 2rem;
	height: 2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/qiu2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.62rem;
}

.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;
}
.header.yanse.yanse01 .top-r .zyw .xl a{
	color: var(---333, #333);
}
.top-r .qiu{
	display: flex;
	width: auto;
	justify-content: center;
	align-items: center;
	margin-left:3.12rem;
}
.innav ul li .xiala{
	width:12.0rem;
	position:absolute;
	top:5.0rem;
	left:-3.5rem;
	z-index:2;
	text-align:center;
	font-size:0.875rem;
	line-height:250%;
	opacity:0;
	visibility:hidden;
	padding:0.5rem 0;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.header.yanse.yanse01 .xiala{
	background-color:rgba(0,0,0,0.3);
}
.header.yanse .xiala{
	background-color:rgba(255,255,255,1);
}
.header.yanse .innav ul li.cur .xiala a{
	color:#333;
}
.header.yanse .innav ul li.cur .xiala a:hover{
	color:#133A95;
}

.chax{
	right:2.6vw; 
	top:5.0rem;
	position: absolute;
	width:15rem; 
	z-index:996;
	display: none;
}
.chax.marg{
	top:4.5rem;
}
.chax　.aa{
	display: flex;
	width:15rem;
	height:2.5rem;
	background-color:#FFF;
	overflow:hidden;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 11.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 0px;
	background-color: #fff;
	outline: none;
	padding-left: 0.5rem;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 0.8rem;
	color: #999999;
}
.chaxanniu{
	width: 4.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	cursor: pointer;
	background: var(--1-d-2-b-66, #133A95);
	color: #FFFFFF;
	border: 0px;
	outline:none;
}
.inbk{
	width:calc(100% - 20px);
	border:0px;
	line-height:20px;
	outline:none;
	background-color:transparent;
	font-size:14px;
	color:#FFF;
}

.intit{
	width:100%;
	float:left;
	margin-top:8.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit.jz{
	align-items: center;
}
.intit .a01{
	width:auto;
}
.intit .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.intit .a01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.intit .a02{
	width:46.5625%;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.inmore{
	display:flex;
}
.inmore a{
	width: 15.625rem;
	height: 3.75rem;
	border-radius: 1.875rem;
	border: 2px solid var(--133-a-95, #133A95);
	box-shadow: 0px 10px 10px 0px rgba(46, 73, 213, 0.15);
	color: #000;
	text-align: center;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	background: var(--133-a-95, #133A95);
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a:hover{
	color: var(---white, #FFF);
	border: 2px solid #133A95;
}
.inab{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.inab .pic{
	overflow:hidden;
	width:100%;
	float:left;
	border-radius:1.0rem;
}
.inab .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab:hover .pic img{
	transform: scale(1.05);
}
.inab .tex{
	width:48.8%;
	position:absolute;
	right:1.25rem;
	bottom:1.25rem;
	z-index:1;
}
.inab .tex ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inab .tex ul li{
	width:32.58%;
	border-radius: 0.5rem;
	background: #FFF;
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:2.25rem 1.88rem;
	transition: all 0.6s;
	border: 2px solid var(---white, #FFF);
}
.inab .tex ul li dl dt{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.inab .tex ul li dl dd{
	margin-top:1.25rem;
}
.inab .tex ul li dl dd a{
	color: var(--133-a-95, #133A95);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.inab .tex ul li dl dd a::after{
	content: '';
	display:inline-block;
	margin-left:1.06rem;
	width:1.5rem;
	height:1.5rem;
	background-image:url(../img/small_long_down.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inab .tex ul li:hover{
	background: var(--133-a-95, #133A95);
	box-shadow: -15px 40px 100px 0px rgba(66, 0, 255, 0.08), -20px 40px 100px 0px rgba(88, 92, 98, 0.04);
}
.inab .tex ul li:hover dl dd a::after{
	background-image:url(../img/small_long_down2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inab .tex ul li:hover dl dt{
	color:#FFF;
}
.inab .tex ul li:hover dl dd a{
	color:#FFF;
}
.inab .tex ul li .pic01{
	display:inline-block;
}
.inab .tex ul li .pic02{
	display: none;
}
.inab .tex ul li:hover .pic01{
	display:none;
}
.inab .tex ul li:hover .pic02{
	display:inline-block;
}

.jcfw{
	width:100%;
	float:left;
	margin-top:5.5rem;
}
.jcfw ul{
	display: flex;
	flex-wrap: wrap;
}
.jcfw ul li{
	width:calc(25.1% - 0.62rem);
	margin-right:0.62rem;
	margin-top:1.5rem;
	position:relative;
	border-radius: 0.5rem;
	overflow:hidden;
	background: var(---Gray-6, #F2F2F2);
	height:31.25rem;
	transition: all 0.6s;
}
.jcfw ul li:nth-child(4n){
	margin-right:0px;
}
.jcfw ul li .pic{
	width:100%;
	height:100%;
	overflow:hidden;
}
.jcfw ul li .pic img{
	min-width:100%;
	min-height:100%;
	display:block;
}
.jcfw ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:3.75rem 2.5rem;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
}
.jcfw ul li .tex h1{
	overflow:hidden;
}
.jcfw ul li .tex h1 img{
	max-width:5.0rem;
}
.jcfw ul li .tex dl dt{
	margin-top:4.0rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
}
.jcfw ul li .tex dl dd{
	margin-top:1.0rem;
	color: var(---999, #999);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	height:80px;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.jcfw ul li .tex .more{
	display:flex;
	margin-top:3.0rem;
}
.jcfw ul li .tex .more a{
	width: 9.9375rem;
	height: 3.75rem;
	position:relative;
	border-radius: 1.875rem;
	border: 2px solid var(---Gray-5, #E0E0E0);
	overflow:hidden;
}
.jcfw ul li .tex .more a i{
	width:0px;
	height:100%;
	transition: all 0.6s;
	background: var(--133-a-95, #133A95);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.jcfw ul li .tex .more a span{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---999, #999);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jcfw ul li:hover .tex{
	background:none;
}
.jcfw ul li:hover .tex dl dt{
	color:#FFF;
}
.jcfw ul li:hover .tex dl dd{
	color:#FFF;
}
.jcfw ul li:hover .tex .more a i{
	width:100%;
}
.jcfw ul li:hover .tex .more a span{
	color: var(---white, #FFF);
}
.jcfw ul li:hover .tex .more a{
	border: 2px solid var(---white, #FFF);
}
.jcfw ul li .pic01{
	display:inline-block;
}
.jcfw ul li .pic02{
	display: none;
}
.jcfw ul li:hover .pic01{
	display:none;
}
.jcfw ul li:hover .pic02{
	display:inline-block;
}
.jcfw ul li:last-child{
	background:var(--133-a-95, #133a95) url(../img/t01.jpg) no-repeat bottom center;
	background-size:100% auto;
}
.jcfw ul li:last-child dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:7.0rem;
}
.jcfw ul li:last-child dl dd{
	margin-top:4.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jcfw ul li:last-child dl dd a{
	border-radius: 1.875rem;
	background: var(--fcc-827, #FCC827);
	box-shadow: 0px 10px 10px 0px rgba(46, 73, 213, 0.15);
	padding:0.87rem 4.2rem;
	color: var(--133-a-95, #133A95);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jcfw ul li:hover{
	box-shadow: -15px 40px 100px 0px rgba(66, 0, 255, 0.08), -20px 40px 100px 0px rgba(88, 92, 98, 0.04);
}
.intel{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:6.25rem;
}
.intel a{
	padding:1.22rem 1.72rem;
	border-radius: 1.875rem;
	border: 2px solid var(--133-a-95, #133A95);
	background: #FFF;
	/* Drop Shadow */
	box-shadow: 0px 10px 10px 0px rgba(46, 73, 213, 0.15);
	color: var(--133-a-95, #133A95);
	text-align: center;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.intel a::before{
	width:1.5rem;
	height:1.5rem;
	margin-right:0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/coolicon.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.insys{
	width:100%;
	float:left;
	padding-top:8.75rem;
	background-image:url(../img/fwbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:8.75rem;
}
.intit2{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit2 .a01{
	width:37.2%;
}
.intit2 .a01 dl dt{
	display: flex;
	align-items: center;
	border-radius: 0.5rem;
	border: 2px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 3.6rem */
	text-transform: uppercase;
}
.intit2 .a01 dl dt img{
	margin-right:2.36rem;
}
.intit2 .a01 dl dd{
	margin-top:3.38rem;
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.intit2 .a02{
	width:auto;
}
.intit2 .a02 dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.intit2 .a02 dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.infw{
	width:100%;
	float:left;
	margin-top:8.12rem;
	border-top:1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.infw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infw ul li{
	width:20%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:2.87rem 2.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.6s;
}
.infw ul li:hover{
	background: var(--133-a-95, #133A95);
}
.infw ul li:nth-child(5n){
	border-right:0px;
}
.infw ul li img{
	max-height:5.0rem;
}
.infw ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.infw ul li dl dd{
	margin-top:1.5rem;
	display: flex;
	align-items: center;
}
.infw ul li dl dd a{
	display: flex;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.infw ul li dl dd a::after{
	margin-left:1.06rem;
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/small_long_down2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.infw ul li .pic01{
	display:inline-block;
}
.infw ul li .pic02{
	display: none;
}
.infw ul li:hover .pic01{
	display:none;
}
.infw ul li:hover .pic02{
	display:inline-block;
}
.innewtj{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 1rem;
	overflow:hidden;
	background: var(---Gray-6, #F2F2F2);
}
.innewtj .pic{
	width:50%;
	overflow:hidden;
}
.innewtj .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innewtj:hover .pic img{
	transform: scale(1.05);
}
.innewtj .tex{
	width:50%;
	padding:3.75rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex dl dt{
	margin-bottom:2.5rem;
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex dl dd{
	overflow: hidden;
	color: var(---333, #333);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.innewtj .tex .more{
	display:flex;
	margin-top:3.75rem;
}
.innewtj .tex .more a{
	width: 9.9375rem;
	height: 3.75rem;
	position:relative;
	border-radius: 1.875rem;
	border: 2px solid var(---Gray-5, #E0E0E0);
	overflow:hidden;
}
.innewtj .tex .more a i{
	width:0px;
	height:100%;
	transition: all 0.6s;
	background: var(--133-a-95, #133A95);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.innewtj .tex .more a span{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---999, #999);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innewtj:hover .tex .more a i{
	width:100%;
}
.innewtj:hover .tex .more a span{
	color: var(---white, #FFF);
}
.innewtj:hover .tex .more a{
	border: 2px solid var(---white, #FFF);
}
.innewlist{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.innewlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewlist ul li{
	width:100%;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewlist ul li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	padding:3.75rem 8.3vw;
}
.innewlist ul li a:hover{
	background: var(--133-a-95, #133A95);
}
.innewlist ul li .date{
	width:8%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innewlist ul li .tit{
	width:29%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.innewlist ul li .tex{
	overflow: hidden;
	color: var(---333, #333);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	width:47%;
}
.innewlist ul li:hover .date{
	color:#FFF;
}
.innewlist ul li:hover .tit{
	color:#FFF;
}
.innewlist ul li:hover .tex{
	color:var(--60, rgba(255, 255, 255, 0.60));
}
.bgcx{
	width:100%;
	float:left;
	margin-top:2.5rem;
	background-image:url(../img/abj.png);
	background-position:center;
	background-repeat:no-repeat;
	padding:6.25rem 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.bgcx01{
	width:37.8%;
	padding-bottom:4.0rem;
}
.bgcx01 dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:5.0rem;
}
.bgcx01 dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.bgcx01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.87rem;
}
.bgcx01 ul li{
	width:calc(50% - 0.31rem);
}
.bgcx01 .cxan{
	display:flex;
	justify-content: center;
	margin-top:2.75rem;
}
.bgcx01 .cxan a{
	width: 15.625rem;
	height: 3.75rem;
	border-radius: 1.875rem;
	background: var(--fcc-827, #FCC827);
	box-shadow: 0px 10px 10px 0px rgba(46, 73, 213, 0.15);
	color: var(--133-a-95, #133A95);
	text-align: center;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height:3.75rem;
}
.cxbk{
	width:100%;
	padding: 0.875rem 1.875rem;
	border-radius: 6.25rem;
	background: var(---white, #FFF);
	border:0px;
	outline:none;
	color: var(---999, #999);
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 176.3%; /* 1.54263rem */
}
.error-input{ border:1px solid #F00;}
.foot{
	width:100%;
	float:left;
	background: #1E2532;
	padding-top:5.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .dblxfs{
	width:auto;
	max-width:25%;
}
.foot01 .dblxfs dl dt{
	padding-bottom:2.0rem;
}
.foot01 .dblxfs dl dt img{
	max-width:100%;
}
.foot01 .dblxfs dl dd{
	margin-top:1.0rem;
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .dblxfs dl dd img{
	margin-right:0.62rem;
}
.foot01 .dblxfs .link{
	display:flex;
	margin-top:4.0rem;
}
.foot01 .dblxfs .link a{
	margin-right:1.64rem;
	position:relative;
	display:flex;
}
.foot01 .dblxfs .link a i{
	width:5.0rem;
	height:5.0rem;
	position:absolute;
	left:0;
	bottom:-5.0rem;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.foot01 .dblxfs .link a i img{
	max-width:100%;
}
.foot01 .dblxfs .link a:hover i{
	opacity:1;
	visibility:visible;
}
.foot01 .a01{
	width:52.4%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01 .sx{
	background: rgba(255, 255, 255, 0.10);
	width: 0.0625rem;
	height:100%;
}
.foot01 .a01 dl dt{
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:0.5rem;
}
.foot01 .a01 dl dd{
	margin-top:1.06rem;
	color: rgba(255, 255, 255, 0.80);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .a01 dl dd a{
	color: rgba(255, 255, 255, 0.80);
}
.foot01 .a02{
	width:auto;
	max-width:8.0rem;
}
.foot01 .a02 dl dt{
	overflow:hidden;
	text-align: center;
}
.foot01 .a02 dl dt img{
	max-width:100%;
}
.foot01 .a02 dl dd{
	margin-top:0.62rem;
	color: #8A969E;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.62rem;
	padding:1.92rem 8.3vw;
	border-top:1px solid rgba(255, 255, 255, 0.10);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #8A969E;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.tanc{
	position: fixed;
	display:none;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:999;
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.50);
	z-index:1;
}
.tanc01 .tex{
	width:50%;
	left:25%;
	top:10%;
	z-index:2;
	border-radius: 1rem;
	background: var(---white, #FFF);
	position:absolute;
	padding-bottom:5.0rem;
}
.tanc01 .tex .con{
	width:100%;
	position:relative;
}
.tanc01 .tex .con .gbi{
	width: 2.25rem;
	height: 2.25rem;
	position:absolute;
	top:1.88rem;
	right:1.88rem;
	z-index:1;
	background-image: url(../img/close.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.tanc01 .tex .con .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.tanc01 .tex .con .a01 .pic{
	width:40%;
	overflow:hidden;
}
.tanc01 .tex .con .a01 .pic img{
	max-width:100%;
}
.tanc01 .tex .con .a01 .subtex{
	width:60%;
}
.tanc01 .tex .con .a01 .subtex dl dd{
	margin-top:1.8rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.tanc01 .tex .con .a01 .subtex dl dd:first-child{
	margin-top:0px;
}
.tanc01 .tex .con .a01 .subtex dl dd i{
	padding: 0.375rem 1.25rem;
	border-radius: 0.25rem;
	background: var(--576-b-95, #576B95);
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:0.8rem;
	margin-top:0.5rem;
}
.tanc01 .tex .con .a01 .subtex dl dd em{
	padding: 0.375rem 1.25rem;
	border-radius: 0.25rem;
	background: var(---Green-1, #219653);
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:0.8rem;
}
.tanc01 .tex .con .a02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:3.19rem;
	padding:0 2.62rem;
}
.tanc01 .tex .con .a02 ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.tanc01 .tex .con .a02 ul li{
	width:22%;
	height:3.75rem;
	color: var(---333, #333);
	font-size: 1.53956rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	line-height:3.75rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.tanc01 .tex .con .a02 ul li a{
	width:100%;
	height:100%;
	text-align:center;
	border-radius: 1.875rem;
	border: 1.54px solid var(--576-b-95, #576B95);
	overflow:hidden;
}
.tanc01 .tex .con .a02 ul li a:hover{
	background: var(---Green-1, #219653);
	color:#FFF;
}
.tanc01 .tex .con .a02 ul li a.cur{
	background: var(---Green-1, #219653);
	color:#FFF;
}
.tanc01 .tex .con .a02 ul .ht{
	width:4%;
	height:1px;
	border-bottom:1px dotted #576B95;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding:0 8.3vw;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner .tex dl dd{
	color: var(---white, #FFF);
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:2.5rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
	position:relative;
}
.nybanner .tex dl dd::before{
	width: 6.625rem;
	height: 0.1875rem;
	content:'';
	background: #FCC827;
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.nab{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .tex{
	width:44.25%;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.nab .tex dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.nab .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.nab .tex h1{
	margin-top:5.0rem;
	margin-bottom:2.5rem;
	color: var(---333, #333);
	text-align: justify;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 3.6rem */
}
.nab .pic{
	width:48.1%;
	overflow:hidden;
	border-radius:1.0rem;
}
.nab .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nab .pic:hover img{
	transform: scale(1.05);
}

.rywrap{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background-image:url(../img/nabj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:10rem;
	padding-top:7.5rem;
	overflow:hidden;
}
.ntit{
	width:100%;
	float:left;
}
.ntit dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.ntit dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.ntit .a01{
	display:flex;
	margin-top:3.75rem;
}
.ntit .a01 a{
	padding: 0.625rem 1.25rem;
	border-radius: 0.5rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-right:0.62rem;
}
.ntit .a01 a:hover{
	background: var(--fcc-827, #FCC827);
	border: 1px solid var(--fcc-827, #FCC827);
	color: var(--133-a-95, #133A95);
}
.ntit .a01 a.cur{
	background: var(--fcc-827, #FCC827);
	border: 1px solid var(--fcc-827, #FCC827);
	color: var(--133-a-95, #133A95);
}

.ntit2{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.ntit2 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.ntit2 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.sming{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border-radius: 1rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem;
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	/*margin-bottom:6.25rem;*/
}
.sming01{
	width:100%;
	float:left;
	height:50rem;
	overflow-y:scroll;
	color: var(---666, #666);
	padding-right:3.0rem;
}
/* 通用滚动条样式 */
* {
  scrollbar-width: thin;          /* Firefox支持 */
  scrollbar-color: #133A95 #fff; /* Firefox滑块和轨道颜色 */
}

/* WebKit浏览器滚动条样式 */
.sming01::-webkit-scrollbar {
  width: 10px;       /* 垂直滚动条宽度 */
  height: 10px;      /* 水平滚动条高度 */
}

.sming01::-webkit-scrollbar-track {
  background: #fff; /* 轨道颜色 */
  border-radius: 0.625rem;  /* 轨道圆角 */
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); /* 内阴影 */
}

.sming01::-webkit-scrollbar-thumb {
  background: #133A95;
  border: 4px solid transparent;
  background-clip: padding-box;
  border-radius: 9999px;
}

.sming01::-webkit-scrollbar-thumb:hover {
  background: var(--133-a-95, #133A95);  /* 悬停时滑块颜色 */
}

/* 可选：角落样式 */
.sming01::-webkit-scrollbar-corner {
  background: #fff;
}

.jclist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.jclist ul{
	display: flex;
	flex-wrap: wrap;
}
.jclist ul li{
	width:calc(33.9% - 1.88rem);
	margin-right:1.88rem;
	margin-top:3.75rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
}
.jclist ul li:nth-child(3n){
	margin-right:0px;
}
.jclist ul li .pic{
	overflow:hidden;
}
.jclist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jclist ul li:hover .pic img{
	transform: scale(1.05);
}
.jclist ul li .tex{
	padding:3.25rem 2.5rem;
	transition: all 0.6s;
}
.jclist ul li:hover .tex{
	background: var(--133-a-95, #133A95) url(../img/xbj.png) no-repeat center;
}
.jclist ul li .tex dl dt{
	margin-top:1.45rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
}
.jclist ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	height:80px;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.jclist ul li .tex .more{
	display:flex;
	margin-top:1.88rem;
}
.jclist ul li .tex .more a{
	width: 9.9375rem;
	height: 3.75rem;
	position:relative;
	border-radius: 1.875rem;
	border: 2px solid var(---Gray-5, #E0E0E0);
	overflow:hidden;
}
.jclist ul li .tex .more a i{
	width:0px;
	height:100%;
	transition: all 0.6s;
	background: var(--fcc-827, #FCC827);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.jclist ul li .tex .more a span{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---999, #999);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jclist ul li:hover .tex .more a i{
	width:100%;
}
.jclist ul li:hover .tex .more a span{
	color: var(--133-a-95, #133A95);
}
.jclist ul li:hover .tex .more a{
	border: 2px solid var(---white, #FCC827);
}
.jclist ul li:hover .tex dl dt{
	color:#FFF;
}
.jclist ul li:hover .tex dl dd{
	color:#FFF;
}
.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 3.125rem;
	height: 3.125rem;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:3.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(--30, rgba(255, 255, 255, 0.30));
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color: var(---666, #666);

}
.fy ul li a:hover{
	background: var(--133-a-95, #133A95);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--133-a-95, #133A95);
}
.fy ul li .cur{
	background: var(--133-a-95, #133A95);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--133-a-95, #133A95);
}
.fwshow{
	width:100%;
	float:left;
	border-radius: 1rem;
	background: var(--133-a-95, #133A95);
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0px rgba(66, 0, 255, 0.08), -20px 40px 100px 0px rgba(88, 92, 98, 0.04);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:6.25rem;
}
.fwshow .pic{
	width:48.1%;
	overflow:hidden;
}
.fwshow .pic img{
	min-width:100%;
	min-height:100%;
	display:block;
	transition: all 0.6s;
}
.fwshow:hover .pic img{
	transform: scale(1.05);
}
.fwshow .tex{
	width:51.9%;
	padding:3.12rem;
	color: rgba(255,255,255,0.60);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.fwshow .tex h1{
	color: var(---white, #FFF);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 4.05rem */
	margin-bottom:1.87rem;
}
.fwshow .tex h2{
	margin-top:3.75rem;
	margin-bottom:1.25rem;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
}

.nwrap{
	width:100%;
	float:left;
	margin-top:6.25rem;
	padding:6.25rem 0;
	background: var(---Gray-6, #F2F2F2);
}
.ntit3{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.xgsb{
	width:100%;
	float:left;
	margin-top:1.88rem;
}
.xgsb ul{
	display: flex;
	flex-wrap: wrap;
}
.xgsb ul li{
	width:calc(25.3% - 1.25rem);
	padding-bottom:2.75rem;
	margin-top:1.88rem;
	margin-right:1.25rem;
	border-radius: 0.5rem;
	background: #FFF;
	transition: all 0.6s;
	text-align: center;
}
.xgsb ul li:nth-child(4n){
	margin-right:0px;
}
.xgsb ul li:hover{
	background: var(--133-a-95, #133A95);
}
.xgsb ul li dl dd{
	    padding-bottom: 1.2rem;
    position: relative;
    border-bottom: 0.0625rem solid #E0E0E0;
    color: var(---333, #333);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 1rem;
}
.xgsb ul li dl dt img{
	    max-width: 100%;
    max-height: 100%;
    transition: all 0.6s;
	}
.xgsb ul li dl dd::after{
	width: 4.5625rem;
	height: 0.125rem;
	content:'';
	display:inline-block;
	left:0;
	bottom:0;
	z-index:1;
	background: #FCC827;
	position:absolute;
}
.xgsb ul li:hover dl dd a{
	color:#FFF;
}
.sys01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:6.25rem;
}
.sys01 .tex{
	width:45.25%;
	color: var(---333, #333);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.sys01 .tex dl dt{
	overflow:hidden;
}
.sys01 .tex dl dt img{
	max-width:100%;
}
.sys01 .tex dl dd{
	margin-top:1.94rem;
	margin-bottom:2.63rem;
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 4.05rem */
	text-transform: uppercase;
}
.sys01 .pic{
	width:48%;
	border-radius: 1rem;
	background: var(---Gray-5, #E0E0E0);
	overflow:hidden;
}
.sys01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.sys01 .pic:hover img{
	transform: scale(1.05);
}

.sblist{
	width:100%;
	float:left;
	margin-top:1.88rem;
}
.sblist ul{
	display: flex;
	flex-wrap: wrap;
}
.sblist ul li{
	width:calc(25.3% - 1.25rem);
	margin-top:1.87rem;
	margin-right:1.25rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	border: 2px solid #fff;
}
.sblist ul li:nth-child(4n){
	margin-right:0px;
}
.sblist ul li dl dt{
	overflow:hidden;
	height:17rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.sblist ul li dl dt img{
	    max-width: 65%;
    max-height: 85%;
	transition: all 0.6s;
}
.sblistpx li{
	    width: calc(49.5% - 1.25rem)!important;
	}
.sblistpx ul li .tex dl dt {
    padding-top: 0.18rem;
    padding-bottom:0.19rem;
    text-align: center;
    color: var(---333, #333);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
	   height: auto;
    font-weight: 700;
    line-height: 180%;
    text-transform: uppercase;
    transition: all 0.6s;
	justify-content: left;
}
.sblistpx ul li .tex dl dd{
	font-size: 0.85rem;
    font-style: normal;
    font-weight: 500;
	padding-top: 0.88rem;
	justify-content: left;
	text-align: left;
	}
.sblistpx ul li {
    border: 2px solid var(--fcc-827, #FCC827);
    box-shadow: 0px 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.sblistpx ul li:hover {
    background: var(--fcc-827, #FCC827)!important;
}
.sblistpx a{
	    display: flex;
    flex-wrap: wrap;
	}
.sblistpx .pic{
	text-align:center;
	width: 20%;
    overflow: hidden;
	    padding: 10px;
	}
.sblistpx .pic img{
	  max-width: 100%;
	  max-height:100%;
	}
.sblist ul li:hover dl dt img{
	transform: scale(1.05);
}
.sblistpx .tex{
	width: 79%;
    overflow: hidden;
	    justify-content: left;
		    padding-top: 20px;
	}
.sblist ul li dl dd{
	padding-top:1.88rem;
	padding-bottom:2.19rem;
	text-align:center;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
	transition: all 0.6s;
}
.sblist ul li:hover{
	border: 2px solid var(--fcc-827, #FCC827);
	/* 扩展投影 */
	box-shadow: 0px 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.sblist ul li:hover dl dd{
	background: var(--fcc-827, #FCC827);
}

.ywcon{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.new-l{
	width:69.1%;
}
.new-l01{
	width:100%;
	float: left;
	border-radius: 1rem;
	background: var(---white, #FFF);
	padding:3.75rem;
}
.ywcon-l{
	width:69.1%;
	border-radius: 1rem;
	background: var(---white, #FFF);
	padding:3.75rem;
}
.ywtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 0rem */
}
.ywdate{
	width:100%;
	float:left;
	margin-top:1.5rem;
	padding-bottom:1.5rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 176.3%; /* 1.763rem */
}
.ywtex{
	width:100%;
	float:left;
	margin-top:4.0rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.ywtex img{
	max-width:100%;
	height:auto;
}

.newnext{
	width:100%;
	float:left;
	margin-top:3.62rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
}
.newnext ul li{
	width:100%;
	float:left;
	padding:1.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.ywcon-r{
	width:27.2%;
}
.ywcon-r ul{
	display: flex;
	flex-wrap: wrap;
}
.ywcon-r ul li{
	width:100%;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	overflow:hidden;
	padding:2.38rem 1.88rem;
	transition: all 0.6s;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.ywcon-r ul li p{
	margin-bottom:1.88rem;
}
.ywcon-r ul li:hover{
	background: var(--133-a-95, #133A95);
	color:#FFF;
}
.ywcon-r ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.25rem */
}
.ywcon-r ul li dl dd{
	margin-top:1.88rem;
	color: var(---999, #999);
	text-align: justify;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ywcon-r ul li .more{
	display:flex;
	margin-top:1.88rem;
}
.ywcon-r ul li .more a{
	width: 9.9375rem;
	height: 3.75rem;
	position:relative;
	border-radius: 1.875rem;
	border: 2px solid var(---Gray-5, #E0E0E0);
	overflow:hidden;
}
.ywcon-r ul li .more a i{
	width:0px;
	height:100%;
	transition: all 0.6s;
	background: var(--fcc-827, #FCC827);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.ywcon-r ul li .more a span{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---999, #999);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ywcon-r ul li:hover .more a i{
	width:100%;
}
.ywcon-r ul li:hover .more a span{
	color: var(--133-a-95, #133A95);
}
.ywcon-r ul li:hover .more a{
	border: 2px solid var(---white, #FCC827);
}
.ywcon-r ul li:hover dl dt{
	color:#FFF;
}
.ywcon-r ul li:hover dl dd{
	color:#FFF;
}
.ywcon-r ul li:first-child{
	margin-top:0px;
}

.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: var(---333, #333);
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lx01 p{
	margin-bottom:1.0rem;
}
.lx01 ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:3.56rem;
}
.lx01 ul li{
	width:calc(33.33% - 1.25rem);
	margin-right:1.25rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	padding:2.5rem;
}
.lx01 ul li:nth-child(3n){
	margin-right:0px;
}
.lx01 ul li dl dt{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01 ul li dl dt img{
	margin-right:0.56rem;
}
.lx01 ul li dl dd{
	margin-top:0.62rem;
	color: var(--133-a-95, #133A95);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lx01 ul li:last-child dl dd{
	font-size:1.5rem;
}

.zxly{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border-radius: 1rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	padding:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly-l{
	width:35%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.zxly-l dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.zxly-l dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:8.0rem;
}

.zxly-r{
	width:52%;
}
.lx02{
	width:100%;
	float:left;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:49%;
	margin-top:3.12rem;
	display: flex;
	justify-content: space-between;
}
.lx02 ul li:first-child{
	margin-top:0px;
}
.lx02 ul li:nth-child(2){
	margin-top:0px;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li.mart60{
	margin-top:3.75rem;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li .inmore{
	margin-top:0px;
}
.lx02 ul li .a01{
	display: flex;
	align-items: center;
}
.lx02 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx02 ul li dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:3.75rem;
	height: 3.75rem;
	border:0px;
	background-color:transparent;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	outline:none;
	font-size: 0.875rem;
	font-family: "Microsoft YaHei";
	color:#999;
}
.anniu{
	width: 19.5rem;
	height: 3.75rem;
	border-radius: 1.875rem;
	border: 2px solid var(--133-a-95, #133A95);
	background: #FFF;
	cursor:pointer;
	text-align:center;
	line-height:3.75rem;
	color: var(--133-a-95, #133A95);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.map{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}


.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}


.xzlist{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.xzlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xzlist ul li{
	width:49.1%;
	padding:3.75rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:1.25rem;
	transition: all 0.6s;
	border:1px solid #F2F2F2;
}
.xzlist ul li a{
	    display: flex;
    flex-wrap: wrap;
    width: 100%;
	}
.xzlist ul li:hover{
	border:1px solid #0C418D;
}
.xzlist ul li .a01{
	width:calc(100% - 60px);
	display: flex;
	align-items: center;
}
.xzlist ul li .a01 img{
	margin-right:2.5rem;
	max-height:3.875rem;
}
.xzlist ul li .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.xzlist ul li .a01 dl dd{
	margin-top:0.56rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}


/* From Uiverse.io by ZAKARIAE48CHELLE */ 
.Btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

.svgIcon {
  fill: #0c418d;
}

.icon2 {
  width: 18px;
  height: 5px;
  border-bottom: 2px solid #0c418d;
  border-left: 2px solid #0c418d;
  border-right: 2px solid #0c418d;
}

.tooltip {
  position: absolute;
  right: -80px;
  opacity: 0;
  background-color: rgb(12, 12, 12);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
  pointer-events: none;
  letter-spacing: 0.5px;
}

.tooltip::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(12, 12, 12);
  background-size: 1000%;
  background-position: center;
  transform: rotate(45deg);
  left: -5%;
  transition-duration: 0.3s;
}

.Btn:hover .tooltip {
  opacity: 1;
  transition-duration: 0.3s;
}

.Btn:hover {
  background: var(--Color-3, #0C418D);
  transition-duration: 0.3s;
}

.Btn:hover .icon2 {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
}

.Btn:hover .svgIcon {
  fill: white;
  animation: slide-in-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.subNavBox4{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	display: flex;
	justify-content: space-between;
	align-items:center;
	CURSOR: pointer; 
	text-align:left;
	background-color:#FFF;
	font-size:1.0rem;
	padding:2.5rem 3.75rem;
	margin-top:0.62rem;
	border:1px solid #f2f2f2;
}
.subNav4 dl{
	width:100%;
}
.subNav4 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items:center;
}
.subNav4 dl dd{
	margin-top:1.87rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.subNav4 dl dd .a01{
	display: flex;
	align-items:center;
}
.subNav4 dl dd .a01 div{
	margin-right:5.8rem;
}

.subNav4:hover{float:left; }
.currentDd4{
	background: #0C418D;
	color:#FFF;
}
.currentDd4 dl dt{
	color:#FFF;
}

.currentDd4 dl dd{
	color:#FFF;
}
.currentDd4 dl dd i{
	background-color:#FFF;
}
.currentDd4::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:3.75rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	background: #f2f2f2;
	padding-top:2.3rem;
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
	margin-top:2.5rem;
}
.navContent4 dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width:8.0rem;
	margin-top:0.3rem;
}
.navContent4 dl dd{
	width:calc(100% - 8.0rem);
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.red{
	color: #fff;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	padding:0.5rem 3.0rem;
	background-color:#0C418D;
	border-radius:1.5rem;
}
.line{
	margin-top:3.0rem;
	margin-bottom:1.0rem;
	background: rgba(0, 0, 0, 0.10);
	height:1px;
	width:100%;
	display:flex;
}

.xlmmc{
	width:100%;
	float:left;
	margin-top:6.75rem;
}
.xlmmc ul{
	display: flex;
	flex-wrap: wrap;
}
.xlmmc ul li{
	width:auto;
	margin-right:0.62rem;
	display: flex;
	align-items:center;
}
.xlmmc ul li a{
	padding:1.0rem 5.0rem;
	border:1px solid #f2f2f2;
	font-size:1.0rem;
	line-height:100%;
}
.xlmmc ul li a:hover{
	background-color:#f2f2f2;
}
.xlmmc ul li a.cur{
	background-color:#f2f2f2;
}


.mart6{
	margin-top:6.25rem;
}
.mart3{
	margin-top:3.19rem;
}
.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:-110px;}
}


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




	
}

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







	
}

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

.main{
	padding:0 5.2vw;
}
.innav ul li{
	font-size:0.8rem;
	margin-left:0.9vw;
	margin-right:0.9vw;
}
.inab .tex ul li{
	padding:1.5rem 1.0rem;
}
.inab .tex ul li dl dt img{
	max-height:1.5rem;
}
.inab .tex ul li dl dd a::after{
	width:1.0rem;
	height:1.0rem;
}
.jcfw ul li .tex h1 img{
	max-height:3.0rem;
}
.jcfw ul li .tex dl dt{
	font-size:1.0rem;
	margin-top:3.0rem;
}
.jcfw ul li .tex dl dd{
	font-size:0.75rem;
}
.jcfw ul li .tex{
	padding:2.5rem 1.5rem;
}
.jcfw ul li .tex .more a{
	height:2.5rem;
}
.jcfw ul li .tex .more a span{
	font-size:0.875rem;
}
.jcfw ul li:last-child dl dt{
	font-size:1.0rem;
}
.jcfw ul li:last-child dl dd a{
	padding:0.57rem 2.2rem;
	font-size:0.875rem;
}
.jcfw ul li:last-child dl dd{
	margin-top:3.0rem;
}

.intit2 .a01 dl dt{
	font-size:1.2rem;
}
.infw ul li{
	padding:1.87rem 1.75rem;
}
.infw ul li dl{
	width:100%;
	margin-bottom:1.0rem;
}
.infw ul li dl dd{
	margin-top:0.5rem;
}
.infw ul li img{
	max-height:3.0rem;
}
.innewtj .tex{
	padding:2.5rem;
	font-size:0.875rem;
}
.innewtj .tex dl dt{
	margin-top:1.5rem;
	margin-bottom:1.5rem;
	font-size:1.0rem;
}
.innewtj .tex .more{
	margin-top:2.0rem;
}
.innewtj .tex .more a{
	height:2.5rem;
}
.innewtj .tex .more a span{
	font-size:0.875rem;
}
.bgcx01{
	width:50%;
}
.intit2 .a01 dl dd{
	font-size:0.875rem;
}
.intit2 .a01{
	width:45%;
}
.inmore a{
	width:10rem;
	height:2.5rem;
	font-size:1.0rem;
}
.intit .a01 dl dt{
	font-size:1.0rem;
}
.intit .a01 dl dd{
	font-size:2.5rem;
}

.intit2 .a02 dl dt{
	font-size:1.0rem;
}
.intit2 .a02 dl dd{
	font-size:2.5rem;
}

.lx01{
	font-size:2.0rem;
}
.lx01 ul li dl dd{
	font-size:1.2rem;
}
.lx01 ul li:last-child dl dd{
	font-size:0.9rem;
}
.lx01 ul li dl dt{
	font-size:0.875rem;
}
.zxly-l dl dt{
	font-size:1.0rem;
}
.zxly-l dl dd{
	margin-top:1.0rem;
	font-size:2.0rem;
}
.anniu{
	width:10rem;
	height:2.5rem;
	line-height:2.5rem;
	font-size:0.875rem;
}
.ywtit{
	font-size:1.3rem;
}
.ywcon-r ul li dl dt{
	font-size:1.0rem;
}
.ywcon-r ul li .more a{
	width:8.0rem;
	height:2.5rem;
	line-height:2.5rem;
}
.ywcon-r ul li .more a span{
	font-size:0.875rem;
}
.nybanner .tex dl dt{
	font-size:2.0rem;
}
.nybanner .tex dl dd{
	font-size:3.0rem;
}
.innewlist ul li .date{
	font-size:0.875rem;
	width:10%;
}
.innewtj .pic img{
	min-height:100%;
	min-width:100%;
}

.tanc01 .tex .con{
	height:20rem;
	overflow:scroll;
}
.tanc01 .tex .con .a01 .subtex dl dd{
	font-size:0.875rem;
	margin-top:0.5rem;
}
.tanc01 .tex .con .a01 .subtex dl dd i{
	padding:0.275rem 0.8rem;
	font-size:0.75rem;
	margin-top:0.3rem;
	margin-right:0.3rem;
}
.tanc01 .tex .con .a01 .subtex{
	margin-top:2.0rem;
}
.tanc01 .tex .con .a02 ul li{
	height:2.5rem;
	line-height:2.5rem;
	font-size:0.75rem;
}
.tanc01 .tex .con .gbi{
	width:1.5rem;
	height:1.5rem;
	right:1.5rem;
	top:1.5rem;
}
.sys01 .tex dl dd{
	font-size:1.5rem;
	margin-top:1.0rem;
	margin-bottom:1.5rem;
}
.sys01 .tex dl dt img{
	max-height:4.0rem;
}
.sys01 .tex{
	font-size:0.875rem;
}
.ntit3{
	font-size:2.0rem;
}
.sblist ul li dl dt{
	height:10rem;
}
.sblist ul li dl dd{
	padding-top:1.0rem;
	padding-bottom:1.5rem;
	font-size:0.875rem;
}
.nab .tex dl dt{
	font-size:1.0rem;
}
.nab .tex dl dd{
	margin-top:1.0rem;
	font-size:2.0rem;
}

.nab .tex h1{
	margin-top:3.0rem;
	margin-bottom:1.5rem;
	font-size:0.9rem;
}
.nab .tex{
	font-size:0.75rem;
}
.ntit dl dt{
	font-size:1.0rem;
}
.ntit dl dd{
	margin-top:1.0rem;
	font-size:2.0rem;
}
.ntit2 dl dt{
	font-size:1.0rem;
}
.ntit2 dl dd{
	margin-top:1.0rem;
	font-size:2.0rem;
}






	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:4rem; 
	vertical-align:middle; 
	margin-left: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:5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 2.0rem; 
	height: 2.0rem; 
	background:url(../img/close.png) no-repeat; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#fff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:4rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #133A95; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

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

.intit{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit.jz{
	align-items: center;
}
.intit .a01{
	width:45%;
}
.intit .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.intit .a01 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.intit .a02{
	width:100%;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	margin-top:2.0rem;
}
.inmore{
	display:flex;
}
.inmore a{
	width: 10rem;
	height: 2.5rem;
	border-radius: 1.875rem;
	border: 2px solid var(--133-a-95, #133A95);
	box-shadow: 0px 10px 10px 0px rgba(46, 73, 213, 0.15);
	color: #000;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	background: var(--133-a-95, #133A95);
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a:hover{
	color: var(---white, #FFF);
	border: 2px solid #133A95;
}
.inab{
	width:100%;
	float:left;
	margin-top:4.0rem;
	position:relative;
}
.inab .pic{
	overflow:hidden;
	width:100%;
	float:left;
	border-radius:1.0rem;
}
.inab .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab:hover .pic img{
	transform: scale(1.05);
}
.inab .tex{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inab .tex ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inab .tex ul li{
	width:32.5%;
	border-radius: 0.5rem;
	background: #FFF;
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:1.25rem 0.88rem;
	transition: all 0.6s;
	border: 2px solid var(---white, #FFF);
	background: var(--133-a-95, #133A95);
	box-shadow: -15px 40px 100px 0px rgba(66, 0, 255, 0.08), -20px 40px 100px 0px rgba(88, 92, 98, 0.04);
}
.inab .tex ul li dl dt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(---fff, #fff);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.inab .tex ul li dl dt img{
	max-height:1.0rem;
}
.inab .tex ul li dl dd{
	margin-top:1.25rem;
}
.inab .tex ul li dl dd a{
	color: #fff;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.inab .tex ul li dl dd a::after{
	content: '';
	display:inline-block;
	margin-left:0.5rem;
	width:1.0rem;
	height:1.0rem;
	background-image:url(../img/small_long_down2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inab .tex ul li:hover{
	background: var(--133-a-95, #133A95);
	box-shadow: -15px 40px 100px 0px rgba(66, 0, 255, 0.08), -20px 40px 100px 0px rgba(88, 92, 98, 0.04);
}
.inab .tex ul li:hover dl dd a::after{
	background-image:url(../img/small_long_down2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inab .tex ul li:hover dl dt{
	color:#FFF;
}
.inab .tex ul li:hover dl dd a{
	color:#FFF;
}
.inab .tex ul li .pic01{
	display:none;
}
.inab .tex ul li .pic02{
	display: inline-block;
}
.inab .tex ul li:hover .pic01{
	display:none;
}
.inab .tex ul li:hover .pic02{
	display:inline-block;
}

.jcfw{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.jcfw ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jcfw ul li{
	width:48%;
	margin-top:1.0rem;
	position:relative;
	border-radius: 0.5rem;
	overflow:hidden;
	background: var(---Gray-6, #F2F2F2);
	height:20rem;
	transition: all 0.6s;
}
.jcfw ul li:nth-child(4n){
	margin-right:0px;
}
.jcfw ul li .pic{
	width:100%;
	height:100%;
	overflow:hidden;
}
.jcfw ul li .pic img{
	min-width:100%;
	min-height:100%;
	display:block;
}
.jcfw ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding: 1.25rem 0.75rem;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
}
.jcfw ul li .tex h1{
	overflow:hidden;
}
.jcfw ul li .tex h1 img{
	max-width:3.0rem;
}
.jcfw ul li .tex dl dt{
	margin-top:2.0rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
}
.jcfw ul li .tex dl dd{
	margin-top:1.0rem;
	color: var(---999, #999);
	text-align: justify;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.575rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow:hidden;
}
.jcfw ul li .tex .more{
	display:flex;
	    margin-top: 2rem;
}
.jcfw ul li .tex .more a{
	width: 8.0rem;
	height: 2.5rem;
	position:relative;
	border-radius: 1.875rem;
	border: 2px solid var(---Gray-5, #E0E0E0);
	overflow:hidden;
}
.jcfw ul li .tex .more a i{
	width:0px;
	height:100%;
	transition: all 0.6s;
	background: var(--133-a-95, #133A95);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.jcfw ul li .tex .more a span{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---999, #999);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jcfw ul li:hover .tex{
	background:none;
}
.jcfw ul li:hover .tex dl dt{
	color:#FFF;
}
.jcfw ul li:hover .tex dl dd{
	color:#FFF;
}
.jcfw ul li:hover .tex .more a i{
	width:100%;
}
.jcfw ul li:hover .tex .more a span{
	color: var(---white, #FFF);
}
.jcfw ul li:hover .tex .more a{
	border: 2px solid var(---white, #FFF);
}
.jcfw ul li .pic01{
	display:inline-block;
}
.jcfw ul li .pic02{
	display: none;
}
.jcfw ul li:hover .pic01{
	display:none;
}
.jcfw ul li:hover .pic02{
	display:inline-block;
}
.jcfw ul li:last-child{
	background:var(--133-a-95, #133a95) url(../img/t01.jpg) no-repeat bottom center;
	background-size:100% auto;
}
.jcfw ul li:last-child dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:7.0rem;
}
.jcfw ul li:last-child dl dd{
	margin-top:2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jcfw ul li:last-child dl dd a{
	border-radius: 1.875rem;
	background: var(--fcc-827, #FCC827);
	box-shadow: 0px 10px 10px 0px rgba(46, 73, 213, 0.15);
	padding:0.47rem 2.2rem;
	color: var(--133-a-95, #133A95);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jcfw ul li:hover{
	box-shadow: -15px 40px 100px 0px rgba(66, 0, 255, 0.08), -20px 40px 100px 0px rgba(88, 92, 98, 0.04);
}
.intel{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:3.25rem;
}
.intel a{
	padding:1.0rem 1.72rem;
	border-radius: 1.875rem;
	border: 2px solid var(--133-a-95, #133A95);
	background: #FFF;
	/* Drop Shadow */
	box-shadow: 0px 10px 10px 0px rgba(46, 73, 213, 0.15);
	color: var(--133-a-95, #133A95);
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.intel a::before{
	width:1.0rem;
	height:1.0rem;
	margin-right:0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/coolicon.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.insys{
	width:100%;
	float:left;
	padding-top:4.75rem;
	background-image:url(../img/fwbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:4.75rem;
}
.intit2{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit2 .a01{
	width:100%;
}
.intit2 .a01 dl dt{
	display: flex;
	align-items: center;
	border-radius: 0.5rem;
	border: 2px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 3.6rem */
	text-transform: uppercase;
}
.intit2 .a01 dl dt img{
	margin-right:1.36rem;
	max-height:4.0rem;
}
.intit2 .a01 dl dd{
	margin-top:3.38rem;
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.intit2 .a02{
	width:100%;
	margin-top:3.0rem;
}
.intit2 .a02 dl dt{
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.intit2 .a02 dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.infw{
	width:100%;
	float:left;
	margin-top:4.12rem;
	border-top:1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.infw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infw ul li{
	width:100%;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:2.87rem 2.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.6s;
}
.infw ul li:hover{
	background: var(--133-a-95, #133A95);
}
.infw ul li:nth-child(5n){
	border-right:0px;
}
.infw ul li img{
	max-height:5.0rem;
}
.infw ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.infw ul li dl dd{
	margin-top:1.5rem;
	display: flex;
	align-items: center;
}
.infw ul li dl dd a{
	display: flex;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.infw ul li dl dd a::after{
	margin-left:1.06rem;
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/small_long_down2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.infw ul li .pic01{
	display:inline-block;
}
.infw ul li .pic02{
	display: none;
}
.infw ul li:hover .pic01{
	display:none;
}
.infw ul li:hover .pic02{
	display:inline-block;
}
.intit .inmore{
	margin-top:2.0rem;
}
.innewtj{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 1rem;
	overflow:hidden;
	background: var(---Gray-6, #F2F2F2);
}
.innewtj .pic{
	width:100%;
	overflow:hidden;
}
.innewtj .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innewtj:hover .pic img{
	transform: scale(1.05);
}
.innewtj .tex{
	width:100%;
	padding: 1.5rem 0.8rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex dl dt{
	margin-bottom:1.5rem;
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	text-transform: capitalize;
}
.innewtj .tex dl dd{
	overflow: hidden;
	color: var(---333, #333);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.innewtj .tex .more{
	display:flex;
	margin-top:1.75rem;
}
.innewtj .tex .more a{
	width: 8.0rem;
	height: 2.5rem;
	position:relative;
	border-radius: 1.875rem;
	border: 2px solid var(---Gray-5, #E0E0E0);
	overflow:hidden;
}
.innewtj .tex .more a i{
	width:0px;
	height:100%;
	transition: all 0.6s;
	background: var(--133-a-95, #133A95);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.innewtj .tex .more a span{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---999, #999);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innewtj:hover .tex .more a i{
	width:100%;
}
.innewtj:hover .tex .more a span{
	color: var(---white, #FFF);
}
.innewtj:hover .tex .more a{
	border: 2px solid var(---white, #FFF);
}
.innewlist{
	width:100%;
	float:left;
	margin-top:2.75rem;
}
.innewlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewlist ul li{
	width:100%;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewlist ul li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	padding: 1.15rem 5.3vw;
}
.innewlist ul li a:hover{
	background: var(--133-a-95, #133A95);
}
.innewlist ul li .date{
	width:28%;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innewlist ul li .tit{
	width:65%;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.innewlist ul li .tex{
	overflow: hidden;
	color: var(---333, #333);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	width:47%;
	display:none;
}
.innewlist ul li:hover .date{
	color:#FFF;
}
.innewlist ul li:hover .tit{
	color:#FFF;
}
.innewlist ul li:hover .tex{
	color:var(--60, rgba(255, 255, 255, 0.60));
}
.bgcx{
	width:100%;
	float:left;
	margin-top:2.5rem;
	background-image:url(../img/abj.png);
	background-position:center;
	background-repeat:no-repeat;
	padding:6.25rem 8.3vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.bgcx01{
	width:100%;
	padding-bottom:4.0rem;
}
.bgcx01 dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:5.0rem;
}
.bgcx01 dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.bgcx01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.87rem;
}
.bgcx01 ul li{
	width:calc(50% - 0.31rem);
}
.bgcx01 .cxan{
	display:flex;
	justify-content: center;
	margin-top:2.75rem;
}
.bgcx01 .cxan a{
	width: 10rem;
	height: 2.5rem;
	border-radius: 1.875rem;
	background: var(--fcc-827, #FCC827);
	box-shadow: 0px 10px 10px 0px rgba(46, 73, 213, 0.15);
	color: var(--133-a-95, #133A95);
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height:2.5rem;
}
.cxbk{
	width:100%;
	padding: 0.475rem 1.875rem;
	border-radius: 6.25rem;
	background: var(---white, #FFF);
	border:0px;
	outline:none;
	color: var(---999, #999);
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 176.3%; /* 1.54263rem */
}
.error-input{ border:1px solid #F00;}
.foot{
	width:100%;
	float:left;
	background: #1E2532;
	padding-top:5.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .dblxfs{
	width:100%;
}
.foot01 .dblxfs dl dt{
	padding-bottom:2.0rem;
}
.foot01 .dblxfs dl dt img{
	max-width:100%;
}
.foot01 .dblxfs dl dd{
	margin-top:1.0rem;
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .dblxfs dl dd img{
	margin-right:0.62rem;
}
.foot01 .dblxfs .link{
	display:flex;
	margin-top:2.0rem;
}
.foot01 .dblxfs .link a{
	margin-right:1.64rem;
	position:relative;
	display:flex;
}
.foot01 .dblxfs .link a i{
	width:5.0rem;
	height:5.0rem;
	position:absolute;
	left:0;
	bottom:-5.0rem;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.foot01 .dblxfs .link a i img{
	max-width:100%;
}
.foot01 .dblxfs .link a:hover i{
	opacity:1;
	visibility:visible;
}
.foot01 .a01{
	width:100%;
	/*display: flex;*/
	display:none;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01 .sx{
	background: rgba(255, 255, 255, 0.10);
	width: 0.0625rem;
	height:100%;
	display:none;
}
.foot01 .a01 dl{
	width:50%;
	margin-top:3.0rem;
}
.foot01 .a01 dl dt{
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:0.5rem;
}
.foot01 .a01 dl dd{
	margin-top:1.06rem;
	color: rgba(255, 255, 255, 0.80);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .a01 dl dd a{
	color: rgba(255, 255, 255, 0.80);
}
.foot01 .a02{
	width:100%;
	margin-top:3.0rem;
}
.foot01 .a02 dl dt{
	overflow:hidden;
	text-align: center;
}
.foot01 .a02 dl dt img{
	max-width:40%;
}
.foot01 .a02 dl dd{
	margin-top:0.62rem;
	color: #8A969E;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.62rem;
	padding:1.92rem 8.3vw;
	border-top:1px solid rgba(255, 255, 255, 0.10);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #8A969E;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.tanc{
	position: fixed;
	display:none;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:999;
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.50);
	z-index:1;
}
.tanc01 .tex{
	width:80%;
	left:10%;
	top:5%;
	z-index:2;
	border-radius: 1rem;
	background: var(---white, #FFF);
	position:absolute;
	padding-bottom:5.0rem;
}
.tanc01 .tex .con{
	width:100%;
	position:relative;
	height:25rem;
	overflow:scroll;
}
.tanc01 .tex .con .gbi{
	width: 1.25rem;
	height: 1.25rem;
	position:absolute;
	top:0.88rem;
	right:0.88rem;
	z-index:1;
	background-image: url(../img/close.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.tanc01 .tex .con .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.tanc01 .tex .con .a01 .pic{
	width:100%;
	overflow:hidden;
}
.tanc01 .tex .con .a01 .pic img{
	max-width:100%;
}
.tanc01 .tex .con .a01 .subtex{
	width:100%;
	padding:2.5rem;
}
.tanc01 .tex .con .a01 .subtex dl dd{
	margin-top:0.8rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.tanc01 .tex .con .a01 .subtex dl dd:first-child{
	margin-top:0px;
}
.tanc01 .tex .con .a01 .subtex dl dd i{
	padding: 0.25rem 0.8rem;
	border-radius: 0.25rem;
	background: var(--576-b-95, #576B95);
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:0.3rem;
	margin-top:0.3rem;
}
.tanc01 .tex .con .a01 .subtex dl dd em{
	padding: 0.375rem 1.25rem;
	border-radius: 0.25rem;
	background: var(---Green-1, #219653);
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:0.8rem;
}
.tanc01 .tex .con .a02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.19rem;
	padding:0 2.5rem;
}
.tanc01 .tex .con .a02 ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.tanc01 .tex .con .a02 ul li{
	width:48%;
	height:2.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:2.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.0rem;
}
.tanc01 .tex .con .a02 ul li a{
	width:100%;
	height:100%;
	text-align:center;
	border-radius: 1.875rem;
	border: 1.54px solid var(--576-b-95, #576B95);
	overflow:hidden;
}
.tanc01 .tex .con .a02 ul li a:hover{
	background: var(---Green-1, #219653);
	color:#FFF;
}
.tanc01 .tex .con .a02 ul li a.cur{
	background: var(---Green-1, #219653);
	color:#FFF;
}
.tanc01 .tex .con .a02 ul .ht{
	width:2%;
	height:1px;
	border-bottom:1px dotted #576B95;
	margin-top:1.0rem;
}
.tanc01 .tex .con .a02 ul .ht:nth-child(4){
	display: none;
}
.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding:0 8.3vw;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner .tex dl dd{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
	position:relative;
}
.nybanner .tex dl dd::before{
	width: 2.625rem;
	height: 0.1875rem;
	content:'';
	background: #FCC827;
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.nab{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .tex{
	width:100%;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.nab .tex dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.nab .tex dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.nab .tex h1{
	margin-top:2.0rem;
	margin-bottom:1.5rem;
	color: var(---333, #333);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 3.6rem */
}
.nab .pic{
	width:100%;
	overflow:hidden;
	border-radius:1.0rem;
	margin-top:2.0rem;
}
.nab .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nab .pic:hover img{
	transform: scale(1.05);
}

.rywrap{
	width:100%;
	float:left;
	margin-top:3.25rem;
	background-image:url(../img/nabj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:5rem;
	padding-top:3.5rem;
	overflow:hidden;
}
.ntit{
	width:100%;
	float:left;
}
.ntit dl dt{
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.ntit dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.ntit .a01{
	display:flex;
	margin-top:2.75rem;
}
.ntit .a01 a{
	padding: 0.625rem 1.25rem;
	border-radius: 0.5rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-right:0.62rem;
}
.ntit .a01 a:hover{
	background: var(--fcc-827, #FCC827);
	border: 1px solid var(--fcc-827, #FCC827);
	color: var(--133-a-95, #133A95);
}
.ntit .a01 a.cur{
	background: var(--fcc-827, #FCC827);
	border: 1px solid var(--fcc-827, #FCC827);
	color: var(--133-a-95, #133A95);
}

.ntit2{
	width:100%;
	float:left;
	margin-top:2.25rem;
}
.ntit2 dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.ntit2 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	margin-bottom: 1rem;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.sming{
	width:100%;
	float:left;
	margin-top:2.75rem;
	border-radius: 1rem;
	background: var(---Gray-6, #F2F2F2);
	padding:1rem;
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	margin-bottom:6.25rem;
}
.sming01{
	width:100%;
	float:left;
	height:30rem;
	overflow-y:scroll;
	color: var(---666, #666);
	padding-right:2.0rem;
}
/* 通用滚动条样式 */
* {
  scrollbar-width: thin;          /* Firefox支持 */
  scrollbar-color: #133A95 #fff; /* Firefox滑块和轨道颜色 */
}

/* WebKit浏览器滚动条样式 */
.sming01::-webkit-scrollbar {
  width: 10px;       /* 垂直滚动条宽度 */
  height: 10px;      /* 水平滚动条高度 */
}

.sming01::-webkit-scrollbar-track {
  background: #fff; /* 轨道颜色 */
  border-radius: 0.625rem;  /* 轨道圆角 */
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); /* 内阴影 */
}

.sming01::-webkit-scrollbar-thumb {
  background: #133A95;
  border: 4px solid transparent;
  background-clip: padding-box;
  border-radius: 9999px;
}

.sming01::-webkit-scrollbar-thumb:hover {
  background: var(--133-a-95, #133A95);  /* 悬停时滑块颜色 */
}

/* 可选：角落样式 */
.sming01::-webkit-scrollbar-corner {
  background: #fff;
}

.jclist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.jclist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jclist ul li{
	width:48%;
	margin-top:1.0rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
}
.jclist ul li:nth-child(3n){
	margin-right:0px;
}
.jclist ul li .pic{
	overflow:hidden;
}
.jclist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jclist ul li:hover .pic img{
	transform: scale(1.05);
}
.jclist ul li .tex{
	    padding: 0.75rem 0.75rem;
	transition: all 0.6s;
}
.jclist ul li:hover .tex{
	background: var(--133-a-95, #133A95) url(../img/xbj.png) no-repeat center;
}
.jclist ul li .tex dl dt{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
}
.jclist ul li .tex dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.575rem */
}
.jclist ul li .tex .more{
	display:flex;
	margin-top:1.0rem;
}
.jclist ul li .tex .more a{
	width: 8rem;
	height: 2.5rem;
	position:relative;
	border-radius: 1.875rem;
	border: 2px solid var(---Gray-5, #E0E0E0);
	overflow:hidden;
}
.jclist ul li .tex .more a i{
	width:0px;
	height:100%;
	transition: all 0.6s;
	background: var(--fcc-827, #FCC827);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.jclist ul li .tex .more a span{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---999, #999);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jclist ul li:hover .tex .more a i{
	width:100%;
}
.jclist ul li:hover .tex .more a span{
	color: var(--133-a-95, #133A95);
}
.jclist ul li:hover .tex .more a{
	border: 2px solid var(---white, #FCC827);
}
.jclist ul li:hover .tex dl dt{
	color:#FFF;
}
.jclist ul li:hover .tex dl dd{
	color:#FFF;
}
.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 2.125rem;
	height: 2.125rem;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:2.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(--30, rgba(255, 255, 255, 0.30));
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color: var(---666, #666);

}
.fy ul li a:hover{
	background: var(--133-a-95, #133A95);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--133-a-95, #133A95);
}
.fy ul li .cur{
	background: var(--133-a-95, #133A95);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--133-a-95, #133A95);
}
.fwshow{
	width:100%;
	float:left;
	border-radius: 1rem;
	background: var(--133-a-95, #133A95);
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0px rgba(66, 0, 255, 0.08), -20px 40px 100px 0px rgba(88, 92, 98, 0.04);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.25rem;
}
.fwshow .pic{
	width:100%;
	overflow:hidden;
}
.fwshow .pic img{
	width:100%;
	height: auto;
	display:block;
	transition: all 0.6s;
}
.fwshow:hover .pic img{
	transform: scale(1.05);
}
.fwshow .tex{
	width:100%;
	padding:2.0rem;
	color: rgba(255,255,255,0.60);
	text-align: justify;
	font-size:0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.fwshow .tex h1{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 4.05rem */
	margin-bottom:1.87rem;
}
.fwshow .tex h2{
	margin-top:3.75rem;
	margin-bottom:1.25rem;
	color: var(---white, #FFF);
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
}

.nwrap{
	width:100%;
	float:left;
	margin-top:3.25rem;
	padding:3.25rem 0;
	background: var(---Gray-6, #F2F2F2);
}
.ntit3{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.xgsb{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.xgsb ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xgsb ul li{
	width:48%;
	padding-bottom:0.75rem;
	margin-top:1.0rem;
	border-radius: 0.5rem;
	background: #FFF;
	transition: all 0.6s;
	text-align:center;
}
.xgsb ul li:nth-child(4n){
	margin-right:0px;
}
.xgsb ul li:hover{
	background: var(--133-a-95, #133A95);
}
.xgsb ul li dl dt img{
	    max-width: 100%;
    max-height: 100%;
    transition: all 0.6s;
	}
.xgsb ul li dl dd{
	padding-bottom:0.8rem;
	padding-top:1rem;
	position:relative;
	border-bottom:0.0625rem solid #E0E0E0;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xgsb ul li dl dd::after{
	width: 3.5625rem;
	height: 0.125rem;
	content:'';
	display:inline-block;
	left:0;
	bottom:0;
	z-index:1;
	background: #FCC827;
	position:absolute;
}
.xgsb ul li:hover dl dd a{
	color:#FFF;
}
.sys01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.25rem;
}
.sys01 .tex{
	width:100%;
	color: var(---333, #333);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.sys01 .tex dl dt{
	overflow:hidden;
}
.sys01 .tex dl dt img{
	max-width:100%;
}
.sys01 .tex dl dd{
	margin-top:1.0rem;
	margin-bottom:2.0rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 4.05rem */
	text-transform: uppercase;
}
.sys01 .pic{
	width:100%;
	margin-top:2.0rem;
	border-radius: 1rem;
	background: var(---Gray-5, #E0E0E0);
	overflow:hidden;
}
.sys01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.sys01 .pic:hover img{
	transform: scale(1.05);
}

.sblist{
	width:100%;
	float:left;
	margin-top:1.88rem;
}
.sblist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sblist ul li{
	width:48%;
	margin-top:1.0rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	border: 2px solid #fff;
}
.sblist ul li:nth-child(4n){
	margin-right:0px;
}
.sblist ul li dl dt{
	overflow:hidden;
	height:10rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.sblist ul li dl dt img{
	max-width:60%;
	max-height:80%;
	transition: all 0.6s;
}
.sblist ul li:hover dl dt img{
	transform: scale(1.05);
}
.sblist ul li dl dd{
	padding-top:1.0rem;
	padding-bottom:2.0rem;
	text-align:center;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
	transition: all 0.6s;
}
.sblist ul li:hover{
	border: 2px solid var(--fcc-827, #FCC827);
	/* 扩展投影 */
	box-shadow: 0px 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.sblist ul li:hover dl dd{
	background: var(--fcc-827, #FCC827);
}
.sblistpx li{
	    width: 100%!important;
	}
.sblistpx ul li .tex dl dt {
    padding-top: 0.18rem;
    padding-bottom:0.19rem;
    text-align: center;
    color: var(---333, #333);
    text-align: center;
    font-size: 0.9rem;
    font-style: normal;
	   height: auto;
    font-weight: 700;
    line-height: 180%;
    text-transform: uppercase;
    transition: all 0.6s;
	justify-content: left;
}
.sblistpx ul li .tex dl dd{
	font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
	padding-top: 0.88rem;
	justify-content: left;
	text-align: left;
	}
.sblistpx ul li {
    border: 2px solid var(--fcc-827, #FCC827);
    box-shadow: 0px 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.sblistpx ul li:hover {
    background: var(--fcc-827, #FCC827)!important;
}
.sblistpx a{
	    display: flex;
    flex-wrap: wrap;
	}
.sblistpx .pic{
	text-align:center;
	width: 20%;
    overflow: hidden;
	    padding: 10px;
	}
.sblistpx .pic img{
	  max-width: 100%;
	  max-height:100%;
	}

.sblistpx .tex{
	width: 79%;
    overflow: hidden;
	    justify-content: left;
		    padding-top: 20px;
	}
.ywcon{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.new-l{
	width:100%;
}
.new-l01{
	width:100%;
	float: left;
	border-radius: 1rem;
	background: var(---white, #FFF);
	padding:2.5rem;
}
.ywcon-l{
	width:100%;
	border-radius: 1rem;
	background: var(---white, #FFF);
	padding:2.5rem;
}
.ywtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 0rem */
}
.ywdate{
	width:100%;
	float:left;
	margin-top:1.5rem;
	padding-bottom:1.5rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 176.3%; /* 1.763rem */
}
.ywtex{
	width:100%;
	float:left;
	margin-top:4.0rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.ywtex img{
	max-width:100%;
	height:auto;
}

.newnext{
	width:100%;
	float:left;
	margin-top:3.62rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
}
.newnext ul li{
	width:100%;
	float:left;
	padding:1.5rem 0;
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li div{
	min-width:6.0rem;
	text-align:right;
}

.ywcon-r{
	width:27.2%;
	display:none;
}
.ywcon-r ul{
	display: flex;
	flex-wrap: wrap;
}
.ywcon-r ul li{
	width:100%;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	overflow:hidden;
	padding:2.38rem 1.88rem;
	transition: all 0.6s;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.ywcon-r ul li p{
	margin-bottom:1.88rem;
}
.ywcon-r ul li:hover{
	background: var(--133-a-95, #133A95);
	color:#FFF;
}
.ywcon-r ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.25rem */
}
.ywcon-r ul li dl dd{
	margin-top:1.88rem;
	color: var(---999, #999);
	text-align: justify;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ywcon-r ul li .more{
	display:flex;
	margin-top:1.88rem;
}
.ywcon-r ul li .more a{
	width: 9.9375rem;
	height: 3.75rem;
	position:relative;
	border-radius: 1.875rem;
	border: 2px solid var(---Gray-5, #E0E0E0);
	overflow:hidden;
}
.ywcon-r ul li .more a i{
	width:0px;
	height:100%;
	transition: all 0.6s;
	background: var(--fcc-827, #FCC827);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.ywcon-r ul li .more a span{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---999, #999);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ywcon-r ul li:hover .more a i{
	width:100%;
}
.ywcon-r ul li:hover .more a span{
	color: var(--133-a-95, #133A95);
}
.ywcon-r ul li:hover .more a{
	border: 2px solid var(---white, #FCC827);
}
.ywcon-r ul li:hover dl dt{
	color:#FFF;
}
.ywcon-r ul li:hover dl dd{
	color:#FFF;
}
.ywcon-r ul li:first-child{
	margin-top:0px;
}

.lx01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.lx01 p{
	margin-bottom:0.5rem;
}
.lx01 ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:2.56rem;
}
.lx01 ul li{
	width:100%;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	padding:2.5rem;
	margin-top:1.0rem;
}
.lx01 ul li:nth-child(3n){
	margin-right:0px;
}
.lx01 ul li dl dt{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01 ul li dl dt img{
	margin-right:0.56rem;
}
.lx01 ul li dl dd{
	margin-top:0.62rem;
	color: var(--133-a-95, #133A95);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.lx01 ul li:last-child dl dd{
	font-size:1.2rem;
}

.zxly{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border-radius: 1rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	padding:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly-l{
	width:100%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.zxly-l dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.zxly-l dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:3.0rem;
}

.zxly-r{
	width:100%;
	margin-top:2.0rem;
}
.lx02{
	width:100%;
	float:left;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:49%;
	margin-top:2.12rem;
	display: flex;
	justify-content: space-between;
}
.lx02 ul li:first-child{
	margin-top:0px;
}
.lx02 ul li:nth-child(2){
	margin-top:0px;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li.mart60{
	margin-top:2.5rem;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li .inmore{
	margin-top:0px;
}
.lx02 ul li .a01{
	display: flex;
	align-items: center;
}
.lx02 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx02 ul li dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:2.5rem;
	height: 2.5rem;
	border:0px;
	background-color:transparent;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	outline:none;
	font-size: 0.875rem;
	font-family: "Microsoft YaHei";
	color:#999;
}
.anniu{
	width: 10rem;
	height: 2.5rem;
	border-radius: 1.875rem;
	border: 2px solid var(--133-a-95, #133A95);
	background: #FFF;
	cursor:pointer;
	text-align:center;
	line-height:2.5rem;
	color: var(--133-a-95, #133A95);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.map{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}
.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:80vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}







.mart6{
	margin-top:3.25rem;
}
.mart3{
	margin-top:2.19rem;
}
.mart0{
	margin-top:0rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}

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


.sjzp{
	width:100%;
	float:left;
}
.sjzp ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	padding: 1rem 5%;
	background-color:#133A95;
	color:#FFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sjzp ul li dl{
	width: 8.0rem;
	text-align: center;
}
.sjzp ul li dl dt{
	overflow:hidden;
}
.sjzp ul li dl dt img{
	max-width:3rem;
	}
.sjzp ul li dl dd{
	
	font-size:0.9rem;
	font-weight: 600;
}
.sjzp ul li .more{
	display:flex;
}
.sjzp ul li .more a{
	width:8.0rem;
	height:2.5rem;
	line-height:2.5rem;
	font-size:0.875rem;
	border-radius: 1.875rem;
	background: var(--fcc-827, #FCC827);
	box-shadow: 0px 10px 10px 0px rgba(46, 73, 213, 0.15);
	color: var(--133-a-95, #133A95);
	text-align: center;
	font-style: normal;
	font-weight: 400;
}


.xzlist{
	width:100%;
	float:left;
}
.xzlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xzlist ul li{
	width:100%;
	padding:1rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:1.25rem;
	border:1px solid #F2F2F2;
	transition: all 0.6s;
}
.xzlist ul li:hover{
	border:1px solid #0C418D;
}
.xzlist ul li .a01{
	width:calc(100% - 60px);
	display: flex;
	align-items: center;
}
.xzlist ul li .a01 img{
	margin-right:1.0rem;
	max-height:1.875rem;
}
.xzlist ul li .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.xzlist ul li .a01 dl dd{
	margin-top:0.56rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}


/* From Uiverse.io by ZAKARIAE48CHELLE */ 
.Btn {
  width: 40px;
  height: 40px;
  border: none;
  margin-left: 20px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

.svgIcon {
  fill: #0c418d;
}

.icon2 {
  width: 18px;
  height: 5px;
  border-bottom: 2px solid #0c418d;
  border-left: 2px solid #0c418d;
  border-right: 2px solid #0c418d;
}

.tooltip {
  position: absolute;
  right: 0px;
  opacity: 0;
  background-color: rgb(12, 12, 12);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
  pointer-events: none;
  letter-spacing: 0.5px;
}

.tooltip::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(12, 12, 12);
  background-size: 1000%;
  background-position: center;
  transform: rotate(45deg);
  left: -5%;
  transition-duration: 0.3s;
}

.Btn:hover .tooltip {
  opacity: 1;
  transition-duration: 0.3s;
}

.Btn:hover {
  background: var(--Color-3, #0C418D);
  transition-duration: 0.3s;
}

.Btn:hover .icon2 {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
}

.Btn:hover .svgIcon {
  fill: white;
  animation: slide-in-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.subNavBox4{
	width:100%;
	float:left;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left;
	background: var(---Gray-6, #F2F2F2);
	font-size:0.875rem;
	padding:1.0rem;
	margin-top:0.62rem;
	border:1px solid #f2f2f2;
}
.subNav4 dl{
	width:100%;
}
.subNav4 dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items:center;
}
.subNav4 dl dd{
	margin-top:0.5rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items:center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.subNav4 dl dd .a01{
	display: flex;
	align-items:center;
	flex-wrap: wrap;
}
.subNav4 dl dd .a01 div{
	    margin-right: 0.5rem;

    margin-top: 0.5rem;
    width: 100%;
}
.subNav4 dl dd .a01 div:nth-child(3){
	   margin-bottom: 0.5rem;
	}
.subNav4::after{
	width: 1.0rem;
	height: 1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	min-width:1.9375;
}
.subNav4:hover{float:left; }
.currentDd4{
	background: #0C418D;
	color:#FFF;
}
.currentDd4 dl dt{
	color:#FFF;
}

.currentDd4 dl dd{
	color:#FFF;
}
.currentDd4 dl dd i{
	background-color:#FFF;
}
.currentDd4::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:1.0rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	background: var(---Gray-6, #F2F2F2);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
	margin-top:1.5rem;
}
.navContent4 dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width:5.0rem;
	margin-top:0.3rem;
}
.navContent4 dl dd{
	width:calc(100% - 5.0rem);
	color: var(---666, #666);
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6; /* 2rem */
}
.red{
	color: #fff;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	padding:0.5rem 3.0rem;
	background-color:#0C418D;
	border-radius:1.5rem;
}
.line{
	margin-top:2.0rem;
	margin-bottom:1.0rem;
	background: rgba(0, 0, 0, 0.10);
	height:1px;
	width:100%;
	display:flex;
}

.xlmmc{
	width:100%;
	float:left;
	margin-top:2.75rem;
}
.xzlist ul li a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.xlmmc ul{
	display: flex;
	/*flex-wrap: wrap;*/
}
.xlmmc ul li{
	width:33%;
	margin-right:0.62rem;
	display: flex;
	align-items:center;
}
.xlmmc ul li a{
	padding:0.5rem;
	border:1px solid #f2f2f2;
	font-size:1.0rem;
}
.xlmmc ul li a:hover{
	background-color:#f2f2f2;
}
.xlmmc ul li a.cur{
	background-color:#f2f2f2;
}



.sjzwqh{
	width: auto;
	height: 4.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;
}
.sjzwqh .zhuan{
	width:100%;
	position:absolute;
	top:4rem;
	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:#333;
	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;
}




}
































