/* index */

.box {
  position: relative;
}

.box .box-title {
  position: relative;
}

.box .box-content {
  position: relative;
}

section.box .box-title {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 30px;
}

.swiper-set {
  position: relative;
  margin-bottom: 0px;
  z-index: 1;
}
#banner .swiper-set .swiper-container .swiper-slide a {
  position: relative;
  display: block;
}
#banner .swiper-set .swiper-container .swiper-slide a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 0.6);
  transform: scale(0.9);
  transition: 0.75s cubic-bezier(0.61, 1, 0.88, 1);
  /*     mix-blend-mode: screen; */
}
#banner
  .swiper-set
  .swiper-container
  .swiper-slide.swiper-slide-active
  a:after {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  background: rgb(255 255 255 / 0);
}

/* swiper-slide-prev */
.swiper-set .swiper-container .swiper-slide a:hover img {
  box-shadow: 0px 0px 25px 15px rgba(0, 0, 0, 0.15);
  /*     opacity: .7 */
}

.swiper-set .swiper-pagination {
  position: relative;
  width: 100%;
  line-height: 0;
  padding: 16px 0 16px 0;
  /*     transform: translateY(100%) */
}

.swiper-set .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 14.5px;
  border: #f00301 2px solid;
  vertical-align: top;
  background: transparent;
  opacity: 0.8;
}

.swiper-set .swiper-pagination .swiper-pagination-bullet:hover,
.swiper-set .swiper-pagination .swiper-pagination-bullet-active {
  border: 0;
  background: #d7000f;
  opacity: 1;
}

#banner .swiper-set .swiper-button-next,
#banner .swiper-set .swiper-button-prev {
  width: 34px;
  height: 34px;
  margin-top: 0;
  background-size: auto;
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#banner .swiper-set .swiper-button-next:hover,
#banner .swiper-set .swiper-button-prev:hover {
  opacity: 0.7;
}
.banner-swiper-btns {
  position: absolute;
  width: 37vw;
  height: 100%;
  left: 50vw;

  display: block;
  top: 0;
  cursor: pointer;
  transform: translate(-50%, 0%);
  z-index: 3;
  pointer-events: none;
  /*     translate: -50%; */
}
#banner {
  padding-bottom: 72px;
}
#banner .swiper-set .swiper-pagination {
  position: absolute;
  top: 95%;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}
#banner .swiper-set .swiper-button-next {
  pointer-events: all;
  /*     right: calc(50% - (100dvh - 142px - 90px) / 2 - calc((100dvh - 142px - 90px) * .04)); */
  right: 0;
  background-image: url(/images/index/banner-arrow.png);
  transform: translateX(50%);
}

#banner .swiper-set .swiper-button-prev {
  pointer-events: all;
  /*     left: calc(50% - (100dvh - 142px - 90px) / 2 - calc((100dvh - 142px - 90px) * .04)); */
  left: 0;
  background-image: url(/images/index/banner-arrow.png);
  transform: translateX(-50%) rotate(180deg);
}

.card {
  display: block;
  /*     background: #fff; */
  overflow: hidden;
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card:hover {
  opacity: 0.7;
}

.card-sm {
  width: 226px;
  height: 220px;
}

.card-md {
  width: 305px;
  height: 272px;
}
section#news .box-title {
  margin-bottom: 10px;
}
#news .swiper-container {
  padding: 30px 20px;
}
#news .swiper-slide {
  width: 300px;
  overflow: hidden;
}
#news .swiper-slide .pic {
  /*     height: 300px; */
}
#news .swiper-slide:hover {
  box-shadow: 0px 0px 25px 1.25px rgba(0, 0, 0, 0.15);
}
#news .swiper-slide img {
  width: 100%;
}

.card .pic {
  width: 100%;
  /*     height: calc(311 / 1920 * 100vw); */
  overflow: hidden;
}

.card .pic img,
#news .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index #banner .swiper-slide img,
#news .swiper-slide img {
  aspect-ratio: 1 / 1;
}

.card.card-sm .pic {
  height: 134px;
}

.card.card-md .pic {
  height: 182px;
}

.card .info {
  position: relative;
  color: #000000;
  line-height: 1.5;
  padding: 12px 16px 10px 16px;
}

.card .info .category,
.card .info .date {
  color: #357db2;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.card .info .text {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  height: 3em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  box-orient: vertical;
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
}

#index #articles .box-content .card {
  width: 100%;
  /*     margin: 0 auto */
}

#index #banner {
  background: url("../images/index/kv-bg.png?v=2026") center top no-repeat;
  /*     background: url('../images/index/kv-bg.png') center calc( -100vw / 2.8 * .2) no-repeat; */
  background-size: 100% auto;

  /*     padding-top: 3vw; */
}

#index #banner .swiper-slide {
  /*     width:  calc(100dvh - 142px - 90px);
    height: calc(100dvh - 142px - 90px); */
  margin: 0 auto;
  padding: calc(100vw / 2.1 * 0.06);
  transition: 0.75s cubic-bezier(0.61, 1, 0.88, 1);
  top: -1.5vw;
}
#index #banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.9);
  transition: 0.75s cubic-bezier(0.61, 1, 0.88, 1);
}
#index #banner .swiper-slide.swiper-slide-prev img {
  /*     transform-origin: center right; */
}
#index #banner .swiper-slide.swiper-slide-next img {
  /*     transform-origin: center left; */
}
#index #banner .swiper-slide img {
  width: 100%;
}

#index #banner .swiper-slide-active img {
  transform: scale(1);
}

#index #brands {
  margin-bottom: 74px;
}

#index #brands .box-title {
  margin-bottom: 0;
}

#index #brands li {
  position: relative;
  width: 305px;
  height: 220px;
  margin: 6px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

#index #brands li a {
  display: block;
  width: 100%;
  height: 100%;
}

#index #brands li a .pic {
  width: 100%;
  height: 100%;
}

#index #brands li a .pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

#index #brands li a .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#index #brands li a .logo img {
  display: block;
  width: 100%;
  height: 100%;
}

#index #brands li a:hover .pic img {
  transform: scale(1.1);
}

#index #news {
  padding: 0px 0 70px;
}

#index #news a {
  /*     transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) */
}

#index #news a:hover {
  opacity: 0.7;
}

#index #news .box-content .link {
  top: -58px;
  right: 30px;
}

#index #articles {
  padding: 70px 0 70px;
  background: #faf9f6;
}
/* 
#index #articles a {
    transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94)
} */

#index #articles a:hover {
  opacity: 0.7;
}

#index #articles .box-content .swiper-container {
  width: 100%;
  width: calc(550 * 3 / 1920 * 100vw);
  overflow: initial;

}
#index #articles .box-content .swiper-slide {
  padding: 0 calc(15 / 1920 * 100vw);
}

#index #articles .box-content .swiper-button-next {
  /*     right: -56px;
    transform: translate(0, -50%) */
}

#index #articles .box-content .swiper-button-prev {
  /*     left: -56px;
    transform: translate(0, -50%) */
}

/* #index #articles .box-content .card {
    margin: 0 auto
} */

#index #articles .box-content .link {
  top: -58px;
  right: 30px;
}
.link-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  color: #fff;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  width: 335px;
  height: 48px;
  background: #f00000;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-btn:hover {
  color: #f00000;
  background: #fff;
  box-shadow: 0px 0px 25px 1.25px rgba(0, 0, 0, 0.15);
}

#news .swiper-set .swiper-button-prev::before,
#news .swiper-set .swiper-button-next::before,
#articles .swiper-set .swiper-button-prev::before,
#articles .swiper-set .swiper-button-next::before {
  content: "";
  display: inline-block;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 20px;
  height: 20px;

  border-color: #fff;
  transform: rotate(-135deg);
  margin-left: 10px;
}
#news .swiper-set .swiper-button-next::before,
#articles .swiper-set .swiper-button-next::before {
  transform: rotate(45deg);
  margin-left: -10px;
}
#news .swiper-button-prev,
#news .swiper-button-next,
#articles .swiper-button-prev,
#articles .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .swiper-button-prev,
#articles .swiper-button-prev {
  left: 0;
}
#news .swiper-button-next,
#articles .swiper-button-next {
  right: 0;
  left: initial;
}

#news .swiper-button-next svg,
#news .swiper-button-prev svg,
#articles .swiper-button-next svg,
#articles .swiper-button-prev svg {
  display: block;
  width: 50%;
  height: 33%;
}

#news .swiper-button-next,
#news .swiper-button-prev,
#articles .swiper-button-next,
#articles .swiper-button-prev {
  color: #fff;
  width: 45px;
  height: 93px;
  background: rgb(56 56 56 / 0.8);
}
#news .swiper-button-prev,
#news .swiper-button-next {
  top: 25%;
  margin-top: 0;
}

#articles .swiper-button-prev,
#articles .swiper-button-next {
  top: calc(0% + calc(311 / 1920 * 100vw) / 2 - 93px / 2);
  margin-top: 0;
}
#news .swiper-button-prev,
#articles .swiper-button-prev {
  left: calc(50% - 50vw);
}
#news .swiper-button-next,
#articles .swiper-button-next {
  right: calc(50% - 50vw);
}


@media screen and (min-width: 768px) {
  #banner .swiper-slide.swiper-slide-prev,
  #banner .swiper-slide.swiper-slide-duplicate.swiper-slide-prev {
    position: relative;
    left: 3vw;
  }

  #banner .swiper-slide.swiper-slide-next {
    position: relative;
    left: -3vw;
  }
}


@media screen and (max-width: 1680px) {
  #main .container-full {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  #index #banner .swiper-slide {
    margin: 0 auto;
    padding: 4vw;
    transition: 0.75s cubic-bezier(0.61, 1, 0.88, 1);
    top: -2.5vw;
  }
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 767px) {
  section.box .box-title {
    margin: 25px 0;
  }
  section#news .box-title {
    margin-bottom: 25px;
  }
  #index #banner {
    padding-top: 0;
    background-image: url("../images/index/m-kv-bg.png");
  }
  #index #banner .swiper-slide {
    width: 100%;
    margin: 0 auto;
    height: calc(750 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw);
    top: 0;
  }
  #index #banner .swiper-slide img {
    transform: scale(1.03);
  }
  #banner .swiper-set .swiper-container .swiper-slide a:after {
    display: none;
  }
  .swiper-set .swiper-pagination {
    /* padding:3.8vw 0 7.6vw 0; */
  }
  #banner .swiper-set .swiper-pagination {
    top: 100%;
  }
  #index #banner .swiper-set .swiper-button-next,
  #index #banner .swiper-set .swiper-button-prev {
    display: none;
  }
  #index #news {
    padding: 0vw 0 10vw 0;
  }
  #news .swiper-slide {
    width: 48vw;
    overflow: hidden;
  }
  #news .swiper-slide .pic {
    /* 	    height: 48vw; */
  }
  .card .info {
    position: relative;
    color: #000000;
    line-height: 1.5;
    padding: 12px 4vw 0px 4vw;
  }
  #news .swiper-container {
    padding: 0;
  }
  .card .info .text {
  }
  .link-btn {
    position: relative;
    display: block;
    margin: 0 auto;
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    width: 70vw;
    height: 48px;
    background: #f00000;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #index #articles .link-btn {
    margin-top: -21px;
  }
  #articles .box-content {
    width: 100%;
    margin: 0 auto;
  }
  #index #articles .box-content .swiper-container {
    width: calc(587 / 750 * 100vw);
    overflow: hidden;
    margin: 0 auto;
    left: initial;
  }
  .swiper-set .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-set .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
  }
  #articles .card .pic {
    height: calc(351 / 750 * 100vw);
    overflow: hidden;
  }

  #news .swiper-set .swiper-button-prev,
  #news .swiper-set .swiper-button-next,
  #articles .swiper-set .swiper-button-prev,
  #articles .swiper-set .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #news .swiper-set .swiper-button-prev,
  #articles .swiper-set .swiper-button-prev {
    left: 0;
  }
  #news .swiper-set .swiper-button-next,
  #articles .swiper-set .swiper-button-next {
    right: 0;
    left: initial;
  }

  #news .swiper-set .swiper-button-next svg,
  #news .swiper-set .swiper-button-prev svg,
  #articles .swiper-set .swiper-button-next svg,
  #articles .swiper-set .swiper-button-prev svg {
    display: block;
    width: 50%;
    height: 33%;
  }
  #news .box-content,
  #articles .box-content {
    padding-bottom: 16vw;
  }
  #news .swiper-set .swiper-pagination {
    position: absolute;
    transform: translateY(100%);
    top: 85%;
  }
  #articles .swiper-set .swiper-pagination {
    position: absolute;
    transform: translateY(100%);
    top: 82%;
  }

  #news .swiper-button-next,
  #news .swiper-button-prev,
  #articles .swiper-button-next,
  #articles .swiper-button-prev {
    color: #fff;
    width: calc(45 / 750 * 100vw);
    height: calc(93 / 750 * 100vw);
    background: rgb(56 56 56 / 0.8);
  }
  #index #articles {
    padding: 4vw 0 10vw 0;
  }
  #news .swiper-button-prev,
  #news .swiper-button-next {
    top: calc(0% + 48vw / 2 - calc(93 / 750 * 100vw) / 2);
    margin-top: 0;
  }

  #articles .swiper-button-prev,
  #articles .swiper-button-next {
    top: calc(0% + calc(351 / 750 * 100vw) / 2 - calc(93 / 750 * 100vw) / 2);
    margin-top: 0;
  }
  #news .swiper-set .swiper-button-prev::before,
  #news .swiper-set .swiper-button-next::before,
  #articles .swiper-set .swiper-button-prev::before,
  #articles .swiper-set .swiper-button-next::before {
    border-top: 1px solid;
    border-right: 1px solid;
    width: 0.8rem;
    height: 0.8rem;
    border-color: #fff;
    margin-left: 0rem;
    position: absolute;
    left: 0.5rem;
    top: calc(50% - 0.4rem);
  }
  #news .swiper-set .swiper-button-next::before,
  #articles .swiper-set .swiper-button-next::before {
    left: 0rem;
  }
}
