body {
  background: #F0F2F5;
}

.container .t_top {
  padding: 9.375vw 0 1.3541666667vw 0;
}

.container .t_top .t {
  color: #27265F;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  text-align: center;
}

.container .tabs {
  margin-top: 5.78125vw;
  display: flex;
  justify-content: center;
  gap: 4.1666666667vw;
  /* position: sticky; */
  /* top: 0; */
  z-index: 10;
  transition: all 600ms;
  padding: 2.34375vw 0 1.3541666667vw 0;
  border-bottom: 1px solid #DDD;
}

.container .tabs.ttop {
  top: 3.6458333333vw;
}

.container .tabs.t_active {
  background: white;
  border-bottom: 1px solid white;
  padding: 2.34375vw 0;
}

.container .tabs span {
  padding: 1.09375vw 1.8229166667vw;
  border-radius: 3.6458333333vw;
  border: 1px solid #27265F;
  color: #27265F;
  transition: all 600ms;
  cursor: pointer;
}

.container .tabs span.on {
  background: #27265F;
  color: white;
}

.container .sec1 {
  padding: 3.6458333333vw 5.7291666667vw 5.2083333333vw 5.7291666667vw;
}

.container .sec1 .t {
  color: #333;
  font-weight: 700;
  text-align: center;
}

.container .sec1 .tip {
  margin: 1.25vw 0 3.6458333333vw 0;
  text-align: center;
}

.container .sec1 .rec {
  display: flex;
  justify-content: space-between;
  gap: 5.9375vw;
  align-items: center;
}

.container .sec1 .rec .text {
  width: 100%;
  flex: 1;
}

.container .sec1 .rec .text .p1 {
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 1.5625vw;
}

.container .sec1 .rec .text .info .i_b:not(:last-child) {
  margin-bottom: 1.3541666667vw;
}

.container .sec1 .rec .text .info .i_b .pt {
  display: flex;
  gap: 0.6770833333vw;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.4px;
  align-items: center;
  margin-bottom: 0.7291666667vw;
}

.container .sec1 .rec .text .info .i_b .pt::before {
  content: '';
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  background: #FF9600;
}

.container .sec1 .rec .text .info .i_b .pt2 {
  color: #666;
  letter-spacing: 0.32px;
}

.container .sec1 .rec .text .info .i_b .icons {
  display: flex;
  gap: 1.5625vw;
  max-width: 32.2916666667vw;
}

.container .sec1 .rec .text .info .i_b .icons .icon_b {
  text-align: center;
}

.container .sec1 .rec .text .info .i_b .icons .icon_b .icon img {
  width: 2.6041666667vw;
}

.container .sec1 .rec .text .info .i_b .icons .icon_b p {
  margin-top: 0.5208333333vw;
  color: #666;
}

.container .sec1 .rec .pic {
  width: 43.0208333333vw;
  border-radius: 10px;
  overflow: hidden;
}

.container .sec1 .rec .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}

.container .sec1 .rec .pic:hover img {
  transform: scale(1.05);
}

.container .sec1 .list .box {
  display: flex;
  justify-content: space-between;
  margin-top: 6.25vw;
  gap: 5.9375vw;
}

.container .sec1 .list .box:nth-child(2n) {
  flex-direction: row-reverse;
}

.container .sec1 .list .box .pics {
  width: 43.0208333333vw;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.container .sec1 .list .box .pics .swiper-pagination {
  position: absolute;
  right: 1.5625vw;
  bottom: 0.8333333333vw;
  display: flex;
  gap: 0.8333333333vw;
}

.container .sec1 .list .box .pics .swiper-pagination .swiper-pagination-bullet {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 600ms;
}

.container .sec1 .list .box .pics .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.container .sec1 .list .box .pics .pic {
  overflow: hidden;
}

.container .sec1 .list .box .pics img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}

.container .sec1 .list .box .pics:hover img {
  transform: scale(1.05);
}

.container .sec1 .list .box .text {
  width: 100%;
  flex: 1;
}

.container .sec1 .list .box .text .p1 {
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 0.5208333333vw;
}

.container .sec1 .list .box .text .items .item {
  border-bottom: 1px solid #CCC;
  padding: 1.0416666667vw 0;
  cursor: pointer;
}

.container .sec1 .list .box .text .items .item .d1 {
  position: relative;
}

.container .sec1 .list .box .text .items .item .d1 p {
  display: flex;
  gap: 0.6770833333vw;
  color: #666;
  font-weight: 500;
  letter-spacing: 0.4px;
  align-items: center;
}

.container .sec1 .list .box .text .items .item .d1 p::before {
  content: '';
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  background: #FF9600;
}

.container .sec1 .list .box .text .items .item .d1 .jia {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.container .sec1 .list .box .text .items .item .d1 .jia img {
  display: block;
  width: 2.0833333333vw;
  transition: all 600ms;
}

.container .sec1 .list .box .text .items .item .d1 .jia img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.container .sec1 .list .box .text .items .item .d2 {
  margin-top: 0.9375vw;
  display: none;
}

.container .sec1 .list .box .text .items .item .d2 .icons {
  margin-left: 1.5625vw;
}

.container .sec1 .list .box .text .items .item .d2 .icons .icon_b {
  display: flex;
  gap: 0.7291666667vw;
  align-items: center;
  /* text-transform: capitalize; */
  color: #333;
}

.container .sec1 .list .box .text .items .item .d2 .icons .icon_b:not(:last-child) {
  margin-bottom: 0.7291666667vw;
}

.container .sec1 .list .box .text .items .item .d2 .icons .icon_b .icon {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF9600;
  border-radius: 10px;
}

.container .sec1 .list .box .text .items .item .d2 .icons .icon_b .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.container .sec1 .list .box .text .items .item .d2 .icons .icon_b p {
  width: 100%;
  flex: 1;
}

.container .sec1 .list .box .text .items .item.active .d1 p {
  color: #27265F;
}

.container .sec1 .list .box .text .items .item.active .d1 .jia img:nth-child(1) {
  opacity: 0;
}

.container .sec1 .list .box .text .items .item.active .d1 .jia img:nth-child(2) {
  opacity: 1;
}

.container .sec2 {
  background: #FAFAFA;
  padding: 4.1666666667vw 5.7291666667vw 4.6875vw 5.7291666667vw;
}

.container .sec2 .t {
  text-align: center;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}

.container .sec2 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 7.2395833333vw;
  margin-top: 4.2708333333vw;
}

.container .sec2 .content .pics {
  width: 43.2291666667vw;
  border-radius: 10px;
  overflow: hidden;
  padding: 1.5625vw;
  background: #fff;
}

.container .sec2 .content .pics img {
  width: 100%;
  height: 28.125vw;
  display: none;
  object-fit: cover;
  transition: all 600ms;
  border-radius: 10px;
}

.container .sec2 .content .pics img.on {
  display: block;
}

.container .sec2 .content .pics:hover img {
  transform: scale(1.02);
}

.container .sec2 .content .text {
  width: 100%;
  flex: 1;
}

.container .sec2 .content .text .item {
  border-top: 1px solid #DDD;
  cursor: pointer;
  padding: 1.0416666667vw 0;
}

.container .sec2 .content .text .item:last-child {
  border-bottom: 1px solid #DDD;
}

.container .sec2 .content .text .item .d1 {
  display: flex;
  align-items: center;
  position: relative;
  gap: 1.25vw;
}

.container .sec2 .content .text .item .d1 .icon {
  /* width: 3.6458333333vw; */
  /* height: 3.6458333333vw; */
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #FF9600;
}

.container .sec2 .content .text .item .d1 .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.container .sec2 .content .text .item .d1 p {
  font-weight: 500;
  color: #333;
  max-width: 27.6041666667vw;
  flex: 1;
}

.container .sec2 .content .text .item .d1 .add {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.container .sec2 .content .text .item .d1 .add img {
  display: block;
  width: 2.6041666667vw;
  transition: all 600ms;
}

.container .sec2 .content .text .item .d1 .add img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.container .sec2 .content .text .item .d2 {
  display: none;
}

.container .sec2 .content .text .item .d2 .des {
  color: #333;
  margin-top: 0.7291666667vw;
}

.container .sec2 .content .text .item.active .d1 p {
  color: #27265F;
}

.container .sec2 .content .text .item.active .d1 .add img:nth-child(1) {
  opacity: 0;
}

.container .sec2 .content .text .item.active .d1 .add img:nth-child(2) {
  opacity: 1;
}

.container .sec3 {
  padding: 4.1666666667vw 5.7291666667vw;
}

.container .sec3 .t {
  /* font-weight: 500;
  color: #27265F; */
  font-weight: 700;
  color: #333;
  text-align: center;
}

.container .sec3 .intro {
  margin: 1.25vw 0 3.4895833333vw 0;
  color: #666;
  line-height: 1.4;
  /* text-transform: capitalize; */
}

.container .sec3 .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5.2083333333vw;
}

.container .sec3 .icons .item {
  display: flex;
  gap: 1.0416666667vw;
  align-items: center;
}

.container .sec3 .icons .item:nth-child(3) {
  width: 23.4375vw;
}

.container .sec3 .icons .item .icon {
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #FF9600;
}

.container .sec3 .icons .item .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.container .sec3 .icons .item p {
  color: #333;
  font-weight: 500;
  width: 100%;
  flex: 1;
}

.container .sec3 .icons .line {
  width: 1px;
  height: 4.0104166667vw;
  background: #CCC;
}

.container .sec3 .tabs2 {
  border-radius: 10px;
  background: #FFF;
  padding: 0.9895833333vw 1.0416666667vw;
  display: flex;
  gap: 2.6041666667vw;
  margin: 3.90625vw 0 2.8645833333vw 0;
}

.container .sec3 .tabs2 span {
  border-radius: 10px;
  border: 1px solid #999;
  height: 2.7083333333vw;
  padding: 0 1.0416666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 600ms;
}

.container .sec3 .tabs2 span.on {
  background: #27265F;
  color: #fff;
  border-color: #27265F;
}

.container .sec3 .content_box {
  margin-bottom: 5.46875vw;
}

.container .sec3 .content_box .c_box {
  display: flex;
  justify-content: space-between;
  gap: 4.375vw;
  align-items: center;
  display: none;
}

.container .sec3 .content_box .c_box.on {
  display: flex;
}

.container .sec3 .content_box .c_box .pic {
  width: 46.3541666667vw;
  height: 26.3020833333vw;
  border-radius: 10px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.container .sec3 .content_box .c_box .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 600ms;
}

.container .sec3 .content_box .c_box .pic:hover img {
  transform: scale(1.05);
}

.container .sec3 .content_box .c_box .text {
  width: 100%;
  flex: 1;
}

.container .sec3 .content_box .c_box .text .p1 {
  color: #27265F;
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
}

.container .sec3 .content_box .c_box .text .p2 {
  color: #333;
  /* text-transform: capitalize; */
  margin: 0.625vw 0 2.2395833333vw 0;
  text-align: justify;
}

.container .sec3 .content_box .c_box .text .ht {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
  color: #27265F;
  font-weight: 500;
  text-transform: capitalize;
}

/* .container .sec3 .content_box .c_box .text .ht::before {
  content: '';
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  background: #FF9600;
} */

.container .sec3 .content_box .c_box .text .des {
  margin-top: 0.625vw;
  color: #333;
  line-height: 1.4;
  /* text-transform: capitalize; */
  text-align: justify;
}

.container .sec3 .content_box .c_box .text .des ul li {
  position: relative;
  padding-left: 1.25vw;
}

.container .sec3 .content_box .c_box .text .des ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0.15625vw;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background: #333;
  border-radius: 50%;
  top: 0.5208333333vw;
}

@media screen and (max-width: 768px) {
  .container .t_top {
    padding: 80px 5% 20px;
  }

  .container .t_top .t {
    font-size: 24px;
  }

  .container .tabs {
    margin-top: 0;
    gap: 15px;
    padding: 0 5% 20px 5%;
    flex-wrap: wrap;
    justify-content: center;
    position: static;
  }

  .container .tabs.ttop {
    top: 60px;
  }

  .container .tabs.t_active {
    padding: 20px 5%;
  }

  .container .tabs span {
    padding: 12px 10px;
    font-size: 12px;
    border-radius: 50px;
    white-space: nowrap;
  }

  .container .sec1 {
    padding: 30px 5%;
  }

  .container .sec1 .t {
    font-size: 20px;
  }

  .container .sec1 .tip {
    margin: 15px 0 30px;
    font-size: 14px;
  }

  .container .sec1 .rec {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .container .sec1 .rec .text {
    width: 100%;
  }

  .container .sec1 .rec .text .p1 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .container .sec1 .rec .text .info .i_b:not(:last-child) {
    margin-bottom: 13px;
  }

  .container .sec1 .rec .text .info .i_b .pt {
    gap: 10px;
    margin-bottom: 10px;
  }

  .container .sec1 .rec .text .info .i_b .pt::before {
    width: 8px;
    height: 8px;
  }

  .container .sec1 .rec .text .info .i_b .pt2 {
    font-size: 14px;
  }

  .container .sec1 .rec .text .info .i_b .icons {
    gap: 20px 0;
    max-width: none;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .container .sec1 .rec .text .info .i_b .icons .icon_b {
    width: 33%;
  }

  .container .sec1 .rec .text .info .i_b .icons .icon_b .icon img {
    width: 40px;
  }

  .container .sec1 .rec .text .info .i_b .icons .icon_b p {
    font-size: 14px;
    margin-top: 5px;
  }

  .container .sec1 .rec .pic {
    width: 100%;
  }

  .container .sec1 .rec .pic img {
    height: 250px;
  }

  .container .sec1 .list .box {
    flex-direction: column;
    margin-top: 30px;
    gap: 20px;
  }

  .container .sec1 .list .box:nth-child(2n) {
    flex-direction: column;
  }

  .container .sec1 .list .box .pics {
    width: 100%;
  }

  .container .sec1 .list .box .pics .swiper-pagination {
    right: 20px;
    bottom: 12px;
    gap: 10px;
  }

  .container .sec1 .list .box .pics .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .container .sec1 .list .box .pics img {
    height: 250px;
  }

  .container .sec1 .list .box .text {
    width: 100%;
  }

  .container .sec1 .list .box .text .p1 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .container .sec1 .list .box .text .items .item {
    padding: 15px 0;
  }

  .container .sec1 .list .box .text .items .item:first-child {
    padding-top: 0;
  }

  .container .sec1 .list .box .text .items .item .d1 p {
    font-size: 14px;
    gap: 6px;
    max-width: 90%;
  }

  .container .sec1 .list .box .text .items .item .d1 p::before {
    width: 8px;
    height: 8px;
  }

  .container .sec1 .list .box .text .items .item .d1 .jia img {
    width: 20px;
  }

  .container .sec1 .list .box .text .items .item .d2 {
    margin-top: 15px;
  }

  .container .sec1 .list .box .text .items .item .d2 .icons {
    margin-left: 20px;
  }

  .container .sec1 .list .box .text .items .item .d2 .icons .icon_b {
    gap: 10px;
  }

  .container .sec1 .list .box .text .items .item .d2 .icons .icon_b:not(:last-child) {
    margin-bottom: 10px;
  }

  .container .sec1 .list .box .text .items .item .d2 .icons .icon_b .icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }

  .container .sec1 .list .box .text .items .item .d2 .icons .icon_b p {
    font-size: 14px;
  }

  .container .sec2 {
    padding: 30px 5%;
  }

  .container .sec2 .t {
    font-size: 20px;
  }

  .container .sec2 .content {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .container .sec2 .content .pics {
    width: 100%;
    padding: 20px;
  }

  .container .sec2 .content .pics img {
    height: 250px;
  }

  .container .sec2 .content .text {
    width: 100%;
  }

  .container .sec2 .content .text .item {
    padding: 15px 0;
  }

  .container .sec2 .content .text .item .d1 {
    gap: 15px;
  }

  .container .sec2 .content .text .item .d1 .icon {
    /* width: 40px;
    height: 40px; */
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .container .sec2 .content .text .item .d1 p {
    font-size: 14px;
    max-width: 70%;
  }

  .container .sec2 .content .text .item .d1 .add img {
    width: 20px;
  }

  .container .sec2 .content .text .item .d2 .des {
    font-size: 14px;
    margin-top: 7px;
  }

  .container .sec3 {
    padding: 30px 5%;
  }

  .container .sec3 .t {
    font-size: 20px;
  }

  .container .sec3 .intro {
    margin: 15px 0 30px 0;
    font-size: 14px;
  }

  .container .sec3 .icons {
    flex-direction: column;
    gap: 10px;
  }

  .container .sec3 .icons .line {
    display: none;
  }

  .container .sec3 .icons .item {
    gap: 10px;
    width: 100% !important;
  }

  .container .sec3 .icons .item .icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .container .sec3 .icons .item p {
    font-size: 16px;
    width: 100%;
    flex: 1;
  }

  .container .sec3 .tabs2 {
    margin: 30px 0 20px 0;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
  }

  .container .sec3 .tabs2 span {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 50px;
    height: auto;
  }

  .container .sec3 .content_box {
    margin-bottom: 30px;
  }

  .container .sec3 .content_box .c_box {
    flex-direction: column;
    gap: 20px;
  }

  .container .sec3 .content_box .c_box .pic {
    width: 100%;
    height: 250px;
  }

  .container .sec3 .content_box .c_box .text .p1 {
    font-size: 18px;
  }

  .container .sec3 .content_box .c_box .text .p2 {
    font-size: 14px;
    margin: 10px 0 20px 0;
  }

  .container .sec3 .content_box .c_box .text .ht {
    gap: 5px;
  }

  .container .sec3 .content_box .c_box .text .ht::before {
    width: 8px;
    height: 8px;
  }

  .container .sec3 .content_box .c_box .text .des {
    margin-top: 10px;
  }

  .container .sec3 .content_box .c_box .text .des ul li {
    font-size: 14px;
    padding-left: 15px;
  }
}

/*# sourceMappingURL=tech.css.map */