﻿#wrapper #map {
	BACKGROUND: url(../image/map.gif) no-repeat left top; FLOAT: left; WIDTH: 552px; HEIGHT: 447px; font-size:12px;
}
#wrapper #map H1 {
	DISPLAY: block; FONT-WEIGHT: normal; POSITION: absolute; font-size:12px;}
	
.mapl A:link {
	DISPLAY: block; BACKGROUND: url(../image/maph1.gif) no-repeat; COLOR: #000; TEXT-DECORATION: none
}
.mapl A:visited {
	DISPLAY: block; BACKGROUND: url(../image/maph1.gif) no-repeat; COLOR: #000; TEXT-DECORATION: none
}
.mapr A:link {
	DISPLAY: block; BACKGROUND: url../image/maph1.gif) no-repeat; COLOR: #000; TEXT-DECORATION: none
}
.mapr A:visited {
	DISPLAY: block; BACKGROUND: url(../image/maph1.gif) no-repeat; COLOR: #000; TEXT-DECORATION: none
}
.mapl A:link {
	BACKGROUND-POSITION: left 4px; PADDING-LEFT: 20px
}
.mapl A:visited {
	BACKGROUND-POSITION: left 4px; PADDING-LEFT: 20px
}
.mapr A:link {
	PADDING-RIGHT: 20px; BACKGROUND-POSITION: right 4px
}
.mapr A:visited {
	PADDING-RIGHT: 20px; BACKGROUND-POSITION: right 4px
}
.mapl A:hover {
	PADDING-RIGHT: 20px; DISPLAY: block; BACKGROUND: url(../image/maph1.gif) no-repeat; COLOR: #ff0000
}
.mapl A:active {
	PADDING-RIGHT: 20px; DISPLAY: block; BACKGROUND: url(../image/maph1.gif) no-repeat; COLOR: #ff0000
}
.mapr A:hover {
	PADDING-RIGHT: 20px; DISPLAY: block; BACKGROUND: url(../image/maph1.gif) no-repeat; COLOR: #ff0000
}
.mapr A:active {
	PADDING-RIGHT: 20px; DISPLAY: block; BACKGROUND: url(../image/maph1.gif) no-repeat; COLOR: #ff0000
}
#map .mapr A:hover {
	PADDING-RIGHT: 20px; BACKGROUND-POSITION: right bottom
}
#map .mapr A:active {
	PADDING-RIGHT: 20px; BACKGROUND-POSITION: right bottom
}
#map .mapl A:hover {
	BACKGROUND-POSITION: left bottom; PADDING-LEFT: 20px
}
#map .mapl A:active {
	BACKGROUND-POSITION: left bottom; PADDING-LEFT: 20px
}
#city {
	PADDING-RIGHT: 0px; BORDER-TOP: #cdcdcd 1px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; MARGIN: 0px auto; WIDTH: 950px; PADDING-TOP: 10px; BORDER-BOTTOM: #cdcdcd 1px solid; TEXT-ALIGN: left
}
#city H6 {
	BACKGROUND-POSITION: left center; PADDING-LEFT: 10px; FONT-SIZE: 14px; BACKGROUND-IMAGE: url(404.png); MARGIN-BOTTOM: 10px; COLOR: #000; BACKGROUND-REPEAT: no-repeat
}
#city A {
	PADDING-RIGHT: 5px
}
#city STRONG {
	MARGIN-TOP: 5px; DISPLAY: inline; MARGIN-BOTTOM: -2px; COLOR: #333
}
#city H1 {
	COLOR: #333
}
#soil {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; MARGIN: 0px auto; WIDTH: 950px; PADDING-TOP: 10px; TEXT-ALIGN: left
}
#soil A {
	MARGIN: 0px 2px
}
#soil H6 {
	BACKGROUND-POSITION: left center; PADDING-LEFT: 10px; FONT-SIZE: 14px; BACKGROUND-IMAGE: url(404.png); MARGIN-BOTTOM: 10px; COLOR: #000; BACKGROUND-REPEAT: no-repeat
}
A.z {
	COLOR: #ff0000
}
#rightindex {
	FLOAT: right; MARGIN: 10px 0px 0px 10px; WIDTH: 380px
}
.rightbox {
	BACKGROUND: url(../image/index_rb1.gif) no-repeat left top; WIDTH: 341px
}
.rightbox P {
	PADDING-RIGHT: 18px; PADDING-LEFT: 18px; BACKGROUND: url(../image/index_rb2.gif) no-repeat left bottom; PADDING-BOTTOM: 15px; PADDING-TOP: 15px
}




.background {
	position:fixed;
	_position:absolute;
	z-index:998;
	top:0px;
	left:0px;
	width:100%;
_width:expression(document.documentElement.clientWidth);
	height:100%;
_height:expression(document.documentElement.clientHeight);
	background:rgb(50,50,50);
	background:rgba(0, 0, 0, 0.5);
}
.webox {
	position:fixed;
	_position:absolute;
	z-index:999;
	padding:8px;
	border:solid 1px #000;
	_background:#777;
	background:rgba(10, 10, 10, 0.5);
}
.webox #inside {
	background-color:#FFFFFF;
	height:240px;
}
.webox #inside h1 {
	-moz-user-select:none;
	-webkit-user-select:none;
	position:relative;
	display:block;
	margin:0;
	padding:0;
	font-size:13px;
	line-height:30px;
	height:30px;
	padding-left:5px;
	font-family:Arial;
	background:#F1F7FC;
	font-weight:normal;
	cursor:move;
	font-weight:800;
	color:#000;
}
.webox #inside h1 a {
	position:absolute;
	display:block;
	right:6px;
	margin-top:6px;
	top:0px;
	font-size:14px;
	background-image:url(../image/close.fw.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:17px;
	height:17px;
	cursor:pointer;
	display:inline-block;
}
.webox #inside h1 a:hover {
	background-position:center bottom;
}

.mainlist {
	padding:10px;
}
.mainlist li {
	height:28px;
	line-height:28px;
	font-size:12px;
}
.mainlist li span {
	margin:0 5px 0 0;
	font-family:"宋体";
	font-size:12px;
	font-weight:400;
	color:#ddd;
}
/* 代码整理：懒人之家 */
.Button {
	position:relative;
	display:inline-block;
	padding:.45em .825em .45em;
	text-align:center;
	line-height:1em;
	border:1px solid transparent;
	cursor:pointer;
	border-radius:.3em;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	-moz-transition-property:color, -moz-box-shadow, text-shadow;
 -moz-transition-duration:.05s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-property:color, -webkit-box-shadow, text-shadow;
 -webkit-transition-duration:.05s;
	-webkit-transition-timing-function:ease-in-out;
	box-shadow:0 1px rgba(255, 255, 255, 0.8), inset 0 1px rgba(255, 255, 255, 0.35);
	-moz-box-shadow:0 1px rgba(255, 255, 255, 0.8), inset 0 1px rgba(255, 255, 255, 0.35);
	-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.8), inset 0 1px rgba(255, 255, 255, 0.35);
}
.Button:hover {
	text-decoration:none;
}
.Button strong {
	position:relative;
	z-index:2;
}
.Button {
	display:block;
	border:1px solid;
	opacity:1;
	color:#fff;
	font-size:22px;
	width:240px;
	text-decoration:none;
	margin:20px auto;
	border-radius:.3em;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	box-shadow:inset 0 1px rgba(255, 255, 255, 0.35);
	-moz-box-shadow:inset 0 1px rgba(255, 255, 255, 0.35);
	-webkit-box-shadow:inset 0 1px rgba(255, 255, 255, 0.35);
	-moz-transition-property:opacity;
	-moz-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-property:opacity;
	-webkit-transition-duration:0.5s;
	-webkit-transition-timing-function:ease-in-out;
}
.Button:hover span {
	-moz-transition-property:opacity;
	-moz-transition-duration:0.05s;
	-moz-transition-timing-function:linear;
	-webkit-transition-property:opacity;
	-webkit-transition-duration:0.05s;
	-webkit-transition-timing-function:linear;
}
.Button:active span {
	-moz-transition:none;
	-webkit-transition:none;
}
/* blue Button */
.blueButton {
	color:#fcf9f9;
	text-shadow:0 -1px rgba(34, 25, 25, 0.5);
}
.blueButton:hover {
	color:#fff;
	text-shadow:0 -1px rgba(34, 25, 25, 0.3);
}
.blueButton:active {
	color:#f2f0f0;
	text-shadow:0 -1px rgba(34, 25, 25, 0.6);
}
.blueButton {
	border-color:#015E91;
	background-color:#3693D5;
	background:-moz-linear-gradient(center top, #54B1EB, #47A0E0 50%, #419FE1 50%, #3683D5);
	background:-o-linear-gradient(top left, #54B1EB, #47A0E0 50%, #419FE1 50%, #3683D5);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#54B1EB), to(#47A0E0), color-stop(.5, #419FE1), color-stop(.5, #3683D5));
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#54B1EB', endColorstr='#3683D5');
}
.blueButton:hover {
	border-color:#0366AD;
	background-color:#3EA1D6;
	background:-moz-linear-gradient(center top, #5EB4EA, #61A1EE 50%, #59A5EB 50%, #3691E6);
	background:-o-linear-gradient(top left, #5EB4EA, #61A1EE 50%, #59A5EB 50%, #3691E6);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#5EB4EA), to(#61A1EE), color-stop(.5, #59A5EB), color-stop(.5, #3691E6));
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5EB4EA', endColorstr='#3691E6');
}
.blueButton:active {
	border-color:#013B6A;
	background-color:#3089C8;
	background:-moz-linear-gradient(center top, #4B9CDD, #4189D5 50%, #3D8BD3 50%, #3093C8);
	background:-o-linear-gradient(top left, #4B9CDD, #4189D5 50%, #3D8BD3 50%, #3093C8);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4B9CDD), to(#4189D5), color-stop(.5, #3D8BD3), color-stop(.5, #3093C8));
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B9CDD', endColorstr='#3093C8');
}
.blueButton.Button18:hover {
	box-shadow:0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset, 0 0 10px rgba(82, 162, 235, 0.25);
	-moz-box-shadow:0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset, 0 0 10px rgba(82, 162, 235, 0.25);
	-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset, 0 0 10px rgba(82, 162, 235, 0.25);
}
.blueButton.Button18:active {
	box-shadow:0 1px 2px rgba(34, 25, 25, 0.25) inset, 0 0 3px rgba(82, 202, 235, 0.35);
	-moz-box-shadow:0 1px 2px rgba(34, 25, 25, 0.25) inset, 0 0 3px rgba(82, 202, 235, 0.35);
	-webkit-box-shadow:0 1px 2px rgba(34, 25, 25, 0.25) inset, 0 0 3px rgba(82, 202, 235, 0.35);
}
