.perfomance-info-box {
  background: #ffffff;
  margin-top: 99px;
  padding-bottom: 90px;
}
.perfomance-info-box .text-info-box {
  width: 100%;
  height: 360px;
  margin-top: 34px;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-right: 45px;
  padding-left: 15px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.perfomance-info-box .top-swiper-wrap {
  width: 100%;
  height: 100%;
}
.perfomance-info-box .top-swiper-wrap .perfomance-container {
  width: 100%;
  height: 100%;
}
.perfomance-info-box .top-swiper-wrap .perfomance-container .swiper-slide {
  height: 100%;
}
.perfomance-info-box .top-swiper-wrap .perfomance-container .info-wrap {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.perfomance-info-box .top-swiper-wrap .perfomance-container .info-wrap:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.perfomance-info-box .top-swiper-wrap .perfomance-container .left-box {
  width: 48%;
}
.perfomance-info-box .top-swiper-wrap .perfomance-container .left-box .pr {
  width: 42%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.perfomance-info-box .top-swiper-wrap .perfomance-container .right-box {
  width: 52%;
  /* height: 360px; */
  height: 100%;
  overflow: hidden;
}
.perfomance-info-box .top-swiper-wrap .perfomance-container .right-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.perfomance-info-box .top-swiper-wrap .perfomance-container .left-box .title {
  color: #333;
}
.perfomance-info-box
  .top-swiper-wrap
  .perfomance-container
  .left-box
  .sub-title {
  color: #999;
}
.perfomance-info-box
  .top-swiper-wrap
  .perfomance-container
  .perfomance-pagination {
  text-align: left;
}
.perfomance-info-box
  .top-swiper-wrap
  .perfomance-container
  .swiper-pagination-bullet-active {
  background: #019b50;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
}
.perfomance-info-box .btm-list-box {
  margin-top: 50px;
}
.perfomance-info-box .btm-list-box .item {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.perfomance-info-box .btm-list-box .image-wrap {
  width: 100%;
}
.perfomance-info-box .btm-list-box .image-wrap .image-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54.9%;
  overflow: hidden;
}
.perfomance-info-box .btm-list-box .image-wrap .image-box .image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-size: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.perfomance-info-box .btm-list-box .text-wrap {
  padding: 24px 48px;
}
.perfomance-info-box .btm-list-box .text-wrap .title {
  color: #666666;
  margin-bottom: 5px;
  width: 80%;
}
.perfomance-info-box .btm-list-box .text-wrap .times {
  color: #999999;
}
.perfomance-info-box .btm-list-box div.col-lg-6 {
  margin-bottom: 40px;
}

.perfomance-info-box .btm-list-box .item:hover .title {
  color: #019b50;
}
.perfomance-info-box .btm-list-box .item:hover .times {
  color: #019b50;
}
.perfomance-info-box .btm-list-box .item:hover .image {
  transform: translate(-50%, -50%) scale(1.1);
}

/* 详情页 */
.performance-details-banner .title {
  text-align: center;
}
.perfomance-details-box {
  width: 100%;
  min-height: 400px;
  height: auto;
  background: #fff;
  padding-bottom: 50px;
}
.perfomance-details-box .info-box {
  background: #fff;
  position: relative;
  top: -80px;
  padding: 1% 10%;
}
.perfomance-details-box .crumbs-box {
  padding: 20px 25px;
  border-bottom: 1px solid #666;
  position: relative;
}
.perfomance-details-box .crumbs-box:after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 6px;
  background: #009b4f;
  position: absolute;
  left: 0;
  bottom: 0;
}
.perfomance-details-box .crumbs-box a {
  color: #666;
}
.perfomance-details-box .crumbs-box a:hover {
  color: #009b4f;
}
.perfomance-details-box .crumbs-box .icon-box {
  display: inline-block;
}
.perfomance-details-box .crumbs-box .xian {
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #666;
  position: relative;
  top: -4px;
}
.perfomance-details-box .content-wrap{
    margin-top: 50px;
}
.perfomance-details-box .content-wrap .title{
    font-size: 38px;
    text-align: center;
    color: #333;
    margin-bottom: 48px;
}
.perfomance-details-box .content-wrap .text-wrap p{
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}
.perfomance-details-box .content-wrap .text-wrap img{
    width: 100%;
}

/*  工程业绩改版*/
.new-btm-wrap{
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  margin-top: 65px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.new-btm-wrap .info-wrap{
  width: 100%;
  padding: 2% 4%;
}
.new-btm-wrap .info-wrap .title-box{
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
}
.new-btm-wrap .info-wrap .title-box span{
  color: #383838;
  margin: 0 10px;
}
.new-btm-wrap .info-wrap .title-box img{
  margin-top: 9px;
}
.new-btm-wrap .info-wrap .info-box{
  margin-top: 30px;
}
.new-btm-wrap .info-wrap .info-box .item{
  width: 23%;
  color: #666;
  margin-bottom: 20px;
  margin-right: 2%;
}
.new-btm-wrap .info-wrap.word .info-box .item{
  width: 31%;
  color: #666;
  margin-bottom: 20px;
  margin-right: 2%;
}

/* 2024-2-27新增 map */
.sd-map-box{
  width: 100%;
  height: 650px;
  margin-top: 65px;
  position: relative;
}
.sd-map-box .list-box{
  position: absolute;
  left: 0;
  bottom: 0;
}
.sd-map-box .list-box .item{
  margin-bottom: 6px;
}
.sd-map-box .list-box .item .color{
  display: inline-block;
  width: 10px;
  height: 10px;
  background: red;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.sd-map-box .list-box .item .name{
  color: #000;
}
@media screen and (max-width:992px) {
  .new-btm-wrap .info-wrap{
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .new-btm-wrap .info-wrap .info-box .item{
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .new-btm-wrap .info-wrap.word .info-box .item{
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .perfomance-info-box .btm-list-box .text-wrap {
    padding: 15px;
  }
  .perfomance-info-box .btm-list-box div.col-lg-6 {
    margin-bottom: 20px;
  }
  .perfomance-info-box .btm-list-box {
    margin-top: 20px;
  }
  .perfomance-info-box .text-info-box {
    padding: 15px;
    height: auto;
  }
  .perfomance-info-box .top-swiper-wrap .perfomance-container .left-box {
    width: 100%;
    text-align: center;
  }
  .perfomance-info-box .top-swiper-wrap .perfomance-container .left-box .pr {
    width: 100%;
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .perfomance-info-box .top-swiper-wrap .perfomance-container .right-box {
    width: 100%;
    margin-top: 20px;
  }
  .perfomance-info-box
    .top-swiper-wrap
    .perfomance-container
    .perfomance-pagination {
    display: none;
  }
  .perfomance-details-box .crumbs-box {
    padding: 15px;
  }
  .perfomance-details-box .info-box{
    padding:0 10px;
  }
  .perfomance-details-box .content-wrap .title{
    font-size: 24px;
    margin-bottom: 25px;
  }
  .perfomance-details-box .content-wrap{
    margin-top: 25px;
  }
  .new-btm-wrap {
    margin-top: 30px;
  }
  .sd-map-box{
    display: none;
  }
}
