/*
 author: Chen Wei wei
 create date: Aug 01 2013
 email: waychanmail@gmail.com
*/

.header { height: 80px;width:100%; background: #fff; padding: 20px 0 10px 0;position:relative;z-index:8; }

.header .search { height: 23px; border: dashed 0px #0f0; }
/*
 author: konson      date 2015-01-28   start
*/
.header .search .weixin{ float: right; }
.header .search .weixin span{display:none; text-decoration:none;}
.header .search .weixin a { display: block; float: left;margin-left:18px; width: 65px; height: 23px;background:  url(images/header_weixin.jpg) no-repeat 0 0;}
.header .search .weixin:hover{cursor:pointer}
.header .search .weixin:hover span{display:block;position:absolute; bottom:35px; float: right;color:#FFF;width:100px;z-index:10;height:36px; line-
height:36px;}


/*end */

.header .search .sina { float: right; }
.header .search .sina a { display: block; float: left; width: 59px; height: 23px; background: #fff url(images/header_sina.jpg) no-repeat 0 0; }
.header .search .sina div { display: inline-block; float: left; height: 21px; background: rgb(248,247,229) url(images/header_sina_amount.jpg) no-repeat left center; padding-left: 5px; margin: 1px 0; }
.header .search .sina span { display: inline-block; border: solid 0px rgb(240,177,100); border-width: 1px 2px 2px 0; height: 18px; line-height: 18px; padding: 0 5px; letter-spacing: 2px; }

.header .search .convoy { display: inline-block; float: right; line-height: 23px; margin: 0 30px; }
.header .search .convoy a { color: #059; }

.header .search .command { float: right; height: 23px; line-height: 23px; }
.header .search .command input { display: inline-block; float: left; margin: 2px 0; width: 89px; height: 18px; border: solid 1px #ccc; }
.header .search .command a { display: inline-block; float: left; width: 20px; height: 23px; background: url(images/header_search.jpg) no-repeat 0 center; }


.header .navigation { width:100%; height: 67px; border: dashed 0px #0f0; overflow:visible;position:absolute;bottom:0;right:0;}
.header .navigation .logo { display: block;position:absolute;top:0;left:0;  width: 248px; height: 57px; background: url(images/logo.jpg) no-repeat 0 0; border-right: dashed 0px #0f0; }
.header .navigation ul.navbar { border: dashed 0px #00f; height: 32px; padding: 0; display: inline-block;overflow:visible; position:absolute;right:0;bottom:10px;}
.header .navigation ul.navbar li { display: inline-block; float: left; text-align: center;height:32px;position:relative;overflow:visible; }
.header .navigation ul.navbar li a { display: block; width: 85px; height: 32px; font:bold 14px/35px 'Simhei'; color: #059; background: url(images/navigation_bg.jpg) no-repeat right -32px; border: solid 0px #000; }
.header .navigation ul.navbar li a.active { background-position: 0 0 !important; text-decoration: none; color: rgb(1,134,211);  }
.header .navigation ul.navbar li a.prev { background-position: 0 -32px; }
.header .navigation ul.navbar li a.empty { background-position: right -64px; width: 10px; margin-right: 1px; }
.header .navigation ul.navbar li a.emptyprev { background-position: 0 -64px; margin-right: 0px; padding-right: 1px; }
.header .navigation ul.navbar li.last a { background-position: 0 -64px; width: 40px; _width: 40px; }

.header .navigation ul.navbar li ul.subnav { display: none;background:#f00;  width: 168px; position:absolute; top:32px;left:0;z-index:99;background:url(images/bg_sub_nav.jpg) repeat-y 0 0;padding:1px;}
.header .navigation ul.navbar li a:hover .subnav{display:block;}
.header .navigation ul.navbar li ul.subnav li{float:none;text-align:left;}
.header .navigation ul.navbar li ul.subnav li a{text-align:left;width:168px;color:#fff;background:url(images/bg_sub_nav_split.jpg) no-repeat 0 bottom;font:normal 13px/32px 'Simsun';text-indent:25px;}
.header .navigation ul.navbar li ul.subnav li a:hover{background:rgb(201,220,93);color:#fff;}

.header .thumbnail { padding: 10px 0 0 0; }
.header .thumbnail a { }
.header .thumbnail img { width: 100%; border: none; }

.banner{padding: 0 0 10px 0;background:#fff; }
.banner img { width: 100%;height:200px; border: none; }
