/******************************* 初始化 *******************************/
*{
   margin:0;
   padding:0;
   }
   
body{
   font:Arial, Helvetica, sans-serif;
   font-size:13px;
   margin:0 auto;
   }
   
img{
    border:0;}
	
ul,dl,dt,dd,h1,h2,h3,p{
    margin:0;
	padding:0;}
	
a{
	color:#000000;
	text-decoration:none;}

a:hover{
	color:#0066FF;}

/******************************* 布局 *******************************/
#wrapper{
	width:100%;
	height:auto;
	margin:0 auto;
	background:#D3ECFC;}
	
#wrap{
	width:1000px;
	height:auto;
	margin:0 auto;
	background:#FFFFFF;
	border:1px solid #9BCBFB;}
	
#top{
	width:1000px;
	height:420px;
	margin:0 auto;}
	
	
#main{
	width:1000px;
	height:auto;}



#footer{
	width:1000px;
	height:80px;
	margin:0 auto;}
	

/******************************* 头部 *******************************/	
.logo{
	width:1000px;
	height:100px;}

.logo1{
	float:left;
	padding:10px 0 0 20px;}
	
.contract{
	float:right;
	padding:20px 40px 0 0;
	line-height:1.5;
	font-size:16px;
	color:#999999;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;}

.pic{
	width:1000px;
	height:260px;}	
	

/*********************** 导航 **********************/		

.nav{
	width:1000px;
	height:43px;
	margin:0 auto;
	background:url(../images/nav_bg.jpg) 0 0 repeat-x;}	
	
.nav_l{
	width:92px;
	height:43px;
	float:left;}
	
.nav_r{
	width:12px;
	height:43px;
	float:right;}	
	
.nav ul{
	list-style:none;}
	
.nav li{
	float:left;
	height:43px;
	line-height:43px;
	width:120px;
	background:url(../images/nav_bg2.jpg) 0 0 no-repeat;
	text-align:center;}
	
.nav a{
	font-size:14px;
	color:#FCFCFC;
	font-weight:bold;
	text-decoration:none;}
	
.nav a:hover{
	color:#79CFE6;}	
	
	

/******************************* 主体 *******************************/	
	
	
.main1{
	width:1000px;
	height:160px;
	margin-top:20px;
	clear:both;}
	
.layout{
	width:332px;
	height:150px;
	border-left:1px solid #eee;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	background:#FCFCFC;
	float:left;}

.layout1{
	width:331px;
	height:150px;
	border:1px solid #eee;
	background:#FCFCFC;
	float:left;}


.title{
	padding:10px 0 0 20px;
	font-weight:bold;
	font-size:15px;
	color:#666666;}

.title a:hover{
	text-decoration:underline;}


.content{
	padding:10px 15px 0 20px;
	text-indent:20px;
	line-height:1.5;}
	

.friend_link{
	width:980px;
	height:100px;
	border:1px solid #CCCCCC;
	margin:0 auto;
	clear:both;}

.title2{
	width:150px;
	height:100px;
	float:left;}

.link{
	width:150px;
	height:60px;
	float:left;
	padding:25px 0 0 10px}

.partner{
	padding:10px 0 20px 20px;
	font-size:15px;}

/******************************* 非主業 *******************************/	

#main2{
	width:1000px;
	height:600px;
	background:#CCE5FD;
	border-top:1px solid #64C0FB;
	clear:both;}

.nav2{
	width:950px;
	height:30px;
	padding:10px 0 0 20px;
	font-size:14px;}
	
/******************************* 底部 *******************************/	

.footer_text{
	text-align:center;
	padding-top:15px;}
	
	
	
	
	
	