<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top_top {
	margin: 0;
	background: #F6F6F6;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 0;
	font-size: 13px;
	font-family: "Microsoft YaHei";
	overflow: hidden;
}
.top_top_content {
	max-width: 1000px;
	margin: 0 10px;
}
.welcomeContent {
	text-align: right;
}
.top_body {
	margin: 30px 0 10px 0;
	border: 0;
	padding: 0px;
}
.welcomeContent span {
	padding-left: 8px;
}
.top_logo {
	margin: 10px 0px 2px 30%;
}
.search_text {
	border: 1px solid #aaa;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	width: 240px;
	border-radius: 0;
}
.top_searchImg {
	background: #E61F18;
	height: 29px;
	width: 30px;
	border: 0;
	border-radius: 0;
	margin-top: 3px;
	filter: alpha(opacity = 90);
	opacity: 0.9;
}
.top_searchImg:hover {
	filter: alpha(opacity = 100);
	opacity: 1;
}
.top_searchImg:active {
	position: relative;
	top: 1px;
}
.top_table_search {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	padding: 0px;
}
.top_table_search td {
	border: 0;
	padding: 0;
}
.top_td_over {
	background: #E61F18;
	padding: 5px 10px 5px 10px;
	color: white;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	cursor: pointer;
}
.top_td_out {
	background: white;
	padding: 5px 10px 5px 10px;
	color: black;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.top_td_over a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
.top_td_out a {
	color: black;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
}
.page_top_hr_personalCenter {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	color: #E61F18;
	background: #ccc;
	border: 0;
}
.page_top_hr_other {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 10px;
	color: #E61F18;
	background: url(../img/bk.png);
	background-size: 24px;
	border: 0;
	display: none;
}
.top_navigation {
	border: 0;
	margin-top: 20px;
	background-color: #1c529a;
}
.top_navigation&gt;ul&gt;li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	text-align: center;
	z-index: 200;
}
.top_navigation ul li a {
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-family: "Microsoft YaHei";
	text-decoration: none;
	margin: 0px;
	padding: 0 15px;
	z-index: 200;
}
.top_navigation ul {
	padding: 0px;
	margin: 0px;
	z-index: 200;
}
.top_navigation ul li ul {
	position: absolute;
	display: none;
	z-index: 200;
}
.top_navigation ul li ul li {
	float: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	z-index: 200;
	background: #ca0405;
}
.top_navigation ul li:hover {
	background: #ca0405;
}
.top_navigation ul li:hover a {
	color: white;
}
.top_navigation ul li ul li:hover a {
	color: #ca0405;
	background: white;
	text-decoration: none;
}
.top_navigation ul li ul li:hover {
	font-weight: bold;
	background: white;
}
.top_navigation ul li:hover ul {
	display: block;
	background: #E61F18;
}
.positionFixed {
	position: absolute;
	margin-top: 20px;
	background: #F6F6F6;
	z-index: 10;
	display: none;
	background: url("../img/login_bg.png") no-repeat;
	width: 260px;
	height: 180px;
}
.loginBtn_top {
	width: 80px;
	height: 32px;
	background: #E61F18;
	color: white;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	border: 0;
	border-radius: 0;
}
.positionFixed span {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	border: 0;
	margin-right: 5px;
	color: #333;
}
.top_login_text {
	border: 1px solid #bfbebe;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	width: 200px;
	border-radius: 0;
}
.top_login_bg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

@media (max-width: 480px) {
	.top_navigation ul {text-align: center;display: inline-flex;}
	.m-nav-logo img{width: 60px;height: auto;}
	.m-nav-logo-title {font-size: 20px;letter-spacing: 0;}
	.top_body{margin-top: 10px;margin-bottom: 5px;}
	.top_navigation{margin-top: 0;}
}</pre></body></html>