  @media screen and (min-width: 2000px) {
  input[type="text"]: {
    background-position: left 3px center;
  }
   input[type="text"]::placeholder {
  padding-left: 10px; }

  /* 设置左边距为10px */
  input[type="email"]: {
    background-position: left 3px center;
  }
   input[type="email"]::placeholder {
  padding-left: 10px; /* 设置左边距为10px */
  }
  .map{
    height:62vh !important;
  }
  form{
    height: 66vh !important;
  }
}

/* 下拉按钮样式 */
form{
    height: 65vh;
  }
.dropbtn {
    background-color: transparent;
    border: 0px;
    color: #fff;
    font-weight: 200;
    position: absolute;
    top: 46.5%;
    text-align: center;
}

.dropdown{
  float: right;
}
/* 下拉内容样式 */
.dropdown-content {
    border-radius: 5px;
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 7vw;
    box-shadow: 0 8px 1.25vw rgba(0, 0, 0, 0.2);
}

/* 下拉内容中的链接样式 */
.dropdown-content span {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 1.25vw;
}

/* 鼠标悬停时下拉内容链接的样式 */
.dropdown-content span:hover {
    color: #32cacc;
}
.show {
    display: block;
}

.lang-switch {
  text-align: center;
  margin: auto 2vw; 
  top: 50%;
  display: inline-block;
 
}
.trynow {
  background-color: transparent;
  border: 1px solid #fff; /* 设置按钮边框样式 */
  border-radius: 50px; /* 设置按钮圆角大小 */
  color: #fff; /* 设置按钮文字颜色 */
  padding: 0.4vw 1.5vw; /* 设置按钮内边距 */
  text-align: center; /* 文字居中显示 */
  text-decoration: none; /* 去除文字下划线 */
  display: inline-block; /* 将按钮显示为行内块元素 */
  font-size: 1vw; /* 设置文字大小 */
  cursor: pointer; /* 鼠标悬停时显示手型光标 */
  margin-right: 1vw;
}

.trynow:hover {
  background-color: #32cacc; /* 鼠标悬停时按钮背景色变为黑色 */
  color: #000; /* 鼠标悬停时文字颜色变为白色 */
}
.navbar-4 img{
  margin: 0px 10px;
  width: 2.2vw;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: none;
  
}
.lang {
  color: white;
  font-size:1vw;
  width: 9vw;
  float: right;
  
  justify-content: center;
  align-items: center;

}
 .navbar-top{
  position: absolute
 }
 .navbar-1 {
      position: fixed;
      float: left;
      z-index: 10000;
      top:0;
      width: 100%; /* 设置导航栏宽度为100% */
      padding: 0.5vw 0px 0px 0px;
      display: flex;
      align-items: center;

  }
  .navbar-2 {
    margin-left: 5vw;
  }
  .navbar-3  {
      position: absolute;
      right: 13vw;
    }
  .navbar-4 {
     position: absolute;
      right: 10vw;
  }
  .navbar-4 img{
    margin: 0px 10px;
    width: 2.2vw;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .navbar-1 a {
      color: white;
      font-size:1.25vw;
      text-decoration: none;
      margin: 0 1vw;
  }
  .navbar-1 a:hover {
      color: #32cacc;
  }
  
  .logo {
      width: 3vw; /* 设置 logo 图片宽度 */
      padding-left: 10vw;
  }
  .text {
    text-align: center;

  }
   .text span {
     flex: auto;
     display: flex;
    margin: 0;
    color: #fff;
    align-items: center;
    font-size: 1vw;
  }
  .ContactUs {
      width: 100%;
      margin: 0;
      height: 145vh;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      opacity: 0.9;
      background-color: #242424;
      background-size: cover;
  }

  body {
    margin: 0;
    font-family: Arial, sans-serif;
    animation: none;
  }
    .aboutpng-1 {
    position: absolute;
    top:0%;
    width: 40vw;
  }
  .aboutpng-2 {
    width: 100vw;
    margin: 0;
    height: 120vh;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    opacity: 0.9;
    background-color: #242424;
    background-size: cover;
  }
  .footertext {
  width: 100%;
  color: white;
  font-size:1.25vw;
  text-align: center;
}
.icon{
  width: 3vw;
  padding: 0 0.5vw;
}
.icon2{
  width: 3.5vw;
  padding: 0 0.8vw;
}
.icons {

} 
.footerlogo {
  width: 8vw;
}
.footerBar a {
  color: white;
  text-decoration: none;
  padding:1.25vw;
}
.footerBar a:hover {
  color: #32cacc;
  text-decoration: none;
  padding:1.25vw;
}
.footerBar {
  font-size: 1.25vw;
  padding: 2vw 5vw 2vw 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer {
  position: absolute;
  width: 100%;
  background: linear-gradient(to right, #006D77, #055177, #083D77);
}
.contacttext-1{
  top:15%;
  position:   absolute ;
  font-size: 3vw;
  color:  #32cacc ;
  left:   50%;
  transform:  translateX(-50%);
  text-align: center ;
  font-weight: bold;
}
.form-container {
  top:29%;
  left: 10vw;
  position: absolute;
  width: 30vw;
  margin: 0 auto;
  color: white;
  background-color: transparent;
  height: 58vh;

  }
.form-container form label {
}
form{
  height:65vh
}
input[type="text"], input[type="email"], textarea {
  font-family: Arial, sans-serif;
    width: 100%;
    padding: 2vh;
    margin-bottom: 2vh;
    border-radius: 24px;
    background-color: #fff;
}
textarea {
    height: 20vh;
}
input[type="text"] {
  font-family: Arial, sans-serif;
  background-image: url('../images/icon1.png'); 
  background-position: left 12px center;
  background-repeat: no-repeat; 
}
input[type="text"]::placeholder {
  font-family: Arial, sans-serif;
  text-indent: 2vh; 
  color: #aaa;
  padding-left: 10px;
}
input[type="email"]::placeholder {
  font-family: Arial, sans-serif;
  text-indent: 2vh;
  color: #aaa;
  padding-left: 10px;
}
textarea::placeholder {
  font-family: Arial, sans-serif;
  color: #aaa;
  padding-left: 10px;
} 
input[type="email"] {
  background-image: url('../images/icon2.png'); 
  background-position: left 12px center; 
  background-repeat: no-repeat;
}
input[type="submit"] {
    width: 32vw;  
    padding: 2vh;
    font-size: 2vh;
    border: none;
    border-radius: 24px;
    background-color: #118f84;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
label {
  line-height: 0.5; 
  font-size: 2vh !important;
  font-weight: lighter;
  font-family: Arial, sans-serif;
  color: #fff;
}
.emailaddress{
  margin: 1vh auto;
  text-align: center;
  font-size:1.25vw;
}
.emailaddress img{
  margin: -0.7vh auto;
  width: 1.5vw;
}
.map{
  border-radius: 24px;
  top:31%;
  right: 10vw;
  position: absolute;
  width: 38vw;
  height: 53.5vh;
  background-image: url("../images/map.png");
  background-size: cover;
}
.contacttext-2{
  position: absolute;
  text-align: center;
  font-size: 3vw;
  color: #32cacc;
  font-weight: bolder;
  top:105vh;
}
.emailicons{
  margin-top:3.3vh;
}
@media screen and (max-width: 1080px) {
  .logo{
    padding-left: 10vw;
    width: 5vw;
  }
  .navbar-1 a  {
    font-size:1.25vw;
    margin: 0;
    padding-right: 1vw
  }
}

@media screen and (max-width: 600px) {
  .emailaddress img{
  margin: -0.7vh auto;
  width: 7.5vw;
}
  .emailicons{
  margin-top:1.3vh;
}
  .emailaddress{
  margin: 1vh auto;
  text-align: center;
  font-size:18px;
  }
  .navbar-1 {
    height: 50px;
    padding-bottom:0vw;
    padding-top:0vw;
    background-color:rgba(8,8,8,0.7);
  }
  .navbar-1 a  {
    font-size: 12px;
    margin: 0;
    padding-right: 2vw
  }

  .logo{
    padding-left: 3vw;
    width: 42px;
  }
   .navbar-2  {
    position: absolute;
    margin-left: 2vw;
    top: 16px;
    left: 13%;
   }
    .navbar-3  {
    position: absolute;
    margin-left: 0vw;
    top: 14px;
    right: 15%;
   }
   .navbar-4{
    position: absolute;
    margin-right: 4vw;
    top: 20px;
    right: 3%;
  }
   .navbar-3  img{
    margin: 6px;
    width:1.25vw;
    left: 90vw;
   }
   .trynow{
    padding: 5px 8px;
    font-size: 10px;
    margin-right: 0px;
   }
  .navbar-3 img {
    display: none;
   }
   .text span{
    font-size: 10px;
   }
   .dropdown{
    float: none;
   }
   .dropdown-content{
    top:100%;
    right:-44%;
   }
   .dropbtn{
    top:0px !important;
    right: -22px;
   }
   .cycle-backgrounds{
    height: 55vh;
   }
  .home1{
    height: 55vh;
  }
  .hometext-1{
    top: 22vh;
    font-size: 4vw;
  }
  .hometext-1 p{
    font-size: 3vw;
  }
  .DownloadBtn{
    padding: 10px 30px;
    font-size: 3.3vw;
  }
  .homepng-1{
    top:18vh;
    right: 0;
    width: 41vw;
  }
  .home2{
    height: 40vh;
  }
  .hometext-2{
    top:3vh;
    font-size: 3.5vw;
  }
  .homepng-3{
    width: 135vw;
    height: 40vh;
  }
  .home2-1{
    height: 40vh;
    position: relative;
    overflow: hidden;
    display:  block ;
  }
  .home2-2{
    height: 40vh;
    position: relative;
    overflow: hidden;
    display:  block ;
  }
  .home2-3{
    height: 40vh;
    position: relative;
    overflow: hidden;
    display:  block ;
  }
  .home2-4{
    height: 40vh;
    position: relative;
    overflow: hidden;
    display:  block ;
  }
  .windows{
    z-index: 0;
    width: 81vw !important;
    height: 31vh;
    top:5vh !important;
  }
  .windowsimg{
    width: 80vw;
    height: 30.6vh;
  }
  .windows h3 {
    top:8%;
    font-size: 7.5vw;
  }
  .windows p{
    padding: 8%;
    top:0%;
    font-size: 3.5vw;
  }
  .windowsclose{
    display: none;
  }
  .home3{
    height: 50vh;
  }
  .hometext-3{
    font-size: 7vw;
    top: 3vh;
  }
  .homepng61{
    right:10vw;
  }
  .homepng62{
    right:-100%;
  }
  .homepng63{
    right:-100%;
  }
  .homepng64{
    right:-100%;
  }
  .homepng65{
    right:-100%;
  }
  .homepng66{
    right:-100%;
  }
  .homepng67{
    right:-100%;
  }
  .homepng68{
    right:-100%;
  }
  .review {
    top:10vh;
    height: 28vh;
    width: 80vw;
    border-radius: 15px;
  }
  .review-img {
    width:  15vw;
    left:   10%;
    top: 10%;
  }
  .review-img2 {
    width:  35vw;
    right:   10%;
    top: 15%;
  }
  .review-img3 {
    width:  5vw;
    left:   10%;
    top: 50%;
  }
  .review-span {
    top:39%;
    left:   10%;
    font-size:  4vw;
  }
  .review-span2 {
    top:52%;
    left:   20%;
    font-size:  3.5vw;
  }
  .review-span3 {
    top:62%;
    left:   10%;
    font-size:  3.5vw;
  }
  .leftbtn {
    top:42vh;
    width: 9vw;
    left: 32.5vw;
    display:  none;
  }
  .rightbtn {
    top:42vh;
    width: 9vw;
    right: 32.5vw;
    display:  none;
  }
  .leftbtn2 {
    top:42vh;
    width: 9vw;
    left: 32.5vw;
    display:  block ;
    background-size: cover;
    position: absolute;
  }
  .rightbtn2 {
    top:42vh;
    width: 9vw;
    right: 32.5vw;
    display:  block;
    background-size: cover;
    position: absolute;
  }
  .footerlogo {
    width: 86px;
    top:10%;
    left:  69%;
    position: absolute;
  }
  .footerBar {
    height: 24vh;
  }
  .footerBar a {
    font-size:  14px;
    padding:  3vw;
    margin-bottom: 10px;
  }
  .footerBar a:hover   {
    color:  rgb(50, 202, 204);
  }
  .icons {
    top: 28vw;
    left: 8vw;

  }
  .icons .icon {
    width: 25px;
    padding: 2vw;
  }
  .footertext{
    font-size:  14px;
    
  }
  .left-inx1{
    animation: left-inx1 2.2s forwards;
  }
  @keyframes left-inx1 {
        0% {
            right: 10vw;
        }
        100% {
            right: 100%;
        }
    }
  .left-inx2{
    animation: left-inx2 2.2s forwards;
  }
  @keyframes left-inx2 {
        0% {
            right: -100%;
        }
        100% {
            right: 10vw;
        }
  }
  .right-inx1{
    animation: right-inx1 2.2s forwards;
  }
  @keyframes right-inx1 {
        0% {
            right: 100%;
        }
        100% {
            right: 10vw;
        }
    }
  .right-inx2{
    animation: right-inx2 2.2s forwards;
  }
  @keyframes right-inx2 {
        0% {
            right: 10vw;
        }
        100% {
            right: -100%;
        }
    }
  .ContactUs{
    height:170vh;
  }
  .contacttext-1 {
    font-size: 9vw;
    color: #32cacc;
  }
  .form-container{
    width:  80vw;
  }
  input[type="submit"]{
    margin-top: 1vh;
    width:  77vw;
    padding: 1vh;
    font-size: 14px;
  }
  input[type="text"], input[type="email"], textarea {
    padding: 4vw;
    width: 85%;
  }
  form{
    height:62vh;
  }
  .map {
    top:110%;
    width: 80vw;
    height: 50vh;
    right: 10vw;
    background-size: cover;
  }
  .contacttext-2{
    font-size:  6vw;
    top:154vh;
  }
  .icon2  {
    width:7.5vw;
  }
  
}
@media screen and (max-width: 400px) {
  .logo{
    padding-left: 4vw;
    width: 8vw;
  }
  .navbar-1 a  {
    font-size: 12px;
    margin: 0;
    padding-right: 2vw
  }
  .cycle-backgrounds{
    height: 55vh;
  }
  .home1{
    height: 55vh;
  }
  .hometext-1{
    top: 18vh;
    font-size: 4vw;
  }
  .hometext-1 p{
    font-size: 3vw;
  }
  .DownloadBtn{
    padding: 10px 30px;
    font-size: 3.3vw;
  }
  .homepng-1{
    top:22vh;
    right: 0;
    width: 41vw;
  }
  .home2{
    height: 40vh;
  }


}