.banner{
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.banner-box{
  width: 100%;
  height: 100%;
  
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  transform: scale(1);
  animation: index-banner 5s ease 0s 1 alternate;
}

.index-service{
  width: 100%;  
}
.index-service-box{
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;

}
.index-service-box h2{
  font-size: 25px;
  letter-spacing: 5px;
  padding: 20px 0;
  padding-bottom: 30px;
  animation: fade-in 3s ease 0s 1 alternate;
}
.index-service-box h2 span{
  font-size: 20px;
  letter-spacing: 5px;
  padding-left: 20px;
  color: #828282;
}

.index-service-info{
  font-family: 'Noto Sans TC';
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #000;
  font-size: 0;
}

.index-service-p{
  width: 70%;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 5px;
  text-align: left;
}

.index-service-p p{
  width:100%;
  text-align: left;
  letter-spacing: 5px;
  padding: 25px 0; 
  color: #606060;
  line-height: 1.6;
  text-align: justify;
  font-weight: 100;
  animation: fadeInLeft 2s ease 0s 1 alternate;
}

.index-service-a{
  width: 30%;
  display: inline-block;
  height: 0;
  padding-top: 30px;
  vertical-align: top;
}
.index-service-a a{
  width: 50px;
  line-height: 50px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #d00409;
  color: #FFF;
  font-size: 16px;
  vertical-align: middle;
  animation: rubberBand 2s ease 0s 1 alternate;
  
}

.index-service-img{
  width: 100%;
  height: 0;
  padding-bottom: 200px;
  background-image: url('../img/index/index-service-img.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position:50%;
  animation: fadeIn 3s ease 0s 1 alternate;
}

.index-banner2{
  width: 100%;
  height: 500px;
  background-attachment: fixed;
  background-image: url('../img/index/banner2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}


.index-banner2-p{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  text-align: right;
  padding-top: 5%;
}

.index-banner2-p p{
  text-align: right;
  font-size: 30px;
  color: #FFF;
  display: inline-block;
}
.index-banner2-p div{
  width: 110px;
  max-width: 100%;
  display: block;
  vertical-align: bottom;
  display: inline-block;
}

