.products_title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #292b2c;
  padding-bottom: 14px;
  text-align: center;
}

.products_title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
  width: 60px;
  height: 2px;
  background-color: #c59e3f;
}

.products_intro {
  margin: 0 80px;
}

/* 产品功能 + 识别能力  */
.pf_list {
  margin-top: 28px;
}

.pf_list li {
  float: left;
}

.pf_list li dl {
  background-color: #fff;
  border-radius: 8px;
  margin: 8px;
  padding: 30px;
  box-shadow: 8px 8px 18px rgba(71, 86, 108, 0.15);
}

.pf_list li dt {
  font-size: 20px;
  color: #292b2c;
  padding-bottom: 14px;
  position: relative;
}

.pf_list li dt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  border-top: 3px solid #c59e3f;
}

.pf_list li dd {
  margin-top: 18px;
}

.pf_list li dd p {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  color: #999;
}

.pf_3 li {
  width: 33.33%;
}

.pf_3 li dl {
  min-height: 180px;
}

.pf_2 li {
  width: 50%;
}

.pf_4 li {
  width: 25%;
}

.pf_2 li dl {
  min-height: 200px;
}

.pf_pic {
  position: relative;
}

.pf_pic .pfp_center {
  text-align: center;
  font-size: 0;
}

.pf_pic .pfp_center img {
  width: 100%;
}

.pf_pic .pfp_left {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -23%;
  font-size: 22px;
  text-align: right;
  color: #363636;
}

.pf_pic .pfp_right {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 20%;
  font-size: 22px;
  color: #363636;
}

.pf_pic p {
  margin: 8px 0;
}

.pa_pic {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .products_intro {
    margin: 0;
  }

  .pf_list {
    margin-top: 18px;
  }

  .pf_list li {
    width: 100%;
  }

  .pf_list li dl {
    border-radius: 5px;
    margin: 10px -5px;
    padding: 24px;
    height: auto !important;
  }

  .pf_list li dt:before {
    width: 48px;
    border-top: 2px solid #c59e3f;
  }

  .pf_list li dd {
    margin-top: 12px;
  }

  .pf_list li dd p {
    line-height: 1.5;
  }

  .pf_4 li {
    width: 100%;
  }

  .pf_3 li dl {
    height: auto;
  }

  .pf_pic {
    margin-top: 12px;
  }

  .pf_pic .pfp_left {
    font-size: 16px;
    margin-left: -28%;
  }

  .pf_pic .pfp_right {
    font-size: 16px;
    margin-left: 24%;
  }

  .pa_pic {
    margin-top: 20px;
  }
}

/* 产品参数 */
.pp_table {
  margin: 20px 0;
}

.pp_table th,
.pp_table td {
  border-bottom: 1px solid #686868;
  padding: 18px 0;
  font-size: 16px;
  text-align: center;
}

.pp_table th {
  text-align: center;
  padding-left: 20px;
}

.pp_table th.left {
  text-align: left;
}

.pp_table td b {
  white-space: nowrap;
}

.pp_table td:first-child {
  padding-left: 65px;
  text-align: left;
  width: 10%;
}

.pp_table td.border {
  border-left: 1px solid #686868;
}

@media screen and (max-width: 768px) {
  .pp_table {
    margin: 20px 0 0;
    overflow-x: auto;
  }

  .pp_table th,
  .pp_table td {
    padding: 8px 0;
    font-size: 15px;
  }

  .pp_table td {
    padding-left: 18px;
    width: 33.33%;
  }

  .pa_list {
    margin: 8px -8px 0;
  }

  .pa_list li {
    width: 100%;
  }

  .pa_list li dl {
    padding-left: 94px;
    margin: 8px;
    height: 126px;
    border-radius: 8px;
  }

  .pa_list li dt {
    left: 22px;
    width: 52px;
    height: 52px;
  }

  .pa_list li dd h3 {
    font-size: 18px;
    padding-bottom: 5px;
  }

  .pa_list li dd p {
    font-size: 15px;
    line-height: 1.5;
    padding-top: 12px;
  }

  .ps_list {
    margin: 15px -8px 0;
  }

  .ps_list li {
    width: 50%;
  }

  .ps_list li dl {
    margin: 8px;
  }

  .ps_list li dd {
    padding-right: 20px;
    padding-top: 12px;
    font-size: 16px;
    padding-bottom: 8px;
  }

  .ps_list li dd:after {
    width: 24px;
    margin-right: 20px;
  }

  .pp_table td:first-child {
    padding-left: 20px;
  }
}

/* 产品优势 */
.pa_list {
  margin: 24px -12px 0;
}

.pa_list li {
  float: left;
  width: 33.33%;
}

.pa_list li dl {
  position: relative;
  padding-left: 100px;
  margin: 12px;
  height: 156px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 8px 8px 18px rgba(71, 86, 108, 0.15);
}

.pa_list_h li dl {
  height: 180px;
}

.pa_list li dt {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
}

.pa_list li dd {
  padding-top: 30px;
  padding-right: 20px;
}

.pa_list li dd h3 {
  font-size: 20px;
  color: #292b2c;
  position: relative;
  padding-bottom: 8px;
}

.pa_list li dd h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  border-top: 3px solid #c59e3f;
}

.pa_list li dd p {
  font-size: 16px;
  color: #999;
  line-height: 1.6;
  padding-top: 14px;
}

@media screen and (max-width: 768px) {
  .pa_list {
    margin: 20px -8px 0;
  }

  .pa_list li {
    width: 100%;
  }

  .pa_list li dl {
    padding-left: 80px;
    margin: 8px;
    height: 110px;
    border-radius: 8px;
  }

  .pa_list li dt {
    left: 22px;
    width: 44px;
    height: 44px;
  }

  .pa_list li dd {
    padding-top: 24px;
    padding-right: 12px;
  }

  .pa_list li dd h3 {
    font-size: 16px;
    padding-bottom: 5px;
  }

  .pa_list li dd p {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 12px;
  }

  .pa_list_h li dl {
    height: auto;
    padding-bottom: 24px;
  }
}

/* 应用场景 */
.ps_list {
  margin: 26px -12px 0;
}

.ps_list li {
  float: left;
}

.ps_2 li {
  width: 50%;
}

.ps_3 li {
  width: 33.33%;
}

.ps_4 li {
  width: 25%;
}

.ps_5 li {
  width: 20%;
}

.ps_list li dl {
  position: relative;
  margin: 10px;
}

.ps_list li dl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
}

.ps_list li dt {
  font-size: 0;
}

.ps_list li dt img {
  width: 100%;
  height: 250px;
  display: block;
}

.ps_list li dd {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 28px;
  text-align: right;
  padding-top: 28px;
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.ps_list li dd:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  margin-right: 28px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .ps_list {
    margin: 20px -8px 0;
  }

  .ps_list li {
    width: 50%;
  }

  .ps_list li dl {
    margin: 8px;
  }

  .ps_list li dd {
    padding-right: 20px;
    padding-top: 12px;
    font-size: 16px;
    padding-bottom: 8px;
  }

  .ps_list li dd:after {
    width: 24px;
    margin-right: 20px;
  }
}

.ps_lists {
  margin: 26px -12px 0;
}

.ps_lists li {
  float: left;
}

.ps_lists li dl {
  position: relative;
  margin: 8px;
}

.ps_lists li dt {
  font-size: 0;
}

.ps_lists li dt img {
  width: 100%;
  height: 350px;
  display: block;
}

.ps_lists li dd {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-right: 24px;
  padding-top: 24px;
  background-color: rgba(0, 0, 0, 0.64);
}

.ps_lists li dd h3 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
  text-align: right;
}

.ps_lists li dd h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background-color: #fff;
}

.ps_lists li dd p {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  text-align: right;
  line-height: 1.8;
}

.ps_lists li dd h6 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 100px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #c59e3f;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .ps_lists {
    margin: 15px 0 0;
  }

  .ps_lists li {
    width: 100%;
  }

  .ps_lists li dl {
    margin: 10px 0;
  }

  .ps_lists li dt {
    font-size: 0;
  }

  .ps_lists li dt img {
    height: 250px;
  }

  .ps_lists li dd {
    padding-right: 12px;
    padding-top: 12px;
  }

  .ps_lists li dd h3 {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .ps_lists li dd h3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background-color: #fff;
  }

  .ps_lists li dd p {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    text-align: right;
  }

  .ps_lists li dd h6 {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #c59e3f;
    border-radius: 4px;
  }
}

/* 盒谐系列产品 */
.pe_swiper {
  position: relative;
  padding: 16px 32px;
}

.pe_swiper dl {
  margin: -10px 20px;
  padding: 20px;
}

.pe_swiper dd {
  float: left;
  width: 33.33%;
}

.pe_swiper dd:hover {
  transform: translateY(-10px);
  transition: 0.4s;
}

.pe_swiper dd p {
  height: 230px;
  font-size: 0;
  margin: 10px;
  padding-bottom: 24px;
  text-align: center;
  box-shadow: 8px 8px 18px rgba(71, 86, 108, 0.15);
  background-color: #fff;
  box-sizing: border-box;
}

.pe_swiper dd p img {
  width: 70%;
}

.pe_swiper dd p span {
  font-size: 16px;
  color: #363636;
  display: block;
  text-align: center;
  line-height: 1.8;
  padding-top: 18px;
}

.pe_swiper dd p strong {
  font-size: 20px;
  color: #363636;
  display: block;
  text-align: center;
  font-weight: normal;
}

.pe_swiper .pes_next {
  position: absolute;
  right: -10px;
  top: 50%;
  width: 50px;
  height: 50px;
  background-image: url("../img/next_btn_2.png");
}

.pe_swiper .pes_prev {
  position: absolute;
  left: -10px;
  top: 50%;
  width: 50px;
  height: 50px;
  background-image: url("../img/prev_btn_2.png");
}

.pe_swiper .swiper-button-next:after,
.pe_swiper .swiper-button-prev:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .pe_swiper {
    padding: 0;
    margin-top: 10px;
  }

  .pe_swiper dl {
    margin: -10px;
  }

  .pe_swiper dd {
    width: 50%;
  }

  .pe_swiper dd p {
    height: auto;
    margin: 10px;
    padding-bottom: 24px;
  }

  .pe_swiper dd p img {
    width: 100%;
  }

  .pe_swiper dd p span {
    font-size: 12px;
    padding-top: 8px;
  }

  .pe_swiper dd p strong {
    font-size: 14px;
  }

  .pe_swiper .pes_next {
    right: -10px;
    width: 30px;
    height: 30px;
  }

  .pe_swiper .pes_prev {
    left: -10px;
    width: 30px;
    height: 30px;
  }
}

/* 相关产品 */
.pe_list {
  margin-top: 36px;
}

.pe_list li {
  float: left;
}

.pe_5 li {
  width: 50%;
}

.pe_list dl {
  margin: 0 10px;
  height: 230px;
  background-color: #fff;
  border-radius: 10px;
}

.pe_list li:hover dl {
  transform: translateY(-10px);
  transition: 0.4s;
}

.pe_list dd p {
  font-size: 0;
  text-align: center;
}

.pe_list dd p img {
  width: 46%;
}

.pe_list dd p strong {
  font-size: 20px;
  color: #363636;
  text-align: center;
  font-weight: normal;
  display: block;
}

.pe_list dd p span {
  font-size: 16px;
  color: #363636;
  display: block;
  text-align: center;
  line-height: 1.8;
  padding-top: 18px;
}

@media screen and (max-width: 768px) {
  .pe_list {
    padding: 0;
    margin-top: 30px;
  }

  .pe_list li {
    float: none;
  }

  .pe_5 li {
    width: 100%;
  }

  .pe_list dl {
    height: auto;
    margin: 0 0 20px;
  }

  .pe_list dd p {
    height: auto;
    padding-bottom: 12px;
  }

  .pe_list dd p span {
    font-size: 14px;
    padding-top: 8px;
  }

  .pe_list dd p strong {
    font-size: 16px;
  }
}

/* 系统架构 */
.products_pic {
  text-align: center;
  font-size: 0;
}

.products_pic img {
  width: 70%;
}

.products_intro p {
  font-size: 16px;
  color: #363636;
}

.products_title_1 {
  margin: 34px 0;
}

/* 边缘计算AI内容安全产品 */
.products_intro h4 {
  font-size: 20px;
  font-weight: bold;
  color: #292b2c;
  padding-top: 36px;
}

.products_intro p {
  font-size: 16px;
  color: #363636;
  padding-top: 20px;
}

.products_brief p {
  font-size: 20px;
  color: #363636;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .products_intro h4 {
    font-size: 16px;
    padding-top: 26px;
  }

  .products_intro p {
    font-size: 14px;
    padding-top: 14px;
  }

  .products_brief p {
    font-size: 16px;
    padding-top: 14px;
  }
}

.pc_table {
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}

.pc_table img {
  width: 90%;
  border-radius: 10px;
}

.pc_list {
  margin: 14px 70px 0;
  padding: 10px;
}

.pc_list li {
  float: left;
  width: 33.33%;
}

.pc_list li dl {
  margin: 10px;
  padding-bottom: 24px;
  box-shadow: 8px 8px 18px rgba(71, 86, 108, 0.15);
  background-color: #fff;
}

.pc_list li dl:hover {
  transform: translateY(-10px);
  transition: 0.4s;
}

.pc_list li dt {
  font-size: 0;
  text-align: center;
}

.pc_list li dt img {
  width: 65%;
}

.pc_list li dd {
  font-size: 20px;
  color: #363636;
  text-align: center;
}

.pc_list li dd h5 {
  font-size: 20px;
}

.pc_list li dd h3 {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .pc_list {
    margin: 0;
    padding: 0;
  }

  .pc_list li {
    float: left;
    width: 50%;
  }

  .pc_list li dl {
    margin: 8px;
    padding-bottom: 14px;
  }

  .pc_list li dd {
    font-size: 16px;
  }

  .pc_list li dd h5 {
    font-size: 16px;
  }

  .pc_list li dd h3 {
    font-size: 12px;
    margin-top: 15px;
  }
}

/* 内容识别API云平台 */
.products_know {
  border-radius: 12px;
  box-shadow: 8px 8px 18px rgba(71, 86, 108, 0.15);
  margin: 0px 90px;
  margin-top: 36px;
  background-color: #fff;
}

.products_know dl {
  padding: 40px 60px;
  position: relative;
}

.products_know dt {
  font-size: 0;
  width: 440px;
}

.products_know dt img {
  width: 100%;
}

.products_know dd {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  padding-right: 100px;
  padding-bottom: 120px;
}

.products_know dd h3 {
  font-size: 20px;
  color: #363636;
}

.products_know dd p {
  font-size: 16px;
  color: #999;
  padding: 12px 0;
  line-height: 1.8;
}

.products_know dd h6 {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #c59e3f;
}

@media screen and (max-width: 768px) {
  .products_know {
    border-radius: 6px;
    margin: 30px 0 0;
  }

  .products_know dl {
    padding: 20px;
  }

  .products_know dt {
    width: 100%;
  }

  .products_know dd {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    position: static;
    margin-top: 24px;
  }

  .products_know dd h3 {
    font-size: 20px;
  }

  .products_know dd p {
    font-size: 16px;
  }

  .products_know dd h6 {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
  }
}

.wd_pa_list li {
  width: 25%;
}

.wd_pa_list li dl {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  height: 260px;
  padding-top: 34px;
}

.wd_pa_list li dl dt {
  position: static;
  transform: translateY(0);
  margin: 0 auto 24px;
}

.wd_pa_list li dd {
  padding: 0 24px;
  text-align: left;
}

.wd_pa_list li dd p {
  padding-top: 24px;
}

@media screen and (max-width: 768px) {
  .wd_pa_list li {
    width: 100%;
  }

  .wd_pa_list li dl {
    height: auto;
    padding: 14px 0;
  }

  .wd_pa_list li dl dt {
    margin-bottom: 14px;
  }

  .wd_pa_list li dd {
    padding: 0 14px;
    text-align: left;
  }

  .wd_pa_list li dd p {
    padding-top: 14px;
  }
}
