@charset "utf-8";
/* CSS Document */
/* css 重置 */
article,
aside, 
figcaption, 
figure, 
footer, 
header, 
main, 
nav, 
section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%; 
     -moz-text-size-adjust: 100%;
	  -ms-text-size-adjust: 100%;
	   -o-text-size-adjust: 100%;
	      text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Arial, "微软雅黑", Helvetica, Sans-serif, ;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

small {
  font-size: 80%;
}

img {
  border: 0;
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.center-1200 {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wid100 {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.clearfi{
	clear: both;
}
*{transition:all 0.5s ease 0s;}