footer .con-top {
  background: #fff;
}
.p_details {
  padding: 3.5rem 0 4.5rem;
}
.p_details .con .left {
  float: left;
  width: 59.7%;
}
.p_details .con .left .swiper-slide {
  height: 0;
  padding-bottom: 59%;
  overflow: hidden;
}
.p_details .con .left .swiper-slide img {
  width: 100%;
}
.p_details .con .left .swiper-button-prev {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(0, 0, 0, 0.7);
  margin-top: -1.75rem;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.p_details .con .left .swiper-button-prev:before {
  content: '\e601';
  font-family: iconfont;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.p_details .con .left .swiper-button-prev:hover {
  background: #ee0000;
}
.p_details .con .left .swiper-button-next {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(0, 0, 0, 0.7);
  margin-top: -1.75rem;
  right: 0;
}
.p_details .con .left .swiper-button-next:before {
  content: '\e683';
  font-family: iconfont;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.p_details .con .left .swiper-button-next:hover {
  background: #ee0000;
}
.p_details .con .left .swiper-pagination {
  bottom: 1.8rem;
}
.p_details .con .left .swiper-pagination .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  background: #fff;
  opacity: 0.4;
  margin: 0 0.4rem;
}
.p_details .con .left .swiper-pagination .swiper-pagination-bullet-active {
  background: #ee0000;
  opacity: 1;
}
.p_details .con .right {
  float: right;
  width: 40.3%;
  padding: 1rem 0 0 3rem;
}
.p_details .con .right h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}
.p_details .con .right .line {
  margin: 2.2rem 0 2.4rem;
  width: 100%;
  height: 1px;
  background: #bbb;
  position: relative;
}
.p_details .con .right .line:before {
  content: '';
  width: 2.5rem;
  height: 3px;
  background: #ef0909;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p_details .con .right .text p {
  font-size: 0.9rem;
  color: #606060;
  line-height: 1.8;
  text-align: justify;
}
.p_brief {
  padding: 4.5rem 0;
  background: #f7f7f7;
}
.p_brief .con h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  display: inline-block;
  position: relative;
}
.p_brief .con h2:after {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/about/sign_text.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -2.5rem;
  top: 52%;
  margin-top: -0.8rem;
}
.p_brief .con .tu {
  margin-top: 3.4rem;
}
.p_brief .con .tu img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_details {
    padding: 20px 0;
  }
  .p_details .con .left {
    width: 100%;
  }
  .p_details .con .left .swiper-button-next {
    display: none;
  }
  .p_details .con .left .swiper-button-prev {
    display: none;
  }
  .p_details .con .left .swiper-pagination {
    bottom: 12px;
  }
  .p_details .con .left .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .p_details .con .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .p_details .con .right h2 {
    font-size: 16px;
  }
  .p_details .con .right .line {
    margin: 16px 0;
  }
  .p_details .con .right .text p {
    font-size: 14px;
  }
  .p_brief {
    padding: 20px 0;
  }
  .p_brief .con h2 {
    font-size: 18px;
  }
  .p_brief .con h2:after {
    width: 14px;
    height: 14px;
    right: -20px;
    margin-top: -7px;
    top: 56%;
  }
  .p_brief .con .tu {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=product_details.css.map */