.mobile_header {
  width: 100%;
  height: 80px;
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile_header .logo img {
  height: 60px;
  max-width: 100%;
  width: auto;
}

.mobile_header .menu_icon {
  float: right;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/menu_icon.png) no-repeat;
  background-size: contain;
  background-origin: content-box;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-right: 10px;
}

.mobile_header .menu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99999;
  background-color: #333333;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}

.mobile_header .menu li {
  width: 100%;
  padding: 1rem 1.5rem;
  border-bottom: 0.1rem solid #fff;
  position: relative;
}

.mobile_header .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #ffffff;
}

.header {
  width: 100%;
  height: 90px;
  line-height: 90px;
  /* padding-top: 18px; */
  background-color: #ffffff;
}

.header > div {
  padding: 0;
}

.header .logo {
  float: left;
  height: 52px;
  width: 302px;
  width: auto;
}

.header .logo img {
  height: 52px;
  width: auto;
}

.header .nav {
  float: right;
}

.header .nav ul {
  height: 90px;
  line-height: 90px;
  width: 100%;
  /* overflow: hidden; */
}

.header .nav ul li {
  position: relative;
  float: left;
}
.huisa:hover .jineu {
  color: #be0017;
}
.header .nav ul li a {
  color: #646464;
  font-size: 18px;
  display: block;
  height: 100%;
  padding: 0 20px;
}

.header .nav ul .on a {
  color: #ffffff;
  background-color: #be0017;
}

.links {
  line-height: 22px;
  margin: 10px 0 20px;
}

.links span,
.links a {
  font-size: 14px;
  color: #cccccc;
  padding-right: 10px;
}

.links a:hover,
.links a:active,
.links a:focus {
  color: #ffffff;
}

.footer {
  background-color: #fff;
  padding: 15px 0;
}

.footer .footer_ewm {
  padding-left: 0;
}

.footer .footer_ewm img {
  max-width: 100%;
}

.footer .footer_contact {
  padding: 0;
}

.footer .footer_contact li {
  font-size: 14px;
  line-height: 24px;
  color: #cccccc;
}

.footer .footer_nav {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.footer .footer_nav li {
  float: left;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
}

.footer .footer_nav li a {
  padding-right: 10px;
  font-size: 14px;
  color: #cccccc;
}

.footer .footer_nav li + li {
  padding-left: 10px;
  border-left: 1px solid #cccccc;
}

/* .footer p {
    width: 100%;
  margin-bottom: 10px;
    overflow: hidden;
}
 */
.footer p a {
  font-size: 14px;
  color: #cccccc;
}
