.layout-parallax-content {
  background-color: #fff;
}
.layout-parallax-content .navigator {
  margin: 0 auto;
  width: 80%;
}
.layout-parallax-content .navigator .navigator-item {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  color: #333;
  background-color: #f5f5f5;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
}
.layout-parallax-content .navigator .navigator-item.link-active {
  color: #fff;
  background-color: #0d6fb8;
}
.layout-parallax-content .business-area-title {
  margin-bottom: 20px;
  line-height: 60px;
  font-size: 22px;
  text-align: center;
}
.layout-parallax-content .hot {
  overflow: hidden;
}
.layout-parallax-content .hot .hot-item {
  position: relative;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 300px;
  color: #fff;
  box-shadow: 0 0 3px rgba(120,120,120,0.33);
  border-radius: 6px;
  overflow: hidden;
}
.layout-parallax-content .hot .hot-item .content {
  position: absolute;
  bottom: 0;
  z-index: 100;
  padding: 6px 15px;
  background-color: rgba(0,0,0,0.67);
}
.layout-parallax-content .hot .hot-item .content h3 {
  line-height: 1.74625;
  font-size: 24px;
}
.layout-parallax-content .hot .hot-item .content p {
  font-size: 12px;
  text-align: justify;
  line-height: 20px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.layout-parallax-content .hot .hot-item .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.layout-parallax-content .list .li {
  display: block;
  position: relative;
  margin-bottom: 10px;
  height: 300px;
  background-color: #f5f5f5;
  box-shadow: 0 0 3px rgba(120,120,120,0.33);
  border-radius: 6px;
  overflow: hidden;
}
.layout-parallax-content .list .li .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f5f5f5;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s;
}
.layout-parallax-content .list .li .li-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
  text-align: right;
  background-color: rgba(0,0,0,0.67);
}
.layout-parallax-content .list .li .li-content h3 {
  line-height: 1.74625;
  font-size: 18px;
  text-align: left;
  color: #fff;
  transition: color 0.5s;
}
.layout-parallax-content .list .li .li-content p {
  width: 100%;
  text-align: justify;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  line-height: 20px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.layout-parallax-content .list .li .li-content a {
  text-decoration: none;
}
.layout-parallax-content .list .li:hover .bg {
  transform: scale(1.125);
}
@media (min-width: 992px) {
  .layout-parallax-content .navigator {
    margin: auto -15px;
    width: auto;
  }
  .layout-parallax-content .navigator .navigator-item {
    transition: background-color 0.5s, color 0.5s;
    cursor: pointer;
  }
  .layout-parallax-content .business-area-title {
    margin-bottom: 50px;
    line-height: 80px;
    font-size: 32px;
  }
  .layout-parallax-content .hot {
    position: relative;
    margin-bottom: 40px;
    height: 400px;
  }
  .layout-parallax-content .hot .hot-item {
    position: absolute;
    margin-bottom: 0;
    width: 85%;
    height: 400px;
    transform: skewX(-30deg);
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
  }
  .layout-parallax-content .hot .hot-item:first-child {
    left: -40%;
  }
  .layout-parallax-content .hot .hot-item:first-child .content {
    right: 12%;
  }
  .layout-parallax-content .hot .hot-item:first-child .content h3 {
    margin-right: -25%;
  }
  .layout-parallax-content .hot .hot-item:first-child .module-line {
    left: 0;
  }
  .layout-parallax-content .hot .hot-item:first-child .bg {
    right: -25%;
  }
  .layout-parallax-content .hot .hot-item:last-child {
    right: -32%;
  }
  .layout-parallax-content .hot .hot-item:last-child .content {
    left: 6%;
  }
  .layout-parallax-content .hot .hot-item:last-child .content h3 {
    text-align: right;
  }
  .layout-parallax-content .hot .hot-item:last-child .content p {
    margin-left: -15%;
  }
  .layout-parallax-content .hot .hot-item:last-child .module-line {
    right: 0;
  }
  .layout-parallax-content .hot .hot-item:last-child .bg {
    left: -25%;
  }
  .layout-parallax-content .hot .hot-item > * {
    transform: skewX(30deg);
  }
  .layout-parallax-content .hot .hot-item .content {
    top: 20px;
    bottom: auto;
    padding: 20px 25px;
    width: 45%;
    background-color: transparent;
  }
  .layout-parallax-content .hot .hot-item .content h3 {
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .layout-parallax-content .hot .hot-item .content p {
    font-size: 14px;
    line-height: 25px;
    max-height: 75px;
  }
  .layout-parallax-content .hot .hot-item .module-line {
    position: absolute;
    width: 20px;
    height: 100%;
    z-index: 99;
    transition: all 0.5s;
  }
  .layout-parallax-content .hot .hot-item .bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.33);
    opacity: 0;
    transition: all 0.5s;
  }
  .layout-parallax-content .hot .hot-item:hover .bg:before {
    opacity: 1;
  }
  .layout-parallax-content .hot .hot-item:hover:first-child .module-line {
    left: 47%;
  }
  .layout-parallax-content .hot .hot-item:hover:last-child .module-line {
    right: 37.5%;
  }
  .layout-parallax-content .list .li {
    margin-bottom: 40px;
    height: 270px;
    background-color: #f5f5f5;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
  }
  .layout-parallax-content .list .li .bg {
    right: auto;
    width: 40%;
  }
  .layout-parallax-content .list .li .li-content {
    top: 30px;
    bottom: 30px;
    right: 25px;
    left: auto;
    padding: 40px;
    width: 65.833%;
    background-color: #fff;
  }
  .layout-parallax-content .list .li .li-content h3 {
    margin-bottom: 5px;
    color: #333;
  }
  .layout-parallax-content .list .li .li-content p {
    line-height: 25px;
    max-height: 75px;
    text-align: justify;
    font-size: 14px;
    color: #818181;
  }
}
