.change-time {
  transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}
.adroitst-bg-img {
  width: 100%;
  height: 518px;
  background: url("../../img/microMsg.1474899615001a.jpg") center center no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.home-mod-img-box {
  text-align: center;
  overflow: hidden;
}
.home-mod-img-box .mod-img {
  margin-bottom: 20px;
}
.home-mod-img-box .mod-img img {
  text-align: center;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .home-mod-img-box {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 910px) {
  .home-mod-img-box {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 909px) and (min-width: 768px) {
  .home-mod-img-box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-mod-img-box {
    margin-top: 30px;
  }
}
.mod-button {
  text-align: center;
}
.mod-button .mod-btn {
  margin: 50px auto;
  margin-bottom: 0;
  border: 1px solid #323232;
  background-color: #f9f9f9;
  color: #323232;
  padding: 10px 20px;
  border-radius: 5px;
  transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}
.mod-button .mod-btn:hover {
  background-color: #323232;
  color: #f9f9f9;
}
.mod-page-title {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  margin-bottom: 50px;
  height: 370px;
}
.mod-page-title .img-title {
  padding: 50px;
  background-color: #dcdcdc;
  border-radius: 10px 10px 0 0;
}
.mod-page-title .img-title img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.mod-page-title .content-title {
  padding: 50px 26px 0 26px;
}
.mod-page-title .content-title .content-text {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .content-text {
    text-indent: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .content-text {
    text-indent: 24px;
  }
}
.banner {
  width: 524px;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.banner .imgList li {
  position: absolute;
  opacity: 0.4;
}
.banner .imgList .imgIndex {
  opacity: 1;
  z-index: 100;
  transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}
.animationMode {
  animation: myMove .5s;
  -moz-animation: myMove .5s;
  -webkit-animation: myMove .5s;
  -o-animation: myMove .5s;
}
@keyframes myMove {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.45;
    z-index: 0;
  }
}
@-moz-keyframes myMove {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.45;
    z-index: 0;
  }
}
@-webkit-keyframes myMove {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.45;
    z-index: 0;
  }
}
@-o-keyframes myMove {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.45;
    z-index: 0;
  }
}
