<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
body{
	background: #fff;
	overflow-x: hidden;
	overflow-y: scroll;	
	min-width: 1400px;
	font-family: '寰蒋闆呴粦';
}
input{
	background: none;
	outline: none;
	border: none;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0
}
a:hover{
	color: #0f3f9c;
}
.clear{
	clear:both; 
    height: 0; 
    line-height: 0; 
    font-size: 0;
}
.box{
	width: 1400px;
	margin: 0 auto;
}
.header{
	width: 100%;
	height: 155px;
	background: url(bg.jpg) no-repeat center;
	background-size: cover;
}
.logo{
	float: left;
}
.logo img{
	margin-top: 25px;
}
.search{
	float: right;
	width: 298px;
	margin-top: 53px;
}
.search .inpt{
	float: left;
	width: 254px;
	height: 44px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #FFF;
}
.search .inpt::-webkit-input-placeholder{
	color: #888;
	font-size: 14px;
	padding-left: 14px;
}
.search .sub{
	width: 44px;
	height: 44px;
	float: left;
	background: #21599C url(search.png) no-repeat center;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
}
.nav{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: linear-gradient(0deg, #21599C 0%, #21599C 100%), #22406A;
}
.nav ul li{
	float: left;
}
.nav ul li a{
	color: #FFF;
	font-size: 17px;
	padding: 0 44px;
}
.nav ul li:hover{
	background: #F2F4FA;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.nav ul li:hover a{
	color: #22406A;
}
.sywrap{
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lb{
	width: 520px;
	height: 396px;
	position: relative;
}
.lb .imgbox{
	width: 520px;
	height: 396px;
	overflow: hidden;
}
.lb .imgbox img{
	width: 100%;
	height: 100%;
}
.lb .bot{
	width: 100%;
	height: 90px;
	background: rgba(0, 0, 0, 0.60);
	position: absolute;
	bottom: 0;
	padding: 15px 15px 0;
}
.lb .time{
	float: left;
	width: 60px;
	text-align: center;
}
.lb .time h3{
	color: #fff;
	font-size: 34px;
	line-height: 40px;
}
.lb .time h4{
	color: #fff;
	font-size: 10px;
}
.lb .bot h2{
	margin-top: 5px;
	width: 332px;
	margin-left: 10px;
	color: #fff;
	font-size: 18px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.lb .swiper-pagination {
	bottom: 0;
	z-index: 10;
    width: auto;
    bottom: 48px;
    right: 20px;
	left: auto;
    z-index: 22;
}
.lb .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 6px;
	cursor: pointer;
	border: none;
	opacity: .22;
	background: #fff;
}
.lb .swiper-pagination-bullet-active {
	opacity: 1;
}
.index-item{
	width: 400px;
}
.syhead{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #E3E7F2;
}
.syhead h2{
	float: left;
	color: #888;
	font-size: 24px;
	margin-right: 20px;
	padding-bottom: 17px;
	cursor: pointer;
}
.syhead h2.sh{
	color: #333;
	border-bottom: 3px solid  #3172CE;
}
.syhead a{
	float: right;
	color: #666;
	font-size: 15px;
	line-height: 160%;
	display: none;
	margin-top: 8px;
	padding-left: 32px;
	background: url(icon.png) no-repeat left center;
}
.syhead a.show{
	display: block;
}
.index-item-cont{
	width: 100%;
	margin-top: 7px;
	display: none;
}
.index-item-cont.active{
	display: block;
}
.sylist li{
	padding: 20px 0 20px 20px;
	border-bottom: 1px solid #E3E7F2;
	position: relative;
}
.sylist li::before{
	content: "";
	width: 3px;
	height: 40px;
	background: #D6D9E2;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
}
.sylist li span{
	display: block;
	color: #22406A;
	font-size: 16px;
	line-height: 18px;
}
.sylist li a{
	color: #333;
	font-size: 16px;
	line-height: 24px;
	margin-top: 2px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow:hidden;
}
.sylist li:hover::before{
	background: linear-gradient(180deg, #3172CE 0%, #22406A 100%);
}
.sylist li:hover a{
	color: #22406A;
}
.sylist2{
	margin-top: 11px;
}
.sylist2 li{
	padding: 12px 0;
	border-bottom: 1px dashed #E3E7F2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.sylist2 li .time{
	width: 60px;
	height: 60px;
	border: 1px dashed #95A1BC;
	text-align: center;
}
.sylist2 li .time h2{
	color: #43596E;
	font-size: 26px;
	line-height: 18px;
	margin-top: 13px;
}
.sylist2 li .time h3{
	color: #43596E;
	font-size: 12px;
	line-height: 18px;
	margin-top: 4px;
}
.sylist2 li a{
	width: 320px;
	color: #333;
	font-size: 16px;
	line-height: 26px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.sylist2 li:hover .time{
	background: linear-gradient(90deg, #3172CE 0%, #22406A 100%);
}
.sylist2 li:hover .time h2,
.sylist2 li:hover .time h3{
	color: #fff;
}
.sylist2 li:hover a{
	color: #22406A;
}
.sywrap2{
	width: 100%;
	height: 200px;
	background-size: contain;
	background: url(bg1.png) no-repeat center;
}
.syhead2{
	width: 188px;
	float: left;
	padding: 20px 30px 0;
}
.syhead2 h2{
	color: #333;
	font-size: 32px;
}
.syhead2 span{
	display: block;
	width: 30px;
	height: 3px;
	background: linear-gradient(0deg, #F2A900 0%, #F2A900 100%), linear-gradient(90deg, #3172CE 20%, #22406A 92%);
	margin: 12px 0 24px;
}
.syhead2 a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	border: 1px solid #22406A;
	text-align: center;
	color: #22406A;
	font-size: 14px;
}
.sylist3{
	float: left;
}
.sylist3 li{
	float: left;
	width: 368px;
	height: 140px;
	border-radius: 0px 0px 10px 10px;
	background: #FFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 64, 152, 0.10);
	margin: 30px 0 0 39px;
	padding: 22px 25px;
}
.sylist3 li:first-child{
	margin-left: 30px;
}
.sylist3 li .time{
	width: 100%;
	height: 36px;
	position: relative;
}
.sylist3 li .time h3{
	color: #22406A;
	font-size: 26px;
	float: left;
}
.sylist3 li .time h4{
	float: right;
	color: #999;
	font-size: 16px;
	line-height: 22px;
	padding-left: 17px;
	background: url(icon1.png) no-repeat left center;
	margin-top: 13.5px;
}
.sylist3 li .time::before{
	content: "";
	width: 20px;
	height: 2px;
	background: linear-gradient(0deg, #F2A900 0%, #F2A900 100%), linear-gradient(90deg, #3172CE 20%, #22406A 92%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.sylist3 li h2{
	margin-top: 12px;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.sylist3 li:hover{
	text-decoration: underline;
}
.sywrap3{
	padding: 40px 0 50px;
}
.syhead3{
	text-align: center;
}
.syhead3 h2{
	color: #333;
	font-size: 28px;
}
.syhead3 span{
	display: block;
	width: 30px;
	height: 3px;
	background: linear-gradient(0deg, #F2A900 0%, #F2A900 100%), linear-gradient(90deg, #3172CE 20%, #22406A 92%);
	margin: 5px auto 0;
}
.ksfw-cont{
	margin-top: 30px;
	height: 195px;
	position: relative;
}
.ksfw-cont::after{
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #D6E1FC;
	position: absolute;
	bottom: 45px;
}
.sylist4{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sylist4 li .imgbox{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: 1px 5px 9px 1px rgba(33, 89, 156, 0.15);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sylist4 li .imgbox img{
	width: 110px;
	height: 110px;
}
.sylist4 li span{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #CCC;
	margin: 25px auto 15px;
	position: relative;
	z-index: 10;
}
.sylist4 li h2{
	color: #333;
	text-align: center;
}
.sylist4 li:hover span{
	background: #21599C;	
}
.sylist4 li:hover h2{
	color: #21599C;
}
.footer{
	width: 100%;
	padding: 50px 0;
	background: url(bg2.jpg) no-repeat center;
	background-size: cover;
}
.footer .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-le{
	width: 920px;
}
.foot-link{
	width: 430px;
	height: 44px;
	line-height: 44px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.07);
	padding: 0 20px;
	position: relative;
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
}
.foot-link h2{
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	background: url(icon2.png) no-repeat right center;
	cursor: pointer;
}
.foot-link ul{
	width: 430px;
	position: absolute;
	bottom: 44px;
	background: #fff;
	left: 0;
	padding: 10px 0;
	z-index: 30;
	box-shadow: 1px -5px 8px 1px rgba(0, 0, 0, .2);
	display: none;
}
.foot-link ul li{
	line-height: 30px;
	padding: 0 20px;
	border-bottom: 1px solid #f0f0f0;
}
.foot-link ul li a{
	color: #333;
	font-size: 14px;
}
.foot-link ul li a:hover{
	color: #0f3f9c;
}
.foot-lxfs{
	width: 100%;
}
.foot-lxfs .batu{
	width: 180px;
	float: left;
	margin-right: 17px;
}
.foot-lxfs p{
	color: #FFF;
	font-size: 16px;
	opacity: .72;
}
.foot-lxfs p a{
	color: #fff;
}
.foot-lxfs p a:hover{
	text-decoration: underline;
}
.foot-ri{
	width: 280px;
}
.foot-ewm li{
	width: 110px;
	margin-left: 30px;
	text-align: center;
	float: left;
}
.foot-ewm li img{
	width: 110px;
}
.foot-ewm li h2{
	color: rgba(255, 255, 255, 0.80);
	font-size: 13px;
	margin-top: 8px;
}
.nywrap{
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.nav-two{
	width: 300px;
}
.nav-two h2{
	width: 100%;
	height: 76px;
	line-height: 76px;
	background: #21599C;
	padding: 0 30px;
	color: #FFF;
	font-size: 28px;
	position: relative;
}
.nav-two h2::after{
	content: "";
	width: 36px;
	height: 36px;
	background: url(icon5.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -18px;
}
.nav-two ul{
	width: 100%;
	padding: 10px 30px 36px;
	background: #F6F7FB;
}
.nav-two ul li{
	border-bottom: 1px solid #E3E7ED;
	position: relative;
}
.nav-two ul li::after{
	content: "";
	width: 18px;
	height: 18px;
	background: url(icon6.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 23px;
}
.nav-two ul li&gt;a{
	display: block;
	color: #333;
	font-size: 18px;
	padding: 20px 0;
}
.nav-two ul li::before{
	content: "";
	width: 4px;
	height: 0;
	background: #21599C;
	position: absolute;
	left: -30px;
	top: 19px;
}
.nav-two ul li:hover::before{
	height: 32px;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.nav-two ul li:hover&gt;a{
	color: #21599C;
}
.nav-two ul li:hover::after{
	background: url(icon7.png) no-repeat center;
	background-size: cover;
}
.nav-two ul li .se{
	width: 100%;
	display: none;
}
.nav-two ul li .se p{
	padding: 13px 0;
	border-top: 1px solid #E3E7ED;
}
.nav-two ul li .se p&gt;a{
	color: #333;
	font-size: 16px;
	display: block;
	padding-left: 18px;
	background: url(icon8.jpg) no-repeat left center;
}
.nav-two ul li .se p&gt;a:hover{
	color: #0f3f9c;
}
.container{
	width: 1060px;
}
.container .head{
	width: 100%;
	height: 50px;
	line-height: 48px;
	border-bottom: 1px solid #E3E7F2;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.container .head h2{
	color: #333;
	font-size: 28px;
	border-bottom: 2px solid #21599C;
}
.loction a{
	color: #666;
	margin: 0 5px;
}
.loction a:hover{
	color: #0f3f9c;
}
.content{
	width: 100%;
	margin-top: 10px;
}
.list ul li{
	width: 100%;
	height: 64px;
	line-height: 64px;
	border-bottom: 1px solid #E3E7F2;
	display: flex;
	justify-content: space-between;
}
.list ul li a{
	color: #333;
	font-size: 18px;
	width: 80%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block;
}
.list ul li span{
	color: #999;
	font-size: 16px;
}
.deta .top{
	padding: 20px 0;
	border-bottom: 1px solid #E3E7F2;
	text-align: center;
}
.deta .top h2{
	color: #333;
	font-size: 32px;
	line-height: 45px;
}
.deta .top p{
	color: #666;
	font-size: 14px;
	margin-top: 16px;
}
.deta .top p span{
	margin-right: 10px;
}
.deta .nr{
	color: #333;
	font-size: 18px;
	line-height: 160%;
	padding: 20px 0;
	border-bottom: 1px solid #E3E7F2;
}
.deta .bot{
	margin-top: 14px;
}
.deta .bot p{
	color: #21599C;
	font-size: 18px;
	margin-top: 16px;
}
.deta .bot p a{
	color: #333;
}
.deta .bot p a:hover{
	color: #21599C;
}
.header_top a{
	color: #000;
}







</pre></body></html>