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

	margin:0px;

	padding:0px;

}

a{

	text-decoration:none;

}

li{

	list-style:none;

}

body{

	font-size:12px;

	background:#FC6;

}

#menu{

	height:46px;

	width:960px;

	margin:0 auto;

	background:#FC6;

}

#menu ul li{

	float:left;

}

#menu ul li a{

	display:block;

	height:44px;

	line-height:44px;

	width:120px;

	text-align:center;

	font-size:18px;

	font-weight:bold;

	color:#13100E;

	font-family:"微软雅黑";

}

#menu ul li a.select{

	background:#00598E;

	color:#FFF;

}

#menu ul li a:hover{

	background:#00598E;

	color:#FFF;

}

#intro{

	height:130px;

	background:#13100E;

	width:100%;

	padding-top:8px;

}

#intro .ctn{

	width:960px;

	margin:0 auto;

	padding-left:10px;

}

#intro .logo{

	width:248px;


	float:left;

}

#intro .logo a img{

	border:none;

}

#intro .msg{

	float:left;

	width:140px;

	text-align:center;

	color:#FFF;

	font-size:26px;

	font-family:"微软雅黑";

	line-height:32px;

}

#intro .msg .p1{

	padding-top:20px;

	font-size:16px;

	text-align:left;

	text-indent:19px;

	line-height:26px;

}

#intro .down{

	width:176px;

	float:left;

	padding-left:10px;

	padding-top:14px;

}

#intro .down a.d1{

	display:block;

	background:url(../public/btn03.png) no-repeat;

	height:45px;

	width:162px;

	margin-bottom:6px;

}

#intro .down a.d1:hover{

	background:url(../public/btn03.png) no-repeat -172px 0px;

}

#intro .down a.d2{

	display:block;

	background:url(../public/btn03.png) no-repeat -344px 0px;

	height:45px;

	width:162px;

}

#intro .down a.d2:hover{

	background:url(../public/btn03.png) no-repeat -516px 0px;

}

#intro .codeImg{

	float:left;

	width:115px;

	height:118px;

	background:url(../public/2code.png) no-repeat 0px 3px;

}

#intro .us{

	width:250px;

	padding-top:20px;

	float:left;

	color:#FFF;

	padding-left:14px;

	font-size:22px;

	font-family:"微软雅黑";

	line-height:30px;

}

#ctn{

	background:url(../public/index_bg.jpg) no-repeat center -50px;

	height:160px;

	padding-top:510px;

}

#ctn ul{

	height:123px;

	width:940px;

	margin:0 auto;

}

#ctn ul li{

	float:left;

}

#ctn ul li.tag{

	background:url(../public/btn02.png) no-repeat 15px 45px;

	width:40px;

	height:123px;

}

#ctn ul li a{

	display:block;

	height:87px;

	line-height:20px;

	font-size:20px;

	font-weight:bold;

	text-align:center;

	width:123px;

	color:#F5E4A5;

	padding-top:36px;

	font-family:"微软雅黑";

	background:url(../public/btn01.png) no-repeat 0px 0px;

}

#ctn ul li a:hover{

	background:url(../public/btn01.png) no-repeat 0px -133px;

}

#ctn ul li a span{

	font-size:12px;

	font-weight:normal;

	color:#DA9D5C;

}

#acctn{

	background:#FFF url(../public/4.jpg) no-repeat center 0px;

	height:800px;

}

#acctn .space{

	width:960px;

	height:282px;

}

#acctn .menu{

	width:960px;

	margin:0 auto;

	height:42px;

	text-indent:140px;

}

#acctn table{

	width:730px;

	margin:0 auto;

	color:#333;

}

#acctn table tr{

	height:40px;

}

#acctn table tr td input{

	border:#C60 solid 1px;

	width:220px;

	height:26px;

	line-height:26px;

	text-indent:5px;

}

#acctn table tr td input.code{

	width:100px;

}

#acctn table tr td input.btn{

	border:none;

	background:url(../public/form_btn.png) no-repeat;

	width:150px;

	height:39px;

	color:#FFF;

	font-weight:bold;

	margin-top:10px;

	margin-left:55px;

}

#foot{

	height:80px;

	background:#13100E;

	width:100%;

	color:#999;

	text-align:center;

	padding-top:20px;

}

#foot p{

	line-height:20px;

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