@charset "utf-8";
/*
Copyright (c) 2009, Shawphy(shawphy.com). All rights reserved.
http://shawphy.com/2009/03/my-own-reset-css.html
Based on YUI http://developer.yahoo.com/yui/reset/ 
and Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html 
Licensed under the BSD License:
http://creativecommons.org/licenses/BSD/
version: 1.1 | 20090303
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
body {
	font-size: 12px;
	font-family: "微软雅黑", Arial, "宋体";
}
fieldset, img { border: 0; }
/* remember to define focus styles! */
:focus { outline: 0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: normal; font-weight: normal; }
strong{font-weight:bold;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
abbr, acronym { border: 0; font-variant: normal; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
code, kbd, samp, tt { font-size: 100%; }
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select { *font-size: 100%;
}
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; }
sup, sub { font-size: 100%; vertical-align: baseline; }
/* remember to highlight anchors and inserts somehow! */
:link, :visited, ins { text-decoration: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/*clear*/
.clear { clear: both; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { *zoom:1;
}
a{color:#b61a3f}
a:hover{ text-decoration: underline; }
#main-nav-holder { background: #b61a3f; }
#nav { width: 888px; margin: 0 auto; overflow: hidden; }
#nav li { float: left;display:inline; }
#nav a { font-size: 14px; display: inline-block; margin-right: 1px; height: 40px; background: #b61a3f; color: #FFF; font-weight: bold; padding: 0 20px; line-height: 40px; }
#nav a{zoom:1}
#nav a:hover { background-image: url(../jpeg/menu.gif); background-repeat: repeat-x; }
#nav .active { background: url(../jpeg/menu.gif) repeat-x; }
h1{font-size:20px;font-weight:bold;color:#b61a3f;line-height:40px;}
h2{font-size:18px;font-weight:bold;color:#333;line-height:40px;}
h3{font-size:15px;font-weight:bold;color:#b61a3f;line-height:25px;margin-bottom:10px;}
h4{ font-size: 13px; font-weight: bold; color: #de2b42; line-height: 30px; }
h5{ font-size: 13px; font-weight: bold; color: #666; line-height: 24px;margin:5px 0; }
em{color:#666;font-size:12px;}
/*footer*/
.footer {width: 100%; overflow: hidden; background: url(../jpeg/footer.gif) no-repeat center top;margin-top:-30px; }
#footer{margin:0;height:40px;}
.footer .wrap-footer { margin-top:120px;background: #b61a3f;height:40px;}
.footer .copyright { width: 960px; margin: 0 auto; text-align:center;font-size: 12px; color: #FFF; }

/*gototop*/
#returnTop { _display: none; position: fixed; _position: absolute; z-index: 999; right: 20px; bottom: -200px; _bottom: auto; width: 31px; height: 50px; text-indent: -999px; overflow: hidden; transition: bottom 0.9s; -webkit-transition: bottom 0.9s; -moz-transition: bottom 0.9s; -o-transition: bottom 0.9s; background: url(../jpeg/Top.png) no-repeat 0 0; cursor: pointer; }
#returnTop:hover { background-position: 0 -52px; }
blockquote { border-radius:10px;padding:5px;margin-bottom:10px;background: #f4f3ee}
