.details p {
  margin: .375rem 0 .75rem 0 !important;
  color: rgba(0, 0, 0, 0.8);
}

.details>p {
    display: none;
}

.details .tit {
    margin: 0 0 20px 0;
}

.p_showbox .r p {
    margin: 0 !important;
}

.details span {
    line-height: 25px;
}

span {
    display: inline-block;
}

.p_showbox .l {
  width: 40%;
}

.p_showbox .r {
  padding: .75rem;
  width: 50%;
  box-sizing: border-box;
  background-color: #F5F8FB;
  border-radius: 10px;
}

.p_showbox {
  margin: .75rem 0 1rem 0;
}

.p_showbox .r h4 {
  margin: 0 0 .625rem 0;
  padding: 0 0 .625rem 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 74, 150, 0.1);
}

.p_showbox .r span {
  line-height: 36px;
}

.p_showbox .l ul li {
  width: 22%;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.p_showbox .l ul li img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.slt_act {
  border: 3px solid #004A96;
  border-radius: 10px;
  box-sizing: border-box;
}

.pshow_box {
  margin: 0 0 .375rem 0;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.pshow_box img {
  display: block;
  width: 100%;
}

.three_unit ul li {
  padding: .375rem 0;
  width: 30%;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  box-sizing: border-box;
}

.three_unit ul .three_act {
  background-image: url(../image/product/矩形\ 10.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  border: none;
}

.three_unit ul li:hover {
  background-image: url(../image/product/矩形\ 10.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  border: none;
}

.three_content {
  margin: .75rem 0 0 0;
}

.three_content p {
  margin: 0 0 .75rem 0 !important;
  line-height: 36px;
}

.three_content img {
  display: block;
  width: 100%;
}

.three_unitbox {
  padding: 1rem 0;
  background-color: #F5F8FB;
}

.three_unitbox ul {
    font-size: 18px;
}

.three_content {
  display: none;
}

.three_act {
  display: block;
}

.sx_btnbox {
  border: none;
}

.details .tit .l {
  width: 70%;
  text-shadow: 2px 3px 4px #004A96 !important; 
}

.product_center_box {
  margin: 0 0 1.5rem 0;
}

.bannerproduct {
  margin: 20px 0 0 0;
  overflow: hidden;
}

.bannerproduct a img {
  display: block;
  width: 100%;
}

.bannerproduct a p {
  margin: 20px 0 0 0 !important;
  text-align: center;
}

.bannerproduct a:hover {
  color: #004A96 !important;
  transition: all 0.6s;
}

.bannerproduct a:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
}

.bannerproduct a .p_box {
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
  .details p {
    margin: 15px 0 !important;
  }

  .details span {
    line-height: 1.5;
  }

  .p_showbox {
    margin: 20px 0;
  }

  .p_showbox .l,
  .p_showbox .r {
    width: 100%;
  }

  .p_showbox {
    flex-wrap: wrap;
  }

  .p_showbox .r {
    margin: 15px 0 0 0;
  }

  .three_unit ul li {
    width: 100%;
  }

  .three_unit ul {
    flex-wrap: wrap;
  }

  .p_showbox .r span {
    line-height: 1.5;
  }

  .three_content p {
    line-height: 1.5;
  }

  .three_unitbox {
    padding: 20px 0;
  }

  .p_showbox .r h4 {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }

  .p_showbox .r {
    padding: 15px;
  }

  .details .tit .l {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}