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

/* CSS Document */

.zm-title {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.zm-title b {
	display: inline-block;
	width: 5px;
	height: 14px;
	vertical-align: middle;
	background: #176fc0;
}

.zm-title span {
	font-size: 20px;
	font-weight: bold;
	color: #176fc0
}

.zm-title a {
	font-size: 12px;
	color: #777;
}

.zm-content {
	padding: 10px;
	border: 1px solid #176fc0;
	border-top: 2px solid #176fc0;
	overflow: hidden;
	margin-bottom: 20px;
}

.online-part {
	width: 100%;
	margin: 0 10px;
}

.online-part .online-part-p {
	float: right;
	width: 320px;
}

.online-part .online-part-p1 {
	float: left;
	width: 390px;
}

.online-part .online-part-p2 {
	float: left;
	width: 390px;
}

.online-part img {
	float: left;
	margin: 8px 5px 0px 0px;
}

.online-part li {
	height: 26px;
	line-height: 26px;
}

.online-part li a {
	padding: 0 10px 0 15px;
	background: url(point.png) no-repeat 4px center;
	font-size: 14px;
}

.second-bar {
	width: 480px;
	margin: 10px 10px;
}

.second-bar-2 {
	width: 980px;
	margin: 10px 10px;
}

.second-title {
	width: 100%;
	line-height: 20px;
	border-bottom: 1px solid #015597;
	overflow: hidden;
	font-size: 16px;
}
.second-title ul{
	display: inline-block;
}
.second-title li{
	cursor: pointer;
}

.st-t{background: linear-gradient(to right,#eaf1fa, #dfeaf7);}
.st-t:before{background:#eaf1fa;}
.st-t:after {background: #dfeaf7;}
.st-t{

	width: auto;
	height: 35px;
	
	text-align: center;
	color: #333;
	line-height: 35px;
	position: relative;
	display: inline-block;
}
/*
#st1,#st3,#st5,#st7,#st9,#st10,#st12,#st14,#st16,#st18,#st20,#st22,#st24,#st25,#st26,#st27,#st28,#st29{
	width: 77px;
	height: 35px;
	margin: 0px 29px 0px 25px;
	text-align: center;
	color: #333;
	line-height: 35px;
	position: relative;
	display: inline-block;
}
*/
#st24{
	width: 157px;
}
#st25,#st27{
	width: 93px;
}

/*
#st2,#st4,#st6,#st8,#st9,#st11,#st13,#st15,#st17,#st19,#st21,#st23{
	width: 77px;
	height: 35px;
	margin: 0px 29px 0px -9px;
	text-align: center;
	color: #333;
	line-height: 35px;
	position: relative;
	display: inline-block;
}
*/
.st-t.st-t-active,
.st-t.st-t-active:before,
.st-t.st-t-active:after {
	background: #015597 !important;
	color: #fff !important;
}

.st-t:before{
	content: '';
	display: block;
	width: 25px;
	height: 35px;
	position: absolute;
	transform: skewX(-15deg);
	border-top-left-radius: 8px;
	left: -20px;
	top: 0;
}

.st-t:after{
	content: '';
	display: block;
	width: 25px;
	height: 35px;
	position: absolute;
	transform: skewX(15deg);
	border-top-right-radius: 8px;
	top: 0;
	right: -20px;
}

.second-more {
	margin-top: 10px;
	font-size: 12px;
	color: #666;
}

.second-content {
	height: 240px;
	border: 1px solid #015597;
}

.second-part .hd {
	background: #f3f9ff;
	height: 39px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.second-part .hd li {
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	cursor: pointer
}

.second-part .hd li.on {
	background: #fff;
	color: #015597;
	font-weight: bold;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.second-part .bd {
	height: 182px;
	padding: 8px 5px;
}

.second-part .lh {
	overflow: hidden;
}

.second-part .lh li {
	width: 156px;
	padding: 0 10px;
	float: left;
}

.guide {
	padding: 0 0 6px 10px;
}

.guide a,
span,
img {
	vertical-align: middle;
}</pre></body></html>