@media (max-width: 375px) {

}
@media (max-width: 768px) {
  .slideBox {
    width: 100%;
    padding: 10px;
  }
  .slideTxtBox {
    width: 100%;
    margin: 0;
  }
  .slideBox .bd img {
    height: 50vw;
  }
  .slideTxtBox .hd ul {
    display: flex;
  }
  .slideTxtBox .hd ul li {
    width: 100%;
  }
  .slideTxtBox .hd .more {
    display: none;
  }
  .content_second_img,
  .content_titile span,
  .content_second_slideTxtBox .hd ul li img,
  .prev,
  .next
  {
    display: none;
  }
  .content_second_slideTxtBox {
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    gap: 16px;
  }
  .content_second_slideTxtBox .hd {
    width: 100%;
  }
  .content_second_slideTxtBox .hd ul li{
    width: 30%;
    display: inline-block;
    font-size: 14px;
  }
  .picScroll-box {
    width: 100%;
    margin: 0;
  }
  .picScroll-box .bd {
    margin: 0;
  }
  .content_fourth ul li{
    flex-basis: 100%;
  }
  .content_content {
    margin: 10px 30px 0 30px;
  }
  .content_show {
    display: block;
  }
  .content_show > img {
    display: none;
  }
  .content_phone_title {
    display: block !important;
  }
  .content_tubiao {
    float: none;
  }
}
.content_phone_title {
  display: none;
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #d7e9fd;
  text-align: center;
  font-size: 20px;
  color: #1658a0;
}
.content_phone_title.content_phone_title_active {
  background: #0950a2;
  color: #fff;
}