@charset "gb2312";
/* CSS Document */
body{
	margin: 0 auto;
	background:#eaeff5;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h3{ font-size:14px}

.clear{
	clear:left;
}
#wrap{
	width:800px;  padding:0 30px; background:#fff; margin:0 auto;
}

#header,#nav,#banner,#maincont,#footer{
	width:800px; height:100%;
}
#header{
	position:relative;
}
#header .toplink{
	position:absolute;
	right:-3px;
	top:13px;
	width: 222px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav{
	height:64px;
}
#nav ul{
    background-image: url('../images/nav-bg.png');
    line-height: 33px;
    background-size: 100% 100%;
    padding: 0 30px;
  }
  #nav ul li{
    display: inline-block;
    width: 13%;
    text-align: center;
  }
   #nav ul li>a{
    text-align: center;
    color: #FFF;
    font-weight: bold;
   }
   .nav-item{
    position: relative;
   }
   .nav-child{
    bottom: -30px;
    position: absolute;
    display: none;
    width: 600px;
   }
   .nav-child>div{
    line-height: 30px;
    padding: 0 15px;
   }
   .nav-child>div:hover{
    background-color: rgb(208, 250, 248);
   }
   .nav-item:hover .nav-child{
    display: flex;
   }

#banner{
	height:318px;
}

#maincont{
	height:215px; margin:17px 0;
}
#quicklink,#indexnews
{
	float:left;
}
#quicklink{
	width:335px;
}
#quicklink .qltitle{
	height:23px; background:url(../images/bg_qltitle.jpg) no-repeat;
}


#quicklink .qlflash{
	height:207px; padding:20px 20px 20px 12px;
}
#indexnews{
	width:430px;
}
#indexnews .ntitle{
	height:23px; background:url(../images/bg_ntitle.jpg) no-repeat;
}
#indexnews .ntitleen{
	height:23px; background:url(../images/bg_ntitle_E.jpg) no-repeat;
}

#indexnews .ntitle a,#indexnews .ntitleen a{
	float:right;
}

#indexnews .nlist{
	margin-top:20px;
}
#indexnews .nlist li{
	line-height:26px; border-bottom:1px dashed #000; padding-left:30px;
	background:url(../images/icon_news.gif) 8px 50% no-repeat;
}
#indexnews .nlist li .ntext{
	float:left;
}
#indexnews .nlist li .ndate{
	float:right;
}
#footer{
	background:#e0f7f1;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p{
	text-align:center;
	line-height:20px;
	color:#666867;
	font-family: Arial, Helvetica, sans-serif;
}
