<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'OPENSANS';
	src: url('OPENSANS-REGULAR_0.TTF');
	font-weight: normal;
	font-style: normal;
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	background: #edf5ff;
}

body {
	font-family: 'OPENSANS', arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
}

input,
select,
option,
textarea {
	font-family: 'OPENSANS';
	border: none;
	outline: none;
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
color:#000;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1000px;
	margin: 0 auto;
}

.ellipsis{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.h {
	height: 154px;
}


/*header*/

header.fixed {
	/*padding: 15px 0;*/
	transition: all 0.8s;
	-moz-box-shadow: 0px 2px 10px #D9D9D9;
	-webkit-box-shadow: 0px 2px 10px #D9D9D9;
	box-shadow: 0px 2px 10px #D9D9D9;
}

header.fixed .head_top {
	padding: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	transition: all 0.5s;
	/*padding: 30px 0;*/
	background: #edf5ff;
}

.head_top {
	padding: 20px 0;
	transition: all 0.5s;
}

.head_top .logo {
	width: 31.1%;
	transition: all 0.5s;
}

.head_top .logo img {
	width: 100%;
	display: block;
}

.head_top .t {
	margin-left: 10px;
	line-height: 63px;
	font-size: 30px;
	color: #003777;
}

.head_other {}

.head_other span {
	margin-top: 13px;
	float: left;
	display: block;
	width: 28px;
	font-size: 14px;
	color: #333;
}

.head_other .phone {
	float: left;
	padding-left: 32px;
	margin: 16px 10px 0;
	font-size: 14px;
	color: #0879c5;
	font-weight: bold;
	background: url(../images/ico5.jpg) no-repeat left center;
}

.head_other .phone p {
	line-height: 16px;
}

.head_other .ma {
	float: left;
	width: 64px;
}

.head_other .ma img {
	display: block;
	width: 100%;
}


/**/

.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
	background: #237ade;
	z-index: 10;
	transition: all 0.5s;
}

.nav nav&gt;ul {
	width: 100%;
	float: right;
}

.nav nav&gt;ul&gt;li {
	width: 12.5%;
	float: left;
	position: relative;
}

.nav nav&gt;ul&gt;li&gt;a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: relative;
	transition: none;
	-webkit-transition: none
}

.nav nav&gt;ul&gt;li.on,
.nav nav&gt;ul&gt;li:hover {
	background: #1d63b3;
	transition: all 0.5s;
}

.nav nav&gt;ul&gt;li ol {
	position: absolute;
	top: 100%;
	width: 100%;
	display: none;
}

.nav nav&gt;ul&gt;li ol li {
	width: 100%;
	float: none;
	text-align: center;
	margin-left: 0;
	border-bottom: 1px solid #f2f2f2;
}

.nav nav&gt;ul&gt;li ol li a {
	background: #3557a1;
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	position: relative;
}

.nav nav&gt;ul&gt;li ol li:hover a {
	background: #f2f2f2;
	color: #333;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0px 2px 10px #D9D9D9;
	-webkit-box-shadow: 0px 2px 10px #D9D9D9;
	box-shadow: 0px 2px 10px #D9D9D9;
}

.phone_head .logo {
	width: 60%;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 40px;
	vertical-align: middle;
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0;
	margin-left: 15px;
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px;
}

.phone-head .menubtn&gt;span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 40px;
	background: url(../images/navbg.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #237ade none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 11px;
	right: 20px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#menu a {
	display: block;
	width: 100%;
	color: #16A085;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a:hover {
	color: #fff;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #237ade;
}

#menu {
	margin: 4em auto;
	width: 100%;
}

#menu {
	background: #237ade;
}

#menu a {
	color: #FFF;
}

.sliding-menu a.back {
	background: #c7c7c8;
}

.sliding-menu a:hover {
	background: #c5c5c5;
}


/*banner*/

.banner {
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .tbox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	height: 30px;
	line-height: 30px;
	width: 30px;
	top: auto;
	bottom: 20px;
}

.banner .swiper-button-next {
	background: #000 url(../images/right.png) no-repeat left center;
	right: 26%;
}

.banner .swiper-button-prev {
	background: #000 url(../images/left.png) no-repeat left center;
	left: auto;
	right: 28.5%;
}

.footer {
	padding: 15px 0 25px;
	text-align: center;
	line-height: 13px;
	font-size: 13px;
	color: #fff;
	background: #515151;
}

.footer .f1 {
	margin-bottom: 10px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #237ade;
}


/**/

.main_sec {
	padding: 20px 0;
}

.friendlink {
	padding: 20px;
	background: #fff;
}

.friendlink h2 {
	padding-bottom: 10px;
	line-height: 16px;
	font-size: 16px;
	color: #1d63b3;
	border-bottom: 1px solid #1d63b3;
}

.friendlink .main {
	margin: 15px 0 5px;
}

.friendlink .main a {
	font-size: 13px;
	color: #333;
	margin-right: 10px;
}

.friendlink .main a:hover {
	color: #1d63b3;
}


/**/

.layout_left {
	float: left;
	width: 25.5%;
}

.layout_left .box {
	margin-bottom: 20px;
}

h5.tit {
	padding: 0 10px 0 20px;
	line-height: 40px;
	height: 40px;
	background: #237ade;
	font-size: 16px;
	color: #fff;
}

h5.tit a {
	float: right;
	font-size: 14px;
	color: #fff;
}

h5.tit a:hover {
	text-decoration: underline;
}

.bm .list ul li {
	padding: 0 10px 0 60px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #0879c5;
	margin-top: 10px;
	background: #fff url(../images/ico1.png) no-repeat 15px center;
}

.bm .list ul li a {
	display: block;
	font-size: 13px;
	color: #333;
	background: url(../images/ico3.png) no-repeat right center;
}

.bm .list ul li:hover a {
	color: #237ade;
}

.dt .list ul li {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	background: #fff;
}

.dt .list ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	background: url(../images/ico2.png) no-repeat right center;
}

.dt .list ul li:hover {
	background: #237ade;
}

.dt .list ul li:hover a {
	color: #fff;
	background-image: url(../images/ico20.png);
}


/**/

.layout_right {
	float: right;
	width: 72.5%;
}

.in_sec .main&gt;ul&gt;li {
	float: left;
	width: 50.75%;
	background: #fff;
	margin-bottom: 20px;
}

.in_sec .main&gt;ul&gt;li:nth-child(even) {
	width: 46.48%;
	margin-left: 2.77%;
}

.in_sec .main&gt;ul&gt;li&gt;div{
	padding: 10px;
	border: 1px solid #dedede;
}

.in_sec .main&gt;ul&gt;li&gt;ul&gt;li  a {
	height: 25px;
	line-height: 25px;
	padding-left: 15px;
	font-size: 13px;
	color: #333;
	background: url(../images/ico4.png) no-repeat left center;
}

.in_sec .main &gt;ul&gt;li&gt;ul&gt;li  a:hover {
	color: #003777;
	background-image: url(../images/ico40.png);
}


/**/

.weizhi {
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #dddddd;
	background: url(../images/pos.png) no-repeat left center;
}

.weizhi a {
	color: #666;
}

.weizhi a:hover {
	color: #237ade;
}

.boshi_sec {
	padding-bottom: 30px;
}

.boshi_sec .main {
	padding: 0 20px;
	background: #fff;
}

.boshi_sec .main .list {
	margin-top: 10px;
}

.boshi_sec .main .list a {
	padding-left: 15px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted #dedede;
	font-size: 14px;
	color: #333;
	background: url(../images/ico4.png) no-repeat left center;
}

.boshi_sec .main .list a:hover {
	color: #003777;
	background-image: url(../images/ico40.png);
}

.boshi_sec .main .details {
	padding: 20px 0 40px;
	font-size: 14px;
	color: #333;
}

.boshi_sec .main .details h1 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.boshi_sec .main .details h2 {
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: 12px;
	color: #999;
	border-bottom: 1px solid #dddddd;
}

.boshi_sec .main .details h2 span {
	margin-right: 15px;
}

.boshi_sec .main .details p {
	line-height: 25px;
}


/*page*/

.page {
	padding: 40px 0 60px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
}

.page a {
	display: inline-block;
	margin: 0 4px;
	padding: 0 10px;
	color: #999999;
	border: 1px solid #dedede;
}

.page input {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dedede;
}

.page a:hover {
	background: #237ade;
	border-color: #237ade;
	color: #fff;
}


/*响应式样式*/

@media only screen and (max-width:1366px) {}

@media only screen and (max-width:1200px) {
	.w {
		width: 1024px;
	}
}

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	.banner .swiper-button-next {
		right: 26%;
	}
	.banner .swiper-button-prev {
		right: 36%;
	}
}

@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		padding: 0 3%;
	}
	.phone_head {
		display: block;
	}
	header {
		display: none;
	}
	.h {
		height: 50px;
		/*display: none;*/
	}
	.banner .tbox {
		font-size: 16px;
	}
}

@media only screen and (max-width:780px) {
	.bm .list ul li {
		padding-left: 50px;
	}
}

@media only screen and (max-width:560px) {
	.banner .tbox {
		display: none;
	}
	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		bottom: auto;
		top: 50%;
		margin-top: -15px;
	}
	.banner .swiper-button-next {
		right: 10px;
	}
	.banner .swiper-button-prev {
		right: auto;
		left: 10px;
	}
	.layout_left {
		width: 100%;
		margin-top: 30px;
	}
	.layout_right {
		width: 100%;
	}
	.in_sec .main&gt;ul&gt;li {
		width: 100%;
	}
	.in_sec .main&gt;ul&gt;li:nth-child(even) {
		width: 100%;
		margin-left: 0;
	}
	.boshi_sec .main .details h1 {
		font-size: 16px;
	}
	.page a,
	.page span {
		margin: 5px 0;
	}
}

@media only screen and (max-width:480px) {}

@media only screen and (max-width:380px) {}

@media only screen and (max-width:320px) {}






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