/*** reset ***/

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  font-size: inherit;
  margin: 0;
}

body div {
  font-size: 0.16rem;
}

.fp-controlArrow {
  display: none;
}

/*** common ***/

.container {
  max-width: 16.346667rem;
  margin: 0 auto;
  overflow: hidden;
}

/*** header ***/

.layout_header {
  top: 0;
  left: 0;
  right: 0;
  padding: 0.973333rem 0.733333rem;
  font-size: 0.186667rem;
}

.layout_header .logo {
  display: inline-block;
}

.layout_header .logo>span {
  font-size: 0;
}

.layout_header .logo>img {
  height: 1.16rem;
}

.layout_header .header_nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  float: right;
  width: 8.08rem;
  height: 1.16rem;
  line-height: 1.16rem;
  font-size: 0.386667rem;
  color: #5e666a;
  font-weight: lighter;
  margin-right:64px;
}

.header_nav .nav_item.active,
.header_nav .nav_item:hover {
  color: #fff;
}

/*** footer ***/

.layout_footer {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.586667rem 0;
  color: rgba(106, 106, 106, 0.66);
  text-align: center;
}

.layout_footer .footer_nav {
  font-size: 0.16rem;
  color: rgb(119, 119, 119);
}

.footer_nav .nav_item {
  position: relative;
  display: inline-block;
  padding: 0.133333rem 0.266667rem;
}

.footer_nav .nav_item+.nav_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0.186667rem;
  background: rgb(119, 119, 119);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.company_info>span {
  margin-left: 0.133333rem;
}

strong.color_primary {
  color: rgb(244, 203, 7);
  font-weight: normal;
}

strong.lg {
  font-size: 0.453333rem;
  font-weight: normal;
}

@media screen and (min-width: 750px) {
  .layout_header {
    padding: 0.4rem 0.733333rem;
  }
}