/*************** 公司简介 特殊 ***************/
.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 .row {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.home-profile .com-pro {
  display: table;
}
.home-profile .com-pro .about-left {
  display: table-cell;
  position: relative;
}
.home-profile .com-pro .about-left .about-pics {
  display: flex;
  justify-content: center;
  align-items: Center;
}
.home-profile .com-pro .about-left .about-pics .figure {
  width: 100%;
  height: 100%;
}
.home-profile .com-pro .about-left .about-pics .figure .image {
  width: 100%;
  height: 100%;
}
.home-profile .com-pro .about-left .about-pics .figure .image img {
  height: auto;
  width: 100%;
}
.home-profile .com-pro .about-right {
  display: table-cell;
  vertical-align: middle;
  background-color: #f7f7f7;
  vertical-align: top;
  padding-top: 30px;
}
.home-profile .com-pro .about-right .figure {
  width: 100%;
  height: 100%;
}
.home-profile .com-pro .about-right .figure .profile {
  width: 100%;
  padding-left: 6%;
  padding-right: 6%;
}
.home-profile .com-pro .about-list {
  position: absolute;
  background-color: rgba(50, 50, 50, 0.9);
  color: #fff;
  z-index: 101;
  width: 32%;
}
.home-profile .com-pro .about-list .list {
  padding-left: 22%;
  padding-right: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background: url('../../images/gou.png') no-repeat 5% center;
  background-size: 2vw;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.home-profile .com-pro .about-list .list .b-title {
  font-weight: 600;
}
.home-profile .com-pro .about-list .list.selected {
  background-color: rgba(91, 199, 15, 0.9);
}
@media (max-width: 767px) {
  .home-profile .com-pro {
    display: block;
    margin: 0;
  }
  .home-profile .com-pro .about-left {
    width: 100%;
    display: block;
  }
  .home-profile .com-pro .about-left .about-pics {
    height: 100%;
    top: 0;
  }
  .home-profile .com-pro .about-left .about-pics .figure .image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
  }
  .home-profile .com-pro .about-right {
    width: 100%;
    display: block;
  }
  .home-profile .com-pro .about-list {
    width: 100%;
    position: static;
    background-color: #000000;
  }
  .home-profile .com-pro .about-list .list {
    float: left;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    background: none;
  }
  .home-profile .com-pro .about-list .list .b-title {
    font-size: 16px;
  }
  .home-profile .com-pro .about-list .list .s-title {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .home-profile .com-pro .about-left {
    width: 52%;
  }
  .home-profile .com-pro .about-left .about-pics {
    height: 100%;
    top: 0;
  }
  .home-profile .com-pro .about-left .about-pics .figure .image img {
    min-height: 584px;
  }
  .home-profile .com-pro .about-right {
    width: 48%;
  }
  .home-profile .com-pro .about-list {
    top: 22%;
    right: 0%;
  }
  .home-profile .com-pro .about-list .list .b-title {
    font-size: 1.2vw;
  }
  .home-profile .com-pro .about-list .list .s-title {
    font-size: 0.9vw;
  }
}
