﻿/*CSS Reset*/
body,p,
div,
ul,
ol,
li,
hgroup,menu,nav,section {
  margin: 0;
  padding: 0;
}
*{ font-size:14px; font-family:"微软雅黑" ;}
body{}
body,
input,
button,
textarea,
select { 
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

li {
  list-style: none;
}

a{
	color:#333;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:none
}
.wrapper{position: relative;z-index: 1;min-width: 1000px;margin: auto;overflow: hidden;}
.clearfix:after{display: block;height:0px;overflow: hidden;clear:both;content:""}
.clearfix{*zoom:1;}
.fl {float:left;}
.rt {float:right;}
.w100{ width:100%}



