/*网站基本定义*/
div,form,img,ul,ol,li,dl,dt,dd,p,tr,td,body,strong,span,pre,input{margin:0; padding:0; border:0; background-repeat:no-repeat;}
h1,h2,h3,h4,h5,h6,p{ margin:0; padding:0; font-weight:normal;}
body{font-family:"微软雅黑";font-size:12px;margin:0px;padding:0px;color:#1a1a1a;line-height:24px;height:auto;clear:both; -webkit-appearance:none; border-top:4px solid #d6000f;}
img{border:0px;}
ul,li{ list-style:none;}
em,i{ font-style:normal;}
a{ text-decoration:none; color:#333333; outline:none; cursor:pointer;}
:hover{ transition:1s ease-out}
a:hover{ background-repeat:no-repeat; color:#d6000f;}
.del_float{ clear:both; line-height:0; height:0; font-size:0;}
a,area{blr:expression(this.onFocus=this.blur())}

/*网站基本定义*/

.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix{*zoom:1;}

.web{width:1200px;margin:auto;}
.box{width:1200px;margin:auto;background:url(../webimages/index_57.gif) repeat-y #ffffff;}
.webbg{background:#fafafa; padding:35px 0px;}
.webleft{float:left;width:281px;}
.webright{float:right; width:850px; padding:30px 30px 30px 0px;}




table {  
  width: 100%;  
  border-collapse: collapse;  
} 
tr:nth-of-type(odd) {  
  background: #eee;  
} 
th {  
  background: #333;  
  color: white;  
  font-weight: bold;  
} 
td, th {  
  padding: 6px;  
  border: 1px solid #ccc;  
  text-align: left;  
} 