@charset "utf-8";
/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0} 
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal} 
ol,ul {list-style:none} 
caption,th {text-align:left} 
h1,h3,h4,h5,h6 {font-size:100%;font-weight:normal} 
h2 {font-size:100%, 22px;font-weight:normal; color: #1506DB;
    padding: 0;
    text-align: center;} 
h3 {font-size:100%;font-weight:normal; color: #2B2A2A;
    font-size: 18px;
    padding: 0;
    text-align: left;} 

q:before,q:after {content:''} 
abbr,acronym { border:0}

a{ text-decoration: none;}
em,i{ font-style:normal;}
.blank10 {height: 10px; overflow: hidden; }
.fl{ float: left;}
.fr{ float: right;}
.show{ display: block;}
.hide{ display: none;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1} 

/*header*/
html { font-size: 14px; font-family: Arial, Helvetica, sans-serif; }
.wrapper { width: 970px; margin: auto auto;}
.header { background: #222; float: left; width: 100%; }
.header a.logo { float: left; padding-bottom: 5px; padding-top: 30px; padding-right: 10px; width: 90px; height: 38px; background: url() no-repeat 0px 12px; }
.header .nav ul{ padding-top: 40px;}
.header .nav li { float: left;  padding-left: 24px; }
.header .nav li a { color: #939292; font-size: 16px;}
.header_bottom { margin: 0 auto; clear: both; width: 92%; height: 1px; background: #000; border-bottom: 2px solid #313131 }

/*footer*/
.footer{ padding: 50px 0px; font-size: 12px; background-color: #222; text-align: center; color: #8d8d8d; line-height: 22px;}
.footer a{padding: 0px 10px;  color: #8d8d8d;}


