.title {
  color: #3c3c3c;
}


/* .idx-banner */
.idx-banner {
  position: relative;
}

.idx-banner .swiper-slide>img {
  width: 100%;
  aspect-ratio: 1920 / 620;
  display: block;
}

.idx-banner .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  margin-top: 0;
  z-index: 11;
}

.idx-banner .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 4px;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
  transition: width .4s;
}

.idx-banner .swiper-pagination-bullet-active {
  width: 18px;
  background: var(--style-color);
}

@media(min-width: 768px) {
  .idx-banner .prev-btn, .idx-banner .next-btn {
    width: 45px;
  }

  .idx-banner .prev-btn {
    left: 30px;
  }

  .idx-banner .next-btn {
    right: 30px;
  }

  .idx-banner .prev-btn img, .idx-banner .next-btn img {
    width: 100%;
    display: block;
  }

  .idx-banner .next-btn img {
    transform: rotate(180deg);
  }

  .idx-banner .swiper-pagination {
    display: none;
  }
}

@media(min-width: 1200px) {
  .idx-banner .prev-btn, .idx-banner .next-btn {
    width: 60px;
  }

  .idx-banner .prev-btn {
    left: 65px;
  }

  .idx-banner .next-btn {
    right: 65px;
  }
}


/* idx-productscate */
.idx-productscate {
  padding: 30px 0;
}

.idx-productscate .title {
  margin-bottom: 15px;
}

.idx-productscate .sub-info {
  text-align: center;
  margin-bottom: 20px;
}

.idx-productscate .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}

.idx-productscate .item-list li {
  flex: 0 0 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.idx-productscate .block {
  display: block;
  padding: 10px;
  text-align: center;
  background: #f4f6f9;
}

.idx-productscate .img {
  display: none;
}

.idx-productscate .tit {
  display: none;
}

.idx-productscate .sub-tit {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 12px;
}

.idx-productscate .info {
  display: none;
}

.idx-productscate .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background: var(--style-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.idx-productscate .icon img {
  width: auto;
  height: 25px;
}

@media(min-width: 600px) {
  .idx-productscate .item-list li {
    flex: 0 0 33.333%;
  }
}

@media(min-width: 768px) {
  .idx-productscate .block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .idx-productscate .tit {
    display: block;
    font-size: 14px;
    color: #737373;
    line-height: 20px;
    font-weight: bold;
  }

  .idx-productscate .sub-tit {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .idx-productscate .info {
    color: #7a7a7a;
    margin-bottom: 10px;
    display: block;
  }
}

@media(min-width: 1200px) {
  .idx-productscate {
    padding: 60px 0;
  }

  .idx-productscate .title {
    margin-bottom: 20px;
  }

  .idx-productscate .sub-info {
    margin-bottom: 48px;
  }

  .idx-productscate .item-list li {
    flex: 0 0 15%;
  }

  .idx-productscate .item-list li.active {
    flex: 1;
  }

  .idx-productscate .block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .idx-productscate .item-list li.active .block {
    text-align: left;
  }

  .idx-productscate .item-list li.active .block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .idx-productscate .sub-tit {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .idx-productscate .info {
    margin-bottom: 20px;
    display: none;
  }

  .idx-productscate .item-list li.active .info {
    display: block;
  }

  .idx-productscate .item-list li.active .img {
    display: block;
  }

  .idx-productscate .img img {
    width: 100%;
    aspect-ratio: 375 / 160;
  }

  .idx-productscate .icon {
    width: 86px;
    height: 86px;
  }

  .idx-productscate .item-list li.active .icon {
    display: none;
  }

  .idx-productscate .icon img {
    height: 38px;
  }
}

@media(min-width: 1440px) {
  .idx-productscate {
    padding-top: 72px;
    padding-bottom: 84px;
  }

  .idx-productscate .item-list li {
    flex: 0 0 13.5%;
  }

  .idx-productscate .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .idx-productscate .item-list li.active .block {
    padding-left: 34px;
    padding-right: 34px;
  }

  .idx-productscate .tit {
    font-size: 16px;
    line-height: 22px;
  }

  .idx-productscate .sub-tit {
    font-size: 17px;
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .idx-productscate .info {
    margin-bottom: 24px;
  }
}

@media(max-width: 767px) {
  .idx-productscate .block {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}


/* idx-products */
.idx-products {
  padding: 30px 0;
  background: #f4f6f9;
}

.idx-products .title {
  margin-bottom: 15px;
}

.idx-products .sub-info {
  text-align: center;
  margin-bottom: 20px;
}

.idx-products .row {
  margin-bottom: -30px;
}

.idx-products .row>div {
  margin-bottom: 30px;
}

.idx-products .block {
  display: block;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.idx-products .img {
  border-radius: 10px 6px 6px 10px;
  overflow: hidden;
}

.idx-products .img img {
  width: 100%;
  aspect-ratio: 445 / 300;
}

.idx-products .info-group {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 64.27%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
  background: #fff;
  border-radius: 0 0 50% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.idx-products .icon {
  width: auto;
  height: 83px;
}

.idx-products .tit {
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.25;
}

.idx-products .info {
  font-size: 14px;
  color: #8e8e8e;
  line-height: 1.25;
}

.idx-products .btn {
  width: 130px;
  height: 42px;
  color: #fff;
  font-size: 14px;
  margin-top: 25px;
  background: var(--style-color);
  border-radius: 0 26px 26px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.idx-products .btn-icon {
  width: 13px;
  font-size: 10px;
  line-height: 1;
  margin-left: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 2px;
}

.idx-products .btn-icon i {
  font-weight: bold;
  font-size: inherit;
}

.idx-products .btn-icon i {
  display: block;
  transform: translateX(calc(-100% - 2px));
}

@media(min-width: 1200px) {
  .idx-products {
    padding: 60px 0;
  }

  .idx-products .title {
    margin-bottom: 20px;
  }

  .idx-products .sub-info {
    margin-bottom: 48px;
  }

  .idx-products .row {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -32px;
  }

  .idx-products .row>div {
    padding: 0 16px;
    margin-bottom: 32px;
  }

  .idx-products .img img {
    transition: all 0.9s ease-in-out;
  }

  .idx-products .block:hover .img img {
    transform: scale(1.05);
  }

  .idx-products .info-group {
    padding-left: 38px;
    padding-right: 38px;
  }

  .idx-products .tit {
    margin-top: 26px;
    margin-bottom: 16px;
  }

  .idx-products .btn {
    width: 182px;
    height: 55px;
    margin-top: 48px;
    border-width: 2px;
    color: #606060;
    background: transparent;
    border-color: #d7d7d7;
    transition: all .3s;
  }

  .idx-products .btn:hover {
    color: #fff;
    border-color: var(--style-color);
    background: var(--style-color);
  }

  .idx-products .btn i {
    transition: all .5s;
  }

  .idx-products .btn:hover i {
    transform: translateX(0);
  }
}

@media(min-width: 1440px) {
  .idx-products {
    padding-top: 72px;
    padding-bottom: 84px;
  }
}


/* idx-about */
.idx-about {
  padding: 30px 0;
}

.idx-about .lt {
  margin-bottom: 30px;
}

.idx-about .title {
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-bottom: 10px;
}

.idx-about .sub-title {
  color: #000;
  margin-bottom: 20px;
}

.idx-about .info {
  color: #848586;
}

.idx-about .info h2, .idx-about .info h3 {
  font-size: 16px;
  text-align: left;
  color: #494a4a;
  margin-bottom: 16px;
}

.idx-about .info p {
  line-height: 30px;
}

.idx-about .btn {
  width: 130px;
  height: 42px;
  color: #fff;
  border: none;
  background: var(--style-color);
  font-size: 14px;
  margin-top: 25px;
  border-radius: 0 26px 26px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.idx-about .btn-icon {
  width: 13px;
  font-size: 10px;
  line-height: 1;
  margin-left: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 2px;
}

.idx-about .btn-icon i {
  font-weight: bold;
  font-size: inherit;
}

.idx-about .btn-icon i {
  display: block;
  transform: translateX(calc(-100% - 2px));
}

.idx-about .rt {
  display: flex;
  align-items: center;
  padding-left: 48px;
}

.idx-about .img-left {
  flex: 0 0 66.2%;
  position: relative;
}

.idx-about .icon-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.idx-about .icon-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: var(--style-color);
  opacity: .2;
}

.idx-about .icon-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid var(--style-color);
  display: block;
  transform: scale(.75);
}

.idx-about .icon img {
  width: 50px;
}

.idx-about .img-left>img {
  width: 100%;
  border-radius: 0 20px 20px 20px;
}

.idx-about .img-right {
  flex: 0 0 33.8%;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
}

.idx-about .img-right img {
  width: 100%;
}

@media(min-width: 1200px) {
  @keyframes circleScale {
    100% {
      opacity: 0;
      transform: scale(2);
    }
  }

  .idx-about {
    padding: 60px 0;
    background-position: left bottom;
    background-repeat: no-repeat;
  }

  .idx-about .container {
    display: flex;
    align-items: center;
  }

  .idx-about .lt {
    flex: 0 0 50%;
    margin-bottom: 0;
  }

  .idx-about .rt {
    flex: 0 0 50%;
    padding-left: 126px;
  }

  .idx-about .sub-title {
    margin-bottom: 40px;
  }

  .idx-about .btn {
    width: 182px;
    height: 55px;
    margin-top: 50px;
    border-width: 2px;
  }

  .idx-about .btn i {
    transition: all .5s;
  }

  .idx-about .btn:hover i {
    transform: translateX(0);
  }

  .idx-about .img-left {
    cursor: pointer;
  }

  .idx-about .icon-wrap {
    width: 122px;
    height: 122px;
  }

  .idx-about .icon-wrap::after {
    opacity: 0;
  }

  .idx-about .icon {
    position: relative;
  }

  .idx-about .icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--style-color);
    animation: circleScale 3s linear infinite;
  }

  .idx-about .icon img {
    width: 70px;
  }

  .idx-about .img-left>img {
    border-radius: 0 30px 30px 30px;
  }

  .idx-about .img-right {
    border-radius: 0 30px 30px 0;
  }

  .idx-about .img-right img {
    transition: all 0.9s ease-in-out;
  }

  .idx-about .img-right:hover img {
    transform: scale(1.05);
  }
}

@media(min-width: 1440px) {
  .idx-about {
    padding-top: 74px;
    padding-bottom: 80px;
  }
}

@media(max-width: 1199px) {
  .idx-about {
    background-image: none !important;
  }
}


/* idx-service */
.idx-service {
  background: var(--style-color);
}

.idx-service .lt {
  color: #fff;
  padding: 30px 15px;
}

.idx-service .title {
  color: #fff;
  margin-bottom: 15px;
}

.idx-service .sub-info {
  opacity: .7;
  margin-bottom: 30px;
}

.idx-service .lt .swiper-wrapper {
  transform: translate(0) !important;
}

.idx-service .lt .swiper-slide {
  opacity: 0;
  transition: opacity .6s;
  position: relative;
}

.idx-service .lt .swiper-slide-active {
  opacity: 1;
}

.idx-service .icon {
  width: auto;
  height: 38px;
  margin-bottom: 12px;
}

.idx-service .tit {
  margin-bottom: 14px;
}

.idx-service .info {
  font-size: 15px;
  opacity: .8;
}

.idx-service .btn-wrap {
  display: flex;
  justify-content: space-between;
}

.idx-service .prev-btn, .idx-service .next-btn {
  position: static;
  transform: translateY(0);
  width: 36px;
  height: 36px;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .55;
}

.idx-service .swiper-button-disabled {
  opacity: .55;
  visibility: visible;
}

.idx-service .mask {
  display: none;
}

.idx-service .rt .swiper-slide img {
  width: 100%;
  aspect-ratio: 958 / 595;
}

@media(min-width: 1200px) {
  .idx-service {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }

  .idx-service>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .idx-service .swiper-container {
    max-width: 100%;
  }

  .idx-service .lt {
    padding-left: 30px;
    padding-right: calc((100% - 1140px) / 2 + 15px);
  }

  .idx-service .title {
    text-align: left;
    margin-bottom: 20px;
  }

  .idx-service .tit {
    margin-bottom: 17px;
  }

  .idx-service .btn-wrap {
    width: 82px;
    margin-top: 20px;
  }

  .idx-service .rt {
    position: relative;
  }

  .idx-service .mask {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: auto;
    display: block;
    z-index: 11;
  }

  .idx-service .mask img {
    width: auto;
    height: 100%;
  }
}

@media(min-width: 1440px) {
  .idx-service .lt {
    padding-left: 60px;
    padding-right: calc((100% - 1400px) / 2 + 15px);
  }
}

@media(min-width: 1640px) {
  .idx-service .lt {
    padding-right: calc((100% - 1430px) / 2 + 15px);
  }

  .idx-service .sub-info {
    margin-bottom: 55px;
  }

  .idx-service .btn-wrap {
    margin-top: 32px;
  }
}

@media(max-width: 1199px) {
  .idx-service .swiper-wrap {
    position: relative;
  }

  .idx-service .sub-info {
    text-align: center;
  }

  .idx-service .lt .swiper-slide {
    text-align: center;
  }

  .idx-service .btn-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}


/* idx-partner */
.idx-partner {
  padding: 30px 0;
  background: #f4f6f9;
}

.idx-partner .lt {
  margin-bottom: 30px;
}

.idx-partner .title {
  color: #3c3c3c;
  text-align: left;
  margin-bottom: 15px;
}

.idx-partner .sub-info {
  color: #767676;
  margin-bottom: 20px;
}

.idx-partner .info {
  font-size: 15px;
  color: #767676;
  line-height: 30px;
}

.idx-partner .btn {
  width: 130px;
  height: 42px;
  color: #fff;
  font-size: 14px;
  margin-top: 25px;
  border: none;
  background: var(--style-color);
  border-radius: 0 26px 26px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.idx-partner .btn-icon {
  width: 13px;
  font-size: 10px;
  line-height: 1;
  margin-left: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 2px;
}

.idx-partner .btn-icon i {
  font-weight: bold;
  font-size: inherit;
}

.idx-partner .btn-icon i {
  display: block;
  transform: translateX(calc(-100% - 2px));
}

.idx-partner .row {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -16px;
}

.idx-partner .row>div {
  padding: 0 8px;
  margin-bottom: 16px;
}

.idx-partner .block {
  height: 100%;
  padding: 25px 15px;
  border-radius: 5px;
  text-align: center;
  background: #fff;
}

.idx-partner .block img {
  width: auto;
  height: 77px;
}

.idx-partner .tit {
  font-size: 15px;
  color: #5d5d5d;
  margin-top: 15px;
}

@media(min-width: 1200px) {
  .idx-partner {
    padding: 60px 0;
  }

  .idx-partner .container {
    display: flex;
    align-items: center;
  }

  .idx-partner .lt {
    flex: 0 0 calc(46% - 10px);
    max-width: calc(46% - 10px);
    padding-right: 30px;
    margin-bottom: 0;
  }

  .idx-partner .title {
    margin-bottom: 20px;
  }

  .idx-partner .sub-info {
    margin-bottom: 48px;
  }

  .idx-partner .btn {
    width: 182px;
    height: 55px;
    margin-top: 48px;
    border-width: 2px;
  }

  .idx-partner .btn i {
    transition: all .5s;
  }

  .idx-partner .btn:hover i {
    transform: translateX(0);
  }

  .idx-partner .rt {
    flex: 1;
  }

  .idx-partner .block {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .idx-partner .tit {
    margin-top: 26px;
  }

  .idx-partner .block:hover .tit {
    color: var(--style-color);
  }
}

@media(min-width: 1440px) {
  .idx-partner {
    padding-top: 74px;
    padding-bottom: 80px;
  }

  .idx-partner .lt {
    padding-right: 100px;
  }
}

@media(min-width: 1640px) {
  .idx-partner .lt {
    padding-right: 150px;
  }
}


/* idx-blog */
.idx-blog {
  padding: 30px 0;
}

.idx-blog .title {
  margin-bottom: 15px;
}

.idx-blog .sub-info {
  text-align: center;
  margin-bottom: 20px;
}

.idx-blog .swiper-slide img {
  width: 100%;
  aspect-ratio: 446 / 281;
}

.idx-blog .info-group {
  padding: 20px 15px;
  background: #f4f6f9;
}

.idx-blog .tit {
  line-height: 1.25;
}

.idx-blog .date {
  font-size: 13px;
  color: #888;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.25;
}

.idx-blog .date i {
  font-size: inherit;
  margin-right: 8px;
}

.idx-blog .info {
  font-size: 13px;
  color: #919191;
  line-height: 22px;
}

.idx-blog .btn {
  width: 95px;
  line-height: 1;
  font-size: 13px;
  margin-top: 20px;
  color: #8a8a8a;
  padding-top: 12px;
  padding-bottom: 11px;
  border-radius: 19px;
  border: 1px solid #d4d6d9;
  transition: all .3s;
}

@media(min-width: 768px) {
  .idx-blog .swiper-wrap {
    padding: 0 60px;
    position: relative;
  }

  .idx-blog .prev-btn, .idx-blog .next-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #d4d5d8;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media(min-width: 1200px) {
  .idx-blog {
    padding: 60px 0;
  }

  .idx-blog .title {
    margin-bottom: 20px;
  }

  .idx-blog .sub-info {
    margin-bottom: 48px;
  }

  .idx-blog .info-group {
    padding: 30px 25px;
  }

  .idx-blog .btn {
    margin-top: 36px;
  }

  .idx-blog .swiper-slide:hover .btn {
    color: #fff;
    background: var(--style-color);
  }

  .idx-blog .prev-btn:hover, .idx-blog .next-btn:hover {
    color: #fff;
    border-color: var(--style-color);
    background: var(--style-color);
  }
}

@media(min-width: 1440px) {
  .idx-blog {
    padding-top: 74px;
    padding-bottom: 80px;
  }

  .idx-blog .info-group {
    padding: 48px 40px;
  }

  .idx-blog .tit {
    font-size: 19px;
  }
}

@media(min-width: 1640px) {
  .idx-blog .swiper-wrap {
    padding: 0;
  }

  .idx-blog .prev-btn, .idx-blog .next-btn {
    width: 60px;
    height: 60px;
    font-size: 16px;
    border-width: 2px;
  }

  .idx-blog .prev-btn {
    left: -36px;
    transform: translate(-100%, -50%);
  }

  .idx-blog .next-btn {
    right: -36px;
    transform: translate(100%, -50%);
  }
}