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

.btlogo{
  margin:3% 0 0 0;
      justify-content: center;
}
/*.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;
}
*/

.snlogo{
  max-width: 11.6%;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 10px 0 0;
}
.links{
  text-align: center;
}

.index{
  background: url("../image/bg/index.jpg") no-repeat center center;
  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: #fff;
  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;
}

.thisyear .h3{
  text-align: center;
}

.padright{
  padding: 0 0.5%;
}


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

.exhititle .h2{
  font-size: 2.9em;
  letter-spacing: 0px; 
  font-weight:bolder; 
  line-height: 1.1em;
  color: #fff;
  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{
  text-align:center;
}


.lan{
  font-size: 2.5em;
   color: #fff;
}

.contentwordindex a{
  color: #fff;
  font-size:25px;
  text-shadow: 0px 0px 5px #ccc;
  padding: .5% .5% 
}


.contentwordindex a:hover{
  color: #121756;
  background: #fff;
}


/*-------一些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: #fff;
  font-size:2.1em;
  
}


}


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

  

 .thisyear .h2{/*2020*/
    font-size: 5em;
    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;
  }

.thisyear .h3{
    text-align: center;
  }



}

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

  .btlogo{
  margin:0% 0 0 0;
      justify-content:end;
}

.thisyear .h3{
    text-align: left;
  }
    .links{
  /*text-align: right;
  padding: 0 15% 0 0;
}*/


  .thisyear .h3{
    text-align: left;
    font-size: 2.0em;
    margin: -32px 0 0 0 ;
  }

  .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.2em;
    letter-spacing: 0px; 
  }

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

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


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

  .thisyear .exdate{
    font-size: 0.9em;
    margin:-43px 0 0 0;
    text-align: center;
  }

 
}

@media (min-width: 1300px) {


  
}



@media (min-width: 1500px) {
 

}