@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family: 思源黑体;
	margin:auto;
	max-width:1920px;
	}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{font-family: 思源宋体;
	src: url('../SOURCEHANSERIFCN-MEDIUM.OTF'),
	url('../font/SOURCEHANSERIFCN-MEDIUM.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:#0E4C9E;
	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);
}
.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: auto;
	margin:auto;
	padding:0px 15px;
	max-width:1440px;
}
.main2{
	width: auto;
	margin:auto;
	padding:0px 15px;
	max-width:1140px;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:999999;
	height:5.0rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	padding:0 5.2vw;
	max-width:1920px;
}

.logo{
	width:22.5%;
	display: flex;
	align-items: center;
	height:5.0rem;
	max-width:22.5%;
	transition: all 0.6s;
	position:relative;
}

.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;
	font-size:1.0rem;
	position:relative;
	height:5.0rem;
	text-transform: capitalize;
}
.innav ul li i{
	width:0;
	position:absolute;
	left:0;
	bottom:15px;
	z-index:1;
	height:1px;
	opacity:0;
	transition: all 0.6s;
}
.innav ul li:hover i{
	opacity:1;
	width:100%;
}
.innav ul li.cur i{
	opacity:1;
	width:100%;
}
.innav ul li a:hover{
	color:#0E4C9E;
}
.header.yanse .innav ul li.cur a{
	color:#0E4C9E;
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#fff;
}
.header.yanse .innav ul li i{
	background-color:#0E4C9E;
}
.header.yanse.yanse01 .innav ul li i{
	background-color:#fff;
}

.innav ul li .xiala{
	width:10.0rem;
	position:absolute;
	top:5.0rem;
	left:-2rem;
	z-index:2;
	text-align:center;
	font-size:0.875rem;
	line-height:250%;
	opacity:0;
	visibility:hidden;
	padding:0.5rem 0;
}
.innav ul li .xiala.jl3{
	left:-3rem;
}
.innav ul li .xiala.jl4{
	left:-4rem;
}
.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;
}


.insearch{
	width:100%;
	float:left;
	padding:1.0rem 0;
	background: var(---Gray-6, #F2F2F2);
}
.ins{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ins .a01{
	width:auto;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ins .a01 a{
	margin-right:2.38rem;
}
.ins .a02{
	width:21rem;
	height:3.0rem;
	border-radius: 3.75rem;
	background: var(---white, #FFF);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 1.0rem;
}
.ins .a02 form{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ssbk{
	border:0;
	outline:none;
	color: var(---999, #999);
	font-family: "Source Han Sans CN";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width:80%;
	line-height:100%;
}
.intit{
	width:100%;
	float:left;
	margin-top:5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.intit dl{
	width: auto;
}
.intit dl dt{
	color: var(---black, #000);
	font-size: 2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 6rem */
	text-transform: capitalize;
}
.intit dl dd{
	color: var(---999, #999);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.intit .a01{
	width:auto;
	display:flex;
}
.intit .a01 a{
	padding: 0.6875rem 2.75rem;
	border-radius: 1.875rem;
	background: var(---Gray-6, #F2F2F2);
	margin-left:0.25rem;
	color: var(---black, #000);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
}
.intit .a01 a:hover{
	background: var(--Color, #0E4C9E);
	color:#fff;
}
.intit .a01 a.cur{
	background: var(--Color, #0E4C9E);
	color:#fff;
}
.cpcx{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.cpcx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcx ul li{
	width:33%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	padding:2.0rem 2.0rem;
	padding-top:0.5rem;
	text-align:center;
	transition: all 0.6s;
	background-image:url(../img/c01.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-size:0 100%;
	align-items: center;
	display:flex;
	justify-content: center;
}
.cpcx ul li .pic{
	overflow:hidden;
	position:relative;
}
.cpcx ul li .pic::after{
	width:9.0rem;
	height:0.1rem;
	position:absolute;
	bottom:0;
	left:calc(50% - 4.5rem);
	z-index:1;
	background-color:#E0E0E0;
	content:'';
	display:inline-block;
}
.cpcx ul li:hover .pic::after{
	background-color:#fff;
}
.cpcx ul li.cur .pic::after{
	background-color: transparent;
}
.cpcx ul li .pic01{
	display:inline-block;
}
.cpcx ul li .pic02{
	display: none;
}
.cpcx ul li:hover .pic01{
	display:none;
}
.cpcx ul li:hover .pic02{
	display:inline-block;
}
.cpcx ul li.cur dl dt{
	margin-top:0px;
}
.cpcx ul li:hover dl dt{
	margin-top:0px;
}
.cpcx ul li dl dt{
	margin-top:2.37rem;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: var(--Color, #0E4C9E);
}
.cpcx ul li dl dd{
	margin-top:1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
	color: var(---999, #999);
}
.cpcx ul li:hover dl dt{
	color:#FFF;
}
.cpcx ul li:hover dl dd{
	color:#FFF;
	display:none;
}
.cpcx ul li:hover{
	background-size:100% 100%;
}

.cpcx ul li.cur dl dt{
	color:#FFF;
}
.cpcx ul li.cur dl dd{
	color:#FFF;
	display:none;
}
.cpcx ul li.cur{
	background-size:100% 100%;
}
.cpcx ul li.cur .pic01{
	display:none;
}
.cpcx ul li.cur .pic02{
	display:inline-block;
}

.inpro{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.inpro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro ul li{
	width:49.65%;
	position:relative;
	overflow:hidden;
}
.inpro ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover img{
	transform: scale(1.05);
}
.inpro ul li .a01{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	padding:5.0rem;
	z-index:1;
	color: var(---black, #000);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
	text-transform: capitalize;
}
.inpro ul li .a02{
	position:absolute;
	width:auto;
	right:7.5rem;
	bottom:5.0rem;
	z-index:1;
}
.inpro ul li .a02 a{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	display: flex;
	align-items: center;
}
.inpro ul li .a02 a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:0.62rem;
	content:'';
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
	transition: all 0.6s;
}
.inpro ul li .a02 a:hover::after{
	background-image:url(../img/hov2.svg);
}
.inpro ul li .a02 a:hover{
	color: var(--Color, #0E4C9E);
}
.incase{
	width:100%;
	float:left;
	margin-top:5rem;
	background-image:url(../img/albj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:4.63rem;
	padding-bottom:6.48rem;
}
.intit2{
	width:100%;
	float:left;
}
.intit2 dl dt{
	color: var(---white, #FFF);
	font-size: 4rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
}
.intit2 dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.hzhb{
	width:100%;
	float:left;
	margin-top:3.88rem;
}
.hzhb ul li{
	width:12rem;
	float:left;
	margin-right:0.45rem;
	max-height:120px;
	overflow:hidden;
}
.hzhb ul li img{
	max-width:100%;
	height:auto;
	display:block;
	
}
#demo {
	width: 100%;
	overflow:hidden;
} 
#demo img { 
} 
#indemo {
	float: left;
	width: 1800%; 
} 
#demo1 { 
float: left; 
} 
#demo2 { 
float: left; 
}
.liuc{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.liuc img{
	width:100%;
	height:auto;
	display:block;
}
.inabout{
	width:100%;
	float:left;
	position:relative;
}
.inabout img{
	width:100%;
	height:auto;
	display:block;
}
.inabout .tex01{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2
}
.inabout::before{
	width:50%;
	height:100%;
	content:'';
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	left:0;
	top:0;
	z-index:1;
	position:absolute;
	display:inline-block;
}
.inabout .tex01 .a01{
	width:40%;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
	margin-top:8.8rem;
}
.inabout .tex01 .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 4rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 6rem */
	text-transform: capitalize;
}
.inabout .tex01 .a01 dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	margin-bottom:2.54rem;
}
.inabout .tex01 .a01 .more{
	margin-top:5.0rem;
	display:flex;
}
.inabout .tex01 .a01 .more a{
	padding: 0.6875rem 2.75rem;
	border-radius: 1.875rem;
	background: var(--Color, #0E4C9E);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
}
.inabout .tex02{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:3;
}
.inabout .tex02 .inzlm{
	width:100%;
	float:left;
	padding:1.0rem 6.5rem;
	background: var(--Color, #0E4C9E);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inabout .tex02 .inzlm .a01{
	width:auto;
	min-width:8.0rem;
	margin-left:0px;
}
.inabout .tex02 .inzlm .a02{
	width:auto;
	display:flex;
}
.inabout .tex02 .inzlm .a02 dl{
	padding:0 4.28rem;
}
.inabout .tex02 .inzlm .a02 dl dt{
	overflow:hidden;
}
.inabout .tex02 .inzlm .a02 dl dd{
	margin-top:0.75rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	white-space: nowrap;
}
.innew{
	width:100%;
	float:left;
	margin-top:3.6rem;
}
.innew ul li{
	width:18rem;
	margin-right:1.88rem;
	float:left;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li dl dt{
	margin-top:2.5rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
	text-transform: uppercase;
}

#gdt { 
overflow:hidden; 
width: 100%; 
}  
#ingdt { 
float: left; 
width: 1800%; 
} 
#gdt1 { 
float: left; 
} 
#gdt2 { 
float: left; 
} 

.indz{
	width:100%;
	float:left;
	margin-top:10rem;
	background-image:url(../img/abj02.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-bottom:6.63rem;
}
.intit3{
	width:100%;
	float:left;
	text-align:center;
	margin-top:10rem;
}
.intit3 dl dt{
	color: var(---black, #000);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}
.intit3 dl dd{
	margin-top:0.63rem;
	color: var(---333, #333);
	font-family: "思源黑体";
	font-size: 0.72919rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.45831rem */
}
.dzly{
	width:100%;
	float:left;
	margin-top:2.38rem;
	text-align:center;
	color: var(---black, #000);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.dzly ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:2.44rem;
}
.dzly ul li{
	width:28%;
}
.dzly ul li:last-child{
	width:15%;
}
.dzbk{
	width:100%;
	height:3.75rem;
	border:0px;
	padding:0 1.25rem;
	outline:none;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 350;
	line-height:3.75rem;
}
.dzanniu{
	width:100%;
	height:3.75rem;
	border:0;
	cursor:pointer;
	background: var(--Color, #0E4C9E);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 350;
	line-height:3.75rem;
}
.wzsm{
	width:100%;
	float:left;
	margin-top:3.8rem;
}
.wzsm dl dt{
	padding-bottom:0.5rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.wzsm dl dd{
	margin-top:1.5rem;
	display:flex;
	flex-wrap: wrap;
}
.wzsm dl dd .a01{
	width:5.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-transform: capitalize;
}
.wzsm dl dd .a02{
	width:calc(100% - 5.0rem);
}
.wzsm dl dd .a02 a{
	margin-left:1.3rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.foot{
	width:100%;
	float:left;
	background: #002145;
	padding-top:5.94rem;
	padding-bottom:2.62rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:1.12rem;
}
.foot01 .a01 dl dd{
	margin-top:0.75rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.foot01 .a01 dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot01 .a02{
	width:50%;
}
.foot01 .a02 h4{
	margin-bottom:2.19rem;
	text-align:right;
}
.foot01 .a02 h4 img{
	max-width:100%;
	height:auto;
}
.foot01 .a02 .con{
	display:flex;
	justify-content: flex-end;
}
.foot01 .a02 .con .b01{
	width:auto;
	text-align:right;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	margin-right:1.0rem;
}
.foot01 .a02 .con .b01 h5{
	font-family: DIN;
	font-size: 2.25rem;
	margin-bottom:0.56rem;
	color: var(---white, #FFF);
}
.foot01 .a02 .con .b01 p{
	
}
.foot01 .a02 .con .b02{
	width:8.9rem;
	min-width:8.9rem;
	text-align:center;
}
.foot01 .a02 .con .b02 dl dt{
	overflow:hidden;
}
.foot01 .a02 .con .b02 dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.95rem;
	border-top:1px solid rgba(255, 255, 255, 0.10);
	padding-top:1.25rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.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;
	padding:0 5.2vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	background: var(--50, rgba(192, 191, 191, 0.45));
	
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	font-size: 3.9rem;
	font-style: normal;
	font-weight: 600;
	font-family: 思源宋体;
	line-height: 150%; /* 3.75rem */
	text-transform: capitalize;
}
.nybanner .tex dl dd{
	margin-top:0.28rem;
	color: var(---white, #FFF);
	font-family: "思源黑体";
	font-size: 1.32rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
	position:relative;
	padding-bottom:1.0rem;
}
.nybanner .tex dl dd::after{
	width:1.0rem;
	height:0.3rem;
	position:absolute;
	bottom:0;
	left:calc(50% - 0.5rem);
	z-index:1;
	content:'';
	background-color:#FFF;
}
.nybanner .tex02{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}
.nybanner .tex02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nybanner .tex02 ul li{
	width:19.92%;
	height:3.75rem;
	background: var(--50, rgba(0, 0, 0, 0.50));
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
}
.nybanner .tex02 ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 125% */
}
.nybanner .tex02 ul li a img{
	width:auto;
	height:auto;
	margin-right:1.0rem;
}
.nybanner .tex02 ul li:hover{
	background: var(--Color, #0E4C9E);
}
.nybanner .tex02 ul li.cur{
	background: var(--Color, #0E4C9E);
}
.weiz{
	width:100%;
	float:left;
	padding:1.0rem 0;
	background: var(---Gray-6, #F2F2F2);
}
.weiz01{
	width:100%;
	float:left;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.weiz01::before{
	margin-right:0.75rem;
	width: 1.125rem;
	height: 1.125rem;
	display:inline-block;
	content:'';
	background-image:url(../img/home.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.weiz01 a{
	color: var(---999, #999);
}
.weiz01 b{
	font-family:'宋体';
	margin-left:0.32rem;
	margin-right:0.32rem;
}
.inwrap{
	width:100%;
	float:left;
	background: #F2F2F2;
}
.inwrap.pad3{
	padding:3.75rem 0;
}
.sbsm{
	width:100%;
	float:left;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3125rem; /* 150% */
}
.ntit{
	width:100%;
	float:left;
	margin-top:3.62rem;
	text-align:center;
	color: var(---black, #000);
	font-family: "思源黑体";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 100% */
}
.ntit.f2{
	font-size:2.25rem;
}
.hy01{
	width:100%;
	float:left;
	margin-top:3.87rem;
}
.hy01 ul li{
	width:calc(25.7% - 1.87rem);
	margin-right:1.87rem;
	float:left;
	position:relative;
}
.hy01 ul li:first-child{
	width:48.6%;
}
.hy01 ul li:nth-child(3){
	margin-right:0px;
	float:right;
}
.hy01 ul li:nth-child(5){
	margin-right:0px;
	margin-top:1.25rem;
	float:right;
}
.hy01 ul li:nth-child(4){
	margin-top:1.25rem;
}
.hy01 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.hy01 ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	background: var(--50, rgba(0, 0, 0, 0.50));
	color: #F0F0F4;
	font-family: "思源黑体";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.025rem; /* 180% */
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
}
.hy01 ul li:hover .tex{
	
	opacity:1;
	visibility:visible;
	
}
.hy01 ul li.cur .tex{
	opacity:1;
	visibility:visible;
}
.hy01 ul li:nth-child(5) .tex{
	/*
	opacity:1;
	visibility:visible;
	*/
}
.hy02{
	width:100%;
	float:left;
	margin-top:1.94rem;
}
.hy02 ul{
	display: flex;
	flex-wrap: wrap;
}
.hy02 ul li{
	width:calc(25.67% - 1.87rem);
	margin-right:1.87rem;
	position:relative;
	border-bottom:0.125rem solid #CCC;
}
.hy02 ul li:first-child{
	border-bottom:0px;
}
.hy02 ul li:nth-child(4n){
	margin-right:0px;
}
.hy02 ul li dl dt{
	overflow: hidden;
}
.hy02 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hy02 ul li:hover dl dt img{
	transform: scale(1.05);
}
.hy02 ul li:hover dl dd{
	color:var(--Color, #0E4C9E);
}
.hy02 ul li:hover{
	border-bottom:0.125rem solid var(--Color, #0E4C9E);
}
.hy02 ul li dl dd{
	padding-top:1.75rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 106.667% */
}
.hy02 ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:l;
	background: var(--30, rgba(0, 0, 0, 0.00));
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.hy02 ul li .tex h1{
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 100% */
}
.hy02 ul li .tex p{
	margin-top:1.88rem;
	display:flex;
	justify-content: center;
}
.hy02 ul li .tex p a{
	border-radius: 0.125rem;
	background: var(--Color, #0E4C9E);
	width: 7.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.875rem; /* 100% */
}
.hy02 ul li .tex p a::after{
	margin-left:0.63rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
}

.inmore{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inmore a.w25{
	width:25rem;
}
.inmore a{
	border-radius: 0.125rem;
	background: var(--Color, #0E4C9E);
	width: 20.75rem;
	height: 3.3125rem;
	line-height:3.3125rem;
	text-align:center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inmore a::after{
	content:"\21E2";
	width:0;
	display:inline-block;
	transition: all 0.6s;
	opacity:0;
	font-size:1.2rem;
}
.inmore a:hover::after{
	width:auto;
	margin-left:0.62rem;
	opacity:1;
}
.fa01{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fa01 ul{
	display: flex;
	flex-wrap: wrap;
}
.fa01 ul li{
	width:calc(34.0% - 1.87rem);
	margin-right:1.87rem;
}
.fa01 ul li:nth-child(3n){
	margin-right:0px;
}
.fa01 ul li dl dt{
	overflow: hidden;
	position:relative;
}
.fa01 ul li dl dt::after{
	width:0px;
	height:2px;
	position:absolute;
	left:;
	bottom:0;
	z-index:1;
	background-color:var(--Color, #0E4C9E);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.fa01 ul li:hover dl dt::after{
	width:100%;
}
.fa01 ul li:hover dl dd{
	color:var(--Color, #0E4C9E);
}
.fa01 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.fa01 ul li:hover dl dt img{
	transform: scale(1.05);
}
.fa01 ul li dl dd{
	margin-top:1.56rem;
	color: #212121;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
}

.fa02{
	width:100%;
	float:left;
	margin-top:3.87rem;
}
.fa02 ul li{
	width:calc(25.65% - 1.87rem);
	margin-right:1.87rem;
	float:left;
	position:relative;
}
.fa02 ul li:nth-child(4n){
	margin-right:0px;
}
.fa02 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.fa02 ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	color: #F0F0F4;
	font-family: "思源黑体";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.025rem; /* 180% */
	transition: all 0.6s;
}
.fa02 ul li:hover .tex{
	background: var(--50, rgba(0, 0, 0, 0.50));
}
.fa03{
	width:100%;
	float:left;
	position: relative;
}
.fa03 img{
	width:100%;
	height:auto;
	display:block;
}
.fa03 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
}
.fa03 .tex dl dt{
	color: var(---white, #FFF);
	font-family: "思源黑体";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 100% */
	padding-bottom:1.5rem;
	position:relative;
}
.fa03 .tex dl dt::after{
	width:4.0rem;
	height: 0.0625rem;
	position:absolute;
	left:calc(50% - 2.0rem);
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
	background-color:#FFF;
}
.fa03 .tex dl dd{
	margin-top:1.5rem;
	display: flex;
	justify-content: center;
}
.fa03 .tex dl dd a{
	padding:1.0rem 4.0rem;
	border-radius: 0.125rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 100% */
}
.inap{
	width:100%;
	float:left;
	margin-top:2.06rem;
}
.inap ul{
	display: flex;
	flex-wrap: wrap;
}
.inap ul li{
	width:calc(34% - 1.88rem);
	margin-right:1.88rem;
	margin-top:1.81rem;
	position:relative;
	overflow:hidden;
}
.inap ul li:nth-child(3n){
	margin-right:0px;
}
.inap ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inap ul li:hover img{
	transform: scale(1.05);
}
.inap ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	top:48%;
	transition: all 0.6s;
	height:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
}
.inap ul li .tex dl dt{
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
}
.inap ul li .tex dl dd{
	margin-top:1.38rem;
	display: flex;
	justify-content: center;
}
.inap ul li .tex dl dd i{
	width: 1.75rem;
	height: 1.75rem;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inap ul li:hover .tex{
	top:0;
	background: var(--50, rgba(0, 0, 0, 0.50));
}
.device{
	width:100%;
	float:left;
	margin-top:3.87rem;
}
.device ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.device ul li{
	width:calc(50% - 0.94rem);
	position:relative;
	display:flex;
}
.device ul li dl{
	width:100%;
	height:100%;
}
.device ul li dl dt{
	overflow:hidden;
	height:100%;
}
.device ul li dl dt img{
	width:100%;
	height:100%;
	display:block;
	transition: all 0.6s;
}
.device ul li:hover dl dt img{
	transform: scale(1.05);
}
.device ul li dl dd{
	height: 3.375rem;
	background: #3671CF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.device ul li dl dd a{
	width:50%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.device ul li dl dd a img{
	margin-right:0.69rem;
}
.device ul li dl dd a:first-child{
	background: var(--Color, #0E4C9E);
}
.device2{
	width:100%;
	float:left;
}
.device2 ul{
	display: flex;
	flex-wrap: wrap;
}
.device2 ul li{
	width:calc(25.5% - 1.88rem);
	margin-right:1.88rem;
	background-color:#FFF;
	margin-top:2.12rem;
}
.device2 ul li:nth-child(4n){
	margin-right:0px;
}
.device2 ul li dl dt{
	overflow:hidden;
}
.device2 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.device2 ul li:hover dl dt img{
	transform: scale(1.05);
}
.device2 ul li dl dd{
	padding:1.0rem;
	color: #666;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}

.device3{
	width:100%;
	float:left;
	margin-top:3.88rem;
}
.device3 ul{
	display: flex;
	flex-wrap: wrap;
}
.device3 ul li{
	width:calc(34.0% - 1.88rem);
	margin-right:1.88rem;
	border-bottom:0.25rem solid #D5D5D5;
	padding-bottom:1.99rem;
}
.device3 ul li:nth-child(3n){
	margin-right:0px;
}
.device3 ul li .pic{
	overflow: hidden;
}
.device3 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.device3 ul li:hover .pic img{
	transform: scale(1.05);
}
.device3 ul li dl dt{
	margin-top:1.87rem;
	color: #333;
	font-family: "思源黑体";
	font-size: 1.075rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3; /* 157.895% */
	transition: all 0.6s;
}
.device3 ul li:hover dl dt{
	color:var(--Color, #0E4C9E);
	font-size:1.2rem;
}
.device3 ul li:hover{
	border-bottom:0.25rem solid var(--Color, #0E4C9E);
}
.device3 ul li dl dd{
	margin-top:1.38rem;
	color: #999;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4; /* 150% */
	 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 限制为3行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.sbshow{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}
.sbshow .a01{
	width:auto;
	display: flex;
	align-items: center;
	color: #666;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	width:25%;
}
.sbshow .a01 a{
	width:100%;
	display: flex;
	align-items: center;
	padding:1.44rem 1.44rem;
}
.sbshow .a01 a:hover{
	background-color:#FFF;
}
.sbshow .a01 .b01{
	width: 3.75rem;
	height: 3.75rem;
	border-radius:50%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background: var(--Color, #0E4C9E);
	margin-right:1.25rem;
}
.sbshow .a01 .b01 img{
	max-width:80%;
}
.sbshow01{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sbshow01 .pic{
	width:50%;
	overflow:hidden;
}
.sbshow01 .pic img{
	max-width:100%;	
	max-height:100%;
	display:block;
	transition: all 0.6s;
	position: relative;
    transform: scale(1.0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.sbshow01 .pic:hover img{
	transform: scale(1.05);
}
.sbshow01 .tex{
	width:50%;
	padding:1.75rem 1.88rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 200% */
}
.sbshow01 .tex h1{
	margin-bottom:1.81rem;
	color: #003F98;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 100% */
}
.sbshow01 .tex .more{
	display:flex;
	margin-top:1.44rem;
}
.sbshow01 .tex .more a{
	width: 24rem;
	height: 2.9375rem;
	border-radius: 0.125rem;
	background: var(--Color, #0E4C9E);
	text-align:center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.9375rem; /* 100% */
}
.ntit2{
	width:100%;
	float:left;
	margin-top:3.63rem;
	text-align:center;
}
#part1 {
  scroll-margin-top: 6rem; /* 根据导航栏高度调整 */
}
#part2 {
  scroll-margin-top: 6rem; /* 根据导航栏高度调整 */
}
#part3 {
  scroll-margin-top: 6rem; /* 根据导航栏高度调整 */
}
#part4 {
  scroll-margin-top:3.5rem; /* 根据导航栏高度调整 */
}
#part5 {
  scroll-margin-top: 6rem; /* 根据导航栏高度调整 */
}
#part6 {
  scroll-margin-top: 9.5rem; /* 根据导航栏高度调整 */
}
.ntit2 dl dt{
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 100% */
}
.ntit2 dl dd{
	margin-top:2.0rem;
	display:flex;
	justify-content: center;
	color: #666;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
}
.ntit2 dl dd div{
	width:70%;
}
.centered-ul {
  display: flex;
  flex-direction: column; /* 垂直排列 li */
  align-items: center; /* ul 内容居中 */
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; /* ul 占满父容器 */
}
.centered-ul li {
  width: 100%; /* li 占满 ul 的宽度 */
  max-width: 600px; /* 可选：限制内容最大宽度并左对齐 */
  text-align: left;
}
.gyi{
	width:100%;
	float:left;
	margin-top:2.13rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gyi-l{
	width:32%;
	background: var(---Gray-6, #F2F2F2);
}
.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT:4.0rem;
	DISPLAY: block;  
	CURSOR: pointer;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
	background: var(---Gray-5, #E0E0E0);
	line-height:4.0rem; 
	font-size: 1.1875rem;
	font-weight: 400;
	padding:0 1.25rem;
}
.subNav:hover{float:left; }
.currentDd{
	background: var(--Color, #0E4C9E);
	color: #FFFFFF;}
.currentDd a{
	color: #FFFFFF;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:1.5rem 1.25rem; 
	line-height:2.0rem; 
	font-size: 0.9375rem;
}
.gyi-r{
	width:66%;
	overflow:hidden;
}
.gyi-r img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.gyi-r:hover img{
	transform: scale(1.05);
}
.ldsb{
	width:100%;
	float:left;
	margin-top:3.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ldsb-l{
	width:50%;
	background-color:#FFF;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.53125rem; /* 175% */
	padding:3.44rem 1.87rem;
}
.ldsb-l dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
	display: flex;
	align-items: center;
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
}
.ldsb-l dl dt.mart2{
	margin-top:2.44rem;
}
.ldsb-l dl dt::before{
	width: 1.125rem;
	height: 1.125rem;
	margin-right:0.94rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ldsb-l dl dd{
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 0.95rem;
}
.ldsb-l dl dd a{
	margin-bottom: 1.25rem;
	margin-right:0.94rem;
	color: #0E4C9E;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.ldsb-l dl dd b{
	color:#333;
	}
.ldsb-r{
	width:50%;
	background-color:#FFF;
}
.ldsb-r .a01{
	width:100%;
	float:left;
	overflow:hidden;
}
.ldsb-r .a01 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ldsb-r .a01:hover img{
	transform: scale(1.05);
}
.ldsb-r .a02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #FFF;
}
.ldsb-r .a02 .pic{
	width:59%;
	overflow:hidden;
}
.ldsb-r .a02 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ldsb-r .a02 .pic:hover img{
	transform: scale(1.05);
}
.ldsb-r .a02 .tex{
	width:41%;
	padding:1.25rem;
}
.ldsb-r .a02 .tex dl dt{
	color: #212121;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	margin-bottom:1.25rem;
}
.ldsb-r .a02 .tex dl dd{
	color: #666;
	font-family: "思源黑体";
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3125rem; /* 161.538% */
}
.ldsb-r .a02.ls{
	background: var(--Color, #0E4C9E);
}
.ldsb-r .a02.ls .tex dl dt{
	color:#FFF;
}
.ldsb-r .a02.ls .tex dl dd{
	color:#FFF;
}
.bzhun{
	width:100%;
	float:left;
	margin-top:3.94rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bzhun01{
	width:48.7%;
}
.bzhun02{
	width:48.7%;
	background: var(---Gray-6, #F2F2F2);
}
.bzhun01 .a01{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
}
.bzhun01 .a01 h2{
	height:3.625rem;
	display:flex;
	line-height:3.625rem;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
}
.bzhun01 .a01 h2 i{
	background: #0E4C9E;
	background: linear-gradient(-75deg, transparent 15px, #0E4C9E 0);
	padding:0 1.56rem;
 }
.bzhun01 .a01 .tex{
	padding:2.0rem 1.25rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 160% */
}

.bzhun02 .a01{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
}
.bzhun02 .a01 h2{
	height:3.625rem;
	display:flex;
	line-height:3.625rem;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
}
.bzhun02 .a01 h2 i{
	background: #0E4C9E;
	background: linear-gradient(-75deg, transparent 15px, #0E4C9E 0);
	padding:0 1.56rem;
 }
.bzhun02 .a01 .tex{
	padding:2.0rem 1.25rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 160% */
	padding-top:0px;
}
.bzhun02 .a01 .tex dl dt{
	margin-top:2.0rem;
}
.bzhun02 .a01 .tex dl dd{
	display: flex;
}
.bzhun02 .a01 .tex dl dd::before{
	content: "\2022";
	margin-right:0.62rem;
}
.gyi2{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.87rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gyi2 .tex{
	width:41%;
}
.gyi2 .tex h3{
	height:3.625rem;
	display:flex;
	line-height:3.625rem;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
}
.gyi2 .tex h3 i{
	background: #0E4C9E;
	background: linear-gradient(-75deg, transparent 15px, #0E4C9E 0);
	padding:0 1.56rem;
 }
.gyi2 .tex .subtex{
	padding:2.0rem 1.25rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.gyi2 .tex .subtex .blue{
	transition: all 0.6s;
	margin-top:1.0rem;
	cursor:pointer;
}
.currentDd5 .blue{
	display:none;
}
.subcont{
	display:none;
	padding:0rem 1.25rem;
	padding-bottom:2.0rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.gyi2 .tex .subtex dl dd{
	display:flex;
}
.gyi2 .tex .subtex dl dd::before{
	content: "\2022";
	margin-right:0.62rem;
}
.gyi2 .tex .subtex dl dt{
	display:flex;
	padding-left:1.0rem;
}
.gyi2 .tex .subtex dl dt::before{
	content: "\2022";
	margin-right:0.62rem;
}
.gyi2 .pic{
	width:59%;
}
.gyi2 .pic img{
	width:100%;
	height:auto;
	min-height:100%;
	display:block;
}
.zysb{
	width:100%;
	float:left;
}
.zysb ul{
	display: flex;
	flex-wrap: wrap;
}
.zysb ul li{
	width:calc(20.1% - 0.62rem);
	margin-right:0.62rem;
	background: var(--Color, #0E4C9E);
	text-align:center;
	margin-top:3.44rem;
}
.zysb ul li:nth-child(5n){
	margin-right:0px;
}
.zysb ul li dl dt{
	overflow:hidden;
}
.zysb ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.zysb ul li dl dd{
	padding:0.94rem;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.zysx{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zysx-l{
	width:40%;
	background: var(---Gray-6, #F2F2F2);
}
.zysx-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zysx-l ul li{
	width:100%;
	padding:1.5rem;
	color: #585858;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.34375rem; /* 187.5% */
	display: flex;
	align-items: center;
}
.zysx-l ul li b{
	margin-right:1.75rem;
}
.zysx-l ul li:hover{
	background: var(--Color, #0E4C9E);
	color:#FFF;
}
.zysx-l ul li.cur{
	background: var(--Color, #0E4C9E);
	color:#FFF;
}
.zysx-r{
	width:57%;
	background: var(---Gray-6, #F2F2F2);
}
.zysx-r .pic{
	overflow:hidden;
}
.zysx-r .pic img{
	width:100%;
	height:auto;
	display:block;
}
.zysx-r .tex{
	padding:2.38rem 1.25rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
}

.scal{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.scal ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scal ul li{
	width:calc(50% - 0.94rem);
	background: var(---Gray-6, #F2F2F2);
}
.scal ul li .pic{
	overflow:hidden;
}
.scal ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.scal ul li .tex{
	padding:2.0rem 1.56rem;
}
.scal ul li .tex dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
}
.scal ul li .tex dl dd{
	margin-top:1.06rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 272.727% */
}
.scal ul li .tex .more{
	display:flex;
	margin-top:2.75rem;
}
.scal ul li .tex .more a{
	width: 10rem;
	height: 3rem;
	line-height:3.0rem;
	text-align:center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	border-radius: 0.125rem;
	border: 1px solid var(--Color, #0E4C9E);
	background: var(--Color, #0E4C9E);
}

.ntit3{
	width:100%;
	float:left;
	margin-top:4.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ntit3 b{
	color: #000;
	font-family: "思源黑体";
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.25rem; /* 100% */
	max-width:30%;
}
.ntit3 div{
	width:70%;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 160% */
}
.nyz{
	width:100%;
	float:left;
	margin-top:1.06rem;
}
.nyz ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyz ul li{
	width:calc(50% - 0.94rem);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.88rem;
	background: #F0F0F4;
}
.nyz ul li .pic{
	width:65%;
	overflow:hidden;
}
.nyz ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nyz ul li:hover .pic img{
	transform: scale(1.05);
}
.nyz ul li .tex{
	width:35%;
	padding:1.94rem 1.25rem;
	position: relative;
}
.nyz ul li .tex dl dt{
	color: #212121;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.65rem; /* 132% */
	padding-bottom:0.94rem;
}
.nyz ul li .tex dl dd{
	margin-top:1.25rem;
	color: #333;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}
.nyz ul li .tex .more{
	width:100%;
	position:absolute;
	height: 3.375rem;
	left:0;
	bottom:0;
	z-index:1;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.nyz ul li .tex .more a{
	width:100%;
	height: 3.375rem;
	line-height:3.375rem;
	text-align:center;
	background: var(--Color, #0E4C9E);
	display:flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 120% */
}
.nyz ul li .tex .more a::after{
	margin-left:0.94rem;
	font-family:'宋体';
	font-weight:bold;
	content:">";
}
.hgcx{
	width:100%;
	float:left;
	margin-top:2.94rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hgcx .pic{
	width:67%;
	overflow: hidden;
	position:relative;
}
.hgcx .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hgcx .pic:hover img{
	transform: scale(1.05);
}
.hgcx .pic .more{
	width:auto;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
}
.hgcx .pic .more a{
	width: 12.1875rem;
	height: 3.375rem;
	line-height:3.375rem;
	text-align:center;
	background: var(--Color, #0E4C9E);
	display:flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 120% */
}
.hgcx .pic .more a::after{
	margin-left:0.94rem;
	font-family:'宋体';
	font-weight:bold;
	content:">";
}
.hgcx .tex{
	width:33%;
	background: #F0F0F4;
}
.hgcx .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hgcx .tex ul li{
	width:100%;
	padding:2.69rem 2.5rem;
}
.hgcx .tex ul li dl dt{
	color: #212121;
	font-family: "思源黑体";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 100% */
}
.hgcx .tex ul li dl dd{
	margin-top:1.81rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}
.hgcx .tex ul li:first-child{
	background: var(--Color, #0E4C9E);
}
.hgcx .tex ul li:first-child dl dt{
	color:#FFF;
}
.hgcx .tex ul li:first-child dl dd{
	color:#FFF;
}
.gzcx{
	width:100%;
	float:left;
}
.gzcx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gzcx ul li{
	width:calc(50% - 0.94rem);
	margin-top:2.56rem;
	position:relative;
}
.gzcx ul li dl dt{
	overflow:hidden;
}
.gzcx ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.gzcx ul li:hover dl dt img{
	transform: scale(1.05);
}
.gzcx ul li dl dd{
	height: 3.5rem;
	line-height:3.5rem;
	padding:0 1.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: #212121;
	font-family: "思源黑体";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
}
.gzcx ul li .more{
	width:auto;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
}
.gzcx ul li .more a{
	width: 12.1875rem;
	height: 3.5rem;
	line-height:3.5rem;
	text-align:center;
	background: var(--Color, #0E4C9E);
	display:flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 120% */
}
.gzcx ul li .more a::after{
	margin-left:0.94rem;
	font-family:'宋体';
	font-weight:bold;
	content:">";
}
.pjfw{
	width:100%;
	float:left;
	margin-top:4.19rem;
	position:relative;
}
.pjfw::before{
	width:50%;
	height:100%;
	content:'';
	background: var(--Color, #0E4C9E);
	display:inline-block;
	position:absolute;
	z-index:-1;
}
.pjfw::after{
	width:50%;
	height:100%;
	content:'';
	background: #F2F2F2;
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	z-index:-1;
}
.pjfw01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:2.0rem 0;
}
.pjfw01-l{
	width:45%;
}
.pjfw01-l dl dt{
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.925rem; /* 110% */
}
.pjfw01-l dl dd{
	margin-top:1.94rem;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 272.727% */
}
.pjfw01-l .more{
	display:flex;
	margin-top:1.87rem;
}
.pjfw01-l .more a{
	width: 12.9375rem;
	height: 3.375rem;
	line-height:3.375rem;
	background: var(---white, #FFF);
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	text-align:center;
}
.pjfw01-r{
	width:45%;
}
.pjfw01-r ul{
	display: flex;
	flex-wrap: wrap;
}
.pjfw01-r ul li{
	width:calc(34% - 2rem);
	text-align: center;
	margin-right:2.0rem;
}
.pjfw01-r ul li:nth-child(3n){
	margin-right:0px;
}
.pjfw01-r ul li dl dt{
	overflow:hidden;
}
.pjfw01-r ul li dl dt img{
	max-width:100%;
	height:auto;
}
.pjfw01-r ul li dl dd{
	margin-top:1.5rem;
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 100% */
}
.scsl{
	width:100%;
	float:left;
	margin-top:7.5rem;
}
.scsl ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scsl ul li{
	width:calc(50% - 0.94rem);
	position:relative;
}
.scsl ul li img{
	width:100%;
	height:auto;
	display:block;
}
.scsl ul li .tex{
	width:auto;
	height:100%;
	position:absolute;
	top:0;
	right:1.56rem;
	display: flex;
	align-items: center;
}
.scsl ul li .tex dl dt{
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.925rem; /* 110% */
}
.scsl ul li .tex dl dd{
	margin-top:1.31rem;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}
.scsl ul li .tex .more{
	display:flex;
	margin-top:1.88rem;
}
.scsl ul li .tex .more a{
	border: 2px solid #FFF;
	width: 8.75rem;
	height: 3rem;
	line-height:3rem;
	text-align:center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
}
.scsl ul li:hover .tex .more a{
	background: var(--Color, #0E4C9E);
	border: 2px solid #0E4C9E;
}
.jnfa{
	width:100%;
	float:left;
	margin-top:8.0rem;
	padding:2.9rem 0;
	background-image:url(../img/ry08.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
}
.jnfa dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.jnfa dl dd{
	margin-top:1.88rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 125% */
}
.jnfa dl dd div{
	margin-right:1.875rem;
	margin-left:1.875rem;
	display: flex;
	align-items: center;
}
.jnfa dl dd div img{
	margin-right:0.59rem;
}
.proshow{
	width:100%;
	float:left;
	margin-top:4.69rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:43%;
	overflow:hidden;
}
.proshow-l img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.proshow-l:hover img{
	transform: scale(1.05);
}
.proshow-r{
	width:50%;
}
.proshow-r .bt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 103.226% */
	width:100%;
}
.proshow-r .a01{
	width:100%;
	margin-top:1.0rem;
	display:flex;
	color: var(---666, #666);
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem; /* 200% */
}
.proshow-r .a01 em{
	min-width:7.0rem;
	color: #777;
}
.proshow-r .a02{
	width:100%;
	margin-top:2.0rem;
	border: 3px solid var(--Color, #0E4C9E);
	display:flex;
	align-items: center;
}
.proshow-r .a02 dl{
	width:50%;
	background: var(--Color, #0E4C9E);
	padding:0.62rem 1.88rem;
}
.proshow-r .a02 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.proshow-r .a02 dl dd{
	color: var(---white, #FFF);
	font-family: DIN;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
}
.proshow-r .a02 a{
	width:50%;
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 133.333% */
	text-align:center;
}
.proshow-r .a03{
	width:100%;
	margin-top:4.0rem;
}
.proshow-r .a03 dl dt{
	color: #777;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
}
.proshow-r .a03 dl dd{
	display:flex;
	flex-wrap: wrap;
}
.proshow-r .a03 dl dd a{
	padding: 0.25rem 0.75rem;
	border-radius: 0.75rem;
	border: 1px solid var(--Color, #0E4C9E);
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 100% */
	margin-top:1.0rem;
	margin-right:0.94rem;
}
.prosm{
	width:100%;
	float:left;
	margin-top:3.0rem;
	border-top:0.0625rem solid #D5D5D5;
	padding-top:1.66rem;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
}
.prolm{
	width:100%;
	float:left;
	margin-top:5.0rem;
	height: 5rem;
	background: var(---Gray-6, #F2F2F2);
}
.prolm ul{
	display: flex;
	justify-content: space-between;
}
.prolm ul li{
	width: auto;
	display:flex;
}
.prolm ul li.cur{
	background: var(--Color, #0E4C9E);
	color:#FFF;
}
.prolm ul li.cur a{
	color:#FFF;
}
.prolm ul li:hover{
	background: var(--Color, #0E4C9E);
	color:#FFF;
}
.prolm ul li:hover a{
	color:#FFF;
}
.prolm ul li a{
	padding:0 3.0rem;
	height:5.0rem;
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 5rem; /* 333.333% */
	white-space: nowrap;
}
.prolm ul li a:hover{
	font-weight:500;
}
.prolm ul li a.cur{
	background: var(--Color, #0E4C9E);
	color:#FFF;
}
.cpshow{
	width:100%;
	float:left;
	margin-top:3.8rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow-l{
	width:45%;
}
.cpshow-l h1{
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	    margin-bottom: 2.0rem;
	line-height: 1.925rem; /* 110% */
}
.cpshow-l .tex {
    color: #777;
    font-family: "思源黑体";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: 0.03125rem;
}
.subNavBox2{
	width:100%;
	float:left;
	position:relative;
	margin-top:1.7rem;
}
.subNavBox2::before{
	width: 0.0625rem;
	height:100%;
	position:absolute;
	left:0.625rem;
	top:0;
	background: var(--Color, #0E4C9E);
	content:'';
	display:inline-block;
	z-index:-1;
}
.subNav2{
	width:100%; 
	float:left; 
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left;
	font-size: 1.1875rem;
	font-weight: bold;
	margin-top:1.0rem;
	display:flex;
	align-items: center;
}
.subNav2 i{
	padding:0.5rem 0.75rem;
	padding-right:1.44rem;
	transition: all 0.6s;
}
.subNav2::before{ 
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:1.31rem;
	content:'';
	display:inline-block;
}
.subNav2:hover{float:left; }
.subNav2:hover i{background: var(--Color, #0E4C9E); color: #FFFFFF;}
.currentDd2 i{background: var(--Color, #0E4C9E); color: #FFFFFF;}
.currentDd2 a{
	color: #FFFFFF;
}
.currentDd2::before{	
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	padding:1rem 2.56rem;
	color: #777;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
}
.cpshow-r{
	width:45%;
	overflow:hidden;
}
.cpshow-r img{
	width:100%;
	height:auto;
	display:block;
}
.cpshow2{
	width:100%;
	float:left;
	margin-top:5.56rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow2 .pic{
	width:48.5%;
	overflow:hidden;
}
.cpshow2 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cpshow2 .pic:hover img{
	transform: scale(1.05);
}
.cpshow2 .tex{
	width:48.5%;
	color: #777;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
	letter-spacing: 0.03125rem;
}
.cpshow2 .tex h1{
	margin-bottom:2.0rem;
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.925rem; /* 110% */
}
.cptj{
	width:100%;
	float:left;
}
.cptj ul li{
	width:calc(34.2% - 1.88rem);
	margin-right:1.88rem;
	margin-top:2.3rem;
	float:left;
	overflow:hidden;
}
.cptj ul li:nth-child(1){
	margin-top:0rem;
	}
.cptj ul li:nth-child(2){
	margin-top:0rem;
	}
.cptj ul li:nth-child(3){
	margin-top:0rem;
	}
.cptj ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cptj ul li:hover img{
	transform: scale(1.05);
}
.cptj ul li:nth-child(3){
	margin-right:0;
}
.cptj ul li:nth-child(5){
	margin-right:0;
}
.cpcs{
	width:100%;
	float:left;
	margin-top:3.88rem;
	font-size: 0.8rem;
	line-height: 2rem; /* 200% */
	border:1px solid #0E4C9E;
}
.cpcs table tr td{
	padding:0.44rem;
}
.cpcs table tr td:hover{
	color:#fff;
	background-color:#0E4C9E;
}
.gccase{
	width:100%;
	float:left;
	margin-top:3.87rem;
}
.gccase ul{
	display: flex;
	flex-wrap: wrap;
}
.gccase ul li{
	width:calc(34.2% - 1.88rem);
	margin-right:1.88rem;
}
.gccase ul li:nth-child(3n){
	margin-right:0px;
}
.gccase ul li dl dt{
	overflow:hidden;
}
.gccase ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.gccase ul li:hover dl dt img{
	transform: scale(1.05);
}
.gccase ul li dl dd{
	margin-top:0.69rem;
	color: #212121;
	font-family: "思源黑体";
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6875rem; /* 158.824% */
}
.gccase ul li:hover dl dd{
	color:var(--Color, #0E4C9E);
}
.wxby{
	width:100%;
	float:left;
	margin-top:3.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wxby .tex{
	width:66%;
}
.wxby .tex dl dt{
	color: #212121;
	font-family: "思源黑体";
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem; /* 115.789% */
}
.wxby .tex dl dd{
	margin-top:1.0rem;
	padding-bottom:1.0rem;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 272.727% */
	border-bottom:0.0625rem solid #E4E4E4;
	margin-bottom:1.0rem;
}
.wxby .tex dl dd.bord0{
	border-bottom:0px;
}
.wxby .tex .more{
	display:flex;
	margin-top:0.38rem;
}
.wxby .tex .more a{
	border: 1px solid var(--Color, #0E4C9E);
	padding:0.94rem 1.56rem;
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 114.286% */
}
.wxby .tex .more a:hover{
	background-color:var(--Color, #0E4C9E);
	color:#FFF;
}
.wxby .pic{
	width:30%;
	overflow:hidden;
}
.wxby .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.wxby .pic:hover img{
	transform: scale(1.05);
}

.line{
	width:100%;
	float:left;
	height: 0.625rem;
	background: #F2F2F2;
	margin-top:5.0rem;
}
.cpshow3{
	width:100%;
	float:left;
	margin-top:6.24rem;
}
.cpshow3 ul{
	display: flex;
	flex-wrap: wrap;
}
.cpshow3 ul li{
	width:calc(34.2% - 2.5rem);
	margin-right:2.5rem;
	position:relative;
	padding-bottom:4.0rem;
}
.cpshow3 ul li:nth-child(3n){
	margin-right:0px;
}
.cpshow3 ul li .pic{
	overflow:hidden;
}
.cpshow3 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cpshow3 ul li:hover .pic img{
	transform: scale(1.05);
}
.cpshow3 ul li dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem; /* 110% */
	margin-top:1.25rem;
}
.cpshow3 ul li dl dd{
	margin-top:1.0rem;
	color: #777;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
}
.cpshow3 ul li .more{
	width:auto;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.cpshow3 ul li .more a{
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}

.cpshow4{
	width:100%;
	float:left;
	margin-top:6.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpshow4 .tex{
	width:48.5%;
}
.cpshow4 .tex h2{
	color: #212121;
	font-family: "思源黑体";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.925rem; /* 110% */
	margin-bottom:1.0rem;
}
.cpshow4 .tex ul{
	display: flex;
	flex-wrap: wrap;
}
.cpshow4 .tex ul li{
	width:100%;
	margin-top:1.25rem;
	display:flex;
	align-items: center;
}
.cpshow4 .tex ul li.mart2{
	margin-top:2.0rem;
}
.cpshow4 .tex dl dt{
	margin-top:2.87rem;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.875rem; /* 100% */
}
.cpshow4 .tex dl dd{
	display:flex;
	align-items: center;
	margin-top:0.94rem;
	color: #757575;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}
.cpshow4 .tex dl dd div{
	margin-right:2.0rem;
	display:flex;
	align-items: center;
}
.cpshow4 .tex dl dd div input{
	margin-right:0.38rem;
}
.cpbk{
	width:100%;
	height: 3.125rem;
	line-height:3.125rem;
	border-radius: 0.125rem;
	border: 1px solid #D5D5D5;
	background: #FFF;
	outline:none;
	padding:0 1.88rem;
	background-image:url(../img/xx.svg);
	background-position:left 0.62rem center;
	background-repeat:no-repeat;
	color: var(---999, #999);
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
}
.cpbk2{
	width:100%;
	line-height:3.125rem;
	border-radius: 0.125rem;
	border: 1px solid #D5D5D5;
	background: #FFF;
	outline:none;
	padding:0 1.88rem;
	color: var(---999, #999);
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
}
.cpanniu{
	width:100%;
	height: 3.375rem;
	line-height:3.375rem;
	border-radius: 0.125rem;
	background: var(--Color, #0E4C9E);
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
	border:0px;
	cursor:pointer;
}
.cpshow4 .pic{
	width:48.5%;
	overflow:hidden;
}
.cpshow4 .pic img{
	width:100%;
	height:auto;
	display:block;
}

.fwtit{
	width:100%;
	float:left;
	margin-top:6.44rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.fwtit dl{
	width:50%;
}
.fwtit dl dt{
	color: #959595;
	font-family: "思源黑体";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwtit dl dd{
	margin-top:0.69rem;
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:0.94rem;
	position:relative;
}
.fwtit dl.cur dd:before{
	width: 7.0625rem;
	height: 0.25rem;
	background: var(--Color, #0E4C9E);
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	display:inline-block;
}
.fwtit dl:hover dd:before{
	width: 7.0625rem;
	height: 0.25rem;
	background: var(--Color, #0E4C9E);
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	display:inline-block;
}
.fwtit dl:hover dd{
	font-weight: 700;
}
.fw01{
	width:100%;
	float:left;
	margin-top:4.8rem;
}
.fw01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fw01 ul li{
	width:auto;
	max-width:25%;
	text-align:center;
}
.fw01 ul li dl dt{
	overflow:hidden;
}
.fw01 ul li dl dt img{
	max-width:100%;
	height:auto;
}
.fw01 ul li dl dd{
	margin-top:2.5rem;
	color: #777;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}

.fwwrap{
	width:100%;
	float:left;
	background: #F2F2F2;
	margin-top:4.87rem;
	padding:3.75rem 0;
	padding-bottom:5.0rem;
}
.fwtit2{
	width:100%;
	float: left;
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1875rem; /* 125% */
}
.fwtit2 b{
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 2.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 53.333% */
}
.fw02{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fw02 ul li{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding-bottom:2.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom:1px solid #D3D6DA;
}
.fw02 ul li:last-child{
	border-bottom:0px;
}
.fw02 ul li .a01{
	width:26%;
	color: #777;
	font-family: "思源黑体";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 133.333% */
	display:flex;
	align-items: center;
}
.fw02 ul li .a01 i{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 100% */
}

.fw02 ul li .a02{
	width:74%;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}
.fw03{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.fw03 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fw03 ul li{
	width:auto;
	max-width:25%;
	display:flex;
	align-items: center;
	color: #777;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.fw03 ul li img{
	margin-right:1.25rem;
}
.fw04{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom:3.88rem;
	border-bottom:1px solid #D3D6DA;
}
.zftd{
	width:48%;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}
.zftd dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2375rem; /* 110% */
}
.zftd dl dd{
	color: #777;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
	margin-top:2.38rem;
}
.zftd .phone{
	display:flex;
	align-items: center;
	margin-top:2.12rem;
}
.zftd .phone img{
	margin-right:2.5rem;
}

.fw05{
	width:100%;
	float:left;
	margin-top:2.8rem;
}
.fw05 dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2375rem; /* 110% */
}
.fw05 dl dd{
	color: #777;
	font-family: "思源黑体";
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 218.182% */
	margin-top:2.37rem;
}
.fw05 ul{
	display: flex;
	flex-wrap: wrap;
	margin-top:0.94rem;
}
.fw05 ul li{
	width:calc(17% - 1.8rem);
	display:flex;
	margin-right:1.8rem;
	margin-top:1.0rem;
}
.fw05 ul li:nth-child(6n){
	margin-right:0px;
}
.fw05 ul li a{
	width:100%;
	height: 3.125rem;
	border: 1px solid #E1E3E6;
	line-height:3.125rem;
	text-align:center;
	color: #666;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.125rem; /* 357.143% */
}
.fwtit3{
	width:100%;
	float:left;
	padding-bottom:1.69rem;
	border-bottom:1px solid #D3D6DA;
	text-align:center;
	margin-top:1.87rem;
}
.fwtit3.bord0{
	border-bottom:0px;
}
.fwtit3 dl dt{
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3475rem; /* 107.8% */
}
.fwtit3 dl dd{
	margin-top:2.13rem;
	color: #777;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 200% */
}
.fwtit3 dl dd.f8{
	font-size: 0.875rem;
}
.fwtit4{
	width:100%;
	float:left;
	text-align:center;
	margin-top:1.75rem;
}
.fwtit4 dl dt{
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3475rem; /* 107.8% */
}
.fwtit4 dl dd{
	margin-top:1.88rem;
	color: #777;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 184.615% */
	display: flex;
	justify-content: center;
}
.fwtit4 dl dd div{
	width:68%;
}
.fwlc{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.fwlc ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fwlc ul li{
	width:auto;
	max-width:22%;
	text-align:center;
}
.fwlc ul li .pic{
	overflow:hidden;
}
.fwlc ul li dl dt{
	margin-top:0.69rem;
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1rem; /* 110% */
}
.fwlc ul li dl dd{
	margin-top:0.94rem;
	color: #777;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}

.fw06{
	width:100%;
	float:left;
	margin-top:3.5rem;
	position:relative;
}
.fw06::before{
	width:100%;
	height: 0.0625rem;
	background: #EAEDF2;
	position:absolute;
	left:0;
	top:50%;
	z-index:-1;
	content:'';
	display:inline-block;
}
.fw06::after{
	width:0.0625rem;
	height: 100%;
	background: #EAEDF2;
	position:absolute;
	left:50%;
	top:0;
	z-index:-1;
	content:'';
	display:inline-block;
}
.fw06 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fw06 ul li{
	width:50%;
	padding:2.5rem;
	display:flex;
	align-items: center;
}
.fw06 ul li img{
	margin-right:3.62rem;
	min-width:7.5rem;
}
.fw06 ul li dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1rem; /* 110% */
}
.fw06 ul li dl dd{
	margin-top:1.5rem;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 200% */
}
.fw07{
	width:100%;
	float:left;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}
.fw07 .pic{
	float:right;
	margin-left:5.3rem;
}
.fw07 h1{
	margin-bottom:3.88rem;
	color: #333;
	font-family: "思源黑体";
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5125rem; /* 110% */
}
.fw07 h2{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 155.556% */
	margin-top:6.25rem;
	margin-bottom:1.88rem;
}
.fw07 .sjian{
	display:flex;
	margin-top:3.5rem;
}
.fw07 .sjian a{
	padding:1.56rem 3.56rem;
	border-radius: 0.1875rem;
	background: var(--Color, #0E4C9E);
	display:flex;
	align-items: center;
	justify-content: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
	margin-right:1.19rem;
	transition: all 0.6s;
}
.fw07 .sjian a b{
	color: var(---white, #FFF);
	font-size: 2.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 63.158% */
}
.fw07 .sjian a i{
	width: 0.0625rem;
	height: 1.5rem;
	background: #E1E3E6;
	margin-left:0.94rem;
	margin-right:0.94rem;
}
.fw07 .sjian a:hover{
	padding:1.56rem 4.56rem;
}
.inmore2{
	display:flex;
	justify-content: center;
	margin-top:3.0rem;
}
.inmore2 a{
	padding:1.0rem 3.2rem;
	border-radius: 0.1875rem;
	border: 1px solid var(--Color, #0E4C9E);
	background: var(--Color, #0E4C9E);
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
	transition: all 0.6s;
}
.inmore2 a:hover{
	padding:1.0rem 4.2rem;
}
.fw08{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position:relative;
}
.fw08::after{
	width:0.125rem;
	height: 100%;
	background: #D9D9D9;
	position:absolute;
	left:50%;
	top:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.fw08 .a01{
	width:44%;
}
.fw08 .a01.w40{
	width:40%;
}
.fw08 .a01 dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: bold;
	line-height: 1.625rem; /* 173.333% */
	margin-top:2.62rem;
	margin-bottom:1.5rem
}
.fw08 .a01 dl dt .mart0{
	margin-top:0px;
}
.fw08 .a01 dl dd{
	color: #777;
	font-family: "思源黑体";
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 200% */
}
.fw08 .a01 .pic{
	overflow:hidden;
	position:relative;
	margin-top:2.3rem;
}
.fw08 .a01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.fw08 .a01 .pic:hover img{
	transform: scale(1.05);
}
.fw08 .a01 .pic span{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--50, rgba(0, 0, 0, 0.50));
	display:flex;
	align-items: center;
	justify-content: center;
}
.fw08 .a01 .pic span a{
	padding:0.6rem 3.0rem;
	border-radius: 0.1875rem;
	border: 2px solid #FFF;
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}

.nfwlc{
	width:100%;
	float:left;
	margin-top:3.8rem;
	border-bottom:1px dashed #999;
	position:relative;
}
.nfwlc .zx{
	width: 22.5rem;
	height: 5rem;
	border-radius: 2.5rem;
	background: var(--Color, #0E4C9E);
	position:absolute;
	bottom:-2.5rem;
	z-index:1;
	left:calc(50% - 11.25rem);
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 5rem; /* 400% */
	display: flex;
	justify-content:center;
	transition: all 0.6s;
}
.nfwlc .zx:hover{
	width:24rem;
}
.nfwlc .zx a{
	width:100%;
	color:#FFF;
	text-align: center;
	height: 5rem;
	line-height: 5rem; /* 400% */
}
.nfwlc .zx a b{
	margin-left:1.25rem;
}
.nfwlc ul{
	display: flex;
	justify-content: space-between;
}
.nfwlc ul li{
	width: 6.5625rem;
}
.nfwlc ul li .pic{
	height: 7rem;
	display:flex;
	align-items: center;
	justify-content: center;
	background-image:url(../img/lcb.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
	transition: all 0.6s;
}
.nfwlc ul li dl dt{
	margin-top:1.94rem;
	display:flex;
	align-items: center;
	justify-content: center;
}
.nfwlc ul li dl dt i{
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/hd.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.nfwlc ul li dl dd{
	display:flex;
	justify-content: center;
}
.nfwlc ul li dl dd i{
	width: 0.0625rem;
	height: 8.3125rem;
	border-left:1px dashed #999;
	margin-left:-0.02125rem;
}
.nfwlc ul li:hover .pic{
	background-image:url(../img/lcb02.svg);
	color:#FFF;
}
.nfwlc ul li:hover dl dt i{
	background-image:url(../img/ld.svg);
}
.shfw{
	width:100%;
	float:left;
	margin-top:2.56rem;
}
.shfw ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shfw ul li{
	width:calc(50% - 0.625rem);
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.88rem;
}
.shfw ul li .pic{
	overflow:hidden;
}
.shfw ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.shfw ul li:hover .pic img{
	transform: scale(1.05);
}
.shfw ul li .tex{
	padding:2.19rem 5.0rem;
}
.shfw ul li .tex dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 100% */
	margin-bottom:1.69rem;
}
.shfw ul li .tex dl dd{
	color: #333;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
	width:100%;
}
.shfw ul li .tex dl dd p::before{
	width: 0.75rem;
	height: 0.75rem;
	margin-right:0.37rem;
	background-color:#D9D9D9;
	content:'';
	display:inline-block;
	border-radius:50%;
}

.tgyy{
	width:100%;
	float:left;
	margin-top:6.5rem;
	padding:6.0rem 0;
	background-image:url(../img/yybj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}
.tgyy01{
	width:100%;
	float:left;
	position:relative;
}
.tgyy01::before{
	content:"T";
	font-family: Arial;
	font-size: 8.75rem;
	line-height: 6.25rem; /* 71.429% */
	position:absolute;
	top:-1.81rem;
	left:0;
	color:#FFF;
}
.tgyy01 dl{
	margin-left:4.0rem;
}
.tgyy01 dl dt{
	color: rgba(255, 255, 255, 0.30);
	font-family: "思源黑体";
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 104% */
}
.tgyy01 dl dd{
	margin-top:0.88rem;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 2.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.625rem; /* 100% */
}
.tgyy01 .more{
	margin-top:4.25rem;
	display:flex;
}
.tgyy01 .more a{
	padding:0.69rem 2.75rem;
	border-radius: 1.875rem;
	background: var(--Color, #0E4C9E);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	transition: all 0.6s;
}
.tgyy01 .more a:hover{
	padding:0.69rem 3.75rem;
}
.shyy{
	width:100%;
	float:left;
	background: #EEF0F6;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:4.5rem;
}
.shyy .pic{
	width:57.5%;
	overflow:hidden;
}
.shyy .pic img{
	width:100%;
	min-height:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.shyy .pic:hover img{
	transform: scale(1.05);
}
.shyy .tex{
	width:42.5%;
	padding:2.94rem 3.8rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.shyy .tex dl dt{
	color: #DADCE1;
	font-family: Arial;
	font-size: 2.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.125rem; /* 119.048% */
	text-transform: uppercase;
}
.shyy .tex dl dd{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem; /* 100% */
	margin-bottom:2.0rem;
}
.shyy .tex .more{
	display:flex;
	margin-top:2.87rem;
}
.shyy .tex .more a{
	padding:0.69rem 2.75rem;
	border-radius: 1.875rem;
	background: var(--Color, #0E4C9E);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	transition: all 0.6s;
}
.shyy .tex .more a:hover{
	padding:0.69rem 3.75rem;
}
.shlm{
	width:100%;
	float:left;
	margin-top:7.5rem;
}
.shlm ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.shlm ul li{
	width:auto;
	margin-left:0.345rem;
	margin-right:0.345rem;
	display:flex;
}
.shlm ul li a{
	padding:0.75rem 3.69rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem; /* 137.5% */
}
.shlm ul li a:hover{
	background: var(--Color, #0E4C9E);
	border: 1px solid var(---Gray-5, #0E4C9E);
	color:#FFF;
}
.shlm ul li a.cur{
	background: var(--Color, #0E4C9E);
	border: 1px solid var(---Gray-5, #0E4C9E);
	color:#FFF;
}
.peij{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.peij ul{
	display: flex;
	flex-wrap: wrap;
}
.peij ul li{
	width:calc(25.6% - 1.88rem);
	margin-right:1.88rem;
	margin-top:2.5rem;
}
.peij ul li:nth-child(4n){
	margin-right:0px;
}
.peij ul li dl dt{
	overflow:hidden;
}
.peij ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.peij ul li:hover dl dt img{
	transform: scale(1.05);
}
.peij ul li dl dd{
	margin-top:1.5rem;
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem; /* 157.143% */
}
.procon{
	width:100%;
	float:left;
	margin-top:3.87rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.procon-l{
	width:20%;
}
.subNavBox4{
	width:100%;
	float:left;
}
.subNavBox4 h1{ 
	text-align:center; 
	height: 5rem;
	background: #1C2087;
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4.6875rem; /* 312.5% */
}
.subNav4{
	width:100%; 
	float:left; 
	DISPLAY: block;  
	CURSOR: pointer; 
	text-align:left;
	padding:0.94rem 1.25rem;
	font-size:1.0rem;
	font-weight: bold;
	background: var(---Gray-6, #F2F2F2);
	border-bottom:1px solid #fff;
}
.subNav4 a{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.subNav4 a::after{ 
	width: 0.875rem;
	height: 0.875rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.subNav4:hover{float:left; }
.currentDd4{}
.currentDd4 a::after{
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:0.94rem 1.25rem;
	line-height:2.0rem; 
	font-size:0.8rem; 
	background: var(---Gray-6, #F2F2F2);
}
.navContent4 dl dd a.cur{ color: #0E4C9E;}
.tjnew{
	width:100%;
	float:left;
	margin-top:2.13rem;
}
.tjnew dl dt{
	height:5.0rem;
	background: #1C2087;
	line-height:5.0rem;
	text-align:center;
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4.6875rem; /* 312.5% */
}
.tjnew dl dd{
	padding:1.0rem 0;
	margin:0 1.25rem;
	border-bottom:1px dashed #E0E0E0;
	display:flex;
}
.tjnew dl dd a{
	width:100%;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-size: 0.875rem;
	color: #666;
}
.lxleft{
	width:100%;
	float:left;
	margin-top:1.56rem;
	position:relative;
}
.lxleft img{
	width:100%;
	height:auto;
	display:block;
}
.lxleft .tex{
	width:8.0rem;
	position:absolute;
	right:0.8rem;
	top:1.8rem;
	z-index:1;
}
.lxleft .tex dl dt{
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lxleft .tex dl dt i{
	width: 1.5rem;
	height: 1.5rem;
	background-color:#0E4C9E;
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:0.32rem;
}
.lxleft .tex dl dt i img{
	max-width:100%;
}
.lxleft .tex dl dd{
	margin-top:0.54rem;
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
}
.procon-r{
	width:77%;
}
.cpzlm{
	width:100%;
	float:left;
	border-bottom:0.125rem solid #D4D4D4;
	color: #666;
	font-family: "思源黑体";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 250%; /* 166.667% */
	position:relative;
}
.cpzlm::before{
	width: 7.5rem;
	height: 0.125rem;
	background: var(--Color, #0E4C9E);
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
}
.prolist{
	width:100%;
	float:left;
	margin-top:0.75rem;
}
.prolist ul li{
	width:100%;
	border: 1px solid #DEDEDE;
	background: #FFF;
	margin-top:1.25rem;
	padding:1.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li .pic{
	width:33%;
	overflow: hidden;
}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	width:62%;
}
.prolist ul li .tex dl dt{
	color: #666;
	font-family: "思源黑体";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li .tex dl dd{
	margin-top:1.2rem;
	overflow: hidden;
	color: #626262;
	text-overflow: ellipsis;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 200% */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.prolist ul li .tex .more{
	display:flex;
	justify-content: flex-end;
	margin-top:2.0rem;
}
.prolist ul li .tex .more a{
	padding:0 2.0rem;
	line-height:2.5rem;
	border: 1px solid #AAA;
	color: #666;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
}
.prolist ul li:hover .tex .more a{
	background: var(--Color, #0E4C9E);
	border: 1px solid #0E4C9E;
	color:#FFF;
}
.allm{
	width:100%;
	float:left;
	padding-bottom:2.0rem;
	padding-top:2.0rem;
	border-bottom:1px solid #D5D5D5;
}
.allm ul{
	display: flex;
	flex-wrap: wrap;
}
.allm ul li{
	width: auto;
    /* margin-left: 1.56rem; */
    /* margin-right: 1.56rem; */
    margin-top: 0.62rem;
    text-align: center;
    flex: 1;
}
.tgyw p{
	display: flex;
	flex-wrap: wrap;
}
.tgyw p a{
	width: auto;
    /* margin-left: 1.56rem; */
    /* margin-right: 1.56rem; */
    margin-top: 0.62rem;
    text-align: center;
    flex: 1;
}
.allm ul li a{
	color: #757575;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 105.263% */
}
.allm ul li b{
	color: var(--Color, #0E4C9E);
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
}
.allm ul li.cur{
	color: var(--Color, #0E4C9E);
}
.allm ul li.cur a{
	color: var(--Color, #0E4C9E);
}
.al01{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float:left;
	margin-top:4.0rem;
}
.al01 .pic{
	width:49%;
	overflow:hidden;
	position:relative;
}
.al01 .pic img{
	width:100%;
	height:auto;
	min-height:100%;
	display:block;
	transition: all 0.6s;
}
.al01 .pic:hover img{
	transform: scale(1.05);
}
.al01 .pic span{
	width:100%;
	height:3.5rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background: rgba(0, 0, 0, 0.50);
	padding:0 1.5rem;
	line-height:3.5rem;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
}
.al01 .tex{
	width:49%;
	background: #F5F5F5;
	padding:3.7rem 1.88rem;
}
.al01 .tex dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.925rem; /* 110% */
}
.al01 .tex:hover dl dt{
	color:var(--Color, #0E4C9E);
}
.al01 .tex dl dd{
	margin-top:2.37rem;
	color: #757575;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 200% */
}
.al01 .tex .more{
	display:flex;
	margin-top:1.87rem;
}
.al01 .tex .more a{
	padding:0.69rem 2.75rem;
	border-radius: 1.875rem;
	border: 1px solid var(--Color, #0E4C9E);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(--Color, #0E4C9E);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	margin-right:0.62rem;
}
.al01 .tex .more a:hover{
	background: var(--Color, #0E4C9E);
	color:#FFF;
}
.al02{
	width:100%;
	float:left;
}
.al02 ul{
	display: flex;
	flex-wrap: wrap;
}
.al02 ul li{
	width:calc(34.20% - 1.88rem);
	margin-right:1.88rem;
	margin-top:1.88rem;
}
.al02 ul li:nth-child(3n){
	margin-right:0px;
}
.al02 ul li dl dt{
	overflow:hidden;
}
.al02 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.al02 ul li:hover dl dt img{
	transform: scale(1.05);
}
.al02 ul li dl dd{
	margin-top:1.0rem;
	color: #757575;
	font-family: "思源黑体";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 133.333% */
}
.al02 ul li:hover dl dd{
	color:var(--Color, #0E4C9E);
}
.alcon{
	width:100%;
	float:left;
	margin-top:5.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.alcon-l{
	width:65%;
}
.altit{
	width:100%;
	float:left;
	color: #333;
	font-family: "思源黑体";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 100% */
	padding-bottom:2.0rem;
	border-bottom:1px solid #999;
}
.aldate{
	width:100%;
	float: left;
	display:flex;
	align-items: center;
	color: #999;
	font-family: "思源黑体";
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.875rem; /* 353.846% */
}
.aldate div{
	margin-right:1.75rem;
}
.altex{
	width:100%;
	float:left;
	margin-top:1.25rem;
	border: 1px solid #EEE;
	padding:1.63rem 1.83rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8; /* 228.571% */
}
.altex p{
	padding-bottom:0.8rem;
	}
.altex img{
	max-width:100%;
	height:auto;
}
.line2{
	width:100%;
	height: 0.0625rem;
	background: #E4E1E1;
	margin-top:1.0rem;
	margin-bottom:1.0rem;
}
.altex dl dt{
	margin-bottom:2.13rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 213.333% */
	border-bottom:0.0625rem solid #E4E1E1;
	display:flex;
	align-items: center;
}
.altex dl dt b{
	color: #000;
	font-family: "思源黑体";
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 213.333% */
}
.altex dl dt::before{
	content:"●";
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 133.333% */
	margin-top:-0.2rem;
	margin-right:0.32rem;
}

.altex dl dd{
	margin-top:1.17rem;
	color: #000;
	font-family: "思源黑体";
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 213.333% */
	display:flex;
	align-items: center;
}
.altex dl dd::before{
	content:"●";
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 133.333% */
	margin-top:-0.2rem;
	margin-right:0.32rem;
}

.tjyd{
	width:100%;
	float:left;
	padding-top:2.57rem;
	border-top:1px solid #DCDCDC;
	margin-top:1.81rem;
}
.tjyd dl dt{
	color: #0B2D6D;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 120% */
	margin-bottom:0.56rem;
}
.tjyd dl dd{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.125rem; /* 312.5% */
	border-bottom:1px solid #DCDCDC;
}
.tjyd dl dd i{
	color: #686868;
	font-family: "思源黑体";
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.125rem; /* 384.615% */
}
.alsm{
	width:100%;
	float:left;
	margin-top:1.25rem;
	color: #686868;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	text-align:right;
	line-height: 2rem; /* 228.571% */
}
.wbbq{
	width:100%;
	float: left;
	margin-top:2.44rem;
	color: #686868;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
}
.alnext{
	width:100%;
	float:left;
	margin-top:1.25rem;
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.125rem; /* 312.5% */
}

.alcon-r{
	width:28%;
}
.rdtj{
	width:100%;
	float: left;
	border: 1px solid #D9D9D9;
	padding:1.81rem 1.62rem;
}
.rdtj h1{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
	margin-top:1.32rem;
}
.rdtj ul{
	display: flex;
	flex-wrap: wrap;
}
.rdtj ul li{
	width:100%;
	padding-bottom:1.2rem;
	border-bottom:1px solid #E3E3E3;
	margin-top:1.8rem;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rdtj ul li a{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rdtj ul li .pic{
	width:55%;
	overflow:hidden;
}
.rdtj ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.rdtj ul li:hover .pic img{
	transform: scale(1.05);
}
.rdtj ul li .tex{
	width:40%;
	color: #333;
	font-family: "思源黑体";
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 272.727% */
}
.rdtj ul li:hover .tex{
	color:#0E4C9E;
}
.kuaij{
	width:100%;
	float:left;
	margin-top:1.56rem;
	border: 1px solid #D9D9D9;
	padding:2.56rem 1.75rem;
}
.kuaij ul li{
	width:100%;
	float: left;
	margin-top:0.94rem;
	position:relative;
	overflow:hidden;
}
.kuaij ul li:first-child{
	margin-top:0px;
}
.kuaij ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.kuaij ul li:hover img{
	transform: scale(1.05);
}
.kuaij ul li .tex{
	width:auto;
	position:absolute;
	left:1.56rem;
	top:1.0rem;
	z-index:1;
}
.kuaij ul li .tex dl dt{
	color: #FFF;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.125rem; /* 242.857% */
}
.kuaij ul li .tex dl dd{
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
}
.kuaij ul li .tex2{
	width:100%;
	position:absolute;
	left:0rem;
	bottom:1.5rem;
	z-index:1;
	display:flex;
	align-items: center;
	padding:0 1.62rem;
	padding-right:0px;
}
.kuaij ul li .tex2 img{
	width:auto;
	height:auto;
	max-width: 2.375rem;
	margin-right:0.48rem;
}
.kuaij ul li .tex2 dl dt{
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 100% */
}
.kuaij ul li .tex2 dl dd{
	color: #FFF;
	font-family: Arial;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.125rem; /* 141.667% */
	letter-spacing:-1px;
}

.newtit{
	width:100%;
	float:left;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #333;
	font-family: "思源黑体";
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 123.077% */
	margin-top:6.0rem;
}
.newtit b{
	display:flex;
	align-items: center;
	font-weight:normal;
}
.newtit b::before{
	width:4px;
	height:1.5rem;
	content:'';
	margin-right:0.62rem;
	background-color:var(--Color, #0E4C9E);
}
.newtit a{
	padding:0 1.38rem;
	border-radius: 0.9375rem;
	background: var(--Color, #0E4C9E);
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
	transition: all 0.6s;
}
.newtit a:hover{
	padding:0 2.38rem;
}
.tout{
	width:100%;
	float:left;
	margin-top:1.56rem;
	border: 1px solid #DCDCDC;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tout .pic{
	width:60%;
	overflow:hidden;
}
.tout .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.tout .pic:hover img{
	transform: scale(1.05);
}
.tout .tex{
	width:40%;
	padding-left:3.44rem;
	padding-right:2.44rem;
}
.tout .tex dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 127.273% */
}
.tout .tex:hover dl dt{
	color:var(--Color, #0E4C9E);
}
.tout .tex dl dd{
	margin-top:2.12rem;
	overflow: hidden;
	color: #666;
	text-overflow: ellipsis;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 175% */
	letter-spacing: 0.0625rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.tout .tex .more{
	display:flex;
	margin-top:3.19rem;
}
.tout .tex .more a{
	padding:0 1.38rem;
	border-radius: 0.9375rem;
	background: var(--Color, #0E4C9E);
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
	transition: all 0.6s;
}
.tout .tex .more a:hover{
	padding:0 2.38rem;
}
.new01{
	width:100%;
	float:left;
}
.new01 ul li{
	width:13.3rem;
	float:left;
	margin-right:0.75rem;
	margin-top:0.75rem;
	border-bottom: 3px solid var(--Color, #fff);
	transition: all 0.6s;
}
.new01 ul li:hover{
	border-bottom: 3px solid var(--Color, #0E4C9E);
}
.new01 ul li.cur{
	border-bottom: 3px solid var(--Color, #0E4C9E);
}
.new01 ul li dl dt{
	overflow:hidden;
}
.new01 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.new01 ul li:hover dl dt img{
	transform: scale(1.05);
}
.new01 ul li dl dd{
	overflow: hidden;
	color: #333;
	text-overflow: ellipsis;
	font-family: "思源黑体";
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.875rem; /* 306.667% */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.new02{
	width:100%;
	float:left;
}
.new02 ul li{
	width:100%;
	float:left;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.75rem;
}
.new02 ul li a{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.new02 ul li .pic{
	width:24%;
	overflow:hidden;
}
.new02 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.new02 ul li:hover .pic img{
	transform: scale(1.05);
}
.new02 ul li .tex{
	width:72%;
}
.new02 ul li:hover .tex dl dt{
	color:var(--Color, #0E4C9E);
}
.new02 ul li .tex dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 100% */
}
.new02 ul li .tex dl dd{
	overflow: hidden;
	color: #7F7F7F;
	text-overflow: ellipsis;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 216.667% */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top:1.37rem;
}
.new02 ul li .tex p{
	margin-top:1.12rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 184.615% */
}
.new03{
	width:100%;
	float:left;
	margin-top:1.56rem;
}
.new03 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.new03 ul li{
	width:49%;
	position:relative;
	overflow:hidden;
}
.new03 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.new03 ul li:hover img{
	transform: scale(1.05);
}
.new03 ul li span{
	width:auto;
	position:absolute;
	bottom:1.5rem;
	left:1.88rem;
	z-index:1;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 166.667% */
}
.newcon{
	width:100%;
	float:left;
	margin-top:4.56rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:27.5%;
}
.nzlm{
	width:100%;
	float:left;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding:2.5rem 1.6rem;
}
.nzlm dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
	margin-bottom:1.0rem;
}
.nzlm dl dd{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4.375rem; /* 437.5% */
	border-bottom: 1px solid #D9D9D9;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nzlm dl dd a{
	display:flex;
	align-items: center;
	width:100%;
}
.nzlm dl dd a img{
	max-height:1.5rem;
	margin-right:0.62rem;
}
.nzlm dl dd:hover{
	border-bottom:1px solid #0E4C9E;
}
.nzlm dl dd.cur{
	border-bottom:1px solid #0E4C9E;
}
.nbq{
	width:100%;
	float:left;
	margin-top:0.87rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding:2.56rem 1.14rem;
	display:flex;
	flex-wrap: wrap;
}
.nbq a{
	padding:0 0.45rem;
	color: #333;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem; /* 285.714% */
	margin-right:0.31rem;
	margin-top:0.31rem;
}
.nbq a:nth-child(2n){
	margin-right:0px;
}
.nbq a.ys{
	background: #D2D2E7;
}
.nbq a.ys2{
	background: #E5E5E5;
}
.nbq a.ys3{
	background: #EEF0F6;
}
.nbq a.ys4{
	background: #DADADA;
}
.newcon-r{
	width:65%;
}
.newlist{
	width:100%;
	float:left;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:1.56rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.20);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li:first-child{
	margin-top:0px;
}
.newlist ul li a{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li .pic{
	width:36.4%;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:59.2%;
}
.newlist ul li .tex dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.0rem; /* 100% */
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex dl dd{
	margin-top:1.37rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 254.545% */
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex p{
	margin-top: 1rem;
    margin-bottom: 1rem;
	color: #999;
	font-family: "思源黑体";
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 138.462% */
}
.fy{
	width:100%;
	float:left;
	margin-top:4.7rem;
}
.fy ul{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
	margin-left:0.125rem;
	margin-right:0.125rem;
	display:flex;
}
.fy ul li a{
	padding:0.3rem 1.25rem;
	border: 1px solid #E5E5E5;
	background: #FFF;
	color: #666;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	padding-top:0.5rem;
}
.fy ul li a:hover{
	border: 1px solid var(--Color, #0E4C9E);
	background: var(--Color, #0E4C9E);
	color:#FFF;
}
.fy ul li a.cur{
	border: 1px solid var(--Color, #0E4C9E);
	background: var(--Color, #0E4C9E);
	color:#FFF;
}

.ablm{
	width:100%;
	float:left;
	margin-top:4.5rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.20);
}
.ablm ul{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.ablm ul li{
	width:auto;
	padding-bottom:1.25rem;
	position: relative;
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 90% */
	margin-right:1.0rem;
	margin-top:0.62rem;
}
.ablm ul li a{
	color: var(--Color, #0E4C9E);
}
.ablm ul li::after{
	width:100%;
	height: 0.1875rem;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: var(--Color, #0E4C9E);
	opacity:0;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.ablm ul li:hover::after{
	opacity:1;
}
.ablm ul li.cur::after{
	opacity:1;
}
.nab{
	width:100%;
	float:left;
	margin-top:6.0rem;
	position:relative;
}
.nab::before{
	width:40vw;
	height:32vw;
	content:'';
	display:inline-block;
	background-image:url(../img/ab01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:0;
	top:0;
}
.nab01{
	width:55%;
	float: right;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 186.667% */
}
.nab01 h1{
	color: #333;
	font-family: "思源黑体";
	font-size: 2.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.625rem; /* 100% */
	margin-bottom:1.44rem;
	background-image:url(../img/gyus_t.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding:15px 0 0;
}
.nwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	background: var(---Gray-6, #F2F2F2);
	padding:5.0rem 0;
}
.nab02{
	width:100%;
	float:left;
}
.nab02 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02 ul li{
	width:auto;
	max-width:22%;
	display:flex;
	align-items: center;
}
.nab02 ul li img{
	margin-right:0.8rem;
	max-width:3.75rem;
}
.nab02 ul li:hover em{animation: flipInY 1s;}
.nab02 ul li dl dt{
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
}
.nab02 ul li dl dd{
	margin-top:0.5rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}
.nabtit{
	width:100%;
	float:left;
	text-align:center;
	margin-top:10rem;
}
.nabtit dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 2.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.625rem; /* 100% */
}
.nabtit dl dd{
	margin-top:2.62rem;
	color: #666;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 100% */
	display:flex;
	justify-content: center;
}
.nabtit dl dd div{
	width:72%;
	color: #666;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 162.5% */
}
.nab03{
	width:100%;
	float:left;
	margin-top:3.8rem;
}
.nab03 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab03 ul li{
	width:33.33%;
	height: 27rem;
	transition: all 0.6s;
	background: rgba(255, 255, 255, 0.9);
	border-radius:0.5rem;
	display:flex;
	align-items: center;
	    padding: 0 2rem;
	justify-content: center;
}
.nab03 ul li .pic{
	overflow: hidden;
	height:auto;
	transition: all 0.6s;
	margin-bottom:2.94rem;
	text-align:center;
}
.nab03 ul li dl dt{
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem; /* 181.818% */
	transition: all 0.6s;
	height:0;
	overflow:hidden;
}
.nab03 ul li dl dd{
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem; /* 153.846% */
	margin-bottom:1.62rem;
	transition: all 0.6s;
}
.nab03 ul li p{
	color: #666;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 173.333% */
}
.nab03 ul li:hover dl dd{
	color:#FFF;
}
.nab03 ul li:hover dl dt{
	color:#FFF;
}
.nab03 ul li:hover p{
	color:#FFF;
}
.nab03 ul li:hover .pic{
	height:0;
	overflow:hidden;
	margin-bottom:0px;
}
.nab03 ul li:hover{
	background: rgba(14, 76, 158, 0.9);
}
.nab03 ul li:hover dl dt{
	height:2.5rem;
}

.nab03 ul li.cur dl dd{
	color:#FFF;
}
.nab03 ul li.cur dl dt{
	color:#FFF;
	height:2.5rem;
}
.nab03 ul li.cur p{
	color:#FFF;
}
.nab03 ul li.cur .pic{
	height:0;
	overflow:hidden;
	margin-bottom:0px;
}
.nab03 ul li.cur{
	background: rgba(14, 76, 158, 0.9);
}

.fzlc{
	width:100%;
	float: left;
	margin-top:7.8rem;
	padding-bottom:14.0rem;
	padding-top:5.8rem;
	background-image:url(../img/lc.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.fzlc h2{
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 2.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.625rem; /* 100% */
	margin-bottom:5.2rem;
}
.fzlc ul li{
	width:293px;
	margin-right:1.88rem;
	display:flex;
	position:relative;
	margin-top:5.56rem;
	float:left;
}
.fzlc ul li:nth-child(2n){
	margin-top:0px;
}
.fzlc ul li::after{
	width: 0.325rem;
	height: 17.375rem;
	background: linear-gradient(180deg, #0E4C9E 0%, #FFF 100%);
	content:'';
	display:inline-block;
}
.fzlc ul li dl{
	margin-right:2.75rem;
}
.fzlc ul li dl dt{
	color: #333;
	text-align: right;
	font-family: "思源黑体";
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5rem; /* 109.091% */
	position:relative;
}
.fzlc ul li dl dt::after{
	width: 1.125rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/quan.svg);
	background-position:center;
	background-repeat:no-repeat;
	right:-3.3rem;
	position:absolute;
}
.fzlc ul li dl dd{
	margin-top:4.0rem;
	color: #666;
	text-align: right;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
}

.jygl{
	width:100%;
	float:left;
	height:37.6rem;
	background-image:url(../img/glb.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 100% 100%;
	margin-top:6.0rem;
}
.jygl dl{
	width:12.5%;
	float:left;
	overflow: hidden;
	height:37.6rem;
	position: relative;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: rgba(14, 76, 158, 0.60);
	box-sizing: border-box;
	transition: all 0.5s;
}
.jygl dl:last-child{border: 0;}
.jygl dd{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 0 1.75rem;
	box-sizing: border-box;
	text-align:center;
}
.jygl dd h3{
	margin: 7.87rem 0 4.63rem;
	white-space: nowrap;
}
.jygl dd h3 img{
	max-width:100%;
}
.jygl dd h3 i{
	display: inline-block;
	width: 4.5rem;
	height: 4.5rem;
}
.jygl dd h3 span{
	display: block;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:4.63rem;
}
.jygl dd h3 em{
	display: block;
	color: var(---white, #FFF);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:4.2rem;
}
.jygl dd p{
	display: none;
	color: var(---white, #FFF);
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	margin-top:2.5rem;
}
.jygl dl.cur{
	width: 25%;
}
.jygl dl.cur dd{
	width: 100%;
	background: #0E4C9E;
	text-align:left;
}
.jygl dl.cur p{display: block;}
.jygl dl.cur h3 span{
	display:none;
}

.jygl2{
	width:100%;
	float:left;
	margin-top:2.56rem;
}
.jygl2 ul li{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
	margin-top:1.25rem;
}
.jygl2 ul li .num{
	width: 3.5625rem;
	height: 3.5625rem;
	background: var(--Color, #0E4C9E);
	line-height:3.5625rem;
	text-align:center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.5625rem; /* 335.294% */
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}
.jygl2 ul li:nth-child(2n) .num{
	left:0;
	right:auto;
}
.jygl2 ul li .pic{
	width:58%;
	overflow:hidden;
}
.jygl2 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jygl2 ul li:hover .pic img{
	transform: scale(1.05);
}
.jygl2 ul li .tex{
	width:35%;
}
.jygl2 ul li .tex dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem; /* 100% */
}
.jygl2 ul li .tex dl dd{
	margin-top:1.62rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 175% */
}

.jyjy{
	width:100%;
	float:left;
	margin-top:4.38rem;
	height:250px;
}

.jyjy ul{
	display:flex;
	flex-wrap: wrap;
}
.jyjy ul li{
	width:calc(14.4% - 1.0rem);
	margin-right:1.0rem;
	transition: all 0.6s;
	border-radius:0.5rem;
	overflow:hidden;
	position:relative;
}
.jyjy ul li .pic{
	overflow:hidden;
	opacity:0;
}
.jyjy ul li:hover .pic{
	opacity:1;
}
.jyjy ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}

.jyjy ul li dl{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:3.12rem 0;
	transition: all 0.6s;
}
.jyjy ul li:nth-child(7n){
	margin-right:0px;
}
.jyjy ul li:hover dl{
	padding:3.12rem 1.25rem;
}
.jyjy ul li dl dt{
	overflow:hidden;
	padding-bottom:1.25rem;
	position:relative;
}
.jyjy ul li dl dt::before{
	width: 5.125rem;
	height: 0.125rem;
	content:'';
	background-color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
}
.jyjy ul li .pic01{
	display:inline-block;
}
.jyjy ul li .pic02{
	display: none;
}
.jyjy ul li:hover .pic01{
	display:none;
}
.jyjy ul li:hover .pic02{
	display:inline-block;
}
.jyjy ul li dl dd{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.625rem; /* 262.5% */
	padding-bottom:1.38rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.jyjy ul li:hover dl dd{
	margin-top:2.0rem;
	color:#FFF;
	border-bottom:0px;
	padding-bottom:0px;
}
.sgm6{
	width:100%;
}
.sgm6 li{
	margin-top: 0.25rem!important;
	line-height: 1.6;
	    display: flex!important;
    align-items: flex-start!important;
	 flex-wrap: nowrap!important;
	 justify-content: flex-start!important;
}
.sgm6 li::before {
    color: #000;
    font-size: 0.6rem;
	content: "-";
    margin-right: 10px;
}
.zs01{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem 7.88rem;
	margin-top:5.38rem;
}
.zs01 ul{
	display:flex;
	flex-wrap: wrap;
}
.zs01 ul li{
	width:calc(26.8% - 4.0rem);
	margin-right:4.0rem;
	text-align:center;
}
.zs01 ul li:nth-child(4n){
	margin-right:0px;
}
.zs01 ul li dl dt{
	overflow:hidden;
}
.zs01 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.zs01 ul li dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 128.571% */
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.zs02{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.zs02 ul{
	display:flex;
	flex-wrap: wrap;
}
.zs02 ul li{
	width:33.33%;
	padding:2.0rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 128.571% */
}
.zs02 ul li::before{
	width: 0.5rem;
	height: 0.5rem;
	display:inline-block;
	content:'';
	margin-right:0.81rem;
	background-color:#D9D9D9;
	border-radius:50%;
}
.zs03{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.zs03 ul{
	display:flex;
	flex-wrap: wrap;
}
.zs03 ul li{
	width:calc(21.1% - 4.0rem);
	margin-right:4.0rem;
	text-align:center;
	margin-top:3.0rem;
}
.zs03 ul li:nth-child(5n){
	margin-right:0px;
}
.zs03 ul li dl dt{
	overflow:hidden;
}
.zs03 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.zs03 ul li dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 128.571% */
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fy2{
	width:100%;
	float:left;
	margin-top:5rem;
}
.fy2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy2 ul li{
	width: 3.125rem;
	height: 3.125rem;
	display:flex;
	margin-left:5px;
	margin-right:5px;
}
.fy2 ul li a{
	width: 3.125rem;
	height: 3.125rem;
	text-align:center;
	font-size: 0.875rem;
	line-height:3.125rem;
	transition: all 0.6s;
	border-radius:50%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
}
.fy2 ul li a b{
	font-family:'宋体';
}
.fy2 ul li a:hover{
	background: var(--0147-cc, #0E4C9E);
	border:1px solid var(--Color-3, #0E4C9E);
	color:#FFF;
}
.fy2 ul li .cur{
	background: var(--0147-cc, #0E4C9E);
	border:1px solid var(--Color-3, #0E4C9E);
	color:#FFF;
}

.rwmm{
	width:100%;
	float:left;
	margin-top:5.5rem;
}
.rwmm img{
	width:100%;
	height:auto;
	display:block;
}
.rwlist{
	width:100%;
	float:left;
	margin-top:4.56rem;
	position:relative;
}
.rwlist::before{
	width: 0.0625rem;
	height:100%;
	background-color:#D2D2D2;
	position:absolute;
	top:0;
	left:calc(50% - 0.03125rem);
	content:'';
	display:inline-block;
}
.rwlist ul li{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.rwlist ul li::before{
	width: 0.9375rem;
	height: 0.9375rem;
	border-radius: 1.25rem;
	background: var(--Color, #0E4C9E);
	content:'';
	display:inline-block;
	top:6.0rem;
	left:calc(50% - 0.46875rem);
	position:absolute;
}
.rwlist ul li .pic{
	width:46.25%;
	overflow:hidden;
}
.rwlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.rwlist ul li:hover .pic img{
	transform: scale(1.05);
}
.rwlist ul li .tex{
	width:46.25%;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 200% */
}
.rwlist ul li .tex dl dt{
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	margin-top:1.87rem;
	line-height: 1.125rem; /* 90% */
}
.rwlist ul li .tex dl dd{
	color: #000;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem; /* 250% */
	margin-bottom:1.0rem;
}
.lx01{
	width:100%;
	float:left;
	margin-top:5.5rem;
	background: #F5F5F5;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.lx01-l{
	width:28%;
	padding:1.25rem 1.44rem;
	display:flex;
	align-items: center;
	background: var(--Color, #0E4C9E);
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-l img{
	margin-right:2.2rem;
}
.lx01-r{
	width:66%;
	margin-right:1.88rem;
}
.lx01-r dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-r dl dd{
	margin-top:0.75rem;
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.lx02{
	width:100%;
	float:left;
	margin-top:6.44rem;
}
.lx02 h1{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom:1.44rem;
	border-bottom:0.125rem solid #0E4C9E;
}
.lx02 ul{
	margin-top:3.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:50%;
	padding:1.0rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display:flex;
	align-items: center;
	color: var(---666, #666);
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02 ul li img{
	min-width:3.0rem;
	margin-right:1.5rem;
}
.lx03{
	width:100%;
	float:left;
	margin-top:4.2rem;
}
.lx03 ul{
	display:flex;
	flex-wrap: wrap;
}
.lx03 ul li{
	width:calc(27.1% - 6.0rem);
	margin-right:6.0rem;
	
	    border: 1px solid #eee;
}
.lx03 ul li:nth-child(4n){
	margin-right:0px;
}
.lx03 ul li dl dt{
	overflow:hidden;
}
.lx03 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.lx03 ul li dl dd{
	margin-top:0.62rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	height: 3.375rem;
	line-height:3.375rem;
	border:1px solid #eee;
}
.lytit{
	width:100%;
	float:left;
	margin-top:5.5rem;
	display:flex;
}
.lytit i{
	padding: 1.125rem 2rem;
	background: var(--Color, #0E4C9E);
	color: var(---white, #FFF);
	font-family: "思源黑体";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 90% */
}
.tjan{
	padding: 1.125rem 2rem;
	background: var(--Color, #0E4C9E);
	color: var(---white, #FFF);
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 90% */
	border:0px;
	margin-top:2.0rem;
}
.zxly{
	width:100%;
	float:left;
	border: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.87rem 0;
	display:flex;
	justify-content: center;
	padding-bottom:6.0rem;
	background-image:url(../img/r1-orderform-1-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.zxly ul{
	width:60%;
	display:flex;
	flex-wrap: wrap;
}
.zxly ul li{
	width:100%;
	margin-top:0.75rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly ul li .a01{
	width:6.0rem;
	color: var(---333, #333);
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem;
	text-align:right;
	line-height:2.0rem;
}
.zxly ul li .a01 b{
	color: var(--da-2122, #DA2122);
}
.zxly ul li .a02{
	width:calc(100% - 6.0rem);
	display:flex;
	align-items: center;
}
.lybk{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.0rem;
	padding:0 0.69rem;
	color: var(---999, #999);
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	outline:none;
}
.lybk2{
	width: 5.75rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.0rem;
	padding:0 0.69rem;
	color: var(---999, #999);
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	margin-right:0.56rem;
}


















.w100{
	width:100%;
}
.fl{
	float: left;
}
.bod{
	border-bottom:1px solid rgba(255, 255, 255, 0.6);
}
.bodr{
	border-right:1px solid rgba(255, 255, 255, 0.6);
}
.white{
	color:#FFF;
	font-size:1.0rem;
}
.mart5{
	margin-top:5rem;
}
.mart1{
	margin-top:1.25rem;
}
.blue{
	color: var(--Color, #0E4C9E);
}
.mart8{
	margin-top:8rem;
}
.mart7{
	margin-top:7rem;
}
.mart6{
	margin-top:6rem;
}
.mart0{
	margin-top:0rem;
}
.mart3{
	margin-top:3.69rem;
}
.mart4{
	margin-top:4.56rem;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.pos2{ position:fixed; top:0px; z-index:999}
.dingw{ width:100%; float:left; margin-top:-114px;}
.cpdw{ width:100%; float:left; margin-top:-5rem;}

	
}


@media (min-width:1921px){
.innav ul li{
	margin-left:1.9rem;
	margin-right:1.9rem;
}



	
}

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

.fa03 .tex dl dt{
	    font-size: 1.65rem;
	}
.fa03 .tex dl dd a{
	
	padding: 0.8rem 2.8rem;
	}




	
}

@media (min-width:1000px) and (max-width:1360px){
.fa03 .tex dl dt{
	    font-size: 1.25rem;
		padding-bottom: 0.9rem;
	}
.fa03 .tex dl dd a{
	 font-size: 0.8rem;
	padding: 0.6rem 1.8rem;
	}
.fa03 .tex dl dd {
    margin-top: 0.9rem;}
	
.main{
	padding:0 5.2vw;
}
.innav ul li{
	font-size:0.8rem;
}
.ins .a01 a{
	margin-right:1.0rem;
}
.intit dl dt{
	font-size:2.0rem;
}
.intit dl dd{
	font-size:0.8rem;
}
.intit2 dl dt{
	font-size:2.0rem;
}
.intit2 dl dd{
	font-size:0.8rem;
}
.inabout .tex01 .a01{
	margin-top:2.0rem;
}
.inabout .tex01 .a01 dl dt{
	font-size:2.0rem;
}
.inabout .tex01 .a01 dl dd{
	font-size:0.8rem;
}
.inabout .tex01 .a01 p{
	display:none;
}
.inabout .tex01 .a01 .more{
	margin-top:2.0rem;
}
.inabout .tex02 .inzlm{
	padding:2.0rem;
}
.inabout .tex02 .inzlm .a02 dl{
	padding:0 2.28rem;
}
.foot01 .a02 .con .b02{
	margin-left:1.0rem;
}
.foot01 .a02 .con .b01 h5{
	font-size:1.7rem;
}
.intit3 dl dt{
	font-size:1.5rem;
}

.main2{
	padding:0 5.2vw;
}
.nybanner .tex dl dt{
	font-size:2.2rem;
}
.nybanner .tex dl dd{
	font-size:1.05rem;
}
.subNav{
	font-size:1.0rem;
}
.ldsb-r .a02 .tex dl dt{
	font-size:0.8rem;
}
.ldsb-r .a02 .tex dl dd{
	font-size:0.7rem;
}
.ldsb-l{
	font-size:0.7rem;
	line-height:1.0rem;
	padding:2.0rem 1.5rem;
}
.ldsb-l dl dt{
	font-size:1.0rem;
}
.ldsb-l dl dd a{
	font-size:0.8rem;
	line-height:1.0rem;
}
.gyi2 .tex h3{
	font-size:1.0rem;
}
.gyi2 .tex .subtex{
	font-size:0.8rem;
}
.bzhun01 .a01 h2{
	font-size:1.0rem;
}
.bzhun01 .a01 .tex{
	font-size:0.8rem;
}
.bzhun02 .a01 h2{
	font-size:1.0rem;
}
.bzhun02 .a01 .tex{
	font-size:0.8rem;
}
.ntit.f2{
	font-size:1.8rem;
}
.zysx-l ul li{
	padding:1.0rem 1.5rem;
	font-size:1.0rem;
}
.sbshow .a01{
	font-size:1.0rem;
	line-height:1.5rem;
}
.ntit3 b{
	font-size:1.5rem;
}
.ntit3 div{
	font-size:0.75rem;
	line-height:1.2rem;
}
.nyz ul li .tex dl dt{
	font-size:0.8rem;
	padding-bottom:0.5rem;
}
.nyz ul li .tex dl dd{
	font-size:0.7rem;
	margin-top:0.5rem;
}
.nyz ul li .tex .more a{
	font-size:0.8rem;
}
.hgcx .tex ul li dl dt{
	font-size:1.0rem;
}
.hgcx .tex ul li dl dd{
	font-size:0.75rem;
	line-height:1.2rem;
}
.hgcx .tex ul li{
	padding:1.5rem;
}
.gzcx ul li dl dd{
	font-size:1.0rem;
}
.gzcx ul li .more a{
	font-size:1.0rem;
}
.prolm ul li a{
	padding:0 1.0rem;
	font-size:1.2rem;
}
.proshow-r .bt{
	font-size:1.5rem;
}
.proshow-r .a01{
	font-size:1.0rem;
	line-height:1.5rem;
}
.proshow-r .a02 dl dd{
	font-size:1.2rem;
}
.proshow-r .a02 a{
	font-size:1.0rem;
}
.proshow-r .a03{
	margin-top:2.0rem;
}
.proshow-r .a03 dl dt{
	font-size:1.0rem;
}
.proshow-r .a03 dl dd a{
	font-size:0.8rem;
}
.cpshow4 .tex h2{
	font-size:1.5rem;
}
.cpshow4 .tex dl dd div{
	margin-right:1rem;
}
.cpshow4 .tex dl dd{
	font-size:0.7rem;
}
.allm ul li a{
	font-size:0.8rem;
}
.al01 .tex dl dt{
	font-size:1.25rem;
}
.al01 .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}
.al02 ul li dl dd{
	font-size:1.0rem;
}

.subcont{
	font-size:0.8rem;
}












	
}





@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: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:4rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:5rem; 
	height:5rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height: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: #0E4C9E; 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.75rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.75rem;
	line-height: 2.0rem;
	font-weight:normal;
}

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

.insearch{
	width:100%;
	float:left;
	padding:1.0rem 0;
	background: var(---Gray-6, #F2F2F2);
}
.ins{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ins .a01{
	width:100%;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ins .a01 a{
	margin-right:0.38rem;
}
.ins .a02{
	width:100%;
	height:2.0rem;
	border-radius: 3.75rem;
	background: var(---white, #FFF);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 1.0rem;
	margin-top:1.0rem;
}
.ins .a02 form{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ssbk{
	border:0;
	outline:none;
	color: var(---999, #999);
	font-family: "Source Han Sans CN";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.intit{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit dl{
	width: auto;
}
.intit dl dt{
	color: var(---black, #000);
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 6rem */
	text-transform: capitalize;
}
.intit dl dd{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.intit .a01{
	width:80%;
	display:flex;
	margin-top:1.0rem;
}
.intit .a01 a{
	padding: 0.3875rem 1.15rem;
	border-radius: 1.875rem;
	background: var(---Gray-6, #F2F2F2);
	margin-left:0.25rem;
	color: var(---black, #000);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
}
.intit .a01 a:hover{
	background: var(--Color, #0E4C9E);
	color:#fff;
}
.intit .a01 a.cur{
	background: var(--Color, #0E4C9E);
	color:#fff;
}
.cpcx{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.cpcx ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcx ul li{
	width: 32.5%;
    margin-right: 1%;
	height: 77vw;
	border: 1px solid var(---Gray-5, #E0E0E0);
	    padding: 0.75rem 0.2rem;
	text-align:center;
	transition: all 0.6s;
	background-image:url(../img/c01.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-size:0 100%;
	margin-top:1.0rem;
	align-items: center;
	display:flex;
	justify-content: center;
}
.cpcx ul li:nth-child(3n){
	margin-right: 0;
	}
.cpcx ul li .pic{
	overflow:hidden;
}
.cpcx ul li .pic img{
	max-width: 4.25rem;
	}
.cpcx ul li .pic::after{
	width:3.0rem;
	height:0.3rem;
	position:absolute;
	bottom:0;
	left:calc(50% - 1.5rem);
	z-index:1;
	background-color:#E0E0E0;
	content:'';
	display:none;
	
}
.cpcx ul li:hover .pic::after{
	background-color:#fff;
}
.cpcx ul li.cur .pic::after{
	background-color:#fff;
}
.cpcx ul li .pic01{
	display:inline-block;
}
.cpcx ul li .pic02{
	display: none;
}
.cpcx ul li:hover .pic01{
	display:none;
}
.cpcx ul li:hover .pic02{
	display:inline-block;
}
.cpcx ul li dl dt{
	margin-top: 0.7rem;
    font-size: 1.0rem;
	height: 10vw;
    font-style: normal;
    font-weight: 600;
	line-height: normal;
	color: var(--Color, #0E4C9E);
}
.cpcx ul li dl dd{
	margin-top:1.0rem;
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 1.75rem */
	text-transform: capitalize;
	display: -webkit-box;
  -webkit-line-clamp: 6; /* 限制为3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cpcx ul li:hover dl dt{
	color:#FFF;
}
.cpcx ul li:hover dl dd{
	color:#FFF;
	display:none;
}
.cpcx ul li:hover{
	background-size:100% 100%;
}

.cpcx ul li.cur .pic01{
	display:none;
}
.cpcx ul li.cur .pic02{
	display:inline-block;
}
.cpcx ul li.cur dl dt{
	color:#FFF;
}
.cpcx ul li.cur dl dd{
	color:#FFF;
	display:none;
}
.cpcx ul li.cur{
	background-size:100% 100%;
}




.inpro{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.inpro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro ul li{
	width:49.65%;
	position:relative;
	overflow:hidden;
}
.inpro ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover img{
	transform: scale(1.05);
}
.inpro ul li .a01{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	padding:0.4rem;
	text-align:center;
	z-index:1;
	color: var(---black, #000);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
	text-transform: capitalize;
}
.inpro ul li .a02{
	position:absolute;
	width:auto;
	right:2.5rem;
	bottom:1.0rem;
	z-index:1;
}
.inpro ul li .a02 a{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	display: flex;
	align-items: center;
}
.inpro ul li .a02 a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:0.62rem;
	content:'';
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
	transition: all 0.6s;
}
.inpro ul li .a02 a:hover::after{
	background-image:url(../img/hov2.svg);
}
.inpro ul li .a02 a:hover{
	color: var(--Color, #0E4C9E);
}
.incase{
	width:100%;
	float:left;
	margin-top:2.5rem;
	background-image:url(../img/albj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top: 2.5rem;
    padding-bottom: 3rem;
}
.intit2{
	width:100%;
	float:left;
}
.intit2 dl dt{
	color: var(---white, #FFF);
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
}
.intit2 dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.hzhb{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.hzhb ul li{
	width:8rem;
	float:left;
	margin-right:0.45rem;
}
.hzhb ul li img{
	width:100%;
	height:auto;
	display:block;
}
#demo {
	width: 100%;
	overflow:hidden;
} 
#demo img { 
} 
#indemo {
	float: left;
	width: 1800%; 
} 
#demo1 { 
float: left; 
} 
#demo2 { 
float: left; 
}
.liuc{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.liuc img{
	width:100%;
	height:auto;
	display:block;
}
.inabout{
	width:100%;
	float:left;
	position:relative;
    width: 100%;
    height: 70vw;
    overflow: hidden;
}
.inabout img{
	width:100%;
	position: relative;
    transform: scale(1.0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    display: block;
	
}
.inabout .tex01{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2
}
.inabout .tex01 .a01{
	width:80%;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: capitalize;
	margin-top:1.8rem;
}
.inabout .tex01 .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 6rem */
	text-transform: capitalize;
}
.inabout .tex01 .a01 dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.inabout .tex01 .a01 p{
	display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制为3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.inabout .tex01 .a01 .more{
	margin-top:1.0rem;
	display:flex;
}
.inabout .tex01 .a01 .more a{
	padding: 0.3875rem 1.75rem;
	border-radius: 1.875rem;
	background: var(--Color, #0E4C9E);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
}
.inabout .tex02{
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.inabout .tex02 .inzlm{
	width:100%;
	float:left;
	padding:0.6rem;
	background: var(--Color, #0E4C9E);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inabout .tex02 .inzlm .a01{
	width:20%;
}
.inabout .tex02 .inzlm .a01 img{
	max-width:100%;
}
.inabout .tex02 .inzlm .a02{
	width:79%;
	display:flex;
	margin-top:0.6rem;
}
.inabout .tex02 .inzlm .a02 img{
	left: 27%;
	}
.inabout .tex02 .inzlm .a02 dl{
	width:25%
}
.inabout .tex02 .inzlm .a02 dl dt{
	overflow:hidden;
}
.inabout .tex02 .inzlm .a02 dl dt img{
	    max-width: 2rem;
}
.inabout .tex02 .inzlm .a02 dl dd{
	margin-top:0.35rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew{
	width:100%;
	float:left;
}
.innew ul li{
	width:16rem;
	float: left;
	margin-right:1.0rem;
	margin-top:2.6rem;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li dl dt{
	margin-top:1.2rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew ul li dl dd{
	margin-top:0.755rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
	text-transform: uppercase;
}
#gdt { 
overflow:hidden; 
width: 100%; 
}  
#ingdt { 
float: left; 
width: 1800%; 
} 
#gdt1 { 
float: left; 
} 
#gdt2 { 
float: left; 
} 

.indz{
	width:100%;
	float:left;
	margin-top:5rem;
	background-image:url(../img/abj02.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-bottom:4rem;
}
.intit3{
	width:100%;
	float:left;
	text-align:center;
	margin-top:2.5rem;
}
.intit3 dl dt{
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}
.intit3 dl dd{
	margin-top:0.63rem;
	color: var(---333, #333);
	font-family: "思源黑体";
	font-size: 0.72919rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.45831rem */
}
.dzly{
	width:100%;
	float:left;
	margin-top:2.38rem;
	text-align:center;
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.dzly ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:1.5rem;
}
.dzly ul li{
	width:100%;
	margin-top:0.2rem;
}
.dzly ul li:last-child{
	width:100%;
}
.dzbk{
	    width: 100%;
    height: 2.75rem;
    border: 0px;
    padding: 0 1.25rem;
    outline: none;
    color: var(---999, #999);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 350;
    line-height: 2.75rem;
}
.dzanniu{
	    width: 100%;
    height: 2.75rem;
    border: 0;
    cursor: pointer;
    background: var(--Color, #0E4C9E);
    color: var(---white, #FFF);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 2.75rem;
}
.wzsm{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.wzsm dl dt{
	padding-bottom:0.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.wzsm dl dd{
	margin-top:1.5rem;
	display:flex;
	flex-wrap: wrap;
}
.wzsm dl dd .a01{
	width:4.0rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-transform: capitalize;
}
.wzsm dl dd .a02{
	width:calc(100% - 4.0rem);
}
.wzsm dl dd .a02 a{
	margin-left:0.55rem;
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.wzsm dl dd .a02 a:nth-child(1){
	margin-left:0;
	}
.foot{
	width:100%;
	float:left;
	background: #002145;
	padding-top:1.94rem;
	padding-bottom:1.22rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01 dl{
	 width: 20%;
	margin-top:1rem;
}
.foot01 .a01 dl:nth-child(1){
	width: 28%;
	}
.foot01 .a01 dl:nth-child(2n){
	width: 26%;
	}
.foot01 .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:1.12rem;
}
.foot01 .a01 dl dd{
	margin-top:0.6rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.foot01 .a01 dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot01 .a02{
	width:100%;
	margin-top:1.0rem;
}
.foot01 .a02 h4{
	margin-bottom:2.19rem;
	text-align:right;
}
.foot01 .a02 h4 img{
	max-width:100%;
	height:auto;
}
.foot01 .a02 .con{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a02 .con .b01{
	width:100%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .a02 .con .b01 h5{
	font-family: DIN;
	font-size: 2.25rem;
	margin-bottom:1.56rem;
	color: var(---white, #FFF);
}
.foot01 .a02 .con .b01 p{
	margin-bottom:0.75rem;
}
.foot01 .a02 .con .b02{
	width: 40%;
    text-align: center;
    margin-top: 5rem;
    /* display: flex; */
    position: relative;
    /* top: 1px; */
    /* left: 186px; */
    position: absolute;
    /* top: 50px; */
    right: 0px;
}
.foot01 .a02 .con .b02 dl dt{
	overflow:hidden;
}
.foot01 .a02 .con .b02 dl dt img{
	max-width:70%;
}
.foot01 .a02 .con .b02 dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-top:0.32rem;
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.95rem;
	border-top:1px solid rgba(255, 255, 255, 0.10);
	padding-top:1.25rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main2{
	padding:0 5%;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
	height: 40vw;
    overflow: hidden;
    position: relative;
}
.nybanner img{
	position: relative;
    transform: scale(1.0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    display: block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	padding:0 5.2vw;
	display: flex;
	text-align:center;
	align-items: center;
	background: var(--50, rgba(14, 76, 158, 0.65));
}
.nybanner .tex dl{
	width:100%;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
    font-size: 1.35rem;
    font-style: normal;
    font-weight: 600;
    font-family: 思源宋体;
    line-height: 150%;
    text-transform: capitalize;
}
.nybanner .tex dl dd{
	margin-top:0.28rem;
	color: var(---white, #FFF);
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2; /* 171.429% */
}
.nybanner .tex02{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}
.nybanner .tex02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nybanner .tex02 ul li{
	width:19.92%;
	height:2.0rem;
	background: var(--50, rgba(0, 0, 0, 0.50));
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
}
.nybanner .tex02 ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width:100%;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 0.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 125% */
}
.nybanner .tex02 ul li a img{
	width:auto;
	height:auto;
	max-height:1.0rem;
	margin-right:0.2rem;
}
.nybanner .tex02 ul li:hover{
	background: var(--Color, #0E4C9E);
}
.nybanner .tex02 ul li.cur{
	background: var(--Color, #0E4C9E);
}
.weiz{
	width:100%;
	float:left;
	padding:1.0rem 0;
	background: var(---Gray-6, #F2F2F2);
}
.weiz01{
	width:100%;
	float:left;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.weiz01::before{
	margin-right:0.75rem;
	width: 1.125rem;
	height: 1.125rem;
	display:inline-block;
	content:'';
	background-image:url(../img/home.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.weiz01 a{
	color: var(---999, #999);
}
.weiz01 b{
	font-family:'宋体';
	margin-left:0.32rem;
	margin-right:0.32rem;
}
.inwrap{
	width:100%;
	float:left;
	padding:1.44rem 0;
	background: #F2F2F2;
}
.inwrap.pad3{
	padding:3.75rem 0;
}
.sbsm{
	width:100%;
	float:left;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3125rem; /* 150% */
}
.ntit{
	width:100%;
	float:left;
	margin-top:3.62rem;
	text-align:center;
	color: var(---black, #000);
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 100% */
}
.ntit.f2{
	font-size:1.5rem;
}
.hy01{
	width:100%;
	float:left;
	margin-top:1rem;
}
.hy01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hy01 ul li{
	width:48%;
	position:relative;
	margin-top:1.25rem;
}
.hy01 ul li:first-child{
	width:100%;
}
.hy01 ul li:nth-child(3){
	margin-right:0px;
}
.hy01 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.hy01 ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	background: var(--50, rgba(0, 0, 0, 0.50));
	color: #F0F0F4;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 180% */
}
.hy02{
	width:100%;
	float:left;
}
.hy02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hy02 ul li{
	width:48%;
	position:relative;
	border-bottom:0.125rem solid #CCC;
	margin-top:1.94rem;
}
.hy02 ul li:first-child{
	border-bottom:0px;
}
.hy02 ul li:nth-child(4n){
	margin-right:0px;
}
.hy02 ul li dl dt{
	overflow: hidden;
}
.hy02 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hy02 ul li:hover dl dt img{
	transform: scale(1.05);
}
.hy02 ul li dl dd{
	padding-top:1.75rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 106.667% */
	padding-bottom:1.0rem;
}
.hy02 ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:l;
	background: var(--30, rgba(0, 0, 0, 0.00));
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.hy02 ul li .tex h1{
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 100% */
}
.hy02 ul li .tex p{
	margin-top:1.88rem;
	display:flex;
	justify-content: center;
}
.hy02 ul li .tex p a{
	border-radius: 0.125rem;
	background: var(--Color, #0E4C9E);
	width: 7.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.875rem; /* 100% */
}
.hy02 ul li .tex p a::after{
	margin-left:0.63rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
}

.inmore{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inmore a.w25{
	width:25rem;
}
.inmore a{
	border-radius: 0.125rem;
	background: var(--Color, #0E4C9E);
	width: 20.75rem;
	height: 3.3125rem;
	line-height:3.3125rem;
	text-align:center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 400;
}
.fa01{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fa01 ul{
	display: flex;
	flex-wrap: wrap;
}
.fa01 ul li{
	width:calc(34.0% - 0.87rem);
	margin-right:0.87rem;
}
.fa01 ul li:nth-child(3n){
	margin-right:0px;
}
.fa01 ul li dl dt{
	overflow: hidden;
	position:relative;
}
.fa01 ul li dl dt::after{
	width:0px;
	height:2px;
	position:absolute;
	left:;
	bottom:0;
	z-index:1;
	background-color:var(--Color, #0E4C9E);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.fa01 ul li:hover dl dt::after{
	width:100%;
}
.fa01 ul li:hover dl dd{
	color:var(--Color, #0E4C9E);
}
.fa01 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.fa01 ul li:hover dl dt img{
	transform: scale(1.05);
}
.fa01 ul li dl dd{
	margin-top: 0.56rem;
    color: #212121;
    font-family: "思源黑体";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.fa02{
	width:100%;
	float:left;
	margin-top:2.87rem;
}
.fa02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fa02 ul li{
	width:48%;
	margin-top:1.0rem;
	float:left;
	position:relative;
}
.fa02 ul li:nth-child(4n){
	margin-right:0px;
}
.fa02 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.fa02 ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	background: var(--50, rgba(0, 0, 0, 0.50));
	color: #F0F0F4;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.025rem; /* 180% */
	transition: all 0.6s;
}
.fa02 ul li:hover .tex{
	background: var(--50, rgba(0, 0, 0, 0.50));
}
.fa03{
	width:100%;
	float:left;
	position: relative;
	    width: 100%;
    height: 25vw;
    overflow: hidden;
}
.fa03 img{
	width:100%;
	height:auto;
	display:block;
	width: 100%;
    height: 100%;
    display: block;
    left: 118px;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.fa03 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
}
.fa03 .tex dl dt{
	color: var(---white, #FFF);
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.0rem; /* 100% */
	padding-bottom:0.5rem;
	position:relative;
}
.fa03 .tex dl dt::after{
	width:2.0rem;
	height: 0.0625rem;
	position:absolute;
	left:calc(50% - 1.0rem);
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
	background-color:#FFF;
}
.fa03 .tex dl dd{
	margin-top:0.38rem;
	display: flex;
	justify-content: center;
}
.fa03 .tex dl dd a{
	padding:0.3rem 1.0rem;
	border-radius: 0.125rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: #FFF;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 100% */
}
.inap{
	width:100%;
	float:left;
	margin-top:2.06rem;
}
.inap ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inap ul li{
	width:48%;
	margin-top:1.0rem;
	position:relative;
	overflow:hidden;
}
.inap ul li:nth-child(3n){
	margin-right:0px;
}
.inap ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inap ul li:hover img{
	transform: scale(1.05);
}
.inap ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	top:48%;
	transition: all 0.6s;
	height:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
}
.inap ul li .tex dl dt{
	color: #FFF;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
	
}
.inap ul li .tex dl dd{
	margin-top:1.38rem;
	display: flex;
	justify-content: center;
}
.inap ul li .tex dl dd i{
	width: 1.75rem;
	height: 1.75rem;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inap ul li:hover .tex{
	top:0;
	background: var(--50, rgba(0, 0, 0, 0.50));
}
.device{
	width:100%;
	float:left;
	margin-top:3.87rem;
}
.device ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.device ul li{
	width:100%;
	position:relative;
	display:flex;
}
.device ul li dl{
	width:100%;
	height:100%;
}
.device ul li dl dt{
	overflow:hidden;
	height:100%;
}
.device ul li dl dt img{
	width:100%;
	height:100%;
	display:block;
	transition: all 0.6s;
}
.device ul li:hover dl dt img{
	transform: scale(1.05);
}
.device ul li dl dd{
	height: 3.375rem;
	background: #3671CF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.device ul li dl dd a{
	width:50%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.device ul li dl dd a img{
	margin-right:0.69rem;
}
.device ul li dl dd a:first-child{
	background: var(--Color, #0E4C9E);
}
.device2{
	width:100%;
	float:left;
}
.device2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.device2 ul li{
	width:48%;
	background-color:#FFF;
	margin-top:1rem;
}
.device2 ul li:nth-child(4n){
	margin-right:0px;
}
.device2 ul li dl dt{
	overflow:hidden;
}
.device2 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.device2 ul li:hover dl dt img{
	transform: scale(1.05);
}
.device2 ul li dl dd{
	padding:1.0rem;
	color: #666;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}

.device3{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.device3 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.device3 ul li{
	width:48%;
	margin-top:2.0rem;
	border-bottom:0.25rem solid #D5D5D5;
	padding-bottom:1.99rem;
}
.device3 ul li:nth-child(3n){
	margin-right:0px;
}
.device3 ul li .pic{
	overflow: hidden;
}
.device3 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.device3 ul li:hover .pic img{
	transform: scale(1.05);
}
.device3 ul li dl dt{
	    margin-top: 0.87rem;
    color: #333;
    font-family: "思源黑体";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}
.device3 ul li dl dd{
	margin-top: 0.8rem;
    color: #999;
    font-family: "思源黑体";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sbshow{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}
.sbshow .a01{
	width: auto;
	display: flex;
	align-items: center;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.sbshow .a01 a{
	width:100%;
	display: flex;
	align-items: center;
}
.sbshow .a01 .b01{
	width: 1.75rem;
	height: 1.75rem;
	border-radius:50%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background: var(--Color, #0E4C9E);
	margin-right:0.5rem;
}
.sbshow .a01 .b01 img{
	max-width:50%;
}
.sbshow01{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sbshow01 .pic{
	width:100%;
	overflow:hidden;
}
.sbshow01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.sbshow01 .pic:hover img{
	transform: scale(1.05);
}
.sbshow01 .tex{
	width:100%;
	padding:1.75rem 1.88rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 200% */
}
.sbshow01 .tex h1{
	margin-bottom:1.0rem;
	color: #003F98;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 100% */
}
.sbshow01 .tex .more{
	display:flex;
	margin-top:1.44rem;
}
.sbshow01 .tex .more a{
	width: 24rem;
	height: 2.9375rem;
	border-radius: 0.125rem;
	background: var(--Color, #0E4C9E);
	text-align:center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.9375rem; /* 100% */
}
.ntit2{
	width:100%;
	float:left;
	margin-top:3.63rem;
	text-align:center;
}
.ntit2 dl dt{
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 100% */
}
.ntit2 dl dd{
	margin-top:2.0rem;
	display:flex;
	justify-content: center;
	color: #666;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3125rem; /* 150% */
}
.ntit2 dl dd div{
	width:100%;
}
.gyi{
	width:100%;
	float:left;
	margin-top:2.13rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gyi-l{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
}
.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT:4.0rem;
	DISPLAY: block;  
	CURSOR: pointer;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
	background: var(---Gray-5, #E0E0E0);
	line-height:4.0rem; 
	font-size: 1rem;
	font-weight: 400;
	padding:0 1.25rem;
}
.subNav:hover{float:left; }
.currentDd{
	background: var(--Color, #0E4C9E);
	color: #FFFFFF;}
.currentDd a{
	color: #FFFFFF;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:1.5rem 1.25rem; 
	line-height:2.0rem; 
	font-size: 0.875rem;
}
.gyi-r{
	width:100%;
	overflow:hidden;
}
.gyi-r img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.gyi-r:hover img{
	transform: scale(1.05);
}
.ldsb{
	width:100%;
	float:left;
	margin-top:3.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ldsb-l{
	width:100%;
	background-color:#FFF;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.53125rem; /* 175% */
	padding:3.44rem 1.87rem;
}
.ldsb-l dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
	display: flex;
	align-items: center;
	margin-top:1.25rem;
}
.ldsb-l dl dt.mart2{
	margin-top:2.44rem;
}
.ldsb-l dl dt::before{
	width: 1.125rem;
	height: 1.125rem;
	margin-right:0.94rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ldsb-l dl dd{
	display:flex;
	flex-wrap: wrap;
}
.ldsb-l dl dd a{
	margin-top:1.25rem;
	margin-right:0.94rem;
	color: #0E4C9E;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}

.ldsb-r{
	width:100%;
	background-color:#FFF;
}
.ldsb-r .a01{
	width:100%;
	float:left;
	overflow:hidden;
}
.ldsb-r .a01 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ldsb-r .a01:hover img{
	transform: scale(1.05);
}
.ldsb-r .a02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #FFF;
}
.ldsb-r .a02 .pic{
	width:59%;
	overflow:hidden;
}
.ldsb-r .a02 .pic img{
	width:100%;
	height:auto;
	height:100%;
	display:block;
	transition: all 0.6s;
}
.ldsb-r .a02 .pic:hover img{
	transform: scale(1.05);
}
.ldsb-r .a02 .tex{
	width:41%;
	padding:1.0rem;
}
.ldsb-r .a02 .tex dl dt{
	color: #212121;
	font-family: "思源黑体";
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ldsb-r .a02 .tex dl dd{
	color: #666;
	font-family: "思源黑体";
	font-size: 0.7125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3125rem; /* 161.538% */
}
.ldsb-r .a02.ls{
	background: var(--Color, #0E4C9E);
}
.ldsb-r .a02.ls .tex dl dt{
	color:#FFF;
}
.ldsb-r .a02.ls .tex dl dd{
	color:#FFF;
}
.bzhun{
	width:100%;
	float:left;
	margin-top:2.94rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bzhun01{
	width:100%;
}
.bzhun02{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.25rem;
}
.bzhun01 .a01{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
}
.bzhun01 .a01 h2{
	height:3.625rem;
	display:flex;
	line-height:3.625rem;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
}
.bzhun01 .a01 h2 i{
	background: #0E4C9E;
	background: linear-gradient(-75deg, transparent 15px, #0E4C9E 0);
	padding:0 1.56rem;
 }
.bzhun01 .a01 .tex{
	padding:2.0rem 1.25rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 160% */
}

.bzhun02 .a01{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
}
.bzhun02 .a01 h2{
	height:3.625rem;
	display:flex;
	line-height:3.625rem;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
}
.bzhun02 .a01 h2 i{
	background: #0E4C9E;
	background: linear-gradient(-75deg, transparent 15px, #0E4C9E 0);
	padding:0 1.56rem;
 }
.bzhun02 .a01 .tex{
	padding:2.0rem 1.25rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 160% */
	padding-top:0px;
}
.bzhun02 .a01 .tex dl dt{
	margin-top:2.0rem;
}
.bzhun02 .a01 .tex dl dd{
	display: flex;
}
.bzhun02 .a01 .tex dl dd::before{
	content: "\2022";
	margin-right:0.62rem;
}
.gyi2{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.87rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gyi2 .tex{
	width:100%;
}
.gyi2 .tex h3{
	height:3.625rem;
	display:flex;
	line-height:3.625rem;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
}
.gyi2 .tex h3 i{
	background: #0E4C9E;
	background: linear-gradient(-75deg, transparent 15px, #0E4C9E 0);
	padding:0 1.56rem;
 }
.gyi2 .tex .subtex{
	padding:2.0rem 1.25rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.gyi2 .tex .subtex .blue{
	transition: all 0.6s;
	margin-top:1.0rem;
	cursor:pointer;
}
.currentDd5 .blue{
	display:none;
}
.subcont{
	display:none;
	padding:0rem 1.25rem;
	padding-bottom:2.0rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.gyi2 .tex .subtex dl dd{
	display:flex;
}
.gyi2 .tex .subtex dl dd::before{
	content: "\2022";
	margin-right:0.62rem;
}
.gyi2 .tex .subtex dl dt{
	display:flex;
	padding-left:1.0rem;
}
.gyi2 .tex .subtex dl dt::before{
	content: "\2022";
	margin-right:0.62rem;
}
.gyi2 .pic{
	width:100%;
}
.gyi2 .pic img{
	width:100%;
	height:auto;
	min-height:100%;
	display:block;
}
.zysb{
	width:100%;
	float:left;
	margin-top:2.44rem;
}
.zysb ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zysb ul li{
	width:48%;
	background: var(--Color, #0E4C9E);
	text-align:center;
	margin-top:1rem;
}
.zysb ul li:nth-child(5n){
	margin-right:0px;
	display:none;
}
.zysb ul li dl dt{
	overflow:hidden;
}
.zysb ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.zysb ul li dl dd{
	padding:0.94rem;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.zysx{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zysx-l{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
}
.zysx-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zysx-l ul li{
	width:100%;
	padding:0.8rem 1.5rem;
	color: #585858;
	font-family: "思源黑体";
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.34375rem; /* 187.5% */
	display: flex;
	align-items: center;
}
.zysx-l ul li b{
	margin-right:1.75rem;
}
.zysx-l ul li:hover{
	background: var(--Color, #0E4C9E);
	color:#FFF;
}
.zysx-l ul li.cur{
	background: var(--Color, #0E4C9E);
	color:#FFF;
}
.zysx-r{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
}
.zysx-r .pic{
	overflow:hidden;
}
.zysx-r .pic img{
	width:100%;
	height:auto;
	display:block;
}
.zysx-r .tex{
	padding:2.38rem 1.25rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
}

.scal{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.scal ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scal ul li{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.0rem;
}
.scal ul li .pic{
	overflow:hidden;
}
.scal ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.scal ul li .tex{
	padding:2.0rem 1.56rem;
}
.scal ul li .tex dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
}
.scal ul li .tex dl dd{
	margin-top:1.06rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 272.727% */
}
.scal ul li .tex .more{
	display:flex;
	margin-top:2.75rem;
}
.scal ul li .tex .more a{
	width: 10rem;
	height: 3rem;
	line-height:3.0rem;
	text-align:center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	border-radius: 0.125rem;
	border: 1px solid var(--Color, #0E4C9E);
	background: var(--Color, #0E4C9E);
}

.ntit3{
	width:100%;
	float:left;
	margin-top:4.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ntit3 b{
	color: #000;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 100% */
}
.ntit3 div{
	width:100%;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 160% */
	margin-top:1.0rem;
}
.nyz{
	width:100%;
	float:left;
	margin-top:1.06rem;
}
.nyz ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyz ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
	background: #F0F0F4;
}
.nyz ul li .pic{
	width:65%;
	overflow:hidden;
}
.nyz ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nyz ul li:hover .pic img{
	transform: scale(1.05);
}
.nyz ul li .tex{
	width:35%;
	padding:1.25rem;
	position: relative;
}
.nyz ul li .tex dl dt{
	color: #212121;
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.65rem; /* 132% */
}
.nyz ul li .tex dl dd{
	margin-top:0.5rem;
	color: #333;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.0rem; /* 171.429% */
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nyz ul li .tex .more{
	width:100%;
	position:absolute;
	height: 2.375rem;
	left:0;
	bottom:0;
	z-index:1;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.nyz ul li .tex .more a{
	width:100%;
	height: 2.375rem;
	line-height:2.375rem;
	text-align:center;
	background: var(--Color, #0E4C9E);
	display:flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 120% */
}
.nyz ul li .tex .more a::after{
	margin-left:0.94rem;
	font-family:'宋体';
	font-weight:bold;
	content:">";
}
.hgcx{
	width:100%;
	float:left;
	margin-top:1.94rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hgcx .pic{
	width:100%;
	overflow: hidden;
	position:relative;
}
.hgcx .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hgcx .pic:hover img{
	transform: scale(1.05);
}
.hgcx .pic .more{
	width:auto;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
}
.hgcx .pic .more a{
	width: 12.1875rem;
	height: 3.375rem;
	line-height:3.375rem;
	text-align:center;
	background: var(--Color, #0E4C9E);
	display:flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 120% */
}
.hgcx .pic .more a::after{
	margin-left:0.94rem;
	font-family:'宋体';
	font-weight:bold;
	content:">";
}
.hgcx .tex{
	width:100%;
	background: #F0F0F4;
}
.hgcx .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hgcx .tex ul li{
	width:50%;
	padding:1.5rem;
}
.hgcx .tex ul li dl dt{
	color: #212121;
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 100% */
}
.hgcx .tex ul li dl dd{
	margin-top:0.81rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2rem; /* 171.429% */
}
.hgcx .tex ul li:first-child{
	background: var(--Color, #0E4C9E);
}
.hgcx .tex ul li:first-child dl dt{
	color:#FFF;
}
.hgcx .tex ul li:first-child dl dd{
	color:#FFF;
}
.gzcx{
	width:100%;
	float:left;
	margin-top:1.56rem;
}
.gzcx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gzcx ul li{
	width:100%;
	margin-top:1rem;
	position:relative;
}
.gzcx ul li dl dt{
	overflow:hidden;
}
.gzcx ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.gzcx ul li:hover dl dt img{
	transform: scale(1.05);
}
.gzcx ul li dl dd{
	height: 2.5rem;
	line-height:2.5rem;
	padding:0 1.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: #212121;
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
}
.gzcx ul li .more{
	width:auto;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
}
.gzcx ul li .more a{
	width: 10.1875rem;
	height: 2.5rem;
	line-height:2.5rem;
	text-align:center;
	background: var(--Color, #0E4C9E);
	display:flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 120% */
}
.gzcx ul li .more a::after{
	margin-left:0.94rem;
	font-family:'宋体';
	font-weight:bold;
	content:">";
}
.pjfw{
	width:100%;
	float:left;
	margin-top:4.19rem;
	position:relative;
}
.pjfw::before{
	width:50%;
	height:100%;
	content:'';
	background: var(--Color, #0E4C9E);
	display:inline-block;
	position:absolute;
	z-index:-1;
}
.pjfw::after{
	width:50%;
	height:100%;
	content:'';
	background: #F2F2F2;
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	z-index:-1;
}
.pjfw01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:2.0rem 0;
}
.pjfw01-l{
	width:45%;
}
.pjfw01-l dl dt{
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.925rem; /* 110% */
}
.pjfw01-l dl dd{
	margin-top:0.5rem;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.275rem; /* 272.727% */
}
.pjfw01-l .more{
	display:flex;
	margin-top:1.87rem;
}
.pjfw01-l .more a{
	width: 8.9375rem;
	height: 2.375rem;
	line-height:2.375rem;
	background: var(---white, #FFF);
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	text-align:center;
}
.pjfw01-r{
	width:49%;
}
.pjfw01-r ul{
	display: flex;
	flex-wrap: wrap;
}
.pjfw01-r ul li{
	width: 45%;
    text-align: center;
    display: flex;
    float: left;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
.pjfw01-r ul li:nth-child(3n){
	margin-right:0px;
}
.pjfw01-r ul li dl dt{
	overflow:hidden;
}
.pjfw01-r ul li dl dt img{
	max-width:100%;
	height:auto;
}
.pjfw01-r ul li dl dd{
	margin-top:0.5rem;
	color: #333;
	font-family: "思源黑体";
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 100% */
}
.scsl{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.scsl ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scsl ul li{
	width:100%;
	position:relative;
	margin-top:2.0rem;
}
.scsl ul li img{
	width:100%;
	height:auto;
	display:block;
}
.scsl ul li .tex{
	width:auto;
	height:100%;
	position:absolute;
	top:0;
	right:1.56rem;
	display: flex;
	align-items: center;
}
.scsl ul li .tex dl dt{
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.925rem; /* 110% */
}
.scsl ul li .tex dl dd{
	margin-top:0.8rem;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}
.scsl ul li .tex .more{
	display:flex;
	margin-top:0.88rem;
}
.scsl ul li .tex .more a{
	    border: 2px solid #FFF;
    width: 8.75rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #FFF;
    font-family: "思源黑体";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
}
.scsl ul li:hover .tex .more a{
	background: var(--Color, #0E4C9E);
	border: 2px solid #0E4C9E;
}
.jnfa{
	width:100%;
	float:left;
	margin-top:4.0rem;
	padding:3.8rem 0;
	background-image:url(../img/ry08.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
}
.jnfa dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.jnfa dl dd{
	margin-top:1.88rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.075rem; /* 125% */
}
.jnfa dl dd div{
	margin-right:0.5rem;
	margin-left:0.5rem;
	display: flex;
	align-items: center;
}
.jnfa dl dd div img{
	margin-right:0.59rem;
	max-height:1.0rem;
}
.proshow{
	width:100%;
	float:left;
	margin-top:4.69rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:100%;
	overflow:hidden;
}
.proshow-l img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.proshow-l:hover img{
	transform: scale(1.05);
}
.proshow-r{
	width:100%;
	margin-top:2.0rem;
}
.proshow-r .bt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 103.226% */
	width:100%;
}
.proshow-r .a01{
	width:100%;
	margin-top:1.0rem;
	display:flex;
	color: var(---666, #666);
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 200% */
}
.proshow-r .a01 em{
	min-width:7.0rem;
	color: #777;
}
.proshow-r .a02{
	width:100%;
	margin-top:2.0rem;
	border: 3px solid var(--Color, #0E4C9E);
	display:flex;
	align-items: center;
}
.proshow-r .a02 dl{
	width:50%;
	background: var(--Color, #0E4C9E);
	padding:0.62rem 1.88rem;
}
.proshow-r .a02 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.proshow-r .a02 dl dd{
	color: var(---white, #FFF);
	font-family: DIN;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
}
.proshow-r .a02 a{
	width:50%;
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 133.333% */
	text-align:center;
}
.proshow-r .a03{
	width:100%;
	margin-top:4.0rem;
}
.proshow-r .a03 dl dt{
	color: #777;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
}
.proshow-r .a03 dl dd{
	display:flex;
	flex-wrap: wrap;
}
.proshow-r .a03 dl dd a{
	padding: 0.25rem 0.75rem;
	border-radius: 0.75rem;
	border: 1px solid var(--Color, #0E4C9E);
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 100% */
	margin-top:1.0rem;
	margin-right:0.94rem;
}
.prosm{
	width:100%;
	float:left;
	margin-top:3.0rem;
	border-top:0.0625rem solid #D5D5D5;
	padding-top:1.66rem;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
}
.prolm{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(---Gray-6, #F2F2F2);
}
.prolm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolm ul li{
	width: 33.33%;
	display:flex;
	height: 3rem;
}
.prolm ul li.cur{
	background: var(--Color, #0E4C9E);
	color:#FFF;
}
.prolm ul li.cur a{
	color:#FFF;
}
.prolm ul li:hover{
	background: var(--Color, #0E4C9E);
	color:#FFF;
}
.prolm ul li:hover a{
	color:#FFF;
}
.prolm ul li a{
	padding:0 3.0rem;
	height:3.0rem;
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem; /* 333.333% */
	white-space: nowrap;
}
.prolm ul li a:hover{
	background: var(--Color, #0E4C9E);
	color:#FFF;
}
.prolm ul li a.cur{
	background: var(--Color, #0E4C9E);
	color:#FFF;
}
.cpshow{
	width:100%;
	float:left;
	margin-top:3.8rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow-l{
	width:100%;
}
.cpshow-l h1{
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.925rem; /* 110% */
}
.subNavBox2{
	width:100%;
	float:left;
	position:relative;
	margin-top:1.7rem;
}
.subNavBox2::before{
	width: 0.0625rem;
	height:100%;
	position:absolute;
	left:0.625rem;
	top:0;
	background: var(--Color, #0E4C9E);
	content:'';
	display:inline-block;
	z-index:-1;
}
.subNav2{
	width:100%; 
	float:left; 
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left;
	font-size: 1.0rem;
	font-weight: bold;
	margin-top:0.5rem;
	display:flex;
	align-items: center;
}
.subNav2 i{
	padding:0.5rem 0.75rem;
	padding-right:1.44rem;
}
.subNav2::before{ 
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:1.31rem;
	content:'';
	display:inline-block;
}
.subNav2:hover{float:left; }
.currentDd2 i{background: var(--Color, #0E4C9E); color: #FFFFFF;}
.currentDd2 a{
	color: #FFFFFF;
}
.currentDd2::before{	
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	padding:1rem 2.56rem;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 187.5% */
}
.cpshow-r{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.cpshow-r img{
	width:100%;
	height:auto;
	display:block;
}
.cpshow2{
	width:100%;
	float:left;
	margin-top:3.56rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow2 .pic{
	width:100%;
	overflow:hidden;
}
.cpshow2 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cpshow2 .pic:hover img{
	transform: scale(1.05);
}
.cpshow2 .tex{
	width:100%;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 187.5% */
	letter-spacing: 0.03125rem;
	margin-top:2.0rem;
}
.cpshow2 .tex h1{
	margin-bottom:2.0rem;
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.925rem; /* 110% */
}
.cptj{
	width:100%;
	float:left;
	margin-top:2.38rem;
}
.cptj ul li{
	width:calc(34.2% - 0.88rem);
	margin-right:0.88rem;
	margin-top:0.8rem;
	float:left;
	overflow:hidden;
}
.cptj ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cptj ul li:hover img{
	transform: scale(1.05);
}
.cptj ul li:nth-child(3){
	margin-right:0;
}
.cptj ul li:nth-child(5){
	margin-right:0;
}
.cpcs{
	width:100%;
	float:left;
	margin-top:3.88rem;
	font-size: 0.75rem;
	line-height: 2rem; /* 200% */
	border:1px solid #0E4C9E;
	overflow:auto;
}
.cpcs table tr td{
	padding:0.44rem;
	min-width:8.0rem;
}
.gccase{
	width:100%;
	float:left;
	margin-top:3.87rem;
}
.gccase ul{
	display: flex;
	flex-wrap: wrap;
}
.gccase ul li{
	width:calc(34.2% - 0.88rem);
	margin-right:0.88rem;
}
.gccase ul li:nth-child(3n){
	margin-right:0px;
}
.gccase ul li dl dt{
	overflow:hidden;
}
.gccase ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.gccase ul li:hover dl dt img{
	transform: scale(1.05);
}
.gccase ul li dl dd{
	margin-top:0.69rem;
	color: #212121;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6875rem; /* 158.824% */
}
.wxby{
	width:100%;
	float:left;
	margin-top:3.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wxby .tex{
	width:66%;
}
.wxby .tex dl dt{
	color: #212121;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem; /* 115.789% */
}
.wxby .tex dl dd{
	margin-top:1.0rem;
	padding-bottom:1.0rem;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 272.727% */
	border-bottom:0.0625rem solid #E4E4E4;
	margin-bottom:1.0rem;
}
.wxby .tex dl dd.bord0{
	border-bottom:0px;
}
.wxby .tex .more{
	display:flex;
	margin-top:0.38rem;
}
.wxby .tex .more a{
	border: 1px solid var(--Color, #0E4C9E);
	padding:0.54rem 1.56rem;
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 114.286% */
}
.wxby .tex .more a:hover{
	background-color:var(--Color, #0E4C9E);
	color:#FFF;
}
.wxby .pic{
	width:30%;
	overflow:hidden;
}
.wxby .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.wxby .pic:hover img{
	transform: scale(1.05);
}

.line{
	width:100%;
	float:left;
	height: 0.625rem;
	background: #F2F2F2;
	margin-top:3.0rem;
}
.cpshow3{
	width:100%;
	float:left;
}
.cpshow3 ul{
	display: flex;
	flex-wrap: wrap;
}
.cpshow3 ul li{
	width:100%;
	position:relative;
	padding-bottom:4.0rem;
	margin-top:3.24rem;
}
.cpshow3 ul li:nth-child(3n){
	margin-right:0px;
}
.cpshow3 ul li .pic{
	overflow:hidden;
}
.cpshow3 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cpshow3 ul li:hover .pic img{
	transform: scale(1.05);
}
.cpshow3 ul li dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem; /* 110% */
	margin-top:1.25rem;
}
.cpshow3 ul li dl dd{
	margin-top:1.0rem;
	color: #777;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
}
.cpshow3 ul li .more{
	width:auto;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.cpshow3 ul li .more a{
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}

.cpshow4{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpshow4 .tex{
	width:100%;
}
.cpshow4 .tex h2{
	color: #212121;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 110% */
	margin-bottom:1.0rem;
}
.cpshow4 .tex ul{
	display: flex;
	flex-wrap: wrap;
}
.cpshow4 .tex ul li{
	width:100%;
	margin-top:1.25rem;
	display:flex;
	align-items: center;
}
.cpshow4 .tex ul li.mart2{
	margin-top:2.0rem;
}
.cpshow4 .tex dl dt{
	margin-top:2.87rem;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.875rem; /* 100% */
}
.cpshow4 .tex dl dd{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top:0.94rem;
	color: #757575;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}
.cpshow4 .tex dl dd div{
	margin-right:2.0rem;
	display:flex;
	align-items: center;
}
.cpshow4 .tex dl dd div input{
	margin-right:0.38rem;
}
.cpbk{
	width:100%;
	height: 3.125rem;
	line-height:3.125rem;
	border-radius: 0.125rem;
	border: 1px solid #D5D5D5;
	background: #FFF;
	outline:none;
	padding:0 1.88rem;
	background-image:url(../img/xx.svg);
	background-position:left 0.62rem center;
	background-repeat:no-repeat;
	color: var(---999, #999);
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
}
.cpbk2{
	width:100%;
	line-height:3.125rem;
	border-radius: 0.125rem;
	border: 1px solid #D5D5D5;
	background: #FFF;
	outline:none;
	padding:0 1.88rem;
	color: var(---999, #999);
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
}
.cpanniu{
	width:100%;
	height: 3.375rem;
	line-height:3.375rem;
	border-radius: 0.125rem;
	background: var(--Color, #0E4C9E);
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
	border:0px;
	cursor:pointer;
}
.cpshow4 .pic{
	width:100%;
	margin-top:2.0rem;
	overflow:hidden;
}
.cpshow4 .pic img{
	width:100%;
	height:auto;
	display:block;
}

.fwtit{
	width:100%;
	float:left;
	margin-top:3.44rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.fwtit dl{
	width:50%;
}
.fwtit dl dt{
	color: #959595;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwtit dl dd{
	margin-top:0.69rem;
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom:0.94rem;
	position:relative;
}
.fwtit dl.cur dd:before{
	width: 7.0625rem;
	height: 0.25rem;
	background: var(--Color, #0E4C9E);
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	display:inline-block;
}
.fwtit dl:hover dd:before{
	width: 7.0625rem;
	height: 0.25rem;
	background: var(--Color, #0E4C9E);
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	display:inline-block;
}
.fwtit dl:hover dd{
	font-weight: 700;
}
.fw01{
	width:100%;
	float:left;
	margin-top:2.8rem;
}
.fw01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fw01 ul li{
	width:23%;
	text-align:center;
}
.fw01 ul li dl dt{
	overflow:hidden;
}
.fw01 ul li dl dt img{
	max-width:70%;
	height:auto;
}
.fw01 ul li dl dd{
	margin-top:1.5rem;
	color: #777;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}

.fwwrap{
	width:100%;
	float:left;
	background: #F2F2F2;
	margin-top:2.5rem;
	padding:2.75rem 0;
	padding-bottom:3.0rem;
}
.fwtit2{
	width:100%;
	float: left;
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 125% */
}
.fwtit2 b{
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 53.333% */
}
.fw02{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fw02 ul li{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding-bottom:2.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom:1px solid #D3D6DA;
}
.fw02 ul li:last-child{
	border-bottom:0px;
}
.fw02 ul li .a01{
	width:100%;
	color: #777;
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 133.333% */
	display:flex;
	align-items: center;
}
.fw02 ul li .a01 i{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 100% */
}

.fw02 ul li .a02{
	width:100%;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
	margin-top:1.0rem;
}
.fw03{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.fw03 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fw03 ul li{
	width:50%;
	display:flex;
	align-items: center;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
	margin-top:2.0rem;
}
.fw03 ul li img{
	margin-right:1.25rem;
	max-height:1.5rem;
}
.fw04{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom:3.88rem;
	border-bottom:1px solid #D3D6DA;
}
.zftd{
	width:100%;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
	margin-top:2.0rem;
}
.zftd dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2375rem; /* 110% */
}
.zftd dl dd{
	color: #777;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
	margin-top:1.38rem;
}
.zftd .phone{
	display:flex;
	align-items: center;
	margin-top:2.12rem;
}
.zftd .phone img{
	margin-right:2.5rem;
}

.fw05{
	width:100%;
	float:left;
	margin-top:2.8rem;
}
.fw05 dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2375rem; /* 110% */
}
.fw05 dl dd{
	color: #777;
	font-family: "思源黑体";
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 218.182% */
	margin-top:2.37rem;
}
.fw05 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:0.94rem;
}
.fw05 ul li{
	width:31%;
	display:flex;
	margin-top:1.0rem;
}
.fw05 ul li:nth-child(6n){
	margin-right:0px;
}
.fw05 ul li a{
	width:100%;
	height: 2.125rem;
	border: 1px solid #E1E3E6;
	line-height:2.125rem;
	text-align:center;
	color: #666;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
}
.fwtit3{
	width:100%;
	float:left;
	padding-bottom:1.69rem;
	border-bottom:1px solid #D3D6DA;
	text-align:center;
	margin-top:1.87rem;
}
.fwtit3.bord0{
	border-bottom:0px;
}
.fwtit3 dl dt{
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3475rem; /* 107.8% */
}
.fwtit3 dl dd{
	margin-top:2.13rem;
	color: #777;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 200% */
}
.fwtit3 dl dd.f8{
	font-size: 0.75rem;
}
.fwtit4{
	width:100%;
	float:left;
	text-align:center;
	margin-top:1.75rem;
}
.fwtit4 dl dt{
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3475rem; /* 107.8% */
}
.fwtit4 dl dd{
	margin-top:1.88rem;
	color: #777;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 184.615% */
	display: flex;
	justify-content: center;
}
.fwtit4 dl dd div{
	width:68%;
}
.fwlc{
	width:100%;
	float:left;
}
.fwlc ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fwlc ul li{
	width:48%;
	text-align:center;
	margin-top:1.5rem;
}
.fwlc ul li .pic{
	overflow:hidden;
}
.fwlc ul li .pic img{
	max-height:3.0rem;
}
.fwlc ul li dl dt{
	margin-top:0.69rem;
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1rem; /* 110% */
}
.fwlc ul li dl dd{
	margin-top:0.94rem;
	color: #777;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}

.fw06{
	width:100%;
	float:left;
	margin-top:3.5rem;
	position:relative;
}
.fw06::before{
	width:100%;
	height: 0.0625rem;
	background: #EAEDF2;
	position:absolute;
	left:0;
	top:50%;
	z-index:-1;
	content:'';
	display:inline-block;
}
.fw06::after{
	width:0.0625rem;
	height: 100%;
	background: #EAEDF2;
	position:absolute;
	left:50%;
	top:0;
	z-index:-1;
	content:'';
	display:inline-block;
}
.fw06 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fw06 ul li{
	width:50%;
	    padding: 1.5rem 1rem;
}
.fw06 ul li img{
	max-width:3.5rem;
}
.fw06 ul li dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1rem; /* 110% */
	margin-top:1.0rem;
}
.fw06 ul li dl dd{
	margin-top:1.5rem;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 200% */
}
.fw07{
	width:100%;
	float:left;
	color: #777;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}
.fw07 .pic{
	float:right;
	margin-left:0rem;
	width:100%;
	height:auto;
	margin-bottom:2.0rem;
}
.fw07 h1{
	margin-bottom:1.88rem;
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5125rem; /* 110% */

}
.fw07 h2{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 155.556% */
	margin-top:3.25rem;
	margin-bottom:1.88rem;
}
.fw07 .sjian{
	display:flex;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.fw07 .sjian a{
	padding:1.0rem 0.6rem;
	border-radius: 0.1875rem;
	background: var(--Color, #0E4C9E);
	display:flex;
	margin-right:0.5rem;
	align-items: center;
	justify-content: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
	margin-top:1.0rem;
}
.fw07 .sjian a:nth-chid(2){margin-right:0;}
.fw07 .sjian a b{
	color: var(---white, #FFF);
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 63.158% */
}
.fw07 .sjian a i{
	width: 0.0625rem;
	height: 1.5rem;
	background: #E1E3E6;
	margin-left:0.94rem;
	margin-right:0.94rem;
}

.inmore2{
	display:flex;
	justify-content: center;
	margin-top:3.0rem;
}
.inmore2 a{
	padding:1.0rem 3.2rem;
	border-radius: 0.1875rem;
	border: 1px solid var(--Color, #0E4C9E);
	background: var(--Color, #0E4C9E);
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.fw08{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position:relative;
}
.fw08::after{
	width:0.125rem;
	height: 100%;
	background: #D9D9D9;
	position:absolute;
	left:50%;
	top:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.fw08 .a01{
	width:47%;
}
.fw08 .a01.w40{
	width:44%;
}
.fw08 .a01 dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: bold;
	line-height: 1.625rem; /* 173.333% */
	margin-top:1.62rem;
	margin-bottom:1.5rem
}
.fw08 .a01 dl dt .mart0{
	margin-top:0px;
}
.fw08 .a01 dl dd{
	color: #777;
	font-family: "思源黑体";
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 200% */
}
.fw08 .a01 .pic{
	overflow:hidden;
	position:relative;
	margin-top:2.3rem;
}
.fw08 .a01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.fw08 .a01 .pic:hover img{
	transform: scale(1.05);
}
.fw08 .a01 .pic span{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--50, rgba(0, 0, 0, 0.50));
	display:flex;
	align-items: center;
	justify-content: center;
}
.fw08 .a01 .pic span a{
	padding:0.6rem 1.0rem;
	border-radius: 0.1875rem;
	border: 2px solid #FFF;
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}

.nfwlc{
	width:100%;
	float:left;
	margin-top:3.8rem;
	border-bottom:1px dashed #999;
	position:relative;
}
.nfwlc img{
	width:100%;
	height:auto;
	display:block;
}
.nfwlc .zx{
	width: 12.5rem;
	height: 3rem;
	border-radius: 2.5rem;
	background: var(--Color, #0E4C9E);
	position:absolute;
	bottom:-1.5rem;
	z-index:1;
	left:calc(50% - 6.25rem);
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem; /* 400% */
	display: flex;
	justify-content:center;
}
.nfwlc .zx a{
	width:100%;
	color:#FFF;
	text-align: center;
	height: 3rem;
	line-height: 3rem; /* 400% */
}
.nfwlc .zx a b{
	margin-left:1.25rem;
}
.nfwlc ul{
	display: flex;
	justify-content: space-between;
}
.nfwlc ul li{
	width: 6.5625rem;
}
.nfwlc ul li .pic{
	height: 7rem;
	display:flex;
	align-items: center;
	justify-content: center;
	background-image:url(../img/lcb.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
	transition: all 0.6s;
}
.nfwlc ul li dl dt{
	margin-top:1.94rem;
	display:flex;
	align-items: center;
	justify-content: center;
}
.nfwlc ul li dl dt i{
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/hd.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.nfwlc ul li dl dd{
	display:flex;
	justify-content: center;
}
.nfwlc ul li dl dd i{
	width: 0.0625rem;
	height: 8.3125rem;
	border-left:1px dashed #999;
	margin-left:-0.02125rem;
}
.nfwlc ul li:hover .pic{
	background-image:url(../img/lcb02.svg);
	color:#FFF;
}
.nfwlc ul li:hover dl dt i{
	background-image:url(../img/ld.svg);
}
.shfw{
	width:100%;
	float:left;
	margin-top:0.56rem;
}
.shfw ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shfw ul li{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.88rem;
}
.shfw ul li .pic{
	overflow:hidden;
}
.shfw ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.shfw ul li:hover .pic img{
	transform: scale(1.05);
}
.shfw ul li .tex{
	padding: 1.19rem 2rem;
}
.shfw ul li .tex dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 100% */
	margin-bottom:1rem;
}
.shfw ul li .tex dl dd{
	color: #333;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
}
.shfw ul li .tex dl dd p::before{
	width: 0.75rem;
	height: 0.75rem;
	margin-right:0.37rem;
	background-color:#D9D9D9;
	content:'';
	display:inline-block;
	border-radius:50%;
}

.tgyy{
	width:100%;
	float:left;
	margin-top:3.5rem;
	padding:6.0rem 0;
	background-image:url(../img/yybj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}
.tgyy01{
	width:100%;
	float:left;
	position:relative;
}
.tgyy01::before{
	content:"T";
	font-family: Arial;
	font-size: 8.75rem;
	line-height: 6.25rem; /* 71.429% */
	position:absolute;
	top:-1.81rem;
	left:0;
	color:#FFF;
}
.tgyy01 dl{
	margin-left:4.0rem;
}
.tgyy01 dl dt{
	color: rgba(255, 255, 255, 0.30);
	font-family: "思源黑体";
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 104% */
}
.tgyy01 dl dd{
	margin-top:0.88rem;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 2.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.625rem; /* 100% */
}
.tgyy01 .more{
	margin-top:4.25rem;
	display:flex;
}
.tgyy01 .more a{
	padding:0.69rem 2.75rem;
	border-radius: 1.875rem;
	background: var(--Color, #0E4C9E);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
}
.shyy{
	width:100%;
	float:left;
	background: #EEF0F6;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:2.5rem;
}
.shyy .pic{
	width:100%;
	overflow:hidden;
}

.shyy .pic img{
	width:100%;
	min-height:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.shyy .pic:hover img{
	transform: scale(1.05);
}
.shyy .tex{
	width:100%;
	padding: 1.94rem 1rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.shyy .tex dl dt{
	color: #DADCE1;
	font-family: Arial;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.125rem; /* 119.048% */
	text-transform: uppercase;
}
.shyy .tex dl dd{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem; /* 100% */
	margin-bottom:1.0rem;
	margin-top:0.5rem;
}
.shyy .tex .more{
	display:flex;
	margin-top:1rem;
}
.shyy .tex .more a{
	padding:0.69rem 2.75rem;
	border-radius: 1.875rem;
	background: var(--Color, #0E4C9E);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
}
.shlm{
	width:100%;
	float:left;
	margin-top:3.5rem;
}
.shlm ul{
	display: flex;
	
	    width: 100%;
	justify-content: center;
}
.shlm ul li{
	width:33.33%;
	margin-left:0.345rem;
	margin-right:0.345rem;
	display:flex;
}
.shlm ul li a{
	width: 100%;
	padding:0.35rem 0.69rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem; /* 137.5% */
}
.shlm ul li a:hover{
	background: var(--Color, #0E4C9E);
	border: 1px solid var(---Gray-5, #0E4C9E);
	color:#FFF;
}
.shlm ul li a.cur{
	background: var(--Color, #0E4C9E);
	border: 1px solid var(---Gray-5, #0E4C9E);
	color:#FFF;
}
.peij{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.peij ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.peij ul li{
	width:48%;
	margin-top:2.5rem;
}
.peij ul li:nth-child(4n){
	margin-right:0px;
}
.peij ul li dl dt{
	overflow:hidden;
}
.peij ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.peij ul li:hover dl dt img{
	transform: scale(1.05);
}
.peij ul li dl dd{
	margin-top:0.5rem;
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem; /* 157.143% */
}
.procon{
	width:100%;
	float:left;
	margin-top:2.87rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.procon-l{
	width:20%;
	display:none;
}
.subNavBox4{
	width:100%;
	float:left;
}
.subNavBox4 h1{ 
	text-align:center; 
	height: 5rem;
	background: #1C2087;
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4.6875rem; /* 312.5% */
}
.subNav4{
	width:100%; 
	float:left; 
	DISPLAY: block;  
	CURSOR: pointer; 
	text-align:left;
	padding:0.94rem 1.25rem;
	font-size:1.0rem;
	font-weight: bold;
	background: var(---Gray-6, #F2F2F2);
	border-bottom:1px solid #fff;
}
.subNav4 a{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.subNav4 a::after{ 
	width: 0.875rem;
	height: 0.875rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.subNav4:hover{float:left; }
.currentDd4{}
.currentDd4 a::after{
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:0.94rem 1.25rem;
	line-height:2.0rem; 
	font-size: 0.75rem; 
	background: var(---Gray-6, #F2F2F2);
}
.navContent4 dl dd a.cur{ color: #0E4C9E;}
.tjnew{
	width:100%;
	float:left;
	margin-top:2.13rem;
}
.tjnew dl dt{
	height:5.0rem;
	background: #1C2087;
	line-height:5.0rem;
	text-align:center;
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4.6875rem; /* 312.5% */
}
.tjnew dl dd{
	padding:1.0rem 0;
	margin:0 1.25rem;
	border-bottom:1px dashed #E0E0E0;
	display:flex;
}
.tjnew dl dd a{
	width:100%;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-size: 0.75rem;
	color: #666;
}
.lxleft{
	width:100%;
	float:left;
	margin-top:1.56rem;
	position:relative;
}
.lxleft img{
	width:100%;
	height:auto;
	display:block;
}
.lxleft .tex{
	width:8.0rem;
	position:absolute;
	right:0.8rem;
	top:1.8rem;
	z-index:1;
}
.lxleft .tex dl dt{
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lxleft .tex dl dt i{
	width: 1.5rem;
	height: 1.5rem;
	background-color:#0E4C9E;
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:0.32rem;
}
.lxleft .tex dl dt i img{
	max-width:100%;
}
.lxleft .tex dl dd{
	margin-top:0.54rem;
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
}
.procon-r{
	width:100%;
}
.cpzlm{
	width:100%;
	float:left;
	border-bottom:0.125rem solid #D4D4D4;
	color: #666;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 250%; /* 166.667% */
	position:relative;
}
.cpzlm::before{
	width: 7.5rem;
	height: 0.125rem;
	background: var(--Color, #0E4C9E);
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
}
.prolist{
	width:100%;
	float:left;
	margin-top:0.75rem;
}
.prolist ul li{
	width:100%;
	border: 1px solid #DEDEDE;
	background: #FFF;
	margin-top:1.25rem;
	padding:1.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li .pic{
	width:33%;
	overflow: hidden;
}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	width:62%;
}
.prolist ul li .tex dl dt{
	color: #666;
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li .tex dl dd{
	margin-top:1.0rem;
	overflow: hidden;
	color: #626262;
	text-overflow: ellipsis;
	font-family: "思源黑体";
	font-size: 0.80rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 200% */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.prolist ul li .tex .more{
	display:flex;
	margin-top:1.0rem;
}
.prolist ul li .tex .more a{
	padding:0 2.0rem;
	line-height:2.0rem;
	border: 1px solid #AAA;
	color: #666;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
}
.prolist ul li:hover .tex .more a{
	background: var(--Color, #0E4C9E);
	border: 1px solid #0E4C9E;
	color:#FFF;
}
.allm{
	width:100%;
	float:left;
	padding-bottom:2.0rem;
	padding-top:3.0rem;
	border-bottom:1px solid #D5D5D5;
}
.allm ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.allm ul li{
	width:auto;
	margin-left:0.56rem;
	margin-right:0.56rem;
	margin-top:0.56rem;
}
.allm ul li a{
	color: #757575;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 105.263% */
}
.allm ul li b{
	color: var(--Color, #0E4C9E);
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
}
.al01{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float:left;
	margin-top:4.0rem;
}
.al01 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.al01 .pic img{
	width:100%;
	height:auto;
	min-height:100%;
	display:block;
	transition: all 0.6s;
}
.al01 .pic:hover img{
	transform: scale(1.05);
}
.al01 .pic span{
	width:100%;
	height:2.5rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background: rgba(0, 0, 0, 0.50);
	padding:0 1.5rem;
	line-height:2.5rem;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
}
.al01 .tex{
	width:100%;
	background: #F5F5F5;
	padding:2.7rem 1.88rem;
}
.al01 .tex dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 110% */
}
.al01 .tex:hover dl dt{
	color:var(--Color, #0E4C9E);
}
.al01 .tex dl dd{
	margin-top:2.37rem;
	color: #757575;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 200% */
}
.al01 .tex .more{
	display:flex;
	margin-top:1.87rem;
}
.al01 .tex .more a{
	padding:0.69rem 2.75rem;
	border-radius: 1.875rem;
	border: 1px solid var(--Color, #0E4C9E);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(--Color, #0E4C9E);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	margin-right:0.62rem;
}
.al01 .tex .more a:hover{
	background: var(--Color, #0E4C9E);
	color:#FFF;
}
.al02{
	width:100%;
	float:left;
}
.al02 ul{
	display: flex;
	flex-wrap: wrap;
}
.al02 ul li{
	width:calc(34.20% - 0.88rem);
	margin-right:0.88rem;
	margin-top:1.88rem;
}
.al02 ul li:nth-child(3n){
	margin-right:0px;
}
.al02 ul li dl dt{
	overflow:hidden;
}
.al02 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.al02 ul li:hover dl dt img{
	transform: scale(1.05);
}
.al02 ul li dl dd{
	margin-top:1.0rem;
	color: #757575;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 133.333% */
}
.al02 ul li:hover dl dd{
	color:var(--Color, #0E4C9E);
}
.alcon{
	width:100%;
	float:left;
	margin-top:5.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.alcon-l{
	width:100%;
}
.altit{
	width:100%;
	float:left;
	color: #333;
	font-family: "思源黑体";
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 100% */
	padding-bottom:2.0rem;
	border-bottom:1px solid #999;
}
.aldate{
	width:100%;
	float: left;
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	color: #999;
	font-family: "思源黑体";
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.875rem; /* 353.846% */
}
.aldate div{
	margin-right:1.75rem;
}
.altex{
	width:100%;
	float:left;
	margin-top:1.25rem;
	border: 1px solid #EEE;
	padding:1.63rem 2.13rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 228.571% */
}
.altex img{
	max-width:100%;
	height:auto;
}
.line2{
	width:100%;
	height: 0.0625rem;
	background: #E4E1E1;
	margin-top:1.0rem;
	margin-bottom:1.0rem;
}
.altex dl dt{
	margin-bottom:2.13rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 213.333% */
	border-bottom:0.0625rem solid #E4E1E1;
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}
.altex dl dt b{
	color: #000;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 213.333% */
}
.altex dl dt::before{
	content:"●";
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 133.333% */
	margin-top:-0.2rem;
	margin-right:0.32rem;
}

.altex dl dd{
	margin-top:1.87rem;
	color: #000;
	font-family: "思源黑体";
	font-size: 0.875rem;

	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 213.333% */
	display:flex;
	align-items: center;
}
.altex dl dd::before{
	content:"●";
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 133.333% */
	margin-top:-0.2rem;
	margin-right:0.32rem;
}

.tjyd{
	width:100%;
	float:left;
	padding-top:2.57rem;
	border-top:1px solid #DCDCDC;
	margin-top:1.81rem;
}
.tjyd dl dt{
	color: #0B2D6D;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 120% */
	margin-bottom:0.56rem;
}
.tjyd dl dd{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.125rem; /* 312.5% */
	border-bottom:1px solid #DCDCDC;
}
.tjyd dl dd i{
	color: #686868;
	font-family: "思源黑体";
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.125rem; /* 384.615% */
}
.alsm{
	width:100%;
	float:left;
	margin-top:1.25rem;
	color: #686868;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	text-align:right;
	line-height: 2rem; /* 228.571% */
}
.wbbq{
	width:100%;
	float: left;
	margin-top:2.44rem;
	color: #686868;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
}
.alnext{
	width:100%;
	float:left;
	margin-top:1.25rem;
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.125rem; /* 312.5% */
}

.alcon-r{
	width:28%;
	display:none;
}
.rdtj{
	width:100%;
	float: left;
	border: 1px solid #D9D9D9;
	padding:1.81rem 1.62rem;
}
.rdtj h1{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
	margin-top:1.32rem;
}
.rdtj ul{
	display: flex;
	flex-wrap: wrap;
}
.rdtj ul li{
	width:100%;
	padding-bottom:1.2rem;
	border-bottom:1px solid #E3E3E3;
	margin-top:1.8rem;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rdtj ul li a{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rdtj ul li .pic{
	width:55%;
	overflow:hidden;
}
.rdtj ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.rdtj ul li:hover .pic img{
	transform: scale(1.05);
}
.rdtj ul li .tex{
	width:40%;
	color: #333;
	font-family: "思源黑体";
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 272.727% */
}
.rdtj ul li:hover .tex{
	color:#0E4C9E;
}
.kuaij{
	width:100%;
	float:left;
	margin-top:1.56rem;
	border: 1px solid #D9D9D9;
	padding:2.56rem 1.75rem;
}
.kuaij ul li{
	width:100%;
	float: left;
	margin-top:0.94rem;
	position:relative;
	overflow:hidden;
}
.kuaij ul li:first-child{
	margin-top:0px;
}
.kuaij ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.kuaij ul li:hover img{
	transform: scale(1.05);
}
.kuaij ul li .tex{
	width:auto;
	position:absolute;
	left:1.56rem;
	top:1.0rem;
	z-index:1;
}
.kuaij ul li .tex dl dt{
	color: #FFF;
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.125rem; /* 242.857% */
}
.kuaij ul li .tex dl dd{
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
}
.kuaij ul li .tex2{
	width:100%;
	position:absolute;
	left:0rem;
	bottom:1.5rem;
	z-index:1;
	display:flex;
	align-items: center;
	padding:0 1.62rem;
	padding-right:0px;
}
.kuaij ul li .tex2 img{
	width:auto;
	height:auto;
	max-width: 2.375rem;
	margin-right:0.48rem;
}
.kuaij ul li .tex2 dl dt{
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 100% */
}
.kuaij ul li .tex2 dl dd{
	color: #FFF;
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.125rem; /* 141.667% */
	letter-spacing:-1px;
}

.newtit{
	width:100%;
	float:left;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 123.077% */
	margin-top:4.0rem;
}
.newtit b{
	display:flex;
	align-items: center;
	font-weight:normal;
}
.newtit b::before{
	width:4px;
	height:1.5rem;
	content:'';
	margin-right:0.62rem;
	background-color:var(--Color, #0E4C9E);
}
.newtit a{
	padding:0 1.38rem;
	border-radius: 0.9375rem;
	background: var(--Color, #0E4C9E);
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
}
.tout{
	width:100%;
	float:left;
	margin-top:1.56rem;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tout .pic{
	width:24%;
	overflow:hidden;
}
.tout .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.tout .pic:hover img{
	transform: scale(1.05);
}
.tout .tex{
	width:72%;
}
.tout .tex dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 127.273% */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tout .tex:hover dl dt{
	color:var(--Color, #0E4C9E);
}
.tout .tex dl dd{
	margin-top:2.12rem;
	overflow: hidden;
	color: #666;
	text-overflow: ellipsis;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 175% */
	letter-spacing: 0.0625rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display:none;
}
.tout .tex .more{
	display:flex;
	margin-top:3.19rem;
	display:none;
}
.tout .tex .more a{
	padding:0 1.38rem;
	border-radius: 0.9375rem;
	background: var(--Color, #0E4C9E);
	color: #FFF;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
	transition: all 0.6s;
}
.tout .tex .more a:hover{
	padding:0 2.38rem;
}
.new01{
	width:100%;
	float:left;
	display:none;
}
.new01 ul li{
	width:10rem;
	float:left;
	margin-right:0.75rem;
	margin-top:0.75rem;
	border-bottom: 3px solid var(--Color, #fff);
	transition: all 0.6s;
}
.new01 ul li:hover{
	border-bottom: 3px solid var(--Color, #0E4C9E);
}
.new01 ul li.cur{
	border-bottom: 3px solid var(--Color, #0E4C9E);
}
.new01 ul li dl dt{
	overflow:hidden;
}
.new01 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.new01 ul li:hover dl dt img{
	transform: scale(1.05);
}
.new01 ul li dl dd{
	overflow: hidden;
	color: #333;
	text-overflow: ellipsis;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.875rem; /* 306.667% */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.new02{
	width:100%;
	float:left;
}
.new02 ul li{
	width:100%;
	float:left;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.75rem;
}
.new02 ul li a{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.new02 ul li .pic{
	width:24%;
	overflow:hidden;
}
.new02 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.new02 ul li:hover .pic img{
	transform: scale(1.05);
}
.new02 ul li .tex{
	width:72%;
}
.new02 ul li:hover .tex dl dt{
	color:var(--Color, #0E4C9E);
}
.new02 ul li .tex dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 100% */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new02 ul li .tex dl dd{
	overflow: hidden;
	color: #7F7F7F;
	text-overflow: ellipsis;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 216.667% */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top:1.37rem;
	display:none;
}
.new02 ul li .tex p{
	margin-top:1.12rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 184.615% */
	display:none;
}
.new03{
	width:100%;
	float:left;
	margin-top:1.56rem;
}
.new03 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.new03 ul li{
	width:49%;
	position:relative;
	overflow:hidden;
}
.new03 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.new03 ul li:hover img{
	transform: scale(1.05);
}
.new03 ul li span{
	width:auto;
	position:absolute;
	bottom:1.0rem;
	left:1.0rem;
	z-index:1;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 166.667% */
}
.newcon{
	width:100%;
	float:left;
	margin-top:4.56rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:27.5%;
	display:none;
}
.nzlm{
	width:100%;
	float:left;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding:2.5rem 1.6rem;
}
.nzlm dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
	margin-bottom:1.0rem;
}
.nzlm dl dd{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4.375rem; /* 437.5% */
	border-bottom: 1px solid #D9D9D9;
}

.nzlm dl dd a{
	display:flex;
	align-items: center;
	width:100%;
}
.nzlm dl dd a img{
	max-height:1.5rem;
	margin-right:0.62rem;
}
.nzlm dl dd:hover{
	border-bottom:1px solid #0E4C9E;
}
.nzlm dl dd.cur{
	border-bottom:1px solid #0E4C9E;
}
.nbq{
	width:100%;
	float:left;
	margin-top:0.87rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding:2.56rem 1.94rem;
	display:flex;
	flex-wrap: wrap;
}
.nbq a{
	padding:0 1.0rem;
	color: #333;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem; /* 285.714% */
	margin-right:0.31rem;
	margin-top:0.31rem;
}
.nbq a:nth-child(2n){
	margin-right:0px;
}
.nbq a.ys{
	background: #D2D2E7;
}
.nbq a.ys2{
	background: #E5E5E5;
}
.nbq a.ys3{
	background: #EEF0F6;
}
.nbq a.ys4{
	background: #DADADA;
}
.newcon-r{
	width:100%;
}
.newlist{
	width:100%;
	float:left;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:1.56rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.20);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li:first-child{
	margin-top:0px;
}
.newlist ul li a{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li .pic{
	width:36.4%;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:59.2%;
}
.newlist ul li .tex dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 100% */
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex dl dd{
	margin-top:1.37rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 254.545% */
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	display:none;
}
.newlist ul li .tex p{
	margin-top:2.62rem;
	color: #999;
	font-family: "思源黑体";
	font-size: 0.8125rem;

	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 138.462% */
	display:none;
}
.fy{
	width:100%;
	float:left;
	margin-top:4.7rem;
}
.fy ul{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
	margin-left:0.125rem;
	margin-right:0.125rem;
	display:flex;
}
.fy ul li a{
	padding:0.3rem 1.25rem;
	border: 1px solid #E5E5E5;
	background: #FFF;
	color: #666;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	padding-top:0.5rem;
}
.fy ul li a:hover{
	border: 1px solid var(--Color, #0E4C9E);
	background: var(--Color, #0E4C9E);
	color:#FFF;
}
.fy ul li a.cur{
	border: 1px solid var(--Color, #0E4C9E);
	background: var(--Color, #0E4C9E);
	color:#FFF;
}

.ablm{
	width:100%;
	float:left;
	margin-top:3.38rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.20);
}
.ablm ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ablm ul li{
	width:32%;
	padding-bottom:1.0rem;
	position: relative;
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 90% */
	margin-top:1rem;
}
.ablm ul li a{
	color: var(--Color, #0E4C9E);
}
.ablm ul li::after{
	width:100%;
	height: 0.1875rem;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: var(--Color, #0E4C9E);
	opacity:0;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.ablm ul li:hover::after{
	opacity:1;
}
.ablm ul li.cur::after{
	opacity:1;
}
.nab{
	width:100%;
	float:left;
	margin-top:4.0rem;
	position:relative;
}
.nab::before{
	width:100%;
	height:62vw;
	content:'';
	display:inline-block;
	background-image:url(../img/ab01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}
.nab01{
	width:100%;
	float: right;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 186.667% */
	margin-top:2.0rem;
}
.nab01 h1{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.625rem; /* 100% */
	margin-bottom:1.44rem;
}
.nwrap{
	width:100%;
	float:left;
	margin-top:5rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.0rem 0;
	padding-top:1.0rem;
}
.nab02{
	width:100%;
	float:left;
}
.nab02 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02 ul li{
	width:48%;
	display:flex;
	align-items: center;
	margin-top:2.0rem;
}
.nab02 ul li img{
	margin-right:0.8rem;
	max-width:2.75rem;
}
.nab02 ul li dl dt{
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 100% */
}
.nab02 ul li dl dd{
	margin-top:0.5rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}
.nabtit{
	width:100%;
	float:left;
	text-align:center;
	margin-top:5rem;
}
.nabtit dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 100% */
}
.nabtit dl dd{
	margin-top:2.62rem;
	color: #666;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 100% */
	display:flex;
	justify-content: center;
}
.nabtit dl dd div{
	width:72%;
	color: #666;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 162.5% */
}
.nab03{
	width:100%;
	float:left;
	margin-top:3.8rem;
}
.nab03 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab03 ul li{
	width:100%;
	height: 27rem;
	transition: all 0.6s;
	background: rgba(255, 255, 255, 0.9);
	border-radius:0.5rem;
	display:flex;
	align-items: center;
	justify-content: center;
}
.nab03 ul li .pic{
	overflow: hidden;
	height:auto;
	transition: all 0.6s;
	margin-bottom:2.94rem;
	text-align:center;
}
.nab03 ul li dl dt{
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem; /* 181.818% */
	transition: all 0.6s;
	height:0;
	overflow:hidden;
}
.nab03 ul li dl dd{
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem; /* 153.846% */
	margin-bottom:1.62rem;
	transition: all 0.6s;
}
.nab03 ul li p{
	color: #666;
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 173.333% */
}
.nab03 ul li:hover dl dd{
	color:#FFF;
}
.nab03 ul li:hover dl dt{
	color:#FFF;
}
.nab03 ul li:hover p{
	color:#FFF;
}
.nab03 ul li:hover .pic{
	height:0;
	overflow:hidden;
	margin-bottom:0px;
}
.nab03 ul li:hover{
	background: rgba(14, 76, 158, 0.9);
}
.nab03 ul li:hover dl dt{
	height:2.5rem;
}

.nab03 ul li.cur dl dd{
	color:#FFF;
}
.nab03 ul li.cur dl dt{
	color:#FFF;
	height:2.5rem;
}
.nab03 ul li.cur p{
	color:#FFF;
}
.nab03 ul li.cur .pic{
	height:0;
	overflow:hidden;
	margin-bottom:0px;
}
.nab03 ul li.cur{
	background: rgba(14, 76, 158, 0.9);
}

.fzlc{
	width:100%;
	float: left;
	margin-top:7.8rem;
	padding-bottom:14.0rem;
	padding-top:5.8rem;
	background-image:url(../img/lc.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.fzlc h2{
	color: #333;
	text-align: center;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	margin-bottom:5.2rem;
	line-height: 1.5rem; /* 100% */
}
.fzlc ul li{
	width:17.0rem;
	float:left;
	margin-right:1.0rem;
	display:flex;
	position:relative;
	margin-top:3.0rem;
	padding-bottom:3.0rem;
}
.fzlc ul li:nth-child(2){
	margin-top:0px;
}
.fzlc ul li::after{
	width: 0.325rem;
	height: 17.375rem;
	background: linear-gradient(180deg, #0E4C9E 0%, #FFF 100%);
	content:'';
	display:inline-block;
}
.fzlc ul li dl{
	margin-right:2.75rem;
}
.fzlc ul li dl dt{
	color: #333;
	text-align: right;
	font-family: "思源黑体";
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5rem; /* 109.091% */
	position:relative;
}
.fzlc ul li dl dt::after{
	width: 1.125rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/quan.svg);
	background-position:center;
	background-repeat:no-repeat;
	right:-3.3rem;
	position:absolute;
}
.fzlc ul li dl dd{
	margin-top:4.0rem;
	color: #666;
	text-align: right;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
}

.jygl{
	width:100%;
	float:left;
	height:37.6rem;
	background-image:url(../img/glb.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 100% 100%;
	margin-top:6.0rem;
}
.jygl dl{
	width:12.5%;
	float:left;
	overflow: hidden;
	height:37.6rem;
	position: relative;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: rgba(0, 0, 0, 0.60);
	box-sizing: border-box;
	transition: all 0.5s;
}
.jygl dl:last-child{border: 0;}
.jygl dd{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 0 0.75rem;
	box-sizing: border-box;
	text-align:center;
}
.jygl dd h3{
	margin: 3.87rem 0 2.63rem;
	white-space: nowrap;
}
.jygl dd h3 img{
	max-width:100%;
}
.jygl dd h3 i{
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
}
.jygl dd h3 span{
	display: block;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:2.63rem;
}
.jygl dd h3 em{
	display: block;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:2.2rem;
}
.jygl dd p{
	display: none;
	color: var(---white, #FFF);
	font-family: "思源黑体";
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	margin-top:2.5rem;
	
}
.jygl dl.cur{
	width: 25%;
}
.jygl dl.cur dd{
	width: 100%;
	background: #0E4C9E;
	text-align:left;
}
.jygl dl.cur p{display: block;}
.jygl dl.cur h3 span{
	display:none;
}

.jygl2{
	width:100%;
	float:left;
	margin-top:2.56rem;
}
.jygl2 ul li{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
	margin-top:1.25rem;
}
.jygl2 ul li .num{
	width: 3.5625rem;
	height: 3.5625rem;
	background: var(--Color, #0E4C9E);
	line-height:3.5625rem;
	text-align:center;
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.5625rem; /* 335.294% */
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}
.jygl2 ul li:nth-child(2n) .num{
	left:0;
	right:auto;
}
.jygl2 ul li .pic{
	width:100%;
	overflow:hidden;
}
.jygl2 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jygl2 ul li:hover .pic img{
	transform: scale(1.05);
}
.jygl2 ul li .tex{
	width:100%;
	margin-top:2.0rem;
}
.jygl2 ul li .tex dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem; /* 100% */
}
.jygl2 ul li .tex dl dd{
	margin-top:1.62rem;
	color: #666;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 175% */
}

.jyjy{
	width:100%;
	float:left;
	margin-top:2.38rem;
}
.jyjy ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jyjy ul li{
	width:30%;
	transition: all 0.6s;
	border-radius:0.5rem;
	overflow:hidden;
	position:relative;
}
.jyjy ul li .pic{
	overflow:hidden;
	opacity:0;
}
.jyjy ul li:hover .pic{
	opacity:1;
}
.jyjy ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jyjy ul li dl{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:2.12rem 0;
	transition: all 0.6s;
}
.jyjy ul li:nth-child(7){
	margin-right:0px;
	display:none;
}
.jyjy ul li:hover dl{
	padding:2.12rem 1.0rem;
}
.jyjy ul li dl dt{
	overflow:hidden;
	padding-bottom:1.25rem;
	position:relative;
}
.jyjy ul li dl dt img{
	max-height:2.0rem;
}
.jyjy ul li dl dt::before{
	width: 5.125rem;
	height: 0.125rem;
	content:'';
	background-color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
}
.jyjy ul li .pic01{
	display:inline-block;
}
.jyjy ul li .pic02{
	display: none;
}
.jyjy ul li:hover .pic01{
	display:none;
}
.jyjy ul li:hover .pic02{
	display:inline-block;
}
.jyjy ul li dl dd{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.625rem; /* 262.5% */
	padding-bottom:1.38rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.jyjy ul li:hover dl dd{
	margin-top:2.0rem;
	color:#FFF;
	border-bottom:0px;
	padding-bottom:0px;
}

.zs01{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem;
	margin-top:5.38rem;
	padding-top:1.75rem;
}
.zs01 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zs01 ul li{
	width:48%;
	text-align:center;
	margin-top:2.0rem;
}
.zs01 ul li:nth-child(4n){
	margin-right:0px;
}
.zs01 ul li dl dt{
	overflow:hidden;
}
.zs01 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.zs01 ul li dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 128.571% */
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.zs02{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.zs02 ul{
	display:flex;
	flex-wrap: wrap;
}
.zs02 ul li{
	width:33.33%;
	padding:2.0rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 128.571% */
}
.zs02 ul li::before{
	width: 0.5rem;
	height: 0.5rem;
	display:inline-block;
	content:'';
	margin-right:0.81rem;
	background-color:#D9D9D9;
	border-radius:50%;
}
.zs03{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.zs03 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zs03 ul li{
	width:30%;
	text-align:center;
	margin-top:3.0rem;
}
.zs03 ul li:nth-child(3n){
	margin-right:0px;
}
.zs03 ul li dl dt{
	overflow:hidden;
}
.zs03 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.zs03 ul li dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 128.571% */
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fy2{
	width:100%;
	float:left;
	margin-top:5rem;
}
.fy2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy2 ul li{
	width: 2.125rem;
	height: 2.125rem;
	display:flex;
	margin-left:5px;
	margin-right:5px;
}
.fy2 ul li a{
	width: 2.125rem;
	height: 2.125rem;
	text-align:center;
	font-size: 0.75rem;
	line-height:2.125rem;
	transition: all 0.6s;
	border-radius:50%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
}
.fy2 ul li a b{
	font-family:'宋体';
}
.fy2 ul li a:hover{
	background: var(--0147-cc, #0E4C9E);
	border:1px solid var(--Color-3, #0E4C9E);
	color:#FFF;
}
.fy2 ul li .cur{
	background: var(--0147-cc, #0E4C9E);
	border:1px solid var(--Color-3, #0E4C9E);
	color:#FFF;
}

.rwmm{
	width:100%;
	float:left;
	margin-top:5.5rem;
}
.rwmm img{
	width:100%;
	height:auto;
	display:block;
}
.rwlist{
	width:100%;
	float:left;
	margin-top:4.56rem;
	position:relative;
}
.rwlist::before{
	width: 0.0625rem;
	height:100%;
	background-color:#D2D2D2;
	position:absolute;
	top:0;
	left:calc(50% - 0.03125rem);
	content:'';
	display:inline-block;
}
.rwlist ul li{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.rwlist ul li::before{
	width: 0.9375rem;
	height: 0.9375rem;
	border-radius: 1.25rem;
	background: var(--Color, #0E4C9E);
	content:'';
	display:inline-block;
	top:2.0rem;
	left:calc(50% - 0.46875rem);
	position:absolute;
}
.rwlist ul li .pic{
	width:46.25%;
	overflow:hidden;
}
.rwlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.rwlist ul li:hover .pic img{
	transform: scale(1.05);
}
.rwlist ul li .tex{
	width:46.25%;
	color: #666;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 200% */
	padding-bottom:2.0rem;
}
.rwlist ul li .tex dl dt{
	color: var(--Color, #0E4C9E);
	font-family: "思源黑体";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	margin-top:1.87rem;
	line-height: 1.5rem; /* 90% */
}
.rwlist ul li .tex dl dd{
	color: #000;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 250% */
	margin-bottom:1.0rem;
}
.lx01{
	width:100%;
	float:left;
	margin-top:5.5rem;
	background: #F5F5F5;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.lx01-l{
	width:100%;
	padding:1.25rem 1.44rem;
	display:flex;
	align-items: center;
	background: var(--Color, #0E4C9E);
	color: #FFF;
	font-family: "思源黑体";
	font-size: 1.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-l img{
	margin-right:2.2rem;
}
.lx01-r{
	width:100%;
	padding:2.0rem;
}
.lx01-r dl dt{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-r dl dd{
	margin-top:0.75rem;
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.lx02{
	width:100%;
	float:left;
	margin-top:6.44rem;
}
.lx02 h1{
	color: #333;
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom:1.44rem;
	border-bottom:0.125rem solid #0E4C9E;
}
.lx02 ul{
	margin-top:3.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:100%;
	padding:1.0rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display:flex;
	align-items: center;
	color: var(---666, #666);
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02 ul li img{
	min-width:3.0rem;
	margin-right:1.5rem;
}
.lx03{
	width:100%;
	float:left;
	margin-top:2.2rem;
}
.lx03 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx03 ul li{
	width:48%;
	margin-top:2rem;
}
.lx03 ul li:nth-child(4n){
	margin-right:0px;
}
.lx03 ul li dl dt{
	overflow:hidden;
}
.lx03 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.lx03 ul li dl dd{
	margin-top:0.62rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	text-align: center;
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	height: 3.375rem;
	line-height:3.375rem;
}
.lytit{
	width:100%;
	float:left;
	margin-top:5.5rem;
	display:flex;
}
.lytit i{
	padding: 1.125rem 2rem;
	background: var(--Color, #0E4C9E);
	color: var(---white, #FFF);
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 90% */
}
.zxly{
	width:100%;
	float:left;
	border: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.87rem 0;
	display:flex;
	justify-content: center;
	padding-bottom:6.0rem;
}
.zxly ul{
	width:90%;
	display:flex;
	flex-wrap: wrap;
}
.zxly ul li{
	width:100%;
	margin-top:0.75rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly ul li .a01{
	width:6.0rem;
	color: var(---333, #333);
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem;
	text-align:right;
	line-height:2.0rem;
}
.zxly ul li .a01 b{
	color: var(--da-2122, #DA2122);
}
.zxly ul li .a02{
	width:calc(100% - 6.0rem);
	display:flex;
	align-items: center;
}
.lybk{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.0rem;
	padding:0 0.69rem;
	color: var(---999, #999);
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	outline:none;
}
.lybk2{
	width: 5.75rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.0rem;
	padding:0 0.69rem;
	color: var(---999, #999);
	font-family: "思源黑体";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	margin-right:0.56rem;
}


















.w100{
	width:100%;
}
.fl{
	float: left;
}
.bod{
	border-bottom:1px solid rgba(255, 255, 255, 0.6);
}
.bodr{
	border-right:1px solid rgba(255, 255, 255, 0.6);
}
.white{
	color:#FFF;
	font-size:1.0rem;
}
.mart5{
	margin-top:5rem;
}
.mart1{
	margin-top:1.25rem;
}
.blue{
	color: var(--Color, #0E4C9E);
}
.mart8{
	margin-top:4rem;
}
.mart7{
	margin-top:3rem;
}
.mart6{
	margin-top:3rem;
}
.mart0{
	margin-top:0rem;
}
.mart3{
	margin-top:3.69rem;
}
.mart4{
	margin-top:2.5rem;
}

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

.pos2{ position:fixed; top:5px; z-index:999}












}
































