<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: "Roboto";
	src: url('./fonts//Roboto-Regular.ttf')
}

.swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 40px;
	border-radius: 10px;
}

body {
	font-family: 'Microsoft YaHei', "Open Sans", sans-serif, "Roboto";
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 100%;
}

em,
i {
	font-style: normal;
}

input,
select,
textarea {
	font-family: å¾®è½¯é›…é»‘, "Open Sans", sans-serif;
	font-size: 1em;
}

img,
a {
	border: 0;
}

ul,
li {
	list-style: none;
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
}

.flt {
	float: left;
}

.frt {
	float: right;
}

.clear {
	clear: both;
}

.clear:after,
.clear:before {
	content: '';
	clear: both;
	display: table;
}

.text-center {
	text-align: center;
}

.font18 {
	font-size: 18px;
}

.font28 {
	font-size: 28px;
}

.padding-bottom {
	padding-bottom: 20px;
}

.padding-lg {
	padding: 30px;
}

.container {
	min-width: 1200px;
	padding: 0;
}

.row {
	margin: 0;
}

img {
	max-width: 100%;
}

button {
	margin: 0px;
	padding: 0px;
	/*è‡ªå®šä¹‰è¾¹æ¡†*/
	border: 0px;
	/*æ¶ˆé™¤é»˜è®¤ç‚¹å‡»è“è‰²è¾¹æ¡†æ•ˆæžœ*/
	outline: none;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #fff;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #000;
}

a:focus {
	text-decoration: none;
	color: blue;
}

.setflex {
	display: flex;
}

.jus-center {
	justify-content: center;
}

.align-center {
	align-items: center;
}

.setflex1 {
	flex: 1;
}

.setflex2 {
	flex: 2;
}

.setflex6 {
	flex: 6;
}

.setflex4 {
	flex: 4;
}

.form-control:focus {
	border-color: #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)'

}

/* åº•éƒ¨æ–°é—» */
.news.img_news_right {
	margin: 0;
}

.news.img_news_right .banner_text .tab {
	margin: 0 20px 0 -5px;
	display: block;
	border-bottom: 1px solid #cccccc;
}

.news.img_news_right .banner_text .text_tab li {
	margin: 18px 5px;
	margin-left: -1px;
}

/* .news.img_news_right .banner_text .tab a. */
.xinwenon {
	border-bottom: 2px solid #015293;
	color: #015293;
}

.news.img_news_right .banner_text .tab a:nth-of-type(2) {
	margin-left: 20px;
}

.news_imgBox img {
	float: right;
}

.img_news .img_news_right .imgNews_img.videoBox dt {
	position: relative;
	height: 157px;
}

.img_news .img_news_right .imgNews_img.videoBox .shadow {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.img_news .img_news_right .imgNews_img.videoBox img:nth-of-type(2) {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	cursor: pointer;
}

/* 1200 å±…ä¸­ */
.maincenter {
	width: 1200px;
	margin: 0 auto;
}

/* ä¸ºæ‚¨æŽ¨è */
.rec_head {
	text-align: center;
	position: relative;
	padding: 16px 0;
	margin-top: 20px;
	height: 100px;
}

.rec_head span:nth-child(1) {
	color: #E8E8EC;
	font-size: 32px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 30%;
	right: 0;
	bottom: 0;
	margin: auto;
}

.rec_head span:nth-child(2) {
	color: #333;
	font-size: 26px;
	z-index: 99;
	position: absolute;
	left: 0;
	top: 45%;
	right: 0;
	bottom: 0;
	margin: auto;
}

/* ä¿é™©äº§å“ */
.bx_bom ul {
	display: flex;
	flex-wrap: wrap;
}

.bx_bom ul li {
	background-color: #fff;
	margin-bottom: 20px;
	width: 285px;
	margin-right: 20px;
	border-radius: 5px;
}

.bx_bom ul li:hover {
	box-shadow: 0px 0px 14px rgba(25, 25, 25, .2);
	;
	transition: all .3s;
}

.bx_bom ul li:nth-child(4n) {
	margin-right: 0;
}

.bx_bom ul li:nth-child(4)~li {
	margin-bottom: 0
}

.bx_bom ul li div:nth-child(2) {
	padding: 24px 0;
	padding-left: 26px;
}

.bx_bom ul li div:nth-child(2) h3 {
	font-size: 24px;
	color: rgba(51, 51, 51, 1);
	font-weight: bold;
	margin-top: 0;
}

.bx_bom ul li div:nth-child(2) span {
	display: block;
	color: #999;
	line-height: 24px;
}

/* æ˜¾ç¤º */
.selectShow {
	display: block !important;
}

/* å°æ‰‹ */
.hoverCursur:hover {
	cursor: pointer;
}

/* åº•éƒ¨ */
#footer {
	background: #F9FBFF;
	color: #FFFFFF;
	text-align: center;
	min-width: 1200px;
	height: auto;
}

#footer .foot_main {
	display: flex;
	justify-content: space-between;
	padding-top: 67px;
	width: 1200px;
	margin: 0 auto;
}

#footer .foot_main .logobox {
	width: 147.5px;
	height: 43px;
	margin: 0 50px;
}

#footer .foot_main .uls {
	color: #000;
	display: flex;
	width: 100%;
}

#footer .foot_main .uls ul {
	flex: 1;
	text-align: left;
	padding: 0 40px;
}

#footer .foot_main .uls ul li {
	line-height: 26px;
	cursor: pointer;
}

#footer .foot_main .uls ul li:nth-child(1) span {
	line-height: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: left;
}

#footer .foot_main .uls ul li:nth-child(1) span::before {
	content: "";
	display: inline-block;
	padding-left: 5px;
	height: 15px;
	border-left: 3px solid #385DE8;
	text-align: center;
}

#footer .foot_main .uls ul li:nth-child(1)~li a {
	color: #666666;
	font-size: 14px;
}

#footer .foot_main .uls ul li:nth-child(1)~li a:hover {
	color: #333;
}

#footer .foot_main .uls ul li img {
	width: 92px;
	height: 92px;
	margin-top: 10px;
}

#footer .foot_text {
	color: #666666;
	font-size: 14px;
	margin-top: 60px;
	margin-bottom: 0;
	padding-bottom: 15px;
}

/* login */
.form-group {
	position: relative;
}

.hint-text {
	padding: 0.3rem;
	color: red;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
}

.btn-primary[disabled]:hover {
	background-color: #007bff;
	border-color: #007bff;
	color: #fff;
}
</pre></body></html>