* {
  margin: 0;
  padding: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
body {
  color: #333333;
  background: #fff;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.25em;
  font-family: 'microsoft yahei';
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}
ol, ul, li {
  list-style: none;
}
img {
  border: none;
  vertical-align: top;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
a {
  color: #333333;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
a:hover {
  color: #024f97;
}

input {
  outline: none;
  border-radius: 0;
  font-family: 'microsoft yahei';
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input:focus, textarea:focus {
  outline: none;
}
input:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-modify: read-write-plaintext-only;
}
input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
/*select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background: #fff;}
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.none {
  display: none;
}
em, i, span, b {
  font-style: normal;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}



.width90 {
  width: 90%;
  padding: 0 5%;
}
.w_1280 {
  max-width: 1280px;
  margin: auto;
  width: 90%;
  position: relative;
}
.w_1305 {
  max-width: 1305px;
  width: 94%;
  margin: auto;
}
.w_1294 {
  max-width: 1294px;
  width: 94%;
  margin: auto;
}
/*transition*/
.fl {
  float: left;
}
.fr {
  float: right;
}


