@charset "utf-8";
/* CSS Document */
/* ----Reset---- */
html,body,div,dl,dt,dd,ol,ul,li,p,span,em,cite,del,a,img,
h1,h2,h3,h4,h5,h6,object,pre,code,
form,fieldset,legend,pre,input,select,textarea,blockquote,q,
table,caption,thead,tbody,tfoot,th,td,button {margin:0;padding:0;}	
body { font-family:"微软雅黑"; background:#FFF; font-size:12px; color:#555;}
table { border-collapse:collapse; border-spacing:0;}
img, fieldset, abbr, acronym { border:none;}
a img { border:none; padding:0; margin:0;}
ol,ul,li {list-style:none;}
blockquote,q { quotes:none;}
address,caption,cite,code,dfn,em,th,var { margin:0;padding:0; font-style:normal;font-weight:normal;}
*{ margin:auto;}
/* ----End Reset---- */



/*全局图标*/
.tag_global{ background:url(images/tag_global.gif) no-repeat scroll left center; float:left; width:15px; height:38px; display:block;}

#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}


/*---- Patchs---- */
.fl { float:left;}		
.fr { float:right;}		
.fn  { float:none;}
.cl { clear:left;}
.cr { clear:right;}
.cb { clear:both;}
.tl { text-align:left;} 
.tr { text-align:right;}
.tc { text-align:center;}
.pr{ position:relative;}
.pa{ position:absolute;}
.pf{ position:fixed;}
/*---- end Patchs---- */

/*----Public----*/
a {color:#333;  text-decoration:none; cursor:pointer;}
a:hover { color:#333; text-decoration: none;}
a,a:hover{ outline:none; blr:expression(this.onFocus=this.blur());}
h1{ font-size:16px; color:#555; font-family: "微软雅黑";}
h2{ font-size:14px; color:#555;}
h3{ font-size:12px; color:#555;}
.bold{ font-weight:bold;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.ml45{ margin-left:45px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.wrapper{ width:1000px; margin:0 auto; }

/* --end Public-- */





/* --nav-- */
.nav{ width:100%; height:40px; line-height:40px; background:#0095df;}
.nav-list{ width:1000px; margin:0 auto;}
.nav-list li{ float:left; font-size:16px; position:relative;}
.nav-list li a{ display:block; padding:0 31px; color:#FFF;}
.nav-list li a:hover,.nav-list li a.hover{ background:#74c770;}
.nav-list li dl{ width:100%; position:absolute; top:40px; left:0; z-index:9999; background:#0095df; text-align:center; display:none;}
.nav-list li dd a{ padding:0;}
.nav-list li:hover dl{ display:block;}
/* --end nav-- */
