/* 引导页所用样式 */
body {
	margin: 0px;
	padding: 0px;
	
	
	background-color: #F7C8DC;
	
	/*
	background-image: url(../images/guide/bg.jpg);
	*/
}

.container {
	position: relative;
	width: 1004px;
	left: 50%;
	margin-left: -502px;
}

/*====================== guide ===========================*/
.top_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 503px;
	height: 169px;
	background-image: url(../images/guide/top_01.jpg);
}

.top_right {
	position: absolute;
	top: 0px;
	left: 503px;
	width: 501px;
	height: 169px;
	background-image: url(../images/guide/top_02.jpg);
}

.middle_left {
	position: absolute;
	top: 169px;
	left: 0px;
	width: 339px;
	height: 265px;
	background-image: url(../images/guide/middle_01.jpg);
}

.middle_right {
	position: absolute;
	top: 169px;
	left: 664px;
	width: 340px;
	height: 265px;
	background-image: url(../images/guide/middle_02.jpg);
}

.middle_top {
	position: absolute;
	top: 169px;
	left: 339px;
	width: 325px;
	height: 265px;
	background-image: url(../images/guide/middle_center.jpg);
}

.btn_01 {
	position: absolute;
	top: 403px;
	left: 354px;
	width: 142px;
	height: 31px;
	background-image: url(../images/guide/btn_01.gif);
	cursor:pointer;
}

.btn_02 {
	position: absolute;
	top: 403px;
	left: 510px;
	width: 142px;
	height: 31px;
	background-image: url(../images/guide/btn_02.gif);
	cursor:pointer;
}

.btn_03 {
	position: absolute;
	top: 446px;
	left: 430px;
	width: 142px;
	height: 31px;
	background-image: url(../images/guide/btn_03.gif);
	cursor:pointer;
	z-index:9999;
}

.middle_center_02 {
	position: absolute;
	top: 352px;
	left: 378px;
	width: 95px;
	height: 44px;
	background-image: url(../images/guide/new_08.jpg);
}

.middle_center_03 {
	position: absolute;
	top: 352px;
	left: 473px;
	width: 2px;
	height: 44px;
	background-image: url(../images/guide/new_09.jpg);
}

.middle_center_04 {
	position: absolute;
	top: 352px;
	left: 475px;
	width: 5px;
	height: 44px;
	background-image: url(../images/guide/new_10.jpg);
}

.middle_center_05 {
	position: absolute;
	top: 352px;
	left: 480px;
	width: 22px;
	height: 44px;
	background-image: url(../images/guide/new_11.jpg);
}

.middle_center_06 {
	position: absolute;
	top: 352px;
	left: 502px;
	width: 35px;
	height: 44px;
	background-image: url(../images/guide/new_12.jpg);
}

.middle_center_07 {
	position: absolute;
	top: 352px;
	left: 537px;
	width: 95px;
	height: 44px;
	background-image: url(../images/guide/new_13.jpg);
}

.middle_center_08 {
	position: absolute;
	top: 352px;
	left: 632px;
	width: 94px;
	height: 44px;
	background-image: url(../images/guide/new_14.jpg);
}

.middle_bottom1 {
	position: absolute;
	top: 434px;
	width: 1004px;
	height: 166px;
	background-image: url(../images/guide/bottom.jpg);
}

.middle_bottom2 {
	position: absolute;
	top: 550px;
	left: 302px;
	width: 424px;
	height: 94px;
	
	color:#ba2a8b;
	font-size:12px;
	text-align:center;
	
	line-height:21px;
}

.hand {
	cursor:pointer;
}
