* {
  margin: 0;
  border: 0;
  padding: 0;
}

a {
  outline: none;
}

ul {
  list-style: none;
  margin: 0;
}

p {
  margin: 0;
}

input {
  outline: none;

}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.bd1 {
  height: 6.25vw;
  background-color: #478FA0;
  align-self: center;
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.wrap1 {
  width: 66.67vw;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main1 {
  width: 8.55vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pic1 {
  display: block;
  width: 100%;
  /* width: 3.65vw;
  height: 3.65vw; */
}

.txt1 {
  width: 100%;
  margin-top: 0.66vw;
}

.menu {
  display: flex;
  align-items: center;
}

.menu ul {
  display: flex;
}

.menu ul li {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.menu ul li:hover a {
  color: rgba(109, 255, 240, 1);
  /* font-weight: bold; */
}

.menu ul .active a {
  color: rgba(109, 255, 240, 1);
  font-weight: bold;
}

.menu ul li a {
  text-decoration: none;
  color: #fff;
  margin-left: 3.13vw;
}

.main2 {
  width: 17.71vw;
}

.pic3 {
  display: block;
  width: 100%;
  height: 100%;
}

.bd17 {
  position: relative;
  background-color: #2FA09A;
  align-self: center;
  width: 100vw;
  justify-content: flex-end;
  padding: 2.09vw 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.layer5 {
  width: 66.67vw;
  flex-direction: row;
  display: flex;
}

.main4 {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.pic13 {
  width: 10.53vw;
  /* height: 5.21vw; */
}

.img9 {
  z-index: 238;
  width: 12.71vw;
  height: 1.46vw;
  margin-top: 0.21vw;
  margin-left: 0.32vw;
}

.main5 {
  /* width: 6.15vw;
  height: 5.42vw; */
  margin-left: 2.3vw;
  display: flex;
  flex-direction: column;
}

.info8 {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  line-height: 1.05vw;
  text-align: left;
}

.infoBox7 {
  z-index: 228;
  width: 5vw;
  display: block;
  color: rgba(75, 42, 32, 1);
  font-size: 16px;
  font-family: Arial;
  line-height: 1.36vw;
  text-align: left;
  align-self: flex-start;
  margin-left: 0.11vw;
  margin-top: 0.32vw;
}

.paragraph4 {
  z-index: 229;
  width: 7.61vw;
  display: block;
  color: rgba(75, 42, 32, 1);
  font-size: 16px;
  font-family: Arial;
  line-height: 1.36vw;
  text-align: left;
  margin-top: 1.36vw;
  margin-left: 0.73vw;
}

.main6 {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.word11 {
  display: block;
  color: rgba(140, 84, 72, 1);
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  line-height: 1.05vw;
  text-align: left;
  align-self: flex-start;
}

.block3 {
  align-self: center;
  margin-top: 0.53vw;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.img10 {
  z-index: 233;
  height: 2.5vw;
}

.txt8 {
  background-color: #388091;
  padding: 1vw 0;
  display: block;
  color: rgba(109, 255, 240, 1);
  font-size: 13px;
  font-family: Arial;
  line-height: 0.94vw;
  text-align: center;
}

.quickLink {
  margin-top: 0.32vw;
  display: flex;
  font-size: 16px;
  font-family: Arial;
  color: #4B2A20;
  font-weight: bold;
  line-height: 1.36vw;
  text-align: left;
  align-self: flex-start;
}

.linkBox a {
  display: block;
  color: rgba(109, 255, 240, 1);
  text-decoration: none;
}

.linkBox a::before {
  content: "\00BB \0020"
}

.block3 span {
  color: rgba(255, 209, 143, 1);
  font-size: 1.04vw;
  line-height: 1.15vw;
  /* text-align: left; */
  align-self: center;
  margin-top: 0.53vw;
}

@media screen and (max-width: 960px) {
  html {
    font-size: 55px;
  }

  .bd1 {
    width: 100%;
    height: 1.2rem;
  }

  .wrap1 {
    width: 94%;
    margin: 0 auto;
  }

  .main1 {
    width: 1.48rem;
  }

  .main2 {
    width: 3.2rem;
  }

  .bd17 {
    padding: 0.4rem 0.1rem;
  }

  .layer5 {

    flex-direction: column;
  }

  .pic13 {
    width: 2.88rem;
    /* height: 0.42rem; */
  }

  .layer5 {
    width: 100%;
  }

  .main4 {
    margin-left: 0.1rem;
  }

  .linkBox {
    display: inline-block;
  }

  .info8 {
    font-size: 0.18rem;
    line-height: 0.2rem;
  }

  .main5 {
    padding: 0.2rem 0;
  }

  .quickLink {
    width: 55%;
    justify-content: space-between;
    font-size: 0.2rem;
    line-height: 0.26rem;
  }

  .main6 {
    margin-left: 0.1rem;
  }

  .img10 {
    height: 0.48rem;
  }

  .txt8 {
    padding: 0;
    font-size: 0.16rem;
    line-height: 0.5rem;
  }

  .block3 {
    flex-grow: 0;
    flex-direction: row;
    align-self: flex-start;
  }


}