.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}
.center {
  margin: 0 auto;
}
.ft-wei {
  font-weight: 600;
}
.hide-excess-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
@keyframes imgHover {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.imgHover {
  animation: imgHover 1s forwards;
}
.model-title .model-title-icon {
  display: inline-block;
  width: 150px;
  height: 25px;
  background-image: url('../../images/line.png');
  background-repeat: no-repeat;
}
.model-title h2 {
  font-family: OBW;
  font-weight: 600;
  margin-bottom: 10px;
}
.model-title h2 span {
  color: #1387C0;
}
.model-title .model-desc {
  white-space: pre-line;
}
.home-product .figure {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.home-product .figure .image {
  width: 100%;
  overflow: hidden;
  padding: 20px;
}
.home-product .figure .image a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.home-product .figure .image a img {
  max-width: 100%;
  max-height: 100%;
}
.home-product .figure .text {
  text-align: center;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 29, 60, 0.9);
  transition: all 0.5s ease-in-out;
}
.home-product .figure .text .pro-group-info {
  color: #ffffff;
}
.home-product .figure .text .pro-group-info .pro-group-name {
  font-weight: 600;
  width: 100%;
  height: 33%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-product .figure .text .pro-group-info .pro-group-descr {
  width: 100%;
  height: 66%;
  text-align: left;
  word-wrap: break-word;
}
.home-product .figure .text .btn {
  margin-top: 10px;
  background-color: #5abb15;
  color: #ffffff;
  border-color: #ffa100;
}
.home-product .figure .text .btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  border-color: #ffffff;
}
.home-product .group-btn {
  text-align: center;
}
.home-product .group-btn a.btn {
  background-color: #5bc70f;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  font-family: OBW;
}
.home-profile {
  background-color: #fff;
  padding: 60px 0;
}
.home-profile .com-pro .about-pics {
  position: relative;
  z-index: 101;
  overflow: hidden;
}
.home-profile .com-pro .profile {
  padding: 20px 30px 30px 40px;
  color: #000;
  line-height: 25px;
  word-wrap: break-word;
}
.home-profile .com-pro .profile .bgroup {
  display: block;
  position: relative;
  text-align: center;
  z-index: 100;
  margin-bottom: -45px;
}
.home-profile .com-pro .profile .bgroup .btn-default {
  margin: 0 5px;
  background-color: #ffa100;
  color: #fff;
  font-weight: 600;
}
.home-profile .com-pro .profile .bgroup .btn-default:hover {
  background-color: #061d3c;
}
.index-products {
  background-color: #fff;
  padding: 60px 0;
}
.index-products .figure {
  margin-bottom: 30px;
}
.index-products .figure .title {
  text-align: center;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.index-products .figure .image {
  overflow: hidden;
}
.index-products .figure:hover {
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.home-app {
  background-color: #f5f5f5;
  padding: 30px 0;
}
.home-app .figure {
  margin-bottom: 30px;
}
.home-app .figure .title {
  text-align: center;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.home-app .figure .image {
  overflow: hidden;
}
.home-app .figure:hover {
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.home-album {
  padding-bottom: 30px;
}
.home-album .figure {
  margin-bottom: 30px;
}
.home-album .figure .title {
  text-align: center;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.home-album .figure .image {
  overflow: hidden;
}
.home-album .figure:hover {
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .model-title {
    margin-bottom: 10px;
  }
  .model-title h2 span {
    font-size: 20.4px;
  }
  .model-title .model-desc {
    font-size: 12px;
  }
  header {
    margin-bottom: 0px;
  }
  .home-product {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .home-product .figure {
    height: 350px;
    border: 1px solid #ddd;
  }
  .home-product .figure .text .pro-group-info {
    height: 80%;
  }
  .home-product .figure .text .pro-group-info .pro-group-name {
    padding: 0 15%;
  }
  .home-product .figure .text .pro-group-info .pro-group-descr {
    font-size: 12px;
  }
  .home-product .group-btn {
    margin: 30px auto 50px;
  }
  .home-product .group-btn a {
    margin: auto 3vw;
  }
  .home-profile {
    margin-bottom: 0px;
  }
  .home-profile .com-pro .profile .bgroup .btn-default {
    font-size: 12px;
    margin: 0 4px;
    padding: 5px 8px;
  }
  .home-spe {
    margin-bottom: 0px;
  }
  .index-products {
    margin-bottom: 0px;
  }
  .home-app {
    margin-bottom: 0px;
  }
  .home-album {
    margin-bottom: 0px;
  }
  .home-album .figure .text .pro-group-info {
    height: 80%;
  }
  .home-album .figure .text .pro-group-info .pro-group-name {
    padding: 0 15%;
  }
  .home-album .figure .text .pro-group-info .pro-group-descr {
    text-indent: 12px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .model-title {
    margin-bottom: 50px;
  }
  .model-title h2 span {
    font-size: 24px;
  }
  .model-title .model-desc {
    padding-left: 6%;
    padding-right: 6%;
    font-size: 22.4px;
    font-weight: 600;
    line-height: 10px;
  }
  .home-product {
    background-color: #f5f5f5;
    padding: 60px 0;
  }
  .home-product .figure {
    border: 1px solid #eee;
    background-color: #fff;
  }
  .home-product .figure .text .pro-group-info {
    height: 80%;
  }
  .home-product .figure .text .pro-group-info .pro-group-name {
    padding: 0 15%;
  }
  .home-product .figure .text .pro-group-info .pro-group-descr {
    font-size: 13px;
    color: #666;
  }
  .home-product .group-btn {
    margin: 30px auto;
  }
  .home-product .group-btn a {
    font-size: 16px;
    padding: 10px 30px;
    margin: auto 50px;
  }
  .home-profile {
    background-attachment: scroll;
    background-size: auto auto;
    background-size: cover;
    background-attachment: fixed;
  }
  .home-profile .com-pro .about-pics {
    top: -20px;
  }
  .home-profile .com-pro .about-pics img {
    max-width: 100%;
    height: 400px;
  }
  .home-spe .img img {
    width: 100%;
  }
  .home-app {
    margin-bottom: 45px;
  }
  .home-album {
    margin-bottom: 45px;
  }
  .home-album .figure {
    height: 200px;
  }
  .home-album .figure .text .pro-group-info {
    height: 80%;
  }
  .home-album .figure .text .pro-group-info .pro-group-name {
    padding: 0 15%;
  }
  .home-album .figure .text .pro-group-info .pro-group-descr {
    text-indent: 14px;
    font-size: 14px;
  }
}
