.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-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.model-title h2 span {
  border-bottom: 2px solid transparent;
}
.model-title .model-desc {
  white-space: pre-line;
}
.model-title .model-desc strong {
  color: #FBA31D;
  font-weight: 600;
}
.home-product .figure {
  position: relative;
  margin-bottom: 20px;
  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: rgba(255, 161, 0, 0.9);
  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-profile {
  background-color: #fff;
  padding: 30px 0;
}
.home-profile .com-pro .about-pics {
  position: relative;
  z-index: 101;
  overflow: hidden;
}
.home-profile .com-pro .profile {
  border: 1px solid #c8c8c8;
  padding: 20px 30px 30px 40px;
  color: #000;
  line-height: 25px;
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 0.7);
}
.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: #f7f7f7;
  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);
}
.home-map {
  margin-bottom: 50px;
}
.home-map .image {
  text-align: center;
}
@media (max-width: 767px) {
  .model-title {
    margin-bottom: 10px;
  }
  .model-title h2 span {
    font-size: 20.4px;
  }
  .model-title .model-desc {
    font-size: 12px;
  }
  .model-title .model-desc strong {
    font-size: 16px;
  }
  header {
    margin-bottom: 0px;
  }
  .home-product {
    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-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: 15px;
  }
  .model-title h2 span {
    font-size: 26px;
    font-weight: 600;
    font-family:Arial; 
  }
  .model-title .model-desc {
    padding-left: 15%;
    padding-right: 15%;
  }
  .model-title .model-desc strong {
    font-size: 18px;
  }
  .home-product {
    background-color: #fff;
    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-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;
  }
}
