 .uc-homebaaner-1 {
  /* 背景图片设置 */
  background-image: url("https://www.atlantec-us.com/wp-content/uploads/2025/09/Aanken.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 70vh;
  width: 100%;
}

 .uc-homebaaner-2 {
  background-image: url("https://www.atlantec-us.com/wp-content/uploads/2025/09/01AK%E5%BC%80%E6%9E%B6.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 70vh;
  width: 100%;
  margin-top:15px;
}
.uc-footer a:hover {
    color: #FFFFFF !important;
    /*text-decoration: underline !important;*/
    /*text-underline-offset: 5px;*/
    transition: color 1s 
cubic-bezier(0.22, 0.61, 0.36, 1);
}
}


@media screen and (max-width: 960px) {
 .uc-homebaaner-1 {
  background-image: url("https://www.atlantec-us.com/wp-content/uploads/2025/09/1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 65vh;
  width: 100%;
}
 .uc-homebaaner-2 {
  background-image: url("https://www.atlantec-us.com/wp-content/uploads/2025/09/%E6%89%8B%E6%9C%BA%E7%AB%AF.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 62vh;
  width: 100%;
  margin-top:5px;
}
}