@charset "GBK";
html,body,a,strong,input,select,button,h1,h2,h3,h4,h5,h6,h7 {font:12px "Arial","宋体","Tahoma";}/*12px大，字体优先:Arial,然后:宋体,Tahoma,*/
html,body {height:100%;}/*设置浏览器高度为100%*/
body,div { text-align:center; margin-left:auto; margin-right:auto;  margin-top:0;margin-bottom:0; padding:0;}
body,form,menu,dir,fieldset,blockquote,p,pre,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6 {padding:0;}/*设置body,form,menu,dir,fieldset,blockquote,p,pre,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6内外补丁为0*/
div,p { display:block;}/*所有div,p为块元素*/
ul,ol,dl { list-style:none;}/*所有项目符号显示无*/
fieldset,a img { border:0;}/*所有带链接图片无边框*/
a:link { color:#0068ab;text-decoration:none;}/*所有链接无修饰[上,下划线,虚线...]*/
a:visited { color:#0d7ec4;text-decoration:none;}/*所有链接鼠标放上时为下划线*/
a:hover { color:#092e46;text-decoration:underline;}/*所有链接鼠标放上时为下划线*/
button {cursor:pointer;}/*所有按钮鼠标放上时为手型标志*/
.fontbold {font-size:14px; font-weight:bold;}



/*top*/

.container {width:778px;height:auto;margin-top:6px;}