<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
	list-style: none;
}
body {
	background: #f6f6f6;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.con {
	width: 1200px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.header {
	height: 120px;
	border-bottom: 1px solid #0c3e8e;
	background: #294e8a;
}
.logo {
	margin-top: 26px;
}
.logo img {
	margin-right: 35px;
}
.ewm {
	text-align: center;
	margin-top: 10px;
}
.ewm span {
	color: #5d89d1;
	display: block;
	font-size: 14px;
}
.nav {
	background: #294e8a;
	height: 60px;
	text-align: center;
	box-shadow: 0 2px 10px #000;
}
.nav ul li {
	display: inline-block;
}
.nav ul li a {
	display: block;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	padding: 0 25px;
}
.nav ul li.active a {
	background: #3883d0;
}
.banner {
	text-align: center;
	position: relative;
	height: 300px;
	width: 100%;
	z-index: -1;
}
.banner img {
	/* position: absolute; */
	/* left: 50%; */
	/* margin-left: -960px; */
	width: 100%;
	display: block;
	height: 100%;
}
.main1 {
	margin-top: 35px;
	overflow: hidden;
}
.main1_lf {
	float: left;
	width: 580px;
}
.main1_lf_tit {
	overflow: hidden;
	height: 30px;
}
.main1_lf_tit h3 {
	float: left;
	margin-right: 10px;
	font-size: 20px;
	color: #616161;
	margin-right: 10px;
}
.main1_lf_tit span {
	color: #8d8c8c;
	font-size: 16px;
	display: block;
	float: left;
	margin-top: 6px;
}
.main1_lf_con {
	padding: 10px;
	width: 560px;
	height: 222px;
	background: #fff;
	margin-top: 15px;
	overflow: hidden;
}
.main1_lf_con .fl img {
	width: 310px;
	height: 222px;
}
.main1_lf_con .fr {
	width: 215px;
	margin-right: 20px;
}
.main1_lf_con .fr p {
	color: #767676;
	font-size: 14px;
	text-indent: 2em;
}
.main1_lf_con .fr p a {
	color: #cf6161;
	font-size: 14px;
}
.main1_rt {
	float: right;
	width: 610px;
}
.main1_rt_tit {
	text-align: right;
	height: 30px;
}
.main1_rt_tit a {
	color: #294e8a;
	font-size: 16px;
	text-decoration: underline;
}
.main1_rt_con {
	background: #fff;
	margin-top: 15px;
	width: 590px;
	height: 222px;
	padding: 10px;
	overflow: hidden;
}
.main1_rt_con li {
	border-bottom: 1px solid #d3d3d3;
	overflow: hidden;
	padding-bottom: 6px;
	margin-bottom: 12px;
	padding-left: 15px;
	background: url(css_res/ico.png) no-repeat 5px 8px;
}
.main1_rt_con li:last-child {
	border: 0;
}
.main1_rt_con li a {
	font-size: 16px;
	color: #4b4b4b;
	max-width: 465px;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	white-space: nowrap;
}
.main1_rt_con li span {
	font-size: 16px;
	color: #4b4b4b;
	float: right;
}
.main2 {
	margin-top: 12px;
	overflow: hidden;
}
.main3 {
	margin-top: 12px;
	overflow: hidden;
}
.main3 ul {
	width: 1200px;
display: flex;
}
.main3 li {
	float: left;
	margin-right: 3px;
	margin-top: 0px;
display: flex;
}
.main3 li a {
	display: block;
	float: left;
	line-height: 0px;
}
.pos {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666666;
}
.aside {
	float: left;
	width: 195px;
}
.aside li {
	margin-bottom: 2px;
	width: 192px;
	height: 40px;
	position: relative;
	background: #fff;
	border-left: 3px solid #fff;
}
.aside li.active {
	border-left: 3px solid #294e8a;
}
.aside li.active a {
	color: #294e8a;
}
.aside li a {
	display: block;
	width: 195px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 0px;
	font-size: 16px;
}
.lbnr {
	width: 980px;
	float: right;
}
.xwlb ul {
	padding: 20px;
	width: 940px;
	background: #fff;
}
.xwlb li {
	border-bottom: 1px solid #d3d3d3;
	overflow: hidden;
	padding-bottom: 6px;
	margin-bottom: 12px;
	padding-left: 15px;
}
.xwlb li a {
	font-size: 16px;
	color: #4b4b4b;
	width: 765px;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	white-space: nowrap;
}
.xwlb li span {
	font-size: 16px;
	color: #4b4b4b;
	float: right;
}
.page {
	margin-top: 40px;
	text-align: center;
}
.page a {
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 25px;
	vertical-align: middle;
}
.page a.lf {
	background: url(css_res/lf.png) no-repeat center;
}
.page a.rt {
	background: url(css_res/rt.png) no-repeat center;
}
.page span {
	display: inline-block;
	width: 75px;
	height: 25px;
	background: #fff;
	line-height: 25px;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 16px;
}
.page span i {
	font-size: 16px;
	color: #294e8a;
}
.tplb_tit {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #fff;
}
.tplb_tit h2 {
	color: #8d8d8d;
	font-size: 24px;
}
.tplb_con {
	margin-top: 25px;
	overflow: hidden;
}
.tplb_con ul {
	width: 990px;
}
.tplb_con li {
	width: 310px;
	height: 210px;
	padding: 5px;
	background: #fff;
	box-shadow: 0px 0px 10px #b5b5b5;
	margin-right: 10px;
	margin-bottom: 12px;
	float: left;
}
.tplb_con li img {
	width: 310px;
	height: 210px;
}
.lbxq {
	padding: 50px;
	width: 880px;
	background: #fff;
}
.lbxq_tit {
	text-align: center;
}
.lbxq_tit h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
.lbxq_tit p {
	font-size: 14px;
	color: #3a3a3a;
}
.lbxq_con {
	margin-top: 40px;
}
.footer {
	background: #294e8a;
	margin-top: 20px;
	padding: 22px 0;
	height: 125px;
	width: auto;
}
.ft_lf {
	width: 500px;
	float: left;
}
.ft_lf p {
	font-size: 14px;
	color: #70b3ff;
	margin-bottom: 8px;
}
.ft_lf p span {
	font-size: 14px;
	color: #70b3ff;
	display: inline-block;
	width: 200px;
}
.ft_con {
	width: 198px;
	height: 125px;
	border-left: 1px solid #15428b;
	border-right: 1px solid #15428b;
	float: left;
	background: url(dag.png) center no-repeat;
	background-size: 115px auto;
}
.ft_rt {
	float: left;
	padding-left: 60px;
	width: 440px;
}
.ft_rt h3 {
	font-size: 24px;
	color: #e1e1e1;
	border-bottom: 3px solid #e1e1e1;
	padding-bottom: 5px;
	font-weight: normal;
	display: inline-block;
}
.ft_rt_con {
	margin-top: 30px;
}
.ft_rt_con a {
	color: #70b3ff;
	font-size: 14px;
	margin-right: 20px;
	display: block;
	float: left;
	margin-bottom: 10px;
}

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