<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.head_tips {
	width: 100%;
	background-color: #f9f9f9;
	font-size: 14px;
	color: #868686;
	user-select: none;
}

.head_tips_content {
	width: 1460px;
	height: 25px;
	margin: 0 auto;
	font-size: 12px;
}

.head_tips_left {
	float: left;
	line-height: 25px;
}

.head_tips_content span {
	display: inline-block;
	vertical-align: middle;
}

.head_tips_content .warning_icon {
	width: 17px;
	height: 14px;
	margin-right: 10px;
	margin-bottom: 3px;
	background: url("../image/header/warning_icon.png") no-repeat center/cover;
}
.head_tips_content .tips_icon {
	width: 15px;
	height: 15px;
	margin-right: 6px;
	margin-bottom: 2px;
	background: url("../image/header/tips_icon.png") no-repeat center/cover;
}

.head_tips_right {
	float: right;
	width: 670px;
	line-height: 25px;
	font-size: 12px;
}

.headerContent {
	width: 1460px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	overflow: hidden;
}

.logo {
	float: left;
	width: 407px;
	/* height: 123px; */
	margin-top: -30px;
	margin-left: -40px;
}

.nav {
	float: right;
	height: 100%;
}

#header {
	position: relative;
	width: 100%;
	height: 105px;
}

#header &gt; div {
	width: 100%;min-width: 1450px;
	/* width: 1920px; */
	margin: 0 auto;
	color: #333;
	background: #ffffff;
	border-bottom: 1px solid #e6e6e6;
}

.navs {
	display: inline-block;
	padding: 0 5px;
	margin: 0 5px;
	line-height: 60px;
	font-size: 16px;
	cursor: pointer;
	height: 100%;
	position: relative;
	color: #303030;
}

#header a {
	color: #fff;
}

.navs.navsActive {
	color: #003b83;
}

.navsActive .borderBottom {
	width: 100%;
	position: absolute;
	bottom: 1px;
	left: 0;
	border-bottom: 2px solid #003b83;
	animation: showLine 0.4s;
	animation-iteration-count: 1;
}

.navs.phone {
	padding: 0;
	margin: 0 0 0 8px;
	line-height: 60px;
	cursor: auto;
}
.navs.phone b {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500 !important;
}

.navs.phone .kefu-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: url(../image/kefu-icon.png) no-repeat center/cover;
	width: 20px;
	height: 20px;
}

.navs.phone .phone-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: url(../image/phone_icon1.png) no-repeat center/cover;
	width: 19px;
	height: 19px;
}

@keyframes showLine {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

/* æ»šåŠ¨ */
/*Plugin CSS*/
.str_wrap,
.head_str_wrap {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 570px;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}
.str_move_clone {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 100%;
	top: 0;
}
.str_vertical .str_move_clone {
	left: 0;
	top: 100%;
}
.str_down .str_move_clone {
	left: 0;
	bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space: normal;
	width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
	cursor: inherit;
}
</pre></body></html>