* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.png);
	min-width: 1280px;
}
ul, li {
	list-style: none;
}
.wd1200 {
	width: 1200px;
	margin: 0px auto;
}
.indexcon {
	background: url(../images/index.jpg) no-repeat;
}
.hd800 {
	height: 720px;
}
.kongdiv {
	height: 560px;
}
.indexlink {
	width: 738px;
	height: 80px;
	margin: 0px auto;
}
.clear {
	clear: both;
}
.indexlink li {
	float: left;
	width: 200px;
	border-radius: 10px;
	height: 80px;
	line-height: 80px;
	font-size: 36px;
	margin: 0px 20px;
	text-align: center;
	border: 2px solid #fff;
	background-color: #124b97;
	opacity: 0.8;
}
.indexlink li:hover {
	background-color: #333;
}
.indexlink a {
	text-decoration: none;
	color: #fff;
}
.indexfoot {
	text-align: center;
	font-size: 18px;
	height: 100px;
	line-height: 100px;
}
.indexfoot li {
	float: left;
	width: 33%;
}
#newBridge .nb-show {
    display: none !important;
}