/* 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 {
  width: 100%; }
  .wrap nav {
    text-align: center;
    width: 100%;
    height: 99px;
    background-color: #fff; }
    .wrap nav .navBox {
      height: 100%;
      display: flex;
      justify-content: space-around;
      align-items: center; }
      .wrap nav .navBox .logo {
        float: left;
        height: 100%; }
        .wrap nav .navBox .logo img {
          width: 100%;
          height: 100%; }
      .wrap nav .navBox .navbar {
        display: flex;
        align-items: center;
        height: 100%;
        line-height: 99px; }
        .wrap nav .navBox .navbar ul {
          display: flex; }
          .wrap nav .navBox .navbar ul li {
            float: left;
            width: 64px;
            height: 99px;
            text-align: center;
            line-height: 99px;
            font-size: 16px;
            margin-right: 20px; }
            .wrap nav .navBox .navbar ul li a {
              color: #333; }
            .wrap nav .navBox .navbar ul li:hover a {
              color: #f9a575;
              cursor: pointer; }
          .wrap nav .navBox .navbar ul li:last-child {
            width: 30px;
            height: 5px;
            border-top: 5px solid #f9a575;
            border-bottom: 5px solid #f9a575;
            background-color: #f9a575;
            padding: 5px 0;
            background-clip: content-box;
            margin: auto; }

.banner {
  width: 100%;
  height: 800px;
  background-color: pink;
  border-top: 1px solid #ffb495;
  border-bottom: 1px solid #ffb495; }
  .banner img {
    width: 100%;
    height: 100%; }

footer {
  position: relative;
  width: 100%;
  height: 370px;
  background-color: #000; }
  footer .container {
    width: 1200px;
    height: 190px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -95px -600px; }
    footer .container .footerTop {
      width: 100%;
      height: 171px;
      display: flex; }
      footer .container .footerTop .footerTopLeft {
        height: 99px;
        flex: 1;
        border-right: 1px solid #ccc; }
        footer .container .footerTop .footerTopLeft .topLeftHeader li {
          display: inline-block;
          border-right: 1px solid #ccc;
          width: 75px;
          height: 14px;
          color: #fffefe;
          line-height: 14px;
          font-size: 14px;
          padding: 0 5px; }
        footer .container .footerTop .footerTopLeft .topLeftHeader li:first-child {
          padding: 0; }
        footer .container .footerTop .footerTopLeft .topLeftHeader li:last-child {
          border-right: 0; }
        footer .container .footerTop .footerTopLeft .topLeftFooter {
          margin-top: 60px; }
          footer .container .footerTop .footerTopLeft .topLeftFooter li {
            display: inline-block;
            color: #fff;
            width: 31px; }
            footer .container .footerTop .footerTopLeft .topLeftFooter li i {
              font-size: 22px; }
      footer .container .footerTop .footerTopCenter {
        flex: 1;
        height: 99px;
        border-right: 1px solid #ccc; }
        footer .container .footerTop .footerTopCenter .infoBox {
          width: 316px;
          height: 99px;
          margin: 0 auto; }
          footer .container .footerTop .footerTopCenter .infoBox h2 {
            font-family: MicrosoftYaHeiLight;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #fefefe;
            margin-bottom: 15px; }
          footer .container .footerTop .footerTopCenter .infoBox p {
            font-family: MicrosoftYaHeiLight;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 18px;
            letter-spacing: 0px;
            color: #fefefe;
            opacity: 0.9; }
      footer .container .footerTop .footerTopRight {
        position: relative;
        flex: 1;
        height: 99px; }
        footer .container .footerTop .footerTopRight .code {
          width: 84px;
          height: 100px;
          position: absolute;
          right: 0;
          top: 0; }
          footer .container .footerTop .footerTopRight .code img {
            width: 100%;
            height: 82px; }
          footer .container .footerTop .footerTopRight .code p {
            width: 84px;
            height: 12px;
            font-family: MicrosoftYaHeiLight;
            font-size: 11px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 18px;
            letter-spacing: 0px;
            color: #fefefe; }
    footer .container .footerBottom {
      font-family: MicrosoftYaHeiLight;
      font-size: 10px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 19px;
      letter-spacing: 0px;
      color: #fefefe;
      text-align: center; }

/*# sourceMappingURL=common.css.map */
