body{background: url(../images/bg.jpg) repeat-x;}

/*--导航--*/
#nav{height:41px;background: url(../images/nav_bg.jpg) no-repeat;background-position: center bottom;}
#dropdown{margin:0 auto;width:998px;height:41px;overflow:hidden;}
#dropdown li{float: left;height:41px;line-height:41px;}
#dropdown li a{color:#fff;font-size: 14px;display: block;padding:0 18px;white-space: nowrap;}
#dropdown li a:hover{color:#fff;text-decoration: none;}
#dropdown li ul{margin: 0;padding: 0;position: absolute;z-index: 100000;visibility: hidden;}
#dropdown li ul li{float: none;display: inline;height:30px;line-height: 30px;background:none;border-right:none;}
#dropdown li ul li a{width: auto;background: #025C98;color: #fff;filter:alpha(opacity=85); /*ie*/-moz-opacity:0.85; /*moz , ff*/opacity:0.85; /*css3, ff1.5*/border-top: 1px solid #4D79B4;text-shadow:none;font-weight: normal;}
#dropdown li ul li a:hover{background: #025C98;color:#eee;}
#dropdown li:hover> a {  color:#fff;}   
*html #dropdown li a:hover /* IE6 */ { color:#003F92;}   
#dropdown li:hover>ul {  display: block;}

/*--头部--*/
.header{height:156px;}
.header-inner{margin:0 auto;width:998px;height:115px;overflow: hidden;position:relative;}
.logo{width: 658px;position: absolute;top:15px;left:0px;}

.wrapper{ width:auto;background: url(../images/top_bg.jpg) no-repeat;background-position: center top;}
.main{margin:0 auto;width:998px;overflow: hidden;background: #fff;}
.index-left{float:left;width:656px;overflow: hidden;}
.index-right{float:right;width:320px;overflow: hidden;}
.c1{float:left;width:320px;}
.c2{float:right;width:320px;}


/*--局部--*/
.news{overflow: hidden;}
.news .news-top{border-bottom: 2px solid #FACA52;height:26px;}
.news .news-top .title{position: relative;float:left;width:100px;height:26px;line-height: 26px;padding-left:20px;font-weight: 700;}
.news .news-top .title i{position: absolute;width: 7px;height:12px;left:8px;top:7px;background:url(../images/dot1.jpg);}
.news .news-top .more{float:right;padding-top: 8px;margin-right: 20px;}
.news .news-body{margin:6px 2px 0 2px;}
.news .news-body ul li{height:25px;line-height: 25px;border-bottom: 1px dotted #E1E1E1;padding-left:10px;}
.news .news-body ul li a{font-size: 12px;}

.xzfc{height:200px;margin-top: 7px;}
.xzfc .xzfc-body{margin:20px;}

.pic{margin:0 2px 10px 2px;overflow: hidden;}
.pic .pic-title{height:44px;line-height: 44px;}
.pic .pic-title a{color:#003366;font-weight: bold;}


/*焦点图*/
.full-slide{ height:360px; overflow:hidden; width:998px;margin:0 auto; position:relative; z-index:1; margin-bottom:7px;}
.full-slide .slide-pic li{ height:360px; width:100%; text-align:center;}
.full-slide .slide-pic li a{ display:block; height:284px; text-align:center;}
.full-slide .slide-pagination{ height:20px; width:1250px; overflow:hidden; z-index:1; left:50%; bottom:10px; position:absolute;} 
.full-slide .slide-pagination li{margin-right:10px; float:left;  width:12px; height:12px; line-height:19px; text-align:center; background:#fff; cursor:pointer;border-radius:6px;background:rgba(255,255,255, .7); text-indent:-1000px ; overflow:hidden;} 
.full-slide .slide-pagination li.active{ background:#f00; color:#fff;} 
