/*
 * @Description: 
 * @Author: hxh
 * @Date: 2025-02-21 10:14:05
 */
body {
  min-width: 1280px;
}

.row {
  padding: 60px 0;
  background: #fff;
}
.row .title {
  text-align: center;
  height: 54px;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  margin-bottom: 40px;
}
.row .title span {
  display: inline-block;
  position: relative;
  padding: 0 40px;
}
.row .title span::before, .row .title span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 144px;
  height: 8px;
}
.row .title span::before {
  right: 100%;
  background: url("../images/institution_detail/img_title_l.png") center no-repeat;
}
.row .title span::after {
  left: 100%;
  background: url("../images/institution_detail/img_title_r.png") center no-repeat;
}

.introduce .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduce .content .info {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-right: 40px;
  padding-top: 9px;
}
.introduce .content .info-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
}
.introduce .content .info-content p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-indent: 32px;
}
.introduce .content .image {
  width: 561px;
  padding-top: 12px;
  padding-bottom: 15px;
  position: relative;
}
.introduce .content .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  width: 200px;
  height: 24px;
  background: -webkit-linear-gradient(left, #3286e4 0%, rgba(50, 134, 228, 0) 100%);
  background: -moz-linear-gradient(left, #3286e4 0%, rgba(50, 134, 228, 0) 100%);
  background: -o-linear-gradient(left, #3286e4 0%, rgba(50, 134, 228, 0) 100%);
  background: linear-gradient(90deg, #3286e4 0%, rgba(50, 134, 228, 0) 100%);
  border-radius: 0px 0px 0px 0px;
  z-index: 3;
}
.introduce .content .image::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 348px;
  height: 158px;
  background: -webkit-linear-gradient(left, #3286e4 0%, rgba(50, 134, 228, 0) 100%);
  background: -moz-linear-gradient(left, #3286e4 0%, rgba(50, 134, 228, 0) 100%);
  background: -o-linear-gradient(left, #3286e4 0%, rgba(50, 134, 228, 0) 100%);
  background: linear-gradient(90deg, #3286e4 0%, rgba(50, 134, 228, 0) 100%);
  border-radius: 0px 0px 0px 0px;
}
.introduce .content .image img {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 2;
}

.business {
  background: #f6f7f9;
}
.business .swiper::before, .business .swiper::after {
  background: #f6f7f9 !important;
}

.business,
.connection {
  padding-bottom: 20px;
}
.business .title,
.connection .title {
  margin-bottom: 20px;
}
.business .swiper,
.connection .swiper {
  width: -webkit-calc(100% + 100px);
  width: -moz-calc(100% + 100px);
  width: calc(100% + 100px);
  -webkit-transform: translateX(-50px);
     -moz-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
       -o-transform: translateX(-50px);
          transform: translateX(-50px);
  padding: 20px 50px;
}
.business .swiper::before, .business .swiper::after,
.connection .swiper::before,
.connection .swiper::after {
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
  width: 40px;
  background: #fff;
  z-index: 2;
}
.business .swiper::before,
.connection .swiper::before {
  left: 0;
}
.business .swiper::after,
.connection .swiper::after {
  right: 0;
}
.business .swiper .swiper-wrapper,
.connection .swiper .swiper-wrapper {
  z-index: 1;
}
.business .swiper .swiper-button-next,
.business .swiper .swiper-button-prev,
.connection .swiper .swiper-button-next,
.connection .swiper .swiper-button-prev {
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 60px;
  opacity: 1;
}
.business .swiper .swiper-button-next::before, .business .swiper .swiper-button-next::after,
.business .swiper .swiper-button-prev::before,
.business .swiper .swiper-button-prev::after,
.connection .swiper .swiper-button-next::before,
.connection .swiper .swiper-button-next::after,
.connection .swiper .swiper-button-prev::before,
.connection .swiper .swiper-button-prev::after {
  display: none;
}
.business .swiper .swiper-button-prev,
.connection .swiper .swiper-button-prev {
  background: url("../images/institution_detail/img_swiper_l.png");
  left: 0;
}
.business .swiper .swiper-button-prev:hover,
.connection .swiper .swiper-button-prev:hover {
  background: url("../images/institution_detail/img_swiper_l_h.png");
}
.business .swiper .swiper-button-prev.swiper-button-disabled,
.connection .swiper .swiper-button-prev.swiper-button-disabled {
  background: url("../images/institution_detail/img_swiper_l_dis.png");
}
.business .swiper .swiper-button-next,
.connection .swiper .swiper-button-next {
  background: url("../images/institution_detail/img_swiper_r.png");
  right: 0;
}
.business .swiper .swiper-button-next:hover,
.connection .swiper .swiper-button-next:hover {
  background: url("../images/institution_detail/img_swiper_r_h.png");
}
.business .swiper .swiper-button-next.swiper-button-disabled,
.connection .swiper .swiper-button-next.swiper-button-disabled {
  background: url("../images/institution_detail/img_swiper_r_dis.png");
}
.business .business-item,
.connection .business-item {
  height: 276px;
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px #cfdbe8;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  padding: 30px 26px 20px;
}
.business .business-item .item-icon,
.connection .business-item .item-icon {
  display: inline-block;
  width: 66px;
  height: 66px;
  margin-bottom: 20px;
}
.business .business-item .item-icon img,
.connection .business-item .item-icon img {
  width: 100%;
  height: 100%;
}
.business .business-item .item-name,
.connection .business-item .item-name {
  height: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.business .business-item .item-text,
.connection .business-item .item-text {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  display: block;
  max-height: 96px;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* ! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.business .connection-item .item-image,
.connection .connection-item .item-image {
  height: 140px;
}
.business .connection-item .item-image img,
.connection .connection-item .item-image img {
  width: 100%;
  height: 100%;
}
.business .connection-item .item-info,
.connection .connection-item .item-info {
  padding: 15px;
}
.business .connection-item .item-info .item-name,
.connection .connection-item .item-info .item-name {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.business .connection-item .item-info .item-text,
.connection .connection-item .item-info .item-text {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  max-height: 40px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* ! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}