﻿/*清除文档类型声明中的默认属性*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
    margin:0;
    padding:0;
}
img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul,li {
    list-style:none;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
}
q:before,q:after{
    content:'';
}
a {
	text-decoration:none;
} 
a:hover {
	text-decoration:underline;
}
body {
	background-color:#EEEEEE;
}
.menu-left { width:100%; margin-top:10px; border-top:1px solid #EAEAEA;}
.menu-left li { margin:auto; padding:6px 0px 7px 55px; border-bottom:1px solid #EAEAEA;}
.menu-left li a { font-size:13px; color:#666;}
.menu-left li a:hover { font-size:13px; color:#C00000; text-decoration:none; margin-left:5px;}
.nav {
    margin: auto; width: 980px; background-color:#fff; overflow: hidden
}
.logo {
    margin: 8px 0px 0px 10px; float: left; width: 191px; overflow: hidden
}
.logo img {
    width: 191px; height: 64px; border: 0
}
.subnav {
    float: left; margin: 50px 0px 0px 10px;
}
.subnav a {
    display: inline-block; margin-right: 15px; text-decoration: none; color:#006699; font-size: 12px;
}
.subnav a:hover {
    color:#C00000
}