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

.idx-banner video {
  display: block;
  width: 100%;
}

.idx-banner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.idx-banner .item {
  width: 100%;
  padding: 20px;
  color: #333;
  text-align: left;
  transition: margin .3s;
}

.idx-banner .info {
  text-align: left;
  line-height: 1.8;
  display: none;
}

.idx-banner .product-info {
  margin-left: 35px;
  display: none;
}

@media (min-width: 768px) {
  .idx-banner .item {
    float: right;
    overflow: hidden;
  }

  .idx-banner .item {
    max-width: 450px;
  }

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

  .idx-banner .flex {
    align-items: flex-start;
  }

  .idx-banner .info {
    display: block;
    max-height: 130px;
  }

  .idx-banner .product-info {
    display: block;
    flex: 0 0 30%;
  }
}

@media (min-width: 1200px) {
  .idx-banner .title {
    margin-bottom: 30px;
  }

  .idx-banner .item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .idx-banner .info {
    max-height: 162px;
  }

  .idx-banner .product-info {
    flex: 0 0 44%;
  }
}

@media (max-width: 600px) {
  .idx-banner .title {
    font-size: 20px;
  }
}


/* idx-product */
.idx-product {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.idx-product .tab-wrap {
  display: flex;
  flex-direction: column-reverse;
}

.idx-product .lt {
  text-align: center;
  margin-bottom: 20px;
}

.idx-product .lt img {
  width: 100%;
  max-width: 300px;
}

.idx-product .info {
  line-height: 1.8;
  max-height: 116px;
  margin-bottom: 20px;
}

.idx-product .btn {
  width: 165px;
  margin-bottom: 20px;
  padding: 6px 15px;
  box-shadow: 3px 3px 12px 1px rgba(1, 137, 197, 0.15);
}

.idx-product .btn i {
  font-size: 12px;
  margin-left: 12px;
}

.idx-product .small-img {
  display: block;
  width: 100%;
  max-width: 320px;
}

.idx-product .tab-list li {
  position: relative;
  cursor: pointer;
}

.idx-product .tab-list li:not(:last-child) {
  margin-bottom: 10px;
}

.idx-product .tab-list li img {
  display: none;
}

.idx-product .tab-list li span {
  display: block;
  color: var(--style-color);
  padding: 7px 15px;
  font-weight: bold;
  border: 1px solid var(--style-color);
}

.idx-product .tab-list li.active span {
  color: #fff;
  background: var(--style-color);
}

@media (min-width: 768px) {
  .idx-product .tab-pane {
    display: flex;
    align-items: center;
  }

  .idx-product .lt {
    flex: 0 0 44%;
    max-width: 44%;
    margin-bottom: 0;
  }

  .idx-product .lt img {
    max-width: none;
  }

  .idx-product .rt {
    flex: 0 0 56%;
    max-width: 56%;
    padding-left: 30px;
  }

  .idx-product .tab-list {
    display: block;
  }
}

@media (min-width: 992px) {
  .idx-product .tab-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 3px 6px 12px 1px rgb(0 0 0 / 16%);
  }

  .idx-product .tab-content {
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
  }

  .idx-product .tab-pane {
    padding-left: calc((100vw - 5px - 960px + 30px) / 2);
    padding-right: 30px;
  }

  .idx-product .rt {
    padding-left: 50px;
  }

  .idx-product .list-tag {
    width: 400px;
    padding: 24px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .idx-product .tab-list {
    height: 100%;
    max-height: 483px;
    overflow-y: auto;
  }

  .idx-product .tab-list li:not(:last-child) {
    margin-bottom: 0;
  }

  .idx-product .tab-list li .line {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    bottom: -1px;
    transform: translateY(50%);
  }

  .idx-product .tab-list li img {
    display: block;
  }

  .idx-product .tab-list li img:not(.line) {
    position: relative;
    opacity: 0;
    z-index: 1;
  }

  .idx-product .tab-list li.active img:not(.line) {
    opacity: 1;
  }

  .idx-product .tab-list li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    border: none;
    z-index: 1;
  }

  .idx-product .tab-list li.active span {
    background: none;
  }
}

@media (min-width: 1200px) {
  .idx-product {
    padding-top: 64px;
    padding-bottom: 60px;
  }

  .idx-product .title {
    margin-bottom: 53px;
  }

  .idx-product .tab-pane {
    padding-left: calc((100vw - 5px - 1140px + 30px) / 2);
    padding-right: 50px;
  }

  .idx-product .rt {
    padding-left: 80px;
  }

  .idx-product .btn {
    margin-bottom: 30px;
  }

  .idx-product .info {
    margin-bottom: 34px;
  }

  .idx-product .small-img {
    transform: translateX(-26px);
  }

  .idx-product .tab-list li .line {
    left: 30px;
    width: calc(100% - 60px);
  }

  .idx-product .tab-list li span {
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1440px) {
  .idx-product .tab-content {
    flex: 0 0 calc(100% - 450px);
    max-width: calc(100% - 450px);
  }

  .idx-product .tab-pane {
    padding-left: calc((100vw - 5px - 1400px + 30px) / 2);
    padding-right: 100px;
  }

  .idx-product .rt {
    padding-left: 110px;
  }

  .idx-product .btn {
    margin-bottom: 50px;
  }

  .idx-product .list-tag {
    width: 450px;
    padding: 27px 0;
  }

  .idx-product .tab-list {
    max-height: 545px;
  }
}

@media (min-width: 1640px) {
  .idx-product {
    padding-bottom: 97px;
  }

  .idx-product .tab-content {
    flex: 0 0 calc(100% - 490px);
    max-width: calc(100% - 490px);
  }

  .idx-product .rt {
    padding-left: 50px;
  }

  .idx-product .tab-pane {
    padding-left: calc((100vw - 5px - 1600px + 30px) / 2);
    padding-right: 160px;
  }

  .idx-product .rt {
    padding-left: 163px;
  }

  .idx-product .btn {
    margin-bottom: 76px;
  }

  .idx-product .list-tag {
    width: 490px;
    padding: 30px 0;
  }

  .idx-product .tab-list {
    max-height: 593px;
  }

  .idx-product .tab-list li .line {
    left: 45px;
    width: calc(100% - 90px);
  }

  .idx-product .tab-list li span {
    font-size: 26px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 991px) {
  .idx-product #category {
    display: block;
  }

  .idx-product .tab-list {
    display: none;
    margin-top: 10px;
  }

  .idx-product .tab-content {
    margin-top: 20px;
  }

  .idx-product .tab-content, .idx-product .list-tag {
    padding-left: calc((100vw - 5px - 720px + 30px) / 2);
    padding-right: calc((100vw - 5px - 720px + 30px) / 2);
  }

  .idx-product .list-tag {
    background-image: none !important;
  }
}

@media (max-width: 750px) {
  .idx-product .tab-content, .idx-product .list-tag {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* idx-about */
.idx-about {
  padding-top: 30px;
  position: relative;
}

.idx-about::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.idx-about .container {
  position: relative;
  z-index: 1;
  color: #fff;
}

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

.idx-about .sub-info {
  line-height: 1.8;
  max-height: 144px;
}

.idx-about .btn {
  display: block;
  width: 176px;
  margin: 20px auto 0;
}

.idx-about .swiper-wrap {
  padding: 0 15px;
  margin-top: 25px;
  background: rgba(255, 255, 255, .8);
}

.idx-about .swiper-slide {
  height: unset;
  color: #333;
  text-align: center;
  padding: 15px 0;
}

.idx-about .icon {
  font-size: 60px;
  line-height: 1;
}

.idx-about .tit {
  margin-bottom: 4px;
}

.idx-about .info {
  line-height: 1.8;
  max-height: 90px;
}

.idx-about .info strong,
.idx-about .info b {
  font-size: 18px;
}

@media (min-width: 540px) {
  .idx-about .tit {
    height: 54px;
  }
}

@media (min-width: 768px) {
  .idx-about .tit {
    height: 60px;
  }
}

@media (min-width: 1200px) {
  .idx-about {
    padding-top: 68px;
  }

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

  .idx-about .btn {
    margin-top: 48px;
  }

  .idx-about .swiper-wrap {
    margin-top: 45px;
  }

  .idx-about .swiper-slide {
    padding: 30px 0 25px;
  }

  .idx-about .info strong,
  .idx-about .info b {
    font-size: 22px;
  }

  .idx-about .tit {
    height: 66px;
    font-size: 22px;
  }

  .idx-about .info {
    max-height: 98px;
  }
}

@media (min-width: 1440px) {
  .idx-about .swiper-wrap {
    padding: 0 40px;
  }

  .idx-about .icon {
    font-size: 75px;
  }

  .idx-about .tit {
    height: 72px;
    font-size: 24px;
  }
}

@media (min-width: 1640px) {
  .idx-about .tit {
    height: 78px;
    font-size: 26px;
  }

  .idx-about .swiper-wrap {
    padding: 0 60px;
    margin-top: 75px;
  }

  .idx-about .icon {
    font-size: 90px;
  }
}


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

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

.idx-solution .sub-info {
  line-height: 1.8;
  margin-bottom: 20px;
}

.idx-solution .swiper-slide {
  color: #fff;
  padding-right: 20px;
}

.idx-solution .swiper-slide::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 15px;
  right: 32px;
  width: 50%;
  background: #999;
  transform: rotate(3deg);
  box-shadow: 15px 0 10px -2px #999;
}

.idx-solution .block {
  padding: 15px;
  position: relative;
  z-index: 1;
}

.idx-solution .tit {
  height: 72px;
  line-height: 1.8;
  font-weight: normal;
}

.idx-solution .btn {
  width: 60px;
  height: 60px;
  font-size: 30px;
  margin: 20px auto;
  border-radius: 50%;
  background: rgba(19, 109, 188, .3);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, 0.18);
}

.idx-solution .btn i {
  font-size: inherit;
  line-height: 1;
}

.idx-solution img {
  width: 100%;
}

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

  .idx-solution .title {
    margin-bottom: 33px;
  }

  .idx-solution .sub-info {
    margin-bottom: 50px;
  }

  .idx-solution .swiper-container {
    max-width: 1060px;
  }

  .idx-solution .swiper-slide {
    padding-right: 30px;
  }

  .idx-solution .swiper-slide::before {
    right: 42px;
  }

  .idx-solution .block {
    padding: 30px 25px;
  }

  .idx-solution .tit {
    height: 94px;
  }

  .idx-solution .btn {
    width: 80px;
    height: 80px;
    font-size: 40px;
    margin-top: 26px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1640px) {
  .idx-solution {
    padding-top: 78px;
  }

  .idx-solution .btn {
    margin-bottom: 60px;
  }
}


/* idx-dealership */
.idx-dealership .title {
  text-align: left;
  margin-bottom: 10px;
}

.idx-dealership .info {
  max-height: 87px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.idx-dealership .btn-wrap {
  display: inline-block;
  position: relative;
  max-width: 220px;
}

.idx-dealership .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.idx-dealership .btn i {
  font-size: 18px;
  margin-left: 8px;
}

@media (min-width: 768px) {
  .idx-dealership {
    position: relative;
  }

  .idx-dealership .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: flex-end;
  }

  .idx-dealership .info-wrap {
    max-width: 49vw;
  }

  .idx-dealership .info {
    max-height: 58px;
  }
}

@media (min-width: 992px) {
  .idx-dealership .info-wrap {
    max-width: 53vw;
  }
}

@media (min-width: 1200px) {
  .idx-dealership .info-wrap {
    max-width: 47.3vw;
  }

  .idx-dealership .title, .idx-dealership .info {
    margin-bottom: 35px;
  }

  .idx-dealership .info {
    max-height: 116px;
  }

  .idx-dealership .btn-wrap {
    max-width: none;
  }
}

@media (min-width: 1640px) {
  .idx-dealership .title {
    margin-bottom: 54px;
  }

  .idx-dealership .info {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .idx-dealership {
    padding: 30px 0;
    background: #ACCDE5;
  }

  .idx-dealership .bg {
    display: none;
  }
}


/* idx-services */
.idx-services {
  padding-top: 30px;
}

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

.idx-services .icon-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.idx-services .icon-list>li {
  margin: 10px;
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.idx-services .icon-list>li img {
  width: 100%;
}

.idx-services .icon-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.idx-services .icon-list>li:hover .icon-wrap {
  color: #fff;
  background: rgba(19, 109, 188, .3);
}

.idx-services .num {
  position: absolute;
  font-weight: bold;
  left: 9.2%;
  top: 9.2%;
}

.idx-services .icon {
  font-size: 40px;
  margin-top: 15%;
  line-height: 1;
}

.idx-services .icon-info {
  height: 65px;
  margin-top: 10px;
  line-height: 1.8;
  text-align: center;
}

.idx-services .title {
  text-align: left;
  margin-bottom: 18px;
}

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

.idx-services .btn {
  width: 176px;
}

.idx-services .img-wrap {
  text-align: center;
}

.idx-services .img-wrap img {
  width: 100%;
  max-width: 75%;
}

@media (min-width: 600px) {
  .idx-services .icon-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
  }

  .idx-services .icon-list>li {
    margin: 15px;
    flex: 0 0 calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
  }
}

@media (min-width: 768px) {
  .idx-services .icon-info {
    height: 72px;
  }

  .idx-services .img-wrap {
    text-align: right;
  }
}

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

  .idx-services .lt {
    flex: 0 0 56.375%;
    max-width: 56.375%;
    padding-right: 0;
    margin-bottom: 0;
  }

  .idx-services .icon {
    font-size: 60px;
  }

  .idx-services .rt {
    flex: 0 0 43.625%;
    max-width: 43.625%;
    padding-left: 40px;
  }
}

@media (min-width: 1440px) {
  .idx-services .icon-list {
    margin: -23px;
  }

  .idx-services .icon-list>li {
    margin: 23px;
    flex: 0 0 calc(33.33% - 46px);
    max-width: calc(33.33% - 46px);
  }

  .idx-services .rt {
    padding-left: 70px;
  }
}

@media (min-width: 1640px) {
  .idx-services {
    padding-top: 90px;
  }

  .idx-services .icon {
    font-size: 80px;
  }

  .idx-services .icon-info {
    margin-top: 26px;
  }

  .idx-services .rt {
    padding-left: 85px;
  }
}


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

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

.idx-blog .tit {
  text-align: left;
}

.idx-blog .info-desc {
  line-height: 1.8;
}

.idx-blog .btn {
  width: 158px;
  height: 38px;
  padding: 0;
  border-radius: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--style-color);
  background: var(--style-color);
}

.idx-blog .btn i {
  width: 46px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}

.idx-blog .btn span {
  width: 112px;
  flex-shrink: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--style-color);
}

.idx-blog .btn::after {
  content: '';
  position: absolute;
  right: 110px;
  top: -1px;
  border-top: 0px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid var(--style-color);
  border-bottom: 38px solid var(--style-color);
}

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

.idx-blog .news-hot .scale-img img {
  width: 100%;
}

.idx-blog .news-list li {
  display: flex;
}

.idx-blog .news-list li .pic {
  display: none;
}

.idx-blog .news-list li:not(:last-child) {
  margin-bottom: 17px;
}


.idx-blog .news-list .info-group {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.idx-blog .news-list .line {
  width: 100%;
  height: 1px;
  background: #D2D2D2;
}

@media (min-width: 768px) {
  .idx-blog .news-list li .pic {
    flex: 0 0 35%;
    display: block;
  }

  .idx-blog .news-list .info-group {
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .idx-blog .news-hot {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .idx-blog .news-list .info-group {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}

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

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

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

  .idx-blog .news-list li .pic {
    flex: 0 0 31.5%;
  }

  .idx-blog .news-list .info-group {
    padding-left: 25px;
  }
}

@media (min-width: 1640px) {
  .idx-blog {
    padding-top: 84px;
  }

  .idx-blog .news-list .info-group {
    padding-left: 36px;
  }
}

@media (max-width: 991px) {

  .idx-blog .news-hot>*:not(:last-child),
  .idx-blog .news-list .info-group>*:not(:last-child) {
    margin-bottom: 10px;
  }
}