.fireworks100 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.years100 {
  position: fixed;
  left: 25%;
  top: 7%;
  width: 50%;
  height: 100%;
  z-index: 99;
}
.img100{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.img100 img{
  border: none;
  width: 100%;
  display: block;
}
.yearsclose{
  display: block;
  overflow: hidden;
  text-align: right;
  color: #fff;
  font-size: 20px;
  position: absolute;
  right:10%;
  top:25%;
  z-index: 999;
  animation: closeshow 5s;
  -webkit-animation: closeshow 5s;

}
@keyframes closeshow{
  from{display: none;opacity: 0.1;}
  to{display: block; opacity: 1;}
}
@-webkit-keyframes closeshow{
  from{display: none;opacity: 0.1;}
  to{display: block; opacity: 1;}
}
@-moz-keyframes closeshow{
  from{display: none;opacity: 0.1;}
  to{display: block; opacity: 1;}
}
@-o-keyframes closeshow{
  from{display: none;opacity: 0.1;}
  to{display: block; opacity: 1;}
}
.yearsclose p{
  display: block;
  float: right;
  cursor: pointer;
  width: 30px;
  height:30px;
  border-radius: 50px;
  text-align: center;
  line-height: 28px;
  font-family: arial;
  margin-top: 10px;
}
.yearsclose p img{
  border: none;
  width: 80%;
}
.yearsclose span{
  display: block;
  font-size: 12px;
  color: #fff;
}
.yearsclose span b{
  font-weight: normal;
  font-size: 18px;
  color: #DF0010;
  margin-right: 5px;
}
.img100 img.d3animate{
  animation:d3fs 1.5s;
  -webkit-animation:d3fs 1.5s; /* Safari and Chrome */
}
@keyframes d3fs
{
  0%   {width: 10%; opacity: 0.1;margin-left:50%;margin-top:50%}
  100% {width: 100%; opacity: 1;margin-left:0%;margin-top:0%}
}

@-webkit-keyframes d3fs /* Safari and Chrome */
{
  0%   {width: 10%; opacity: 0.1;margin-left:50%;margin-top:50%}
  100% {width: 100%; opacity: 1;margin-left:0%;margin-top:0%}
}
@-moz-keyframes d3fs /* Safari and Chrome */
{
  0%   {width: 10%; opacity: 0.1;margin-left:50%;margin-top:50%}
  100% {width: 100%; opacity: 1;margin-left:0%;margin-top:0%}
}
@-o-keyframes d3fs /* Safari and Chrome */
{
  0%   {width: 10%; opacity: 0.1;margin-left:50%;margin-top:50%}
  100% {width: 100%; opacity: 1;margin-left:0%;margin-top:0%}
}