@charset "utf-8";

#borderbox {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
#border-top {
	background-image: url(../images/index/border-top.gif);
}
#border-left {
	background-image: url(../images/index/border-left.gif);
}
#border-right {
	background-image: url(../images/index/border-right.gif);
}
#border-left,#border-right{
	background-repeat: repeat-y;
	float: left;
	height: 450px;
	width: 15px;
}
#border-bottom {
	background-image: url(../images/index/border-bottom.gif);
}
#border-top,#border-bottom{
	background-repeat: repeat-x;
	float: left;
	height: 15px;
	width: 900px;
}
#box {
	width: 870px;
	float: left;
	text-align: left;
}
#bg {
	height: 330px;
	background-image: url(../images/index/bg.jpg);
}
#bg-link {
	position: relative;
	left: 543px;
	top: 50px;
	height: 150px;
	width: 300px;
	background-color: #FFFFFF;
	overflow: auto;
}
#bg-link  a {
	font-size: 14px;
}


#logo,#weblink{display:inline;}
#logo {
	float: left;
	width: 330px;
	margin-left: 10px;
}
#weblink {
	float: right;
	width: 515px;
	margin-right: 10px;
	text-align: right;
}
#weblink table{
  border-collapse:collapse;
}
#weblink  th {
	vertical-align: top;
	height: 75px;
	text-align: center;
}
#weblink td {
	line-height: 12px;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: 101px;
	font-family: "宋体";
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #666666;
	line-height: 13px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
