@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
body {
	background:url(../images/55.jpg);
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.logo {
	height: 67px;
	background:url(../images/logobackg.jpg);
}
.logo_left {
	width: 600px;
	float: left;
	display: inline;
}
.logo_right {
	width: 280px;
	margin-top:20px;
	height: 28px;
	float: right;
	display: inline;
	color:#C00;
}
.logo_left img {
	vertical-align: middle;
	margin-left: 10px;
}
.logo_right img {
	vertical-align: middle;
	margin-right: 20px;
	
	}
.tel {
	font-family: "微软雅黑";
	font-size: 22px;
	color: #C00;
}

.nav {
	height: 30px;
}
.nav_left {
	width: 10px;
<!--	background:url(../images/nav_left.jpg) no-repeat;
-->}
.nav_mid {
	width: 1185px;
	margin-top:20px;
<!--	background:url(../images/nav_bg.jpg) repeat-x;
-->	line-height: 40px;
}
.nav_right {
	width: 10px;
<!--	background:url(../images/nav_right.jpg) no-repeat;
-->}
.nav_left, .nav_mid, .nav_right {
	height: 20px;
	float: left;
	display: inline;
}
.nav_mid li {
	float: left;
	list-style-type: none;
	width: 90px;
	font-family: "微软雅黑";
	text-align: center;
}

.nav_mid a:link, .nav_mid a:visited {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
.nav_mid a:hover, .nav_mid a:active {
	font-size: 16px;
	color: #FF0;
	text-decoration: none;
}

.copyright {
	clear: both;
	width: 100%;
	height: 150px;
<!--	background-color: #E8e8E8;
-->	margin-top: 5px;
}
.copyright_content {
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	padding-top: 20px;
}
.copyright_content li {
	list-style-type: none;
	float: left;
	width: 200px;
	text-align: center;
	<!--background:url(../images/line.png) no-repeat right center;-->
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 30px;
	color: #D0CBCB;
}
.copyright_content li ul li {
	font-size: 14px;
}

.copyright_UPDA{
				text-align: center;
				padding-top: 2px;
				padding-bottom:10px;
				font-size: 9;
				font-family: "宋体";
				background-color :#D0CBCB;
			}
