@charset "utf-8";
/* CSS Document */

body{ font-family:Verdana, Arial, Helvetica, sans-serif,'宋体';background:#003366; font-size:12px; color:#FFFFFF;}
a{ 	text-decoration:none;}
a img{ border:0px;}
#container{width:960px; padding-top:100px; margin:0 auto;}
#logo{ width:142px; height:42px; float:left;}
#tie{ float:left; font-size:14px; padding:25px 0 0 5px; }
#buttons1{ width:550px; margin:0 auto; margin-top:100px;}
#buttons{ margin:100px 0 0 80px;}
.buttons a.btn, .buttons1 a.btn{ margin-right: 8px;}

.btn {
    background-color: #3366ff;
    background-image: -moz-linear-gradient(center top , #3366ff, #3366ff);
    border: 1px solid #3366ff;
   /* background: none repeat scroll 0 0 #3366ff;
    border: 1px solid #3366ff;*/
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    height:35px;
    line-height: 35px;
    padding: 0 30px;
    text-align: center;
	margin-right:50px;
	margin-bottom:50px;
}
.btn:hover{ background-color:#0f46ed; background-image: -moz-linear-gradient(center top , #0f46ed, #0f46ed);}

.dec{ line-height:30px; font-size:14px; margin: 100px 0 0 80px;}

/* LIBRARY:底部样式
----------------------------------------------- */
#footer {
	color: #949494;
	margin-bottom:20px;
	margin-top:20px;
}
#footer .info {
	padding-top:10px;
	font-size:12px;
	line-height:180%;
}
#footer .footQQ {
	padding:5px 0;
	font-size:12px;
	line-height:180%;
}
#footer .bottonav {
	PADDING-LEFT: 16px;
	FONT-SIZE: 11px;
	COLOR: #949494;
	LINE-HEIGHT: 16px;
	PADDING-TOP: 16px;
	TEXT-DECORATION: none
}
#footer .bottonav p.icp {
	margin-top:10px;
	font-size:10px;
	font-family:Verdana;
}
#footer a:visited, #footer a:link {
	color: #949494;
	text-decoration: none;
}
#footer a:hover {
	color: #949494;
	text-decoration: underline;
}
