@charset "UTF-8";
/* CSS Document */

/*=======   CSS Document   =======*/
body {margin:0; padding:0; background: #FFF; color:#000;}
div,form,input,select,img,ul,ol,li,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;font: 12px/18px "Source Han Serif","Source Han Serif", arial;}
h1,h2,h3,h4,h5,h6 { margin:0px; padding:0px; font-weight:normal;font-style:normal;}
table,td,tr,th{font-size:12px; line-height:18px;}
a img{ border:0px;}
/*=======    主链接颜色    {命名规则：link + 颜色的名称 + 字号 + 具体属性 + 1/2/3}=======*/
a{color: #777; text-decoration:none;}
a:hover {color: #5d820c; text-decoration:none;}

.marginB7{ margin-bottom:7px;}
.F_red{ color:#F00;}
/*=======    公共布局    =======*/
.cls{ clear:both;}