/***主顏色***/
:root {
  --bgColor: rgb(13, 13, 13);
  --mainColor: #f9b72d;
}

/***********/
.home {
  background: url(img/banner1.jpg) center no-repeat;
  background-size: cover;
  animation-name: banner;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}

.about {
  background: url(img/aboutBg.jpg) center no-repeat fixed;
  background-size: cover;
}

@keyframes banner {
  0% {
    background: url(img/banner1.jpg) center no-repeat;
    background-size: cover;
  }

  28% {
    background: url(img/banner1.jpg) center no-repeat;
    background-size: cover;
  }

  33% {
    background: url(img/banner2.jpg) center no-repeat;
    background-size: cover;
  }

  61% {
    background: url(img/banner2.jpg) center no-repeat;
    background-size: cover;
  }

  66% {
    background: url(img/banner3.jpg) center no-repeat;
    background-size: cover;
  }

  95% {
    background: url(img/banner3.jpg) center no-repeat;
    background-size: cover;
  }

  100% {
    background: url(img/banner1.jpg) center no-repeat;
    background-size: cover;
  }
}

h4 {
  color: #f9b72d;
  letter-spacing: 5px;
}
/* .newsList{
  display: flex;
} */
.newsList p{
 margin:5%;
 display: flex;
}
.newsList img{
 width: 50%;
 margin: auto;
 }
.about p {
  font-size: 20px;
}

.fadeIn p {
  color: rgb(255, 255, 255);
}

#menu01 p,
#menu02 p,
#menu03 p {
  color: #000;
  text-align: center;
  font-size: 24px;
  letter-spacing: 4px;
}

.text p {
  color: #000;
  font-size: 20px;
}

.menuList a.active {
  letter-spacing: 2px;
}

@media screen and (max-width:1024px) {
  p {
    font-size: 18px;
  }

  .about p {
    font-size: 16px;
  }
}

p.menu_p {
  border: 3px solid;
  padding: 15px;
  width: 75%;
  margin: auto;
  text-align: center;
  letter-spacing: 5px;
  font-size: 30px;
}

p.menu_p:hover {
  background-color: #f9b72d;
  color: #fff;
}


.about .cover .text {
  background-color: rgba(254, 243, 235, 0.95)
}

@media screen and (max-width:770px) {
.newsList img{
  width: 100%;
  margin: auto;
  }
}