/*************** 公司简介 单个图片 ***************/
.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 .ab-info .ab-content {
  padding: 0 5%;
}
.home-profile .ab-info .btn-line {
  text-align: center;
  padding-bottom: 20px;
}
.home-profile .ab-info .btn-line a {
  display: inline-block;
  background-color: #F5EA1C;
  color: #000;
  font-weight: 600;
}
.home-profile .ab-info .btn-line a:hover {
  text-decoration: underline;
}
.home-profile .container-fluid,
.home-profile .row {
  margin: 0;
  padding: 0;
}
.home-profile .about-bottom {
  background-color: #004992;
  color: #fff;
  line-height: 26px;
}
.home-profile .about-left,
.home-profile .about-right {
  padding: 0;
}
.home-profile .about-left img {
  width: 100%;
}
.home-profile .about-right {
  height: 100%;
}
.home-profile .about-right .right-title {
  color: #fff;
}
.home-profile .about-right .right-title .right-title-top {
  text-transform: uppercase;
}
.home-profile .about-right .right-title .right-title-bottom span {
  border-bottom: 3px solid #FEFF28;
}
.home-profile .about-right .right-list {
  list-style: none;
  padding: 0;
}
.home-profile .about-right .right-list .list {
  float: left;
  position: relative;
}
.home-profile .about-right .right-list .list .list-text {
  display: block;
  width: 100%;
  color: #DDE53A;
  border: 1px solid #DDE53A;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home-profile .about-right .right-list .list .list-text:hover {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 767px) {
  .home-profile .ab-info {
    margin-bottom: 30px;
  }
  .home-profile .ab-info .ab-content {
    font-size: 12px;
  }
  .home-profile .ab-info .btn-line a {
    width: 240px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .home-profile .about-left {
    height: 100%;
  }
  .home-profile .about-left .image {
    width: 100%;
    height: 100%;
  }
  .home-profile .about-left .image img {
    height: 100%;
  }
  .home-profile .about-right {
    padding: 20px;
    padding-bottom: 0;
  }
  .home-profile .about-right .right-title {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .home-profile .about-right .right-title .right-title-top {
    font-size: 20px;
  }
  .home-profile .about-right .right-title .right-title-bottom {
    font-size: 14px;
  }
  .home-profile .about-right .right-title .right-title-bottom span {
    padding-bottom: 10px;
  }
  .home-profile .about-right .right-text {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .home-profile .about-right .right-list .list {
    width: 96%;
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 32px;
  }
  .home-profile .about-right .right-list .list .list-text {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 768px) {
  .home-profile .model-title {
    margin-bottom: 30px;
  }
  .home-profile .model-title .title-s {
    font-size: 1.2vw;
    bottom: -12%;
  }
  .home-profile .ab-info {
    margin-bottom: 30px;
  }
  .home-profile .ab-info .btn-line a {
    width: 22vw;
    height: 8vh;
    font-size: 1.4vw;
    line-height: 8vh;
  }
  .home-profile .about-bottom {
    height: 40vw;
  }
  .home-profile .about-left {
    height: 100%;
  }
  .home-profile .about-left .image {
    width: 100%;
    height: 100%;
  }
  .home-profile .about-left .image img {
    height: 100%;
  }
  .home-profile .about-right {
    padding: 1.5vw 4.5vw 0 4.5vw;
    padding-bottom: 0;
  }
  .home-profile .about-right .right-title {
    margin-top: 0vw;
    margin-bottom: 3vw;
  }
  .home-profile .about-right .right-title .right-title-top {
    font-size: 2.5vw;
    margin-bottom: 0px;
  }
  .home-profile .about-right .right-title .right-title-bottom {
    font-size: 1.0vw;
  }
  .home-profile .about-right .right-title .right-title-bottom span {
    padding-bottom: 0.5vw;
  }
  .home-profile .about-right .right-text {
    font-size: 1.2vw;
    margin-bottom: 3vw;
  }
  .home-profile .about-right .right-list .list {
    width: 48%;
    font-size: 1.3vw;
    margin-bottom: 2.5vw;
    line-height: 3vw;
  }
  .home-profile .about-right .right-list .list .list-text {
    padding-left: 5%;
    padding-right: 5%;
  }
}
