@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background: url(../images/bg2.gif);
}
a {
	color: #000000;
	text-decoration:none;
}
img{
	border-style:none;}
.clear {
	clear:both;
	height:0px;
	line-height: 0px;
	font-size:0px;
}
#waikuang {
	margin:0 auto;
	width:850px;
}
/*导航*/
.logo{ margin:40px 0 0 0;}
.nav{ width:850px; height:48px; background:url(../images/nav_bg.gif) no-repeat center;}
.nav ul{ margin:0 125px;}
.nav ul li{ list-style:none; float:left; margin:1px 0;}
.nav ul li a{ width:120px; height:46px; display:block; text-align:center;}
.nav ul li a:hover{ background:url(../images/nav.jpg) no-repeat top;}
.nav ul li a:hover h1{ color:#FFF;}
.nav ul li a:hover h2{ color:#FFF;}
.nav ul li a h1{ font-size:14px; color:#00b1d7; font-weight:normal; padding:10px 0 0 0;}
.nav ul li a h2{ font-size:12px; color:#898989; font-weight:normal;}
/*flash*/
.flash{ margin:20px 0 10px 0;}
/*内容*/
.neirong{ height:212px; padding:0 10px;}
.neirong h3{font-size:14px; color: #666; font-weight:normal;padding:15px 0 15px 30px;}
.neirong h3 span{ color:#f08300;}
.neirong p a{padding:10px 18px 0 18px; display:block; color:#999; line-height:20px;}
.neirong p a:hover{text-decoration: underline;}
.neirong p a span{ color:#f08300;}
.nr1{ width:265px; height:212px; float:left; background:url(../images/nr1.gif) no-repeat;}
.nr2{ width:335px; height:212px; float:left; margin:0 15px; background:url(../images/nr2.gif) no-repeat;}
.nr3{ width:200px; height:212px; float:left;}
.nr3 a:hover img{filter:alpha(opacity=80);-moz-opacity:0.8;}
/*底部*/
.di{ padding:10px 0; margin:20px 10px; text-align:center; color:#999; background-color:#efeff0;}
.di p{ margin:5px 0;}
