@charset "utf-8";
/*头部*/
/*网站顶部*/
#wraper{background:#fff;background-position:15px 0;width:960px;margin:0 auto;padding:0 15px; position:relative;}
#header{ background:#004288; height:147px; border-bottom:10px solid #fff;}
/*---页眉头---*/
.top{background:#fff url(../images/header.jpg) no-repeat right top;width:100%;height:110px;text-align:right;overflow:hidden; position:relative;}
.logo{height:80px;text-align:left;padding:15px 0 0 25px;zoom:1;position:relative;float:left;overflow:hidden;}
.logo_img{text-align:left;float:left;}
.gwlogo{width:100%;height:40px;position:absolute;top:20px;left:25px;z-index:9999;float:left;}
.gwlogo a,.gwlogo img{width:100%;height:40px;display:block;}
.sflogo{width:100%;height:20px;position:absolute;top:60px;left:25px;z-index:9999;float:left;}
.sflogo a,.sflogo img{width:100%;height:20px;display:block;}

/*顶部右侧菜单*/
.mininav{padding:30px 20px 0 0;float:right;}
.mininav li{background:url(../images/minili.gif) no-repeat right 0; padding:0 8px; display:inline-block; height:18px;line-height:18px;text-align:center;overflow:hidden; float:left;}
.mininav li a{color:#fff;}
.mininav li a:hover{color:#ffc;}
.mininav li.last{overflow:hidden; background-position:0 0;}

/*---搜索---*/
.top form{width:183px;height:22px;border:1px solid #004288;position:absolute;top:65px;right:20px;}
.top form input{vertical-align:middle;}
.top .inp{background:url(../images/nav003.jpg) repeat-x;width:140px;padding:0 5px;height:22px;line-height:22px;font-size:12px;border:none;float:left;}
.top .btn{background:url(../images/nav004.jpg) no-repeat;width:33px;height:22px;border:none;cursor:pointer;float:left;}

/*---下拉菜单---*/
.nav{background:#004288 url(../images/nav.jpg) repeat-x;height:36px;margin:1px 1px 0 1px;border-left:1px solid #577694;border-right:1px solid #577694; position:relative}
.nav ul{padding-left:25px;}
.nav li{background:url(../images/nav001.jpg) no-repeat right top;width:90px;height:36px;line-height:36px;padding:0 4px;text-align:center;float:left;overflow:hidden;}
.nav li a{color:#fff;font-size:14px;font-weight:bold;display:block;}
.nav li a:hover{background:url(../images/nav002.jpg) no-repeat center bottom;color:#0b335c;text-decoration:none;font-size:14px;font-weight:bold;display:block;}
.nav li.on a{background:url(../images/nav002.jpg) no-repeat center bottom;color:#0b335c;text-decoration:none;}
.nav li:last-child{background:none;}
