<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 */
a:link {
	color: #3CF;
	text-decoration: none;}
a:visited {
	text-decoration: none;
	color: #3CF;}
a:hover {
	text-decoration: none;
	color: #F30;}
a:active {
	text-decoration: none;
	color: #F30;}
.nav a:link , .navcon a:link ,.footerbottom a:link {
	color: #FFF;
	text-decoration: none;}
.nav a:visited , .navcon a:visited ,.footerbottom a:visited {
	text-decoration: none;
	color: #FFF;}
.nav a:hover , .navcon a:hover , .footerbottom a:hover {
	text-decoration: none;
	color: #F30;}
.nav a:active , .navcon a:active , .footerbottom a:active {
	text-decoration: none;
	color: #F30;}
.footertopcon a, .footertop a{
	font-family:"Microsoft YaHei";
	font-size:15px;}

.clear{
	clear:both;}
	
body{
	border:solid 0px #444;
	font-size:14px;
	color:#FFF;
	font-family:"Comic Sans MS", cursive;
	margin:0px;
	padding:0px;
	-webkit-margin:0px;
	-webkit-padding:0px;
	background-color:#444;
	background-image:url(../img/carbon_fibre_big.png);}
 
.main{
	width:707px;
	margin:0px auto;}
/*以上是共用部分*/
/*以下是按页面顺序写的*/
a{
	font-weight:bolder;
	font-family:"Comic Sans MS", cursive;}

.logo{
	width:78px;
	height:78px;
	padding-top:20px;
	margin:0px auto;
	background:url(../img/logo.png) no-repeat ;}

.navcon ul , .nav ul{
	margin:0px;
	padding:0px;
	-webkit-margin:0px;
	-webkit-padding:0px;}
.navcon ul li , .nav ul li{
	width:66px;
	float:left;
	padding-top:68px;
	list-style-type:none;
	text-align:center;}
	
.nav{
	margin:0px auto;
	padding-top:80px;
	padding-bottom:105px;
	width:595px;}

#nav1{margin-left:10px;}
#nav2,#nav3,#nav4,#nav5,#nav6{margin-left:35px;}
#nav1{
	background-image:url(../img/icon-blog.png);
	background-repeat:no-repeat;}
#nav2{
	background-image:url(../img/icon-weibo.png);
	background-repeat:no-repeat;}
#nav3{
	background-image:url(../img/icon-renren.png);
	background-repeat:no-repeat;}
#nav4{
	background-image:url(../img/icon-weichat.png);
	background-repeat:no-repeat;}
#nav5{
	background-image:url(../img/icon-connect.png);
	background-repeat:no-repeat;}
#nav6{
	background-image:url(../img/icon-info.png);
	background-repeat:no-repeat;}
	
.footertop{
	margin:0px auto;
	padding-top:194px;
	text-align:center;
	}

.footerbottom{
	margin:0px auto;
	padding-top:10px;
	text-align:center;
	}

.Weichat{
	/*margin:0px auto;*/
	float:right;
	display:none;
	width:170px;
	height:170px;
	border:#FC3 solid 3px;
	background-image:url(../img/WeiChat.png);
	margin-top:18px;
	margin-bottom:-185px;
	}

param{
	color:#000;}

/*connect页面*/
.footertopcon{
	margin:0px auto;
	padding-top:20px;
	text-align:center;
	}

.connect{
	float:right;
	display:none;
	font-size:16px;
	margin:0px auto;
	width:489px;
	height:170px;
	border:#FC3 solid 3px;
	background-color:#369;
	margin-bottom:-185px;
	}
.connect h2{
	margin:5px auto -15px 20px;
	color:#FF0;}
.connect ul{
	marign-top:-10px;}
.connect li{
	list-style-type:none;}

#con1,#con2,#con3,#con4{margin-top:7px;}	
/*以下是临时的*/
#con2{
	margin-left:62px;}
#con3{
	margin-left:18px;}
#con4{
	margin-left:-16px;}

/*#con1{
	height:20px;
	background-image:url(../img/glyphicons-halflings-white.png);
	background-position:-62px 160px;}
*/</pre></body></html>