@charset "utf-8";
/* CSS Document */
body {
    background-color:#eefbfe;
	font-family:font-family:Arial, "宋体", sans-serif;
	font-size:12px;
	color:#555555;
	line-height:18px;
	text-align:center;
	margin:0px;
	padding:0px;
	border:0px;
	}
a:link {
    color:#555555;
    text-decoration:none;
}
a:visited {
    color:#555555;
    text-decoration:none;
}
a:hover {
    color:#6bbde2;
	text-decoration:underline;
}
#box {
    text-align:center;
	width:1002px;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	}
#nav {
    width:1002px;
    height:115px;
	text-align:left;
	}
#main {
    width:1002px;
	}
#left{
    width:390px;
	float: left;
	height:435px;
	}
#right{
    margin-left:10px;
	float:left;
	width:600px;
    }
#rtop{
   height:75px;
   }
#title{
    height:30px;
	text-align:left;
	margin-left:15px;
	margin-top:10px;
	}
#contact{
   text-align:left;
   margin-left:20px;
   margin-right:30px;
   }
#contact li{
   list-style:none;
   text-indent:8px;
   line-height:22px;
   }
#contact p{
   text-indent:24px;
   }
#page {
    color:#6bbde2;
	word-spacing:2px;
	}
 #page a:link,#page a:visited {
    text-decoration: none; 
	color: #555555; 
	}
#page a:hover {
    text-decoration: none; 
	color:#6bbde2; 
	}
#contact ul {
    margin-top:40px;
	}
#footer{
    clear:both;
    margin-top:20px;
    border-top:5px;
    width:1002px;
	height:45px;
    }
#contact h1{
    font-size:18px;
	font-family: "宋体";
	line-height:24px;
	color:#6bbde2;
	margin-bottom:5px;
	margin-top:10px;
	}
