.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{
  text-align: center;
}
.model-title h2{
  font-weight: 600;
  font-size: 36px;
  text-transform:uppercase;
  color: #000;
}
.model-title .icon-line{
  color: #2564a7;
}
.lay-jigsaw{
  padding: 0!important;
  margin: 0!important;
}
.lay-jigsaw .list > a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.lay-jigsaw .list .image{
  text-align: center;
}
.lay-jigsaw .list .image img{
  max-width: 100%;
}
.lay-jigsaw .list .text{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  font-weight: 600;
  height: 60px;
  font-size: 26px;
}
.home-product .figure {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.home-product .figure .image {
  width: 100%;
  overflow: hidden;
}
.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: 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: #fff;
  line-height: 25px;
  font-size: 15px;
  background-color: #3d464d;
  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: #d1942a;
  color: #fff;
  font-weight: 600;
}
.home-profile .com-pro .profile .bgroup .btn-default:hover {
  background-color: #e7ad57;
  border:1px solid #e7ad57;
}
.home-custom .list .bk-image{
  width: 100%;
}
.home-custom .list .bk-image img{
  width: 100%;
}
.home-custom .list .figure{
  width: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
}
.home-custom .list .top{
  font-weight: 600;
}
.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 {
  padding: 30px 0;
}
.home-app .figure {
  margin-bottom: 30px;
}
.home-app .figure .title {
  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-custom .list .figure{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-custom .list{
    margin-bottom: 30px;
  }
  .home-custom .list .top{
    font-size: 15px;
    margin-bottom: 15px;
  }
  .home-custom .list .bottom{
    font-size: 12px;
  }
  .home-spe {
    margin-bottom: 0px;
  }
  .index-products {
    margin-bottom: 0px;
  }
  .home-app {
    margin-bottom: 0px;
  }
  .home-app .title-row{
    margin-bottom: 20px;
  }
  .home-app .title-row .icon-line{
    font-size: 24px;
  }
  .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) {
  header{
    margin-bottom: 2px;
  }
  .model-title {
    margin: 50px 0 30px 0;
  }
  .model-title .icon-line{
    font-size: 30px;
  }
  .lay-jigsaw .list{
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .lay-jigsaw .large-box{
    padding: 0;
  }
  .lay-jigsaw .list .text{
    font-size: 26px;
    padding: 10px;
  }
  .home-product {
    padding: 60px 0 50px 0;
  }
  .home-product .figure {
    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 {
    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-custom .list{
    padding-left: 2px;
    padding-right: 2px;
  }
  .home-custom .list .figure{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .home-custom .list .top{
    font-size: 18px;
    margin-bottom: 15px;
    text-align: left;
  }
  .home-custom .list .bottom{
  }
  .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;

  }
}
