.content .right .con .t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .right .con .t .l {
  width: 49%;
}
.content .right .con .t .l img {
  vertical-align: text-bottom;
  width: 100%;
}
.content .right .con .t .r {
  width: 47%;
}
.content .right .con .t .r .text {
  background-image: url("../images/detail_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.content .right .con .t .r .text .item {
  width: 50%;
  border-bottom: 1px dashed #BBBBBB;
  padding: 30px 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
}
.content .right .con .t .r .text .items {
  width: 100%;
}
.content .right .con .t .r .sw {
  width: 80%;
  margin: auto;
  position: relative;
}
.content .right .con .t .r .sw.sw1 {
  display: none;
}
.content .right .con .t .r .sw .swiper {
  margin-top: 50px;
  position: static;
}
.content .right .con .t .r .sw .swiper .swiper-wrapper .swiper-slide img {
  vertical-align: text-bottom;
  width: 100%;
  height: 110px;
}
.content .right .con .t .r .sw .swiper .swiper-button-prev {
  left: -35px;
  width: 15px;
  height: 15px;
  border: 1px solid #333333;
  top: 65%;
}
.content .right .con .t .r .sw .swiper .swiper-button-next {
  right: -35px;
  width: 15px;
  height: 15px;
  border: 1px solid #333333;
  top: 65%;
}
.content .right .con .t .r .sw .swiper .swiper-button-next:after,
.content .right .con .t .r .sw .swiper .swiper-button-prev:after {
  font-size: 12px;
  color: #333333;
}
.content .right .con .detail {
  width: 100%;
  margin-top: 80px;
}
.content .right .con .detail .title {
  border-bottom: 1px solid #1A8CE1;
  box-sizing: border-box;
}
.content .right .con .detail .title p {
  width: 120px;
  height: 35px;
  background-color: #1A8CE1;
  color: #fff;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
}
.content .right .con .detail .deta {
  text-align: center;
  margin-top: 100px;
}
.content .right .con .detail .deta img {
  max-width: 100%;
  vertical-align: text-bottom;
}
@media screen and (max-width: 1440px) {
  .content .right .con .t .l {
    width: 47%;
  }
  .content .right .con .t .r {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .content .right .con .t {
    flex-wrap: wrap;
  }
  .content .right .con .t .l {
    width: 100%;
  }
  .content .right .con .t .r {
    width: 100%;
  }
  .content .right .con .t .r .sw.sw1 {
    display: block;
  }
  .content .right .con .t .r .sw.sw2 {
    display: none;
  }
  .content .right .con .t .r .sw .swiper {
    margin-top: 20px;
  }
  .content .right .con .t .r .text {
    margin-top: 10px;
  }
  .content .right .con .t .r .text .item {
    font-size: 12px;
    padding: 10px 0;
  }
  .content .right .con .detail {
    margin-top: 20px;
  }
  .content .right .con .detail .title p {
    width: 100px;
    font-size: 14px;
  }
  .content .right .con .detail .deta {
    margin-top: 20px;
  }
}
