﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
  
	font-family:"微软雅黑",Tahoma, Geneva, sans-serif;
	}
body{
	background:#fff;
	}
.container{
	width:1200px;
	margin:0 auto;
	font-family:"微软雅黑",Tahoma, Geneva, sans-serif;
	font-size:12px;
	}
.clear{
	width:1200px;
	*height:1px;
	clear:both;             
	}
a{
	text-decoration:none;
	color:#000;
	}
a:hover{
	color:#f60;
	}
ul,li{
	list-style:none;
	}
img
{
    border:0;
    }