/* technology */
.technology_title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #292b2c;
  padding-bottom: 14px;
  text-align: center;
}

.technology_title_white {
  color: #fff;
}

.technology_title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
  width: 60px;
  height: 2px;
  background-color: #c59e3f;
}

/* 核心技术-简介 */
.ti_panel {
  overflow: hidden;
  /* margin: 0 40px; */
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ti_right {
  width: 60%;
}

.ti_pic {
  font-size: 0;
  text-align: center;
}

.ti_pic img {
  width: 70%;
}

.ti_left {
  width: 40%;
}

.ti_con {
  position: relative;
  font-size: 16px;
  color: #363636;
  text-align: justify;
  line-height: 2.3;
  margin-right: 60px;
  padding: 24px 0 62px;
}

.ti_con:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/border_1.png");
  background-size: 100% 100%;
}

/* 核心技术-技术构成 */
.tc_list {
  margin: 20px -10px 0;
}

.tc_list li {
  float: left;
  width: 50%;
}

.tc_list li dl {
  position: relative;
  margin: 10px;
  height: 190px;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
}

.tc_list li dt {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  text-align: right;
}

.tc_list li dt img {
  width: 60%;
}

.tc_list li dd h3 {
  font-size: 20px;
  color: #292b2c;
  padding-top: 16px;
}

.tc_list li dd p {
  padding-top: 16px;
}

.tc_list li dd p img {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.tc_list li dd p em {
  font-size: 16px;
  color: #999;
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}

.tc_list li dd p span {
  display: block;
  margin-top: 5px;
}

/* 核心技术-能力图谱 */
.ts_list {
  margin: 76px 0;
}

.ts_list li {
  float: left;
  width: 20%;
}

.ts_list li dl {
  position: relative;
  height: 350px;
  margin: 0 12px;
  background-color: #fff;
  box-shadow: 9px 9px 65px rgba(204, 213, 238, 0.41);
  border-radius: 12px;
}

.ts_list li dt {
  position: absolute;
  left: 50%;
  top: -40px;
  width: 78px;
  height: 78px;
  margin-left: -40px;
  border: 1px solid #c59e3f;
  border-radius: 50%;
  transition: 0.4s;
}

.ts_list li dt s {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.4s;
}

.ts_list li dd {
  padding-top: 70px;
  text-align: center;
}

.ts_list li dd h3 {
  font-size: 20px;
  color: #292b2c;
}

.ts_list li dd p {
  font-size: 16px;
  color: #292b2c;
}

.ts_list li dd p span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  line-height: 1;
}

.ts_list li dd p i {
  flex: 0.1;
  padding: 0 12px;
}

.ts_list li dd p em {
  flex: 0.3;
  white-space: nowrap;
}

.ts_list li.ts_1 s {
  background-image: url("../img/ts_i_1.png");
}

.ts_list li.ts_2 s {
  background-image: url("../img/ts_i_2.png");
}

.ts_list li.ts_3 s {
  background-image: url("../img/ts_i_3.png");
}

.ts_list li.ts_4 s {
  background-image: url("../img/ts_i_4.png");
}

.ts_list li.ts_5 s {
  background-image: url("../img/ts_i_5.png");
}

.ts_list li:hover s {
  background-color: #c9b17f;
}

.ts_list li.ts_1:hover s {
  background-image: url("../img/ts_i_on_1.png");
}

.ts_list li.ts_2:hover s {
  background-image: url("../img/ts_i_on_2.png");
}

.ts_list li.ts_3:hover s {
  background-image: url("../img/ts_i_on_3.png");
}

.ts_list li.ts_4:hover s {
  background-image: url("../img/ts_i_on_4.png");
}

.ts_list li.ts_5:hover s {
  background-image: url("../img/ts_i_on_5.png");
}

.ts_framework {
  font-size: 0;
  text-align: center;
}

.ts_framework img {
  width: 60%;
}

/* 核心技术-核心优势 */
.ta_list {
  overflow: hidden;
  margin: 48px 12px 0;
}

.ta_list li {
  float: left;
  width: 25%;
}

.ta_list dl {
  position: relative;
  margin: 0 12px;
  padding: 35px 24px;
  min-height: 240px;
  border-radius: 8px;
  background-image: url("../img/at_bg_1.png");
}

.ta_list dl h3 {
  font-size: 20px;
  color: #fff;
  padding-bottom: 8px;
}

.ta_list dl p {
  font-size: 16px;
  color: #999;
}

.ta_list dl h6 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  margin-bottom: 32px;
}

.ta_list dl h6 img {
  width: 100%;
}

/* 核心技术-基于ZenSoo AI平台构建的产品 */
.tp_panel {
  position: relative;
  margin: 50px 15px 0;
}

.tp_tab {
  border-bottom: 1px solid #ececec;
  font-size: 0;
}

.tp_tab li {
  display: inline-block;
  padding-bottom: 10px;
  margin-right: 50px;
  position: relative;
  font-size: 16px;
  color: #292b2c;
  cursor: pointer;
  transition: 0.4s;
}

.tp_line {
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 2px solid #c59e3f;
}

.tp_swiper_con {
  position: relative;
  margin-top: 25px;
  padding: 16px 64px;
}

.tpc_swiper {
  padding-bottom: 20px;
}

.tpc_swiper dl {
  margin: -8px;
  padding: 20px;
}

.tpc_swiper dd {
  float: left;
  width: 33.33%;
}

.tpc_swiper dd p {
  font-size: 0;
  box-shadow: 8px 8px 18px rgba(71, 86, 108, 0.15);
  text-align: center;
  margin: 8px;
  padding-bottom: 24px;
}

.tpc_swiper dd p img {
  width: 70%;
}

.tpc_swiper dd p span {
  font-size: 16px;
  color: #363636;
  display: block;
  text-align: center;
  margin-top: 11px;
  line-height: 1.8;
}

.tpc_swiper dd p strong {
  font-size: 20px;
  color: #363636;
  display: block;
  text-align: center;
  padding-bottom: 8px;
  font-weight: normal;
}

.tpc_swiper .swiper-pagination-bullet {
  width: 36px;
  height: 4px;
  border-radius: 0;
  transform: skewX(-20deg);
  background-color: #efefef;
  opacity: 1;
}

.tpc_swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.tpc_swiper .swiper-pagination-bullet-active {
  background-color: #c59e3f;
}

.tpc_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .technology_panel {
    padding: 24px 0;
  }

  .ti_panel {
    margin: 0;
    flex-direction: column;
  }

  .ti_left {
    width: 100%;
  }

  .ti_right {
    width: 100%;
  }

  .ti_con {
    font-size: 16px;
    line-height: 1.8;
    margin-right: 0;
    padding: 12px 0 30px;
  }

  .ti_pic {
    margin: 0 0 8px;
  }

  .ti_pic img {
    width: 80%;
  }

  .tc_list {
    margin: 16px 0 0;
  }

  .tc_list li {
    width: 100%;
  }

  .tc_list li dl {
    margin: 12px 0;
    height: 200px;
    padding: 15px 20px;
  }

  .tc_list li dt {
    right: 10px;
  }

  .tc_list li dt img {
    width: 40%;
  }

  .tc_list li dd h3 {
    font-size: 18px;
    padding-top: 12px;
  }

  .tc_list li dd p {
    padding-top: 12px;
  }

  .tc_list li dd p em {
    font-size: 16px;
    padding-left: 5px;
  }

  .ts_list {
    margin: 70px 0 0;
  }

  .ts_list li {
    width: 100%;
    float: none;
    margin: 25px 0;
  }

  .ts_list li dl {
    height: 320px;
    margin: 0 8px;
    border-radius: 8px;
  }

  .ts_list li dt {
    top: -40px;
    width: 78px;
    height: 78px;
    margin-left: -40px;
  }

  .ts_list li dt s {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
  }

  .ts_list li dd {
    padding-top: 70px;
  }

  .ts_list li dd h3 {
    font-size: 20px;
  }

  .ts_list li dd p i {
    padding: 0 12px;
  }

  .ts_list li dd p span {
    margin-top: 24px;
  }

  .ts_framework img {
    width: 60%;
  }

  .ta_list {
    margin: 24px 0 0;
  }

  .ta_list li {
    width: 100%;
  }

  .ta_list dl {
    margin: 15px 0;
    min-height: 160px;
    padding: 24px 16px;
    border-radius: 5px;
  }

  .ta_list dl h3 {
    font-size: 16px;
  }

  .ta_list dl p {
    font-size: 16px;
    color: #999;
  }
  .tp_panel {
    margin: 25px 0;
  }

  .tp_tab {
    overflow: auto;
    white-space: nowrap;
  }

  .tp_tab li {
    padding-bottom: 5px;
    font-size: 16px;
  }

  .tp_swiper_con {
    height: auto;
    margin-top: 0;
    padding: 0;
  }

  .tpc_swiper {
    padding-bottom: 10px;
  }

  .tpc_swiper dl {
    margin: 0;
    padding: 12px;
  }

  .tpc_swiper dd {
    width: 50%;
  }

  .tpc_swiper dd p {
    margin: 5px;
    padding-bottom: 10px;
  }

  .tpc_swiper dd p span {
    font-size: 12px;
  }

  .tpc_swiper dd p strong {
    font-size: 16px;
  }
}
