.nav {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  height: 66px;
  width: 100%;
  padding: 0 180px;
  box-sizing: border-box;
  z-index: 99;
}

.navul {
  color: #fff;
  flex: 1;
  justify-content: center;
  display: flex;
}

.navul li {
  width: 100px;
  line-height: 62px;
  text-align: center;
}

.navul li a {
  color: #fff;
  line-height: 62px;
  display: block;
}

.navul-hover a{
  border-bottom: 3px #FF3333 solid;
  color: #FF3333 !important;
}

.tel {
  color: #fff;
  display: flex;
  align-items: center;
}

.logo img {
  width: 140px;
  margin-top: 10px;
}

.tel img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}


.footer-right img {
  width: 172px;
  height: 172px;
}

.footer-right ul li {
  text-align: center;
  margin-right: 20px;
  margin-top: 20px;
  color: #D0CFCF;
  font-size: 16px;
}

.footer-text {
  line-height: 32px;
  padding-top: 10px;
  color: #D0CFCF;
}