<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/**
 * .c-z-1 {
	color: #0452a1;
}

.c-z-2 {
	color: #ee0000;
}

.c-z-3 {
	color: #f45c00;
}

 ***/

/* 英文 */
@font-face {
	font-family: 'en1';
	src: url('../font/BEBAS.TTF');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

@font-face {
	font-family: 'en2';
	src: url('../font/timesbd.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}


/* 数字 */
@font-face {
	font-family: 'num1';
	src: url('../font/UBTECH-Regular.otf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

@font-face {
	font-family: 'num2';
	src: url('../font/DIN-Bold.otf');
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}


* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	color: #666;
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	outline: none;
}


a:hover {
	color: #0452a1;
}

li {
	list-style: none;
	padding: 0px;
}

input {}

input:focus {}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

body {
	padding: 0;
	margin: 0 auto;
	border: 0;
	font-family: "微软雅黑,arial, helvetica, sans-serif";
	min-width: 1200px;
	background: url(../img/body-bg.jpg) no-repeat top center;
}


/**宽度**/
.container {
	width: 1200px;
	margin: 0 auto;
}

.media-container {
	position: relative;
	width: auto;
	transition: 0.5s;
}

@media screen and (min-width: 1701px) {
	.media-container {
		margin: 0 7%;
	}

}

@media screen and (max-width: 1700px) {
	.media-container {
		margin: 0 5%;
	}

	.top-box-3 .top-nav-class-1&gt;li {
		width: 11.5% !important;
		transition: 0.5s;
	}
}

@media screen and (max-width: 1500px) {
	.media-container {
		margin: 0 4%;
	}

	.top-box-3 .top-nav-class-1&gt;li {
		width: 11.5% !important;
		transition: 0.5s;
	}
}

@media screen and (max-width: 1400px) {
	.media-container {
		margin: 0 3%;
	}

	.top-box-3 .top-nav-class-1&gt;li {
		width: 11.5% !important;
		transition: 0.5s;
	}

	.top-box-3 .top-nav-class-1&gt;li&gt;a {
		transition: 0.5s;
	}
}


@media screen and (max-width: 1200px) {
	.media-container {
		margin: 0 20px;
	}

	.top-box-3 .top-nav-class-1&gt;li {
		width: 11.5% !important;
		transition: 0.5s;
	}
}



/***超出隐藏***/
.over-h {
	overflow: hidden;
}

.over-v {
	overflow: visible;
}


/**浮动**/
.clear:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
}


.fl-l {
	float: left;
}

.fl-r {
	float: right;
}


/***定位***/
.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}


/* 文字超出隐藏 */
.ellip {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}


/**图片动效**/
.pic-box {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	position: relative;
}

.pic-box::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #0452a1 url(../img/icon/icon46.png) no-repeat center center / 40px;
	opacity: 0.0;
	transition: 1s;
	position: absolute;
	z-index: 2;
	display: none;
}

.pic-box img {
	transition: 1s;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

*:hover&gt;.pic-box img {
	transform: scale(1.1);
}

*:hover&gt;.pic-box::before {
	transition: 1s ease;
	opacity: 0.85;
}


/**分栏图片**/
.fenlan-pic {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.fenlan-pic img {
	display: block;
	width: 100%;
}


/* item列表 分栏 */
.item2 {}

.item2 .item {
	float: left;
	width: 49%;
	margin-top: 2%;
	margin-right: 2%;
}

.item2 .item:nth-child(1),
.item2 .item:nth-child(2) {
	margin-top: 0%;
}

.item2 .item:nth-child(2n) {
	margin-right: 0;
}

.item3 {}

.item3 .item {
	float: left;
	width: 32%;
	margin-top: 2%;
	margin-right: 2%;
}

.item3 .item:nth-child(1),
.item3 .item:nth-child(2),
.item3 .item:nth-child(3) {
	margin-top: 0% !important;
}

.item3 .item:nth-child(3n) {
	margin-right: 0;
}

.item4 {}

.item4 .item {
	float: left;
	width: 23.5%;
	margin-top: 2%;
	margin-right: 2%;
}

.item4 .item:nth-child(1),
.item4 .item:nth-child(2),
.item4 .item:nth-child(3),
.item4 .item:nth-child(4) {
	margin-top: 0%;
}

.item4 .item:nth-child(4n) {
	margin-right: 0;
}


.item5 {}

.item5 .item {
	float: left;
	width: 18.4%;
	margin-top: 2%;
	margin-right: 2%;
}

.item5 .item:nth-child(1),
.item5 .item:nth-child(2),
.item5 .item:nth-child(3),
.item5 .item:nth-child(4),
.item5 .item:nth-child(5) {
	margin-top: 0%;
}

.item5 .item:nth-child(5n) {
	margin-right: 0;
}



/***瀑布流***/
#PBL_box {
	padding-left: 0;
	margin-top: 0;
}

#PBL_box .PBL_list {
	margin-bottom: 20px;
	float: left;
}

#PBL_box .PBL_list img {
	max-width: 100%
}


/***分页***/
.page {
	display: block;
	text-align: center;
	margin: 1.5em auto 0;
	font-size: 20px;
	line-height: 2em;
	padding-top: 1.5em;
	border-top: dashed 1px #ccc;
}

.page&gt;* {
	display: inline-block;
	color: #666 !important;
	font-size: 16px !important;
	margin-bottom: 0px !important;
}

.page&gt;*~* {
	margin-left: 10px;
}

.page a {
	display: block;
	line-height: 2.5em;
	padding: 0 1em;
	color: #666;
	text-decoration: none;
	background: #ededed;
	/* background: #fff; */
}

.page li&gt;span {
	line-height: 2.5em;
	display: inline-block;
	background: #ededed;
	padding: 0 1.2em;
}

.page li strong {
	display: inline-block;
}


.page .thisclass a,
.shousuo-page .thisclass a,
.shousuo-page ul li a:hover,
.page li a:hover {
	color: #fff !important;
	background: #0452a1 !important;
}





/* 上一页 下一页 */
.prenext {
	margin-top: 60px;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	padding: 15px 20px;
	color: #666;
	border: dashed 1px #ccc;
	/* border: dashed 1px #fff; */
}

.prenext a {
	color: #333;
	/* color: #fff; */
}

.prenext a:hover {
	color: #ee0000;
	text-decoration: underline;
}

/* 内页搜索 */
.index-hot-key {
	background-color: #0452a1;
}

.index-hot-key .hot-shousuo {
	float: left;
	font-size: 14px;
	color: #fff;
	width: 65%;
	line-height: 60px;
}

.index-hot-key .hot-shousuo .bt {
	font-size: 16px;
	font-weight: bold;
	float: left;
}

.index-hot-key .hot-shousuo .bt span {
	font-family: en;
	letter-spacing: 1px;
	margin-right: 5px;
}

.index-hot-key .hot-shousuo-list {
	float: left;
}

.index-hot-key .hot-shousuo-list a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 10px;
	color: #ededed;
	text-decoration: underline;
}

.index-hot-key .hot-shousuo-list a:hover {
	color: #fff;
}

.index-hot-key .search-box {
	float: right;
	margin-top: 13px;
}

.index-hot-key .search-box .search-text {
	border-radius: 34px 0 0 34px;
	background: #fff;
	line-height: 34px;
	border: none;
	height: 34px;
	padding: 0 15px 0 25px;
	width: 180px;
	font-size: 14px;
	color: #999;
}

.index-hot-key .search-box .search-btn {
	font-size: 14px;
	border: none;
	height: 34px;
	line-height: 32px;
	vertical-align: middle;
	background: #ee0000 url(../img/icon/icon31.png) no-repeat 10px center / 16px;
	color: #fff;
	border-radius: 0 34px 34px 0;
	padding: 0 20px 0 35px;
	cursor: pointer;
}

/**内页搜索**/

.ny-shoushuo-box {
	display: block;
	text-align: center;
}

.ny-shoushuo-box form {
	display: inline-block;
	width: auto;
}

.ny-shoushuo-box .search-text {
	line-height: 35px;
	border: solid 1px #0452a1;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
	width: 300px;
}

.ny-shoushuo-box .search-btn {
	text-align: left;
	padding: 0 20px 0 40px;
	line-height: 37px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	background: #0452a1 url(../img/search-btn.bg.png) no-repeat 11px center / 16px auto;
}


.shousuo-list {}


.shousuo-list li:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}

.shousuo-list li {
	font-size: 14px;
	line-height: 1em;
	margin-top: 20px;
	padding-top: 20px;
	border-top: dashed 1px #ccc;
}

.shousuo-list li .shousuo-title {
	line-height: 2em;
}

.shousuo-list li .shousuo-info {
	font-size: 12px;
	line-height: 1.75em;
	color: #666;
	margin: 5px 0;
}

.shousuo-list li .shousuo-url {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}

.shousuo-list li .shousuo-url&gt;span {
	margin-right: 10px;
}

.shousuo-list li .shousuo-url a {
	margin-right: 10px;
}

.shousuo-list li .shousuo-url .time {
	color: #f50;
}




/* 搜索分页 */
.shousuo-page {
	margin: 2em auto 0;
}

.shousuo-page ul {
	text-align: center;
	font-size: 0;
}

.shousuo-page ul li {
	display: inline-block;
	color: #666 !important;
	font-size: 14px !important;
	margin: 0 2px;
}

.shousuo-page ul li a {
	display: block;
	line-height: 2.5em;
	padding: 0 1em;
	color: #666;
	text-decoration: none;
	background: #ededed;
}

.shousuo-page input {
	display: none;
}


/***更多按钮***/
.index-more1 {
	color: #333;
	line-height: 2.7em;
	background: #fff url(../img/icon/icon18.png) no-repeat 10% center / 15px;
	font-size: 18px;
	letter-spacing: 3px;
	text-align: center;
	transition: 0.5s;
	width: 30%;
	display: block;
	margin: 25px auto 0;
	border: solid 2px #0452a1;
}

.index-more1.hover,
.index-more1:hover {
	color: #fff;
	background: #0452a1 url(../img/icon/icon19.png) no-repeat 13% center/ 15px;
}


.index-more2 {
	color: #0452a1;
	border: solid 1px #0452a1;
	border-radius: 4px;
	line-height: 2.2em;
	display: b;
	background: #fff;
	width: auto;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
	transition: 0.3s;

}

.index-more2:hover {
	background: #0452a1;
	color: #fff;
	transition: 0.5s;
}

/* tab2切换 */
.tab-box2 {
	transition: 0.5s;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}



/* 浮动窗 */

.fudong-box {
	position: fixed;
	bottom: -78px;
	right: 0px;
	z-index: 99999999999;
	transition: 0.5s;
	font-weight: normal;
}

.fudong-box ul li:first-child {}

.fudong-box ul li {
	width: 78px;
	height: 78px;
	margin-top: 1px;
	border-top: none;
	background-color: #ededed;
	transition: 0.3s;
	position: relative;
	z-index: 99999999998;
}

.fudong-box ul li:hover a {
	background-color: #0452a1;
	transition: 0.5s;
}

.fudong-box ul li.gotop a {
	background-color: #2b2b2b;
}

.fudong-box ul li.gotop img {
	opacity: 1 !important;
}

.fudong-box ul li a {
	display: block;
	padding-top: 15px;
	position: relative;
	z-index: 99999999997;
	/* background-color: #fff; */
}

.fudong-box ul li a&gt;img {
	height: 25px;
	display: block;
	margin: 0px auto;
	opacity: 1.0;
	transition: 0.3s;
}

.fudong-box ul li:hover a&gt;img {
	opacity: 0.0;
	transition: 0.3s;
}

.fudong-box ul li a&gt;p {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 38px;
	transition: 0.3s;
}

.fudong-box ul li&gt;div {
	position: absolute;
	top: 0px;
	right: 80px;
	width: 0;
	overflow: hidden;
	transition: 0.3s;
	background: #0452a1;
	z-index: 99999999;
	opacity: 0.0;
	/* border: solid 1px #ccc; */
	right: -500px;
}

.fudong-box ul li:hover a&gt;p {
	transition: 0.5s;
	color: #fff;
}

.fudong-box ul li.fudong-qq a {
	background-image: url(../img/icon/fudong-iocn-QQ-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}

.fudong-box ul li.fudong-wx a {
	background-image: url(../img/icon/fudong-iocn-erweima-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}

.fudong-box ul li.fudong-wx div {
	font-size: 0;
	padding: 5px;
	width: max-content;
}

.fudong-box ul li.fudong-wx div img {
	display: inline-block;
	width: 110px;
	padding: 10px;
	vertical-align: middle;
}


.fudong-box ul li.fudong-tell a {
	background-image: url(../img/icon/fudong-iocn-tell-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}


.fudong-box ul li.fudong-tell div {
	font-size: 24px;
	font-family: num2;
	transition: 0.3s;
	padding: 10px 20px;
	height: auto;
	width: max-content;
}


.fudong-box ul li.fudong-tell div p {
	line-height: 1.5em;
	color: #fff;
	text-align: left;
}

.fudong-box ul li.fudong-liuyan a {
	background-image: url(../img/icon/fudong-iocn-ly-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}


.fudong-box ul li:hover&gt;div {
	opacity: 1.0;
	right: 79px;
	transition: 0.5s;
	border-right: none;
}



/* 头部 */
.top-box {}

.top-logo-box {
	padding: 50px 0;
	height: 200px;
	box-sizing: border-box;
}

.top-logo-box .logo {
	float: left;
	display: block;
}

.top-logo-box .datatime {
	float: left;
	font-size: 30px;
	line-height: 80px;
	margin-left: 80px;
	letter-spacing: 6px;
	font-family: en1;
	color: #666;
}

.top-logo-box .right {
	float: right;
}

.top-logo-box .right img {
	display: block;
	/*! width: auto; */
	/*! height: 80px; */
	/*! margin-top: 10px; */
}

.top-logo-box .right-box .search-box {
	font-size: 0;
}

.top-logo-box .right-box .search-text {
	display: inline-block;
	vertical-align: top;
	background: #fafafa;
	font-size: 14px;
	line-height: 3em;
	height: 3em;
	padding: 0 10px;
	border: solid 1px #ccc;
	color: #999;
	width: 220px;
}

.top-logo-box .right-box .search-btn {
	display: inline-block;
	vertical-align: top;
	border: solid 1px #0452a1;
	background: #0452a1 url(../img/icon/icon46.png) no-repeat 15px center / 16px;
	font-size: 14px;
	line-height: 44px;
	color: #fff;
	height: 44px;
	padding-left: 45px;
	padding-right: 20px;
	cursor: pointer;
}


/* 头部导航 */
.top-nav-box {
	background: #0452a1;
	padding: 15px 0;
}

.top-nav-box .top-nav {
	font-size: 0;
	text-align: center;
}

.top-nav-box .top-nav li {
	width: 109px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 2em;
}

.top-nav-box .top-nav li a {
	color: #fff;
}

.top-nav-box .top-nav li a:hover {
	text-decoration: underline;
}

.top-fenzhan-box {
	background: #f5f5f5;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.top-fenzhan-box .top-fenzhan {
	font-size: 0;
}

.top-fenzhan-box .top-fenzhan a:first-child {
	margin-left: 0;
}

.top-fenzhan-box .top-fenzhan a {
	font-size: 12px;
	color: #999;
	margin-left: 12px;
}


/* 友情链接 */
.index-link1 {
	padding: 20px 0;
	border-top: solid 1px #ccc;
}

.index-link1 .container {}

.index-link1-left {
	padding-right: 15px;
	text-align: right;
	float: left;
}

.index-link1 .index-link1-left .title {
	color: #333;
	background: url(../img/icon/icon21.png) no-repeat left center / 1em auto;
	padding-left: 25px;
	line-height: 1.5em;
	font-size: 20px;
}

.index-link1 .index-link1-list {
	width: 90%;
	font-size: 0;
	float: left;
}

.index-link1 .index-link1-list a {
	color: #999;
	font-size: 14px;
	display: inline-block;
	line-height: 2em;
	margin-right: 10px;
}

.index-link1 .index-link1-list a:hover {
	color: #0452a1;
	text-decoration: underline;
}

/*底部*/
.footer-box {
	background: #0452a1;
	font-size: 14px;
	padding: 70px 0 30px;
}

.footer-box a {
	color: #fff;
	opacity: 0.6;
	transition: 0.5s;
}

.footer-box a:hover {
	opacity: 1;
}

.footer-box .line1,
.footer-box .line2 {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	display: block;
	background: #03407d;
	border-left: solid 1px #0a66c3;
}

.footer-box .line1 {
	left: 20%;
}

.footer-box .line2 {
	left: 80%;
}

.footer-box .footer-box-nav {
	float: left;
	width: 200px;
	padding-right: 100px;
	font-size: 0;
}

.footer-box .footer-box-nav li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 14px;
}

.footer-box .footer-box-nav li a {
	line-height: 3em;
}

.footer-box .footer-box-text {
	float: left;
	width: 600px;
	text-align: center;
	line-height: 2em;
	color: #fff;
}

.footer-box .footer-box-text a img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin-right: 10px;
}

.footer-box .footer-box-right {
	float: right;
	width: 200px;
	color: #fff;
	text-align: center;
	line-height: 2em;
}

.footer-box .footer-box-right img {
	display: block;
	width: 100px;
	margin: 0 auto 5px;
	padding: 10px;
	background: url(../img/wx-bg.png) no-repeat 0 0/100%;
}

.footer-box .container&gt;img {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}

/* 内页筛选 */
.saixuan-box {}

.saixuan-box .saixuan-bt {
	border-bottom: solid 1px #0452a1;
}

.saixuan-box .saixuan-bt-name {
	background: #0452a1;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	float: left;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 3px 3px 0 0;
}

.saixuan-box .saixuan-tell {
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 38px;
	margin-left: 30px;
}

.saixuan-box .location {
	line-height: 38px;
}

.saixuan-box .saixuan-info {
	padding-top: 20px;
}

.saixuan-box .saixuan-info .saixuan-info-bt {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	width: 60px;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;

}

.saixuan-box .saixuan-info hr {
	clear: both;
	height: 5px;
}

.saixuan-box .saixuan-info .saixuan-info-info {
	float: left;
	width: 1100px;
	font-size: 0;
}

.saixuan-box .saixuan-info span {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 28px;
	background: #0452a1;
	color: #fff;
	padding: 0 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
}

.saixuan-box .saixuan-info a {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 28px;
	color: #999;
	border-radius: 3px;
	background: #f9f9f9;
	padding: 0 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.saixuan-box .saixuan-info a:hover {
	color: #0452a1;
}




.footer-fenlan {
	background: url(../img/footer-fenlan.jpg) no-repeat top center;
	padding: 100px 0;
	height: 200px;
}

.footer-fenlan .text {
	font-size: 30px;
	color: #fff;
	line-height: 2em;
	font-weight: lighter;
	text-align: center;
}


.footer-fenlan .text a {
	margin-top: 30px;
	display: inline-block;
	font-size: 16px;
	line-height: 2.7em;
	width: 200px;
	border: solid 1px #fff;
	color: #fff;
	border-radius: 2.7em;
}



.index-gonggao-box {
	padding: 15px 0;
	font-size: 12px;
	color: #666;
	line-height: 2em;
	background: rgba(255, 255, 255, 0.6);
}



/* 弹出层 */
#outerdiv {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999999999999;
	width: 100%;
	height: 100%;
	display: none;
}

#outerdiv #innerdiv {
	left: 0 !important;
	top: 0% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#outerdiv #innerdiv img {
	display: block;
	max-height: 90vh;
}
</pre></body></html>