<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************************************************
顶部欢迎词横条、LOGO及导航
*****************************************************/
.HeaderTop{
	width:100%;
	height:30px;
	background:#F0F0F0;
}
.MainContainer{
	width:1200px;
	clear:both;
	margin:auto;
	position:relative;
}
.HeaderTop .MainContainer{
	height:30px;
	z-index:1000000;
}
.HeaderTop .TopMember{
	height:30px;
	overflow:hidden;
	float:left;
}
.HeaderTop .TopMember .Logincont{
	height:30px;
}
.HeaderTop .TopMember .Logincont span,.HeaderTop .TopMember .Logincont a{
	display:block;
	float:left;
	line-height:30px;
	font-size:12px;
	padding:0 5px;
	color:#666;
}
.HeaderTop .TopMember .Logincont input[type=text],.HeaderTop .TopMember .Logincont input[type=password]{
	width:90px;
	height:23px;
	border:#E7E7E7 solid 1px;
	line-height:23px;
	text-indent:5px;
	color:#999;
}
.HeaderTop .TopMember .Logincont input[type=submit]{
	height:25px;
	line-height:25px;
	border:0;
	padding:0 10px;
	background:#1DD2AF;
	color:#FFF;
}
.HeaderTop .HomepageCollect{
	float:right;
	height:30px;
	width:130px;
	position:relative;
}
.HeaderTop .HomepageCollect span,.HeaderTop .HomepageCollect a{
	display:block;
	float:left;
	line-height:30px;
	font-size:12px;
	padding:0 2px;
	color:#666;
}

/* 用手机查看，悬停显示手机站二维码 */
.Wxcode{ width:182px; float:right; position:relative; }
.Wxcode dl{	position:absolute; width:100%; right:68px; top:0px; }
.Wxcode dl dt{ text-align:center; line-height:45px;	background:#FF6000; }
.Wxcode dl dt span{	display:inline-block; text-indent:4.6em; padding-left:10px; background:url(code0.png) left center no-repeat; color:#EFEFEF; }
.Wxcode dl dt span:hover{ font-size:12px; cursor:pointer; }
.Wxcode dl dd{ border:#DDD solid 1px; border-radius:5px; text-align:center; margin-top:5px;	background:#FFF; display:none; }
.Wxcode dl:hover dd{ display:block; cursor:pointer; }
.Wxcode dl dd img{ width:160px;	height:160px; margin:10px 0 0 10px; box-shadow:0 0 3px 0 #888; }
.Wxcode dl dd div{ padding:5px 0 5px 0; font-size:14px;	color:#666; }

/***********************顶部LOGO电话横幅开始***************************/
.LogoTelTop{
	width:100%;/* 最外DIV宽度为100%，确保背景宽度全屏 */
	height:130px;
	background:#ffffff url(logoteltopbg.jpg) center top no-repeat;
}
.LogoTel{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	min-height:100px;
	padding-top:15px;
}
.LogoTel .logo{
	float: left;
	width: 1200px;
	height: 100px;
	overflow:hidden;
    background:url(logo.png) left top no-repeat;
}
.LogoTel .tel{
	float:right;
	width: 0px;
	height: 100px;
	overflow:hidden;
    background:url(tel000.png) left top no-repeat;
}
/***********************顶部LOGO电话横幅结束***************************/


.LogoNav{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
	min-height:60px;
	background:#0060B4;
}
.LogoNav .logo{
	float: left;
	/*width: 250px;*/
	overflow: hidden;
}
.LogoNav .nav{
	float:left;
	margin:0 auto;
}
.LogoNav .nav ul li{
	float:left;
	font: 16px/60px 'Microsoft Yahei';
	margin-left: 58px;
}
.LogoNav .nav ul li a{
	color:#fff;
}
.LogoNav .nav ul li a:hover{
	color:#024D8D;
}
.LogoNav .nav ul li.ck a{
	color:#FFFFFF;
	border-bottom:3px solid #2DC3E8;
	padding-bottom: 5px;
}

</pre></body></html>