.change-time {
  transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}
.hugescreen-box {
  width: 100%;
  background-color: #426978;
}
.hugescreen-box .adroitst-hugescreen {
  width: 100%;
  display: block;
  height: 500px;
  background: #426978 url("../../img/w4.1.jpg") center center no-repeat;
  background-size: cover ;
  padding-top: 250px;
}
.product-mod-right {
  background-color: #fff;
}
.product-mod .mod-m {
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .mod-content .product-content {
    margin-bottom: 50px;
  }
  .mod-content .product-content .content {
    padding: 100px 20px;
    text-indent: 32px;
    text-align: left;
  }
  .product-mod {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 910px) {
  .mod-content .product-content {
    margin-bottom: 30px;
  }
  .mod-content .product-content .content {
    text-indent: 32px;
    text-align: left;
  }
  .product-mod {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 909px) and (min-width: 768px) {
  .mod-content .product-content {
    margin-bottom: 30px;
  }
  .mod-content .product-content .content {
    padding-top: 30px;
    text-indent: 24px;
    text-align: left;
  }
  .product-mod {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .mod-content .product-content {
    margin-bottom: 20px;
  }
  .mod-content .product-content .content {
    padding-top: 30px;
    text-indent: 24px;
    text-align: left;
  }
  .product-mod {
    padding: 30px 0;
  }
}
