body{
    font-size:75%; 
}
#container{
	width: 100%;
	margin: 0 auto;
  background-image: url(/imgs/bg.png); 
  font-family: 'Prata', serif;
}



#datetime{
    color: #fff;
    font-size: 1em;
    margin: 0px 0px 0px 3%;

}
@media screen and (max-width: 768px) {
  #datetime{
   display: none;
}

}/* 手机(max-width: 768px) */

.header{
   padding:20px 0px 30px; 
   background-image: url(/imgs/headerbg.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size:cover;
}



.logo{
    text-align: center;
}


.gnavi__pc-style {
    width: 50%;
    margin: 60px auto 0px;
    font-size: 1.4em;
  }
  .gnavi__pc-style ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    color:#696031;/*下划线颜色 可能需要改*/
  }

  .gnavi__pc-style ul li{
    padding-bottom: 5px;
    background: 
    linear-gradient(currentColor 0 0) 
    bottom /var(--d, 0) 1px 
    no-repeat;
    transition:0.5s;
  }
  .gnavi__pc-style ul li:hover {
    --d: 100%;
  }

  .gnavi__pc-style ul li:not(:last-of-type) {
    margin-right: 10px;
  }
  .gnavi__pc-style a {
      text-decoration: none;
       color: #fff;
  }

  
 /*以下是汉堡menucss*/
 .gnavi__sp-style{
  display: none;
}
@media screen and (max-width: 768px) {
.gnavi__pc-style {
  display: none;    
}

.gnavi__sp-style{
display:block; 
}

/*展开后*/
.NavMenu{
position: fixed;
z-index: 12;
top: 0;
left: 0;
background-color: rgba(5, 5, 5, 0.93);
text-align: center;
width: 100%;
height: 100%;
display: none;
}

.NavMenu ul{
width: 100%;
margin: 0 auto;
padding: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}

.NavMenu ul li{
font-size: 24px;
list-style-type: none;
width: 100%;
padding-bottom: 0px;
}

.NavMenu ul li:last-child{
padding-bottom: 0;
}
.NavMenu ul li a{
display: block;
color: #fff;
padding: 30px 0;
font-weight: bold;
font-size: 1em;
text-decoration: none;
}
.NavMenu ul li a:hover{
  background :#696031;
}

/*汉堡包菜单*/
.Toggle {
position: fixed;
right:10px;
top: 10px;
width: 48px;
height: 45px;
cursor: pointer;
z-index: 13;
display: block;
background-color: #696031;
}

.Toggle span {
display: block;
position: absolute;
width: 35px;
border-bottom: solid 3px #fff;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
left: 6px;
}

.Toggle span:nth-child(1) {
top: 9px;
}

.Toggle span:nth-child(2) {
top: 20px;
}

.Toggle span:nth-child(3) {
top: 31px;
}

.Toggle.active span:nth-child(1) {
top: 20px;
left: 8px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
border-bottom: solid 3px #fff;
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
top: 20px;
left:8px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
border-bottom: solid 3px #fff;
}

}/* 手机(max-width: 768px) */

  
.menu-tittle{
  display: block;
  width: 90%;
  margin:0 auto 30px;
  border-top: 1px  solid #696031 ;
  border-bottom: 1px  solid #696031 ;
  text-align: center;
  padding: 20px 0;
  color: #aaa381;
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {

  .menu-tittle{
    width: 98%;
    font-size: 1.2em;
    margin:0 auto;
  } 

  .menu-mainimg{
    width: 100%;
    height: 230px;;
  } 
  .menu-mainimg img{
    width: 100%;
    height: 100%;
  }
  }


  @media screen and (min-width: 768px) {

    .menu-mainimg{
      display: none;
    }  
    }
/*min-width: 768px */



  .menu{
    width: 90%;
    margin:5px auto 60px;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns:20% 80%;
   
  }

  .menu-left p{
    width: 100%;
    display: block;
    padding: 20px 0;
    font-size: 1.6em;
    text-align: center;
    color: #aaa381;
    border-bottom: 1px solid #696031;
   }
 .menu-left ul{
    list-style-type: none;
    color: #fff;
    width: 100%;
 }
 .menu-left a{
   color: #fff;
   text-decoration: none;
 }
 .menu-left ul li{
   padding: 20px 0 20px 10px;
   border-bottom: 1px solid #696031;
   font-size: 1em;
   position: relative;
   z-index: 2;
   overflow:hidden;
 }

 .menu-left ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #696031;
  opacity: 0.7;
  transition: all 300ms linear;
}
.menu-left ul li:hover:before {
  left: 0;
}


.btn-more{
  width: 200px;
  margin: 0 0 0 auto;
}

.btn-moreinfo{
  display: flex;
  align-items: center;
  margin: 30px auto;
  padding: 10px 20px;
  border: 1px solid #696031;
  text-decoration: none;
  color: #aaa381;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  overflow:hidden;
}
.btn-moreinfo::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #aaa381;
  border-right: 3px solid #adadad;
  transform: rotate(45deg);
}

.btn-moreinfo:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #696031;
  opacity: 0.7;
  transition: all 300ms linear;
}

.btn-moreinfo:hover:before {
  left: 0;
}
/* btn在这里*/

.menu-Monthly{
  width: 76%;
  margin: 0 8% 0 auto;
}
.menu-Monthly h2{
  padding: 10px 0px 10px 0px;
  font-size: 1.4em;
  color: #aaa381;
  border-top: 1px solid #696031;
  border-bottom: 1px solid #696031;
}
.menu-Monthly  p{
  padding: 10px 0px 10px 0px;
  line-height: 1em;
  font-size: 1em;
  color: #fff;
}

.menu-right-mainpho{
  width: 76%;
  height: 300px;
  margin: 0 8% 0 auto;
}
.menu-right-mainpho img{
  width: 100%;
  height: 100%;
}


.menu-right-tittle{
  display: block;
  width: 12%;
  font-size: 1.6em;
  padding: 20px 0 20px 10px;
  color: #aaa381;
  border-top: 1px solid #696031;
  position: absolute;
  top: 40px;
  left: 0;
 }
.menu-right{
 width:96%;
 margin: 0  0  0 auto;
 padding: 40px 0px;
 background-color:rgba(0,3,5,0.4);
 position: relative;
 overflow: hidden;
}

.menu-right ul{
 width: 76%;
 margin: 0 8% 0 auto;
 color: #fff;
 list-style-type: none;
}
.menu-right ul li{
  padding: 30px 0px;
}
.menu-right ul li h2{
  padding: 10px 0px 10px 0px;
  font-size: 1.4em;
  color: #aaa381;
  border-top: 1px solid #696031;
  border-bottom: 1px solid #696031;
}
.menu-right ul li p{
  padding: 10px 0px 10px 0px;
  line-height:2em;
  font-size: 1em;
}
.menu-right span{
  display: block;
  padding: 10px;
  position:absolute;
  right: 8%;
}


@media screen and (max-width: 768px) {
  .menu{
    width: 99%;
    margin:5px auto 60px;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns:1fr;
  }
 
  .menu-left{
    grid-column: 1;
    grid-row: 2;
    margin-top: 40px;
  }
  .menu-right{
    width:98%;
    margin: 0 auto;
    padding: 10px  0;
   }
   .menu-right ul{
    width:98%;
    margin: 0 auto;
   }
   .menu-right ul li h2{
    padding: 10px 0px 10px 1%;
    font-size: 1.4em;
  }
  .menu-right ul li p{
    padding: 10px 0px 10px 1%;
    line-height: 2em;
    font-size: 1em;
  }
   .menu-right span{
    right: 1%;
  }

  .menu-Monthly{
    width:98%;
    margin: 0 auto;
    padding: 70px 0 0px;
  }
  .menu-Monthly h2{
    padding: 10px 0px 10px 1%;
    font-size: 1.4em;
  }
  .menu-Monthly  p{
    padding: 10px 0px 10px 1%;
    line-height: 1em;
    font-size: 1em;
  }

  .menu-right-mainpho{
    width:98%;
    height: 180px;
    margin: 0 auto;
    padding: 0px;
  }
  .menu-right-mainpho img{
    width: 100%;
    height:100%;
  }
  
  
   
  .menu-right-tittle{
    display: none;
   }

}

.footer{
  background-color: #111;
  color: #fff;
  padding: 30px 0 0;
}
.footer p{
  margin: 20px auto 0;
  text-align: center;
  line-height: 30px;
}
.footer a{
display: block;
background-color: #111;
color: #fff;
text-decoration: none;
}
.gnavi__pc-style_down{
  padding: 20px 0;
}
.gnavi__pc-style_down a{
  color: #fff;
}
.copyright{
  font-size:0.8em;
  padding: 5px 0;
  color: #696031;
  border-top:1px solid #696031;
}






