body {
  margin: 0px;
  font-family: garamond;
  color: rgb(68, 68, 68);
}

.back {
  background-image: url(../img/valuesp6BG.jpg);
}

.main {
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 20pt;
  padding-left: 10.5%;
  padding-right: 10.5%;
  font-family: "Microsoft Yahei";
}


.heritage2-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%;
}
.heritage2-img img {
  margin-top: 0px;
  width: 100%;
  margin-bottom: 2rem;
}



a{
    text-decoration:none;
    color:rgb(68, 68, 68);
}

.container{
  padding: 30px 0px;
  display: flex;
  font-size: 10.5pt;
}

@media (max-width: 768px) {
  .navbar {
    justify-content: center;
    flex-direction: column;
    margin: 1rem auto;
  }

  .main {
    flex-direction: column;
    margin: 1rem auto;
    max-width: 700px;
  }
  ul {
    margin: 1rem auto;
    flex-wrap: wrap;
  }

  li {
    margin-bottom: 1rem;
  }
  .navbar img {
    margin: 1rem auto;
  }

  .hero {
    flex-direction: column;
    font-size: 80%;
  }

  .heritage2-img {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .Explanatory {
    max-width: 700px;
    font-size: 70%;
  }
  .heritage2-img img {
    margin-bottom: 4rem;
  }
}
.container {
  display: flex;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(150px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-timing-function: ease;
}
#page_top {
  position: fixed;
  opacity: 0.6;
  display: flex;
}
