header {
  height: 60px;
  line-height: 60px;
  background-color: black;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
}

header .w {
  display: flex;
  justify-content: space-between;
}

header .w ul {
  display: flex;
}

header .w .nav_left {
  display: flex;
  justify-content: center;
  align-items: Center;
}

header .w .nav_left span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

header .w .nav_left .title {
  background-color: #ff0000;
  margin-right: 5px;
  border-radius: 10px;
  height: 31px;
  padding: 0 5px;
  display: block;
  line-height: 31px;
}

header .w .nav_right li {
  margin-left: 20px;
  height: 100%;
}

header .w .nav_right li a {
  color: #fff;
  font-size: 16px;
  display: block;
  height: 100%;
}

header .w .nav_right li a:hover {
  color: #218dd2;
}

footer {
  background: url(../image/ft_bg1.png) center;
  height: 310px;
  padding-left: 45px;
  overflow: hidden;
}

footer .title {
  margin-top: 20px;
  font-size: 30px;
  color: #fff;
  line-height: 120px;
}

footer .ftContent {
  display: flex;
}

footer .ftContent dl {
  line-height: 28px;
}

footer .ftContent dl:first-child {
  width: 540px;
  /* border-right: 1px solid #fff; */
}

footer .ftContent dl:last-child {
  /* margin-left: 72px; */
}

footer .ftContent dl dt {
  color: #fff;
  font-size: 14px;
}
.ewm{
  text-align: center;
}
.ewm p{
  color: #fff;
    font-size: 14px;
    line-height: 28px;
}