/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap .header {
  width: 1920px;
  height: 100px;
  display: flex;
  justify-content: space-around;
  position: fixed;
  background-color: #fff;
}

.wrap .header .imgs {
  /* width: 80px; */
  /* height: 80px; */
  display: flex;
  align-items: center;
}

.wrap .header .imgs img {
  width: 80px;
  height: 80px;
}

.wrap .header .imgs p {
  font-size: 16px;
}

.wrap span ul li {
  display: inline;
  line-height: 100px;
}

.wrap span ul li a {
  width: 100px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 16px;
}

.wrap span ul li a:hover {
  color: rgb(255, 183, 0);
}

.wrap .footer {
  width: 1920px;
  height: 370px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap .footer .footer_left {
  width: 366px;
  height: 130px;
  border-right: 1px solid gray;
  word-spacing: 10px;
}

.wrap .footer .footer_left a {
  color: #fff;
}

.wrap .footer .footer_left .style {
  line-height: 60px;
  margin-top: 50px;
}

.wrap .footer .footer_right {
  width: 833px;
  height: 130px;
  color: #fff;
  margin: 33px 107px;
  font-size: 12px;
  line-height: 25px;
  position: relative;
}

.wrap .footer .footer_right img {
  position: absolute;
  top: 0;
  right: 0;
}

/*# sourceMappingURL=common.css.map */