* {
  margin: 0;
  padding: 0;
}

.logo {
  width: 24.0625vw;
  height: 5.78125vw;
  position: absolute;
  top: 0;
  left: 0;
}

.logo img {
  width: 24.0625vw;
  height: 5.78125vw;
}

.nav {
  position: absolute;
  top: 0;
  left: 37.23958vw;
  width: 45.05208vw;
  display: flex;
  letter-spacing: 2.5px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9375vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 5.72917vw;
}

.hd-nav {
  height: 5.78125vw;
}

.nav-color {
  color: #ccc;
}

.pub-font-35 {
  font-size: 1.82292vw;
}

.pub-font-25 {
  font-size: 1.30208vw;
}

.pub-font-20 {
  font-size: 1.04167vw;
}

.pub-font-18 {
  font-size: 0.9375vw;
}

.nav-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 75.9375vw;
  height: 39.53125vw;
  background-color: #264493;
  z-index: -1;
}

.pub-text-cen {
  text-align: center;
}

.pub-font-20 {
  font-size: 1.04167vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 2.08333vw;
}

.pub-font-30 {
  font-size: 1.5625vw;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 3.02083vw;
  letter-spacing: 1.5px;
}

footer {
  background-color: #f8f8f8;
  height: 19.01042vw;
  position: relative;
}

footer .ft-content {
  display: flex;
  align-items: top;
  justify-content: space-between;
  align-items: center;
  padding-top: 5.72917vw;
  margin: 0 auto;
  width: 89.0625vw;
}

footer .ft-left .ft-logo img {
  width: 11.875vw;
}

footer .ft-left .phone {
  margin-top: 2.34375vw;
  font-size: 1.875vw;
  font-family: DIN Alternate;
  font-weight: bold;
  color: #000000;
  line-height: 1.5625vw;
}

footer .ft-left .work-time {
  margin-top: 0.26042vw;
  font-size: 0.9375vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
  line-height: 2.5vw;
}

footer .ft-right .tab-list {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 35.41667vw;
  margin-bottom: 2.86458vw;
}

footer .ft-right .tab-list .list-item {
  width: 150rpx;
  text-align: center;
  font-size: 1.25vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 2.5vw;
}

footer .ft-right .info-new {
  font-size: 0.9375vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(1, 1, 1, 0.3);
  line-height: 1.45833vw;
}

footer::after {
  content: "";
  position: absolute;
  width: 1.3px;
  height: 7.29167vw;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 43%;
  background-color: #dfdfdf;
}

.shadow {
  box-shadow: 0px 1.14583vw 2.08333vw 0.46875vw rgba(78, 92, 105, 0.08);
}

.t-hover {
  /* color: #fff; */
  color: #96a2c5;
}

a {
  color: #96a2c5;
  cursor: pointer;
  text-decoration: none;
}

.amap-icon img {
  position: relative !important;
}

.flex {
  display: flex;
  align-items: center;
}
.ft-right a{
  color: rgba(0, 0, 0, 0.8);
}
