/* CSS Document */
.cont {
	width: 1430px;
	height: 768px;
	background: url(bg.png) no-repeat;
}

.hed {
	text-align: center;
	padding-top: 150px;
}

.btn {
	width: 550px;
	height: 100px;
	margin: 0 auto;
	padding-top: 160px;
}

.btn_zhuanjia {
	width: 156px;
	height: 52px;
	background: url(zhuanjia.png) no-repeat;
	border: 0px;
	float: left;
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
	cursor: pointer;
	margin-left: 15px
}

.btn_guanliyuan {
	width: 156px;
	height: 52px;
	background: url(guanliyuan.png) no-repeat;
	border: 0px;
	float: left;
	margin-left: 20px;
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
	cursor: pointer
}

.xitong {
	width: 156px;
	height: 52px;
	background: url(xitong.png) no-repeat;
	border: 0px;
	float: left;
	margin-left: 20px;
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
	cursor: pointer
}