/*--首頁--*/
.area{
  margin:0% 0;
}

/*.gototop,.gototops{
  position: fixed;
  bottom: 30px;
  right: 2%;
  width: 55px;
  z-index: 2;
   -o-transition:color .15s linear,background .15s linear;
  -webkit-transition:color .15s linear,background .15s linear;
  -moz-transition:color .15s linear,background .15s linear;
  transition:color .15s linear,background .15s linear;
}

.nofoot .lastword{
  display: none;
}
*/



.index{
  background: url("../image/bg/index.jpg") center bottom;
  background-size: cover;
}

.indexcontent{
  display: grid;
  align-items: center;
  vertical-align: middle;
}

.allcontent{
  background: rgba(255,255,255,.5);
  padding: 2% 5%;
  display: block;
  align-items: center;
  vertical-align: middle;
}

.thisyear{
  font-size: 2em;
  font-weight: bold; 
  color: #121756;
  margin: 0 0 0 0;
}

.thisyear .h2{/*2020*/
  font-size: 89px;
  margin: 0 0 0 0;
}

.thisyear .exdate{/*11/18-11/20*/
  font-size: 1em;
  margin:-30px 0 0 0;
}

.padright{
  padding: 0 0.5%;
}


.exhititle .h1{
  font-size: 1.7rem;
  letter-spacing: 0px; 
  font-weight:bolder; 
  line-height: 1.1em;
  color: #121756;
  padding: 3px 0;
}

.exhititle .h2{
  font-size: 2.9em;
  letter-spacing: 0px; 
  font-weight:bolder; 
  line-height: 1.1em;
  color: #121756;
  padding: 3px 0;
}

.exhititle .h3{
  font-size: 2.2em;
  letter-spacing: 0px; 
  font-weight:bolder; 
  line-height: 1.1em;
  color: #121756;
  padding: 3px 0;
}


.thisyear .h2,.thisyear .exdate,.exhititle .h1,.exhititle .h2,.exhititle .h3,.exhititle .h4{
  text-align:center;
}


.lan{
  font-size: 2.5em;
}

.contentwordindex a{
  color: #121756;
  font-size:25px;
}


.contentwordindex a:hover{
  color: #f00;
}


/*-------一些HOVER效果--------*/
@keyframes Zoomtop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes Zoomwidth {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(0.9);
  }
}




@media only screen and (min-width: 600px) {
 
  
}



@media (min-width: 768px) {

  /*.thisyear .h2{
    font-size: 1em;
  }*/
  .exhititle .h1{
    font-size: 2em;
    letter-spacing: 0px; 
  }

  /*.exhititle .h2{
    font-size: 3.9em;
    letter-spacing: 0px; 
  }

  .exhititle .h3{
    font-size: 3em;
    letter-spacing: 0px; 
  }*/

  .contentwordindex a{
  color: #121756;
  font-size:2.1em;
}


}


@media (min-width: 1000px) and (max-width: 1099px){

 .thisyear .h2{/*2020*/
    font-size: 89px;
    margin: -20px 0 0 55px;
    text-align: center;
  }

  .thisyear .exdate{/*11/18-11/20*/
    font-size: 1em;
    margin:-30px 0 0 55px;
  }

  .thisyear .h2,.thisyear .exdate,.exhititle .h1,.exhititle .h2,.exhititle .h3{
    text-align:left;
  }



}

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

  .thisyear .h2,.thisyear .exdate,.exhititle .h1,.exhititle .h2,.exhititle .h3{
 
    text-align:left;
  }


  .allcontent{
    padding: 2% 5%;
    display: flex;
    align-items: center;
    vertical-align: middle;
  }
  
  .exhititle .h1{
    font-size: 2.9em;
    letter-spacing: 0px; 
  }

  .exhititle .h2{
    font-size: 3.9em;
    letter-spacing: 0px; 
  }

  .exhititle .h3{
    font-size: 2.9em;
    letter-spacing: 0px; 
  }


  .thisyear .h2{
    font-size: 108px;
    margin: -32px 0 0 0;
    text-align: center;
    letter-spacing: 0px;
  }

  .thisyear .exdate{
    font-size: 42px;
    margin:-43px 0 0 0;
  }

 
}

@media (min-width: 1300px) {


  
}



@media (min-width: 1500px) {
 

}