ul,
li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td,
ol,
ul,
li,
img ,html{
  margin: 0;
  padding: 0;
  border: 0;
}
.clear {
  clear: both;
  margin: 0;
  padding: 0;
}
.clearFix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearFix {
  *display: inline-block;
}
textarea,
input,
button {
  resize: none;
  outline: none;
  font-family: "microsoft yahei", simhei, Helvetica, Arial, sans-serif;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #242379;
}
body {
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  -webkit-user-drag: none;
  font-family: "microsoft yahei", simhei, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  padding: 0;
  background: #e6e6e6;
  margin: 0;
  line-height: 1.65;
  overflow-x: hidden;
}


.pt20{
    padding-top: 20px;
}
.pt10{
    padding-top: 10px;
}

.pt30{
    padding-top: 30px;
}
.fn24{
    font-size: 24px;
}
.pb20{
    padding-bottom:20px;
}
.pb60{
    padding-bottom: 60px;
}
.fn30{
    font-size:22px;
}
.pb10{
    padding-bottom: 10px;
}
.pb80{
    padding-bottom: 80px;
}