/*************** 公司简介 特殊 ***************/
.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;
}
.home-profile {
  padding: 0;
}
.home-profile .container-fluid,
.home-profile .row,
.home-profile .col-md-6,
.home-profile .col-sm-6,
.home-profile .col-xs-12,
.home-profile .col-md-12,
.home-profile .col-sm-12,
.home-profile .col-lg-12 {
  margin: 0;
  padding: 0;
}
.home-profile .ab-left .left-title {
  color: #142e4a;
  font-family: Arial;
}
.home-profile .ab-left .left-image {
  width: 100%;
  height: 100%;
}
.home-profile .ab-left .left-image img {
  max-width: 100%;
  max-height: 100%;
}
.home-profile .ab-right {
  color: #000;
}
.home-profile .ab-right .right-list {
  list-style: none;
  padding: 0;
}
.home-profile .ab-right .right-list .list {
  position: relative;
}
.home-profile .ab-right .right-list .list .list-icon {
  background: url('../../images/gou.png') center center no-repeat;
  position: absolute;
}
@media (max-width: 767px) {
  .home-profile .ab-left {
    padding: 2vw 2.5vw 2.5vw 2.5vw;
  }
  .home-profile .ab-left .left-title {
    margin-bottom: 2vw;
    font-size: 11vw;
    border-bottom: 0.1vw solid #ffffff;
  }
  .home-profile .ab-left .left-image img {
    width: 100%;
    height: 100%;
  }
  .home-profile .ab-right {
    padding: 0vw 2.5vw 3vw 2.5vw;
    font-size: 4vw;
  }
  .home-profile .ab-right .right-list .list {
    padding-left: 6vw;
    margin-bottom: 2vw;
  }
  .home-profile .ab-right .right-list .list .list-icon {
    width: 5vw;
    height: 5vw;
    top: 0;
    left: 0;
    background-size: 5vw;
  }
}
@media (min-width: 768px) {
  .home-profile{
    background-size: 100%;
  }
  .home-profile .ab-left {
    padding: 2.2vw 2vw 0vw 2vw;
    margin-bottom: 40px;
  }
  .home-profile .ab-left .left-title {
    margin: 1.5vw 0 2vw;
    font-size: 2vw;
    text-align: left;
    font-weight: 600;
  }
  .home-profile .ab-left .left-image img {
    width: 100%;
    height: 100%;
  }
  .home-profile .ab-right {
    padding: 2vw 0vw 2vw 2vw;
    font-size: 18px;
    margin: 30px 0;


  }
   .home-profile .ab-right h2 {
    margin-bottom: 2vw;
    font-size: 2vw;
    text-align: left;
    font-weight: 600;
    color: #142e4a;
  }
  .home-profile .ab-right .right-list .list {
    padding-left: 3.3vw;
    margin-bottom: 0.8vw;
  }
  .home-profile .ab-right .right-list .list .list-icon {
    width: 2vw;
    height: 2vw;
    top: 0;
    left: 0;
    background-size: 2vw;
  }
}
