﻿@charset "utf-8";
/* 头部样式 */

#header {width:990px; height:56px; position:absolute; left:50%; margin-left:-495px; z-index:100;}
#header a {color:#FFF;}
#headerBg {width:100%; height:56px; background:#000; filter:alpha(opacity:50);opacity:0.5; z-index:50; margin-bottom:8px;}

#logo {width:210px; height:56px; float:left;}
#logo img {margin-left:11px; margin-top:10px;}
#search {width:325px; height:40px; float:right; background:#0ca5b6; padding-top:16px; padding-left:15px;}
#search input {width:250px; height:24px; margin:0; padding:0 10px; border:none; border-radius:15px 0 0 15px; vertical-align:middle; float:left;}
#search button {
	width:29px; height:24px; margin:0; padding:0; border:none; border-radius:0 15px 15px 0;
	background:#FFF; vertical-align:middle; float:left; text-align:left; cursor:pointer;
}
#header nav {height:56px; float:right;}
#header nav a {margin:0 10px; line-height:56px; display:inline-block; font-family:"微软雅黑","黑体","宋体";}