/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, 宋体;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	background-image: url(https:/tjj.lanzhou.gov.cn/images/459/mainBG.gif);
	background-repeat: repeat-x;
}

.img {
	border: 0
}

a:link {
	font-size: 9pt;
	color: #000000;
	text-decoration: none
}

a:visited {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	TEXT-DECORATION: none
}

a:hover {
	font-size: 9pt;
	color: #5b5b5b;
	text-decoration: none;
	TEXT-DECORATION: none
}

.input {
	BACKGROUND-COLOR: #eeeeee;
	BORDER-BOTTOM: 1px solid #A6C5DB;
	BORDER-LEFT: 1px solid #A6C5DB;
	BORDER-RIGHT: 1px solid #A6C5DB;
	BORDER-TOP: 1px solid #A6C5DB;
	font-size: 12px;
	color: #000000;
	line-height: 15px
}

.tz {
	font-size: 14px;
	color: #FFF;
	padding-left: 50px;
	font-weight: bold;
}

.tz1 {
	padding: 4px;
}

.tz2 {
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #039;
	text-align: center;
}

.tz3 {
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#menu {
	text-align: center;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#menu ul {
	display: flex;
	justify-content: space-around;
	width: auto;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	display: inline-block
}

#menu ul li a {
	display: inline;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	font-size: 14px;
}

#menu a.menu:link {
	color: #FFF;
}

#menu a.menu:visited {
	color: #FFF;
}

#menu a.menu:hover {
	color: #CCC;
}

#menu a.menu:active {
	color: #FFF;
}

select {
	width: 200px;
	height: 20px;
}