/* header */
@media (min-width: 1200px) {
  .header:not(.shadow) {
    position: fixed;
    color: #fff;
    background: transparent;
    box-shadow: none;
  }

  .header:not(.shadow) .logo1, .header:not(.shadow):hover .logo2 {
    display: none;
  }

  .header:not(.shadow) .logo2, .header:not(.shadow):hover .logo1 {
    display: block;
  }

  .header:not(.shadow, :hover) .daohang3-1>i {
    color: #fff;
  }

  .header:not(.shadow):hover {
    color: #333;
    background: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  }
}


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

.idx-banner img {
  width: 100%;
  aspect-ratio: 1920 / 720;
  display: block;
}

.idx-banner .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 720;
  background: linear-gradient(269deg, rgba(6, 31, 70, 0) 0%, rgba(6, 31, 70, 0.6) 100%);
}

.idx-banner .container {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.idx-banner .title {
  margin-bottom: 10px;
}

.idx-banner .info {
  line-height: calc(32 / 18);
}

.idx-banner .btn {
  width: 160px;
  margin-top: 20px;
  padding: 7px 15px;
  font-weight: bold;
  border-radius: 6px;
  color: #fff;
  background: var(--style-color);
}

.idx-banner .swiper-pagination {
  position: absolute;
  left: 50%;
  top: calc((720 / 1920) * (100vw - 5px) - 12px);
  transform: translate(-50%, -100%);
  margin-top: 0;
  z-index: 11;
  display: block;
}

.idx-banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  opacity: .2;
}

.idx-banner .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (min-width: 768px) {
  .idx-banner .container {
    position: absolute;
    top: 52.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    text-align: left;
  }

  .idx-banner .container>* {
    max-width: 700px;
  }

  .idx-banner .title {
    text-align: left;
  }

  .idx-banner .btn {
    width: 178px;
    color: var(--style-color);
    background: #FFFFFF;
  }

  .idx-banner .swiper-pagination {
    top: auto;
    bottom: 20px;
    transform: translateX(-50%);
  }
}

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

  .idx-banner .btn {
    margin-top: 40px;
    padding-top: 11px;
    padding-bottom: 11px;
    transition: all .3s;
  }

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

  .idx-banner .swiper-pagination {
    bottom: 30px;
  }
}

@media(min-width: 1440px) {
  .idx-banner .btn {
    margin-top: 54px;
    font-size: 24px;
  }
}


/* idx-news */
.idx-news {
  padding: 31px 0 26px;
  background: #F4F7FC;
}

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

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

.idx-news .cate {
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  padding: 2px 12px 1px;
  margin-bottom: 13px;
  background: var(--style-color);
  display: inline-block;
}

.idx-news .info {
  margin-bottom: 16px;
}

.idx-news .row .info {
  height: 48px;
}

.idx-news .row .btn-wrap {
  line-height: 1;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8;
}

.idx-news .btn {
  font-weight: bold;
  color: var(--style-color);
}

.idx-news .btn i {
  font-size: 12px;
  margin-left: 14px;
  position: relative;
  top: -1px;
}

.idx-news .row .btn {
  padding: 0;
  border: none;
  line-height: 1;
}

.idx-news .item {
  display: none;
}

@media(min-width: 1200px) {
  .idx-news .container {
    display: flex;
    align-items: flex-end;
  }

  .idx-news .row {
    flex: 1;
  }

  .idx-news .row .btn i {
    transition: margin .3s;
  }

  .idx-news .row .btn:hover i {
    margin-left: 20px;
  }

  .idx-news .item {
    width: 300px;
    color: #fff;
    display: block;
    margin-top: -107px;
    margin-left: 30px;
    border-radius: 16px;
    padding: 24px 15px 25px;
    background: var(--style-color);
    box-shadow: 0px 3px 6px 1px rgba(2, 13, 29, 0.16);
    position: relative;
    z-index: 1;
  }

  .idx-news .tit {
    margin-bottom: 8px;
  }

  .idx-news .item-info {
    margin-bottom: 16px;
  }

  .idx-news .item .btn-wrap {
    padding-top: 21px;
    position: relative;
  }

  .idx-news .item .btn-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 1px;
    background: #809AC3;
  }

  .idx-news .item .btn {
    padding: 8px 20px 6px;
    background: #fff;
  }

  .idx-news .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 60px;
  }
}

@media(min-width: 1440px) {
  .idx-news .item {
    width: 360px;
    padding: 27px 30px 30px;
  }

  .idx-news .item .btn-wrap::after {
    width: 200px;
  }

  .idx-news .icon {
    height: 76px;
  }
}


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

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

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

.idx-productscate .top-wrap .btn {
  padding: 0;
  border: none;
  line-height: 1;
  font-weight: bold;
  color: var(--style-color);
}

.idx-productscate .top-wrap .btn i {
  font-size: 12px;
  margin-left: 14px;
  position: relative;
  top: -1px;
}

.idx-productscate .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

.idx-productscate .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  transition: all .3s;
}

.idx-productscate .swiper-slide img {
  width: 100%;
  aspect-ratio: 340 / 460;
}

.idx-productscate .info {
  height: 0;
  line-height: 30px;
  transition: all .3s;
}

.idx-productscate .info-group {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 15px;
  color: #fff;
}

.idx-productscate .info-group .btn {
  width: 35px;
  height: 35px;
  padding: 0;
  font-size: 18px;
  margin-top: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.idx-productscate .info-group .btn i {
  font-size: inherit;
  line-height: 1;
}

@media (min-width: 768px) {
  .idx-productscate .top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .idx-productscate .title {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

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

  .idx-productscate .top-wrap {
    position: relative;
    margin-bottom: 43px;
  }

  .idx-productscate .top-wrap .btn i {
    font-size: 14px;
    display: inline-block;
    transition: transform .3s;
  }

  .idx-productscate .top-wrap .btn:hover i {
    transform: translateX(6px);
  }

  .idx-productscate .info-group {
    padding: 20px;
  }

  .idx-productscate .swiper-slide:hover::after {
    background: linear-gradient(180deg, rgba(21, 73, 154, 0) 0%, rgba(21, 73, 154, 0.9) 100%);
  }

  .idx-productscate .swiper-slide:hover .info {
    height: 90px;
    margin-top: 8px;
    margin-bottom: 5px;
  }

  .idx-productscate .info-group .btn {
    width: 45px;
    height: 45px;
    font-size: 20px;
    transition: background .3s;
  }

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

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

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

  .idx-productscate .tit {
    font-size: 26px;
  }

  .idx-productscate .swiper-slide:hover .info {
    margin-top: 13px;
    margin-bottom: 10px;
  }

  .idx-productscate .info-group .btn {
    width: 56px;
    height: 56px;
    font-size: 25px;
    margin-top: 24px;
  }
}


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

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

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

.idx-products .title {
  text-align: left;
  margin-bottom: 6px;
}

.idx-products .top-wrap .btn {
  padding: 0;
  border: none;
  line-height: 1;
  font-weight: bold;
  color: var(--style-color);
}

.idx-products .top-wrap .btn i {
  font-size: 12px;
  margin-left: 14px;
  position: relative;
  top: -1px;
}

.idx-products .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

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

.idx-products .info-group {
  width: 100%;
  padding: 13px 20px;
  background: #FFFFFF;
}

.idx-products .block {
  display: block;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 75px;
  padding-right: 15px;
  border-radius: 6px;
  background: #EBF1FB;
  box-shadow: inset 0px 0px 10px 1px rgba(14, 52, 110, 0.16);
  overflow: hidden;
  position: relative;
}

.idx-products .tit {
  font-weight: bold;
  color: var(--style-color);
}

.idx-products .arrow-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  background: #EBF1FB;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.idx-products .arrow {
  width: 60px;
  height: 100%;
  border-radius: 6px;
  background: var(--style-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.idx-products .arrow img {
  width: auto;
  height: 16px;
}

@media (min-width: 768px) {
  .idx-products .top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .idx-products .title-wrap {
    flex: 1;
    max-width: 800px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

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

  .idx-products .top-wrap {
    margin-bottom: 46px;
  }

  .idx-products .top-wrap .btn i {
    font-size: 14px;
    display: inline-block;
    transition: transform .3s;
  }

  .idx-products .top-wrap .btn:hover i {
    transform: translateX(6px);
  }

  .idx-products .block {
    padding-left: 95px;
    padding-right: 30px;
  }

  .idx-products .arrow-wrap, .idx-products .arrow {
    width: 65px;
  }

  .idx-products .arrow-wrap {
    transition: width .3s;
  }

  .idx-products .block:hover .arrow-wrap {
    width: 100%;
  }

  .idx-products .arrow img {
    height: 20px;
  }
}

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

  .idx-products .block {
    padding-left: 114px;
  }

  .idx-products .arrow-wrap, .idx-products .arrow {
    width: 84px;
  }

  .idx-products .arrow img {
    height: 24px;
  }
}


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

.idx-cases .top-img, .idx-cases .bottom-img {
  display: none;
}

.idx-cases .top-wrap {
  margin-bottom: 20px;
}

.idx-cases .title-wrap {
  margin-bottom: 10px;
}

.idx-cases .title {
  text-align: left;
  margin-bottom: 6px;
}

.idx-cases .top-wrap .btn {
  padding: 0;
  border: none;
  line-height: 1;
  font-weight: bold;
  color: var(--style-color);
}

.idx-cases .btn i {
  font-size: 12px;
  margin-left: 14px;
  position: relative;
  top: -1px;
}

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

.idx-cases .row>div {
  text-align: center;
  margin-bottom: 30px;
}

.idx-cases .scale-img {
  border-radius: 10px;
}

.idx-cases .scale-img img {
  width: 100%;
  aspect-ratio: 700 / 420;
}

.idx-cases .tit {
  margin-top: 15px;
  font-weight: bold;
}

.idx-cases .info {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #666666;
  line-height: 30px;
}

.idx-cases .row .btn {
  width: 160px;
  font-weight: bold;
  border-radius: 6px;
  padding: 9px 15px 8px;
  color: var(--style-color);
  border-color: var(--style-color);
}

@media (min-width: 768px) {
  .idx-cases .top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .idx-cases .title-wrap {
    flex: 1;
    max-width: 800px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

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

  .idx-cases .top-img {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    width: calc((320 / 1920) * 100%);
    display: block;
  }

  .idx-cases .bottom-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc((320 / 1920) * 100%);
    display: block;
  }

  .idx-cases .top-wrap {
    margin-bottom: 46px;
  }

  .idx-cases .btn i {
    font-size: 14px;
  }

  .idx-cases .top-wrap .btn i {
    display: inline-block;
    transition: transform .3s;
  }

  .idx-cases .top-wrap .btn:hover i {
    transform: translateX(6px);
  }

  .idx-cases .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .idx-cases .row>div {
    padding: 0 20px;
  }

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

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

  .idx-cases .info {
    margin-top: 19px;
    margin-bottom: 33px;
  }

  .idx-cases .row .btn {
    width: 176px;
    transition: all .3s;
  }

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

@media(min-width: 1440px) {
  .idx-cases {
    padding-top: 94px;
    padding-bottom: 100px;
  }

  .idx-cases .tit {
    font-size: 26px;
  }
}


/* idx-advantage */
@font-face {
  font-family: 'DIN-Bold';
  src: url('../public/Themes/fonts/DIN-Bold.ttf');
}

.idx-advantage {
  padding: 30px 0;
}

.idx-advantage .row>div {
  color: #fff;
  text-align: center;
}

.idx-advantage .num {
  line-height: 1;
  margin-top: 11px;
  margin-bottom: 8px;
  font-family: 'DIN-Bold';
}

.idx-advantage .num .counter {
  margin-right: 10px;
}

.idx-advantage .tit {
  line-height: calc(24 / 18);
}

@media(min-width: 1200px) {
  .idx-advantage {
    padding: 51px 0 48px;
  }

  .idx-advantage .row {
    margin-left: 0;
    margin-right: 0;
  }

  .idx-advantage .row>div {
    padding: 0 30px;
  }

  .idx-advantage .num {
    margin-top: 21px;
    margin-bottom: 16px;
  }
}

@media(min-width: 1440px) {
  .idx-advantage .num .counter {
    font-size: 50px;
  }
}


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

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

.idx-partner .swiper-container {
  margin: -4px -7px -10px -7px;
  padding: 4px 7px 10px 7px;
}

.idx-partner .swiper-slide img {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.idx-partner .swiper-pagination {
  display: block;
}

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

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

  .idx-partner .swiper-pagination {
    margin-top: 30px;
  }
}

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


/* idx-contact */
.idx-contact {
  padding: 30px 0;
  position: relative;
}

.idx-contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F4F7FC;
  opacity: .9;
}

.idx-contact .container {
  position: relative;
  z-index: 1;
}

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

.idx-contact .title {
  margin-bottom: 3px;
}

.idx-contact .sub-info {
  color: #666;
  line-height: 30px;
  text-align: center;
  margin-bottom: 25px;
}

.idx-contact label {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 4px;
}

.idx-contact .form-group {
  margin-bottom: 20px;
}

.idx-contact .form-control {
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-color: #9B9B9B;
  background: transparent;
  box-shadow: none;
}

.idx-contact textarea.form-control {
  min-height: 101px;
  padding-top: 15px;
}

.idx-contact .btn-wrap {
  margin-top: 30px;
}

.idx-contact .btn {
  width: 120px;
  color: #fff;
  padding: 9px 15px 8px;
  border-radius: 6px;
  background: var(--style-color);
}

.idx-contact .form-control::-webkit-input-placeholder {
  color: #666;
}

.idx-contact .form-control:-moz-placeholder {
  color: #666;
}

.idx-contact .form-control::-moz-placeholder {
  color: #666;
}

.idx-contact .form-control:-ms-input-placeholder {
  color: #666;
}

.idx-contact .item {
  display: flex;
}

.idx-contact .item:not(:last-child) {
  padding-bottom: 25px;
  position: relative;
}

.idx-contact .item:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 14px;
  transform: translateX(-50%);
  width: 0;
  height: calc(100% - 16px);
  border: 1px dashed var(--style-color);
}

.idx-contact .circle {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 6px solid var(--style-color);
  position: relative;
  top: 3px;
}

.idx-contact .info-group {
  padding-top: 2px;
  padding-left: 15px;
}

.idx-contact .tit {
  color: var(--style-color);
  margin-bottom: 9px;
}

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

@media (min-width: 992px) {
  .idx-contact .item-wrap {
    display: flex;
  }

  .idx-contact .lt {
    flex: 0 0 calc((758 / 1440) * 100%);
    max-width: calc((758 / 1440) * 100%);
    margin-bottom: 0;
  }

  .idx-contact .rt {
    flex: 1;
    padding-top: 1px;
    padding-left: 30px;
  }
}

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

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

  .idx-contact .row {
    margin-left: -25px;
    margin-right: -25px;
  }

  .idx-contact .row>div {
    padding: 0 25px;
  }

  .idx-contact label {
    font-size: 20px;
  }

  .idx-contact .form-group {
    margin-bottom: 40px;
  }

  .idx-contact .form-control {
    border-width: 2px;
  }

  .idx-contact input.form-control {
    height: 51px;
  }

  .idx-contact .btn-wrap {
    margin-top: 40px;
  }

  .idx-contact .btn {
    font-size: 18px;
    transition: all 0.6s ease;
  }

  .idx-contact .btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  }

  .idx-contact .rt {
    padding-left: 60px;
  }

  .idx-contact .item:not(:last-child) {
    padding-bottom: 50px;
  }

  .idx-contact .info-group {
    padding-top: 0;
    padding-left: 30px;
  }
}

@media (min-width: 1440px) {
  .idx-contact {
    padding-top: 94px;
    padding-bottom: 93px;
  }

  .idx-contact .sub-info {
    margin-bottom: 66px;
  }

  .idx-contact label {
    font-size: 24px;
  }

  .idx-contact .form-group {
    margin-bottom: 51px;
  }

  .idx-contact .rt {
    padding-left: 84px;
  }

  .idx-contact .item:not(:last-child) {
    padding-bottom: 82px;
  }
}