@import "header.css";
@import "footer.css";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}
a:link {
  color: #000000; 
  text-decoration: none;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #0093dd;
}
a:active {
  color: #0093dd;
}
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th {
  margin: 0;
  padding: 0;
}
dl,
dt,
dd {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul,
li {
  list-style: none;
}
input,
textarea,
select {
  font-family: inherit;
  font-weight: inherit;
  font-size: 12px;
}
body {
  font-family: "Ariai", "微软雅黑";
}
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
img {
  border: 0;
  /* display: block; */
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  height: 0px;
  clear: both;
  overflow: hidden;
}
.header-wrapper .top .content,
.header-wrapper .navigation,
.program,
.case .content,
.footer-wrapper .footer,
.AR-wrapper .content .box,
.AR-wrapper .content1 .box,
.webar-wrapper .video,
.Advantage .content,
.features .content,
.aboutus-wrapper .aboutus-content,
.news-wrapper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
