﻿@charset "utf-8";
/* CSS Document */
.header { width:1000px; height:100px; margin:0 auto; }
.header .logo { float:left; display:inline-block; width:400px; height:100px; background:url(../images/logo.jpg) no-repeat; }
.header .nav { float:right; }
.header .nav ul { height:33px; border-radius:50px; padding:0 15px; background:url(../images/nav_bg.jpg) repeat-x #FFF bottom; border:1px #B3B3B3 solid; }
.header .nav ul li { float:left; line-height:33px; padding:0 15px; background:url(../images/nav_h.jpg) no-repeat right; position:relative; }
.header .nav ul li.no { background:none; }
.header .nav ul li a{ display:block; }
.header .nav ul li a:hover { color:#0F3985; }
.header .nav ul li span { display:none; position:absolute; left:0; top:33px; width:110px; z-index:9999; background-color:#FFF; padding:5px 10px; border-top:1px #B3B3B3 solid; }
.header .nav ul li span a { line-height:25px; display:block; padding:0 5px; }
.header .nav ul li span a:hover { color:#FFF; background-color:#202395; }
.header .nav ul li:hover span { display:block; }

.sear { padding:13px 0 0 350px; }
.sear input { float:left; border:0 none; outline:none; }
.sear input:visited  { border:0 none; }
#keys { width:110px; height:21px; line-height:20px; padding-right:20px; padding-left:5px; background:url(../images/sear_input.jpg) no-repeat right bottom; }

/*
	底部
*/
.foot { width:100%; line-height:25px; padding:20px 0; text-align:center; background-color:#999999; }
/*

*/