/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
body {
    font-family: "Microsoft Yahei", Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    background: #fff;
    letter-spacing: 1px;
}

html,body,div,table, ul, ol, li, form, img, h1, h2, h3, h4, h5, h6, label, p, dl, dt, dd {
    border: none;
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    border:0;
}
input{
    outline: none;
}
a,a:visited {
    text-decoration:none;
}

a:hover,a:active {
    text-decoration:underline;
}

ul{
	list-style:none;
}
input,select,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
address,caption,cite,code,dfn,em,th,var { 
	font-style:normal; 
	font-weight:500; 
} 

/* 清除浮动 */ 
.clearfix:before,.clearfix:after { 
content:""; 
display:table; 
} 
.clearfix:after { 
clear:both; 
overflow:hidden; 
} 
.clearfix { 
zoom:1; /* for IE6 IE7 */ 
} 
.clear{ 
clear:both; 
display:block; 
overflow:hidden; 
height:0; 
line-height:0; 
font-size:0; 
} 


/*底部样式*/
.footer {
	float:left;
	margin-top:0px;
	width:100%;
    min-width:1082;
    height:140px;
    color: #333;
}
.main_footer {
  width: 100%;
  height:100%;
  color: #333;
}
.main_footer a{
  color: #666;
}
.main_footer .footer_content {
  border-top:2px solid #e22323;
  width: 1082px;
  height: 100px;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  font:14px/2 "Regular","Microsoft YaHei","微软雅黑"; 
  position:relative;
}
.main_footer .footer_content p {
  height: 30px;
  line-height: 30px;
} 
.main_footer .footer_content p  a {
	display:inline-block;
	text-decoration:none;
	height:18px;
	line-height:25px;
	color:#FFF;
}
.main_footer .footer_content .jiucuo {
    position:absolute;
	top:35px;
	right:25px;
	width:110px;
	height:55px;
}
.main_footer .footer_content .redpng {
    position:absolute;
	top:20px;
	left:30px;
	width:80px;
	height:80px;
}


        
        