@charset "utf-8";

/************ style reset ************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
q,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
figure,
section,
menu {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
  display: block;
}

:focus {
  outline: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
  *font-size: 100%;
}

ol,
ul,
nav {
  list-style: none;
}

/************ global style ************/
html {
  -webkit-text-size-adjust: none;
}

body {
  font: 12px/1.8 'Arial',
  arial,
  tahoma,
  simsun,
  sans-serif;
}
select,
input,
textarea {
  color: #7C796F;
  font: 12px/1.6 "arial",
  arial,
  tahoma,
  simsun,
  sans-serif;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease
}

a:link,
a:active,
a:visited {
  color: #7C796F;
}

a:hover {
  color: #D69528;
  text-decoration: none;
}

p {
  /*word-break:break-all;word-wrap:break-word;*/
  margin: 0;
  padding: 0;
  text-align: justify;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  vertical-align: middle;
}
html{
  font-size: 25px;
}