html {
  font-size: 16px;
  box-sizing: border-box;
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", STHeiti, SimSun, sans-serif;
}

body {
  width: 100vw;
  overflow: hidden;
  background-image: url(../images/cs3.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.banner {
  width: 80vw;
  margin: 0 auto;
  margin-top: 30vw;
  min-width: 600px;
}
@media screen and (max-width: 1200px) {
  .banner {
    width: 100%;
  }
}
.banner > ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  background-color: rgb(164, 22, 22);
}
.banner > ul > li {
  flex: 1 1 auto;
  color: #fff;
  text-align: center;
}
.banner > ul > li:hover {
  background-image: url(../images/nav_hover_bj.png);
  color: rgb(118, 84, 29);
}
.banner > ul > li > a {
  color: inherit;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 3rem;
}

.row6 {
  margin-top: 20px;
  width: 100vw;
  background-color: rgb(139, 19, 19);
  padding: 30px;
}
.row6 p {
  font-size: 0.85rem;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
}/*# sourceMappingURL=common.css.map */