@charset "utf-8";
/* CSS Document */


.header{ width:1000px; height:118px; margin:0 auto; position:relative;}
.header .logo{ width:260px; height:118px; position:absolute; top:0; left:0;}
.header .logo a{ background:url(../images/logo.gif) no-repeat; width:260px; height:118px; display:block; overflow:hidden; font-size:0px; text-indent:-999999px;}

.search{ height:58px;}
.search .searRight{width:216px; float:right;}
.search .sear_top{ padding-top:6px; line-height:20px;}
.search .sear_top a{ color:#333; margin-right:5px;}
.search .sear_top a.cur{ font-weight:bold;}
.search .sear_sa{ background:url(../images/search.gif) no-repeat right top; width:216px; height:32px; overflow:hidden; padding-left:6px;}
.search .sear_sa .txt{ width:180px; height:32px; float:left; line-height:32px; border:0; background:none;}
.search .sear_sa .bnt{ width:32px; height:32px; float:right; border:0 none; background:none; cursor:pointer; overflow:hidden; font-size:0px; text-indent:-999999px;}

.search .sear_yi{ float:right;width:51px; height:20px; padding:32px 12px 0 0; font-size:0px; text-indent:-999999px;}
.search .sear_yi a{ background:url(../images/search.gif) no-repeat; width:51px; height:20px; display:block; overflow:hidden;}

.search .sear_er{ float:right;width:53px; height:20px; padding:32px 12px 0 0; font-size:0px; text-indent:-999999px;}
.search .sear_er a{ background:url(../images/search.gif) no-repeat -56px 0; width:51px; height:20px; display:block; overflow:hidden;}

.nav{ height:50px; float:right; width:760px; background:#FFF; border-left:solid #eaebeb 1px; border-bottom:solid #d7d8d9 1px; margin-top:10px; text-align:center;}
.nav a{ display:block; float:left; height:50px; font:14px/50px "微软雅黑"; color:#283136; border-right:solid #eaebeb 1px; width:107px;}
.nav a:hover,.nav a.cur{ background:#f1902f; color:#FFF;}

.footer{ background:#3e3b36; padding:26px 0; line-height:24px; text-align:center; color:#ad7233; margin-top:60px; position:relative;}
.footer span{ background:url(../images/footer.gif) no-repeat; width:71px; height:36px; overflow:hidden; display:block; position:absolute; left:50%; top:-36px; margin-left:429px;}

/*header结束*/