.title_1 {
  text-align: center;
  font-family: OPPOSans-R;
  font-weight: bold;
  font-size: 48px;
  position: relative;
  padding-bottom: 22px;
  line-height: 1;
  width: fit-content;
  margin: auto;
  color: #253745;
  white-space: nowrap;
}

.title_1::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 27.60%;
  height: 3px;
  background: var(--theme-color);
  transition: all 0.3s;
}

.title_1:hover::after {
  width: 76%;
}

.title_2 {
  padding-top: 20px;
  font-family: OPPOSans-R;
  font-size: 18px;
  color: #535353;
  text-align: center;
  width: 90.5%;
  margin: auto;
  max-width: 1400px;
}

.banner .myswiper_1 {
  width: 100%;
  position: relative;
}

.banner .myswiper_1 .swiper_1 {
  width: 100%;
  overflow: hidden;
}

.banner .myswiper_1 .swiper-pagination_1 {
  text-align: center;
  display: none;
}

.banner .myswiper_1 .mouse {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  z-index: 2;
  align-items: center;
}

.banner .myswiper_1 .mouse .icon {
  width: 24px;
  height: 36px;
}

.banner .myswiper_1 .mouse .text {
  margin-top: 10px;
  max-width: 56px;
  font-family: Gilroy-Regular;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}

.banner .myswiper_1 .swiper-slide {
  position: relative;
}

.banner .myswiper_1 .swiper-slide .content {
  position: absolute;
  left: 50%;
  max-width: 440px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}

.banner .myswiper_1 .swiper-slide .content .title {
  font-family: OPPOSans-R;
  font-weight: bold;
  font-size: 72px;
  line-height: 1.11;
  color: #FFF;
}

.banner .myswiper_1 .swiper-slide .content .text {
  font-family: Gilroy-Regular;
  font-size: 24px;
  line-height: 1.25;
  color: #ffffff;
}

.banner .myswiper_1 .bannerImg {
  width: 100%;
  height: auto;
  display: block;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
}

.banner .myswiper_1 .swiper_btn_1 {
  position: absolute;
  top: 50%;
  background-size: 100% 100%;
  width: 99px;
  height: 13px;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  z-index: 1;
}

.banner .myswiper_1 .swiper-button-prev_1 {
  left: 60px;
  background-image: url(../images/prev_1.png);
}

.banner .myswiper_1 .swiper-button-next_1 {
  right: 60px;
  background-image: url(../images/next_1.png);
}

.market {
  padding: 100px 0;
}

.market .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 65px;
}

.market .list .item {
  width: 22.85%;
  border-radius: 30px;
  aspect-ratio: 16 / 21;
  background-size: cover;
  background-position: center center;
}

.market .list .item .text {
  margin: auto;
  max-width: 90.5%;
  padding-top: 61px;
  font-family: OPPOSans-M;
  font-size: 24px;
  position: absolute;
  bottom: -50px;
  text-align: center;
  width:100%;
  color: #000;
  text-align: center;
}

.market .list .item .text::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: #FFF;
}

.market .link {
  display: block;
}

.market .link .btn {
  width: 160px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 24px;
  border: solid 1px #898989;
  margin: auto;
  margin-top: 100px;
  font-family: OPPOSans-M;
  font-size: 16px;
  color: #7d7d7d;
  transition: all 0.3s;
  display: block;
}

.market .link .btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #FFF;
}

.product {
  background-size: cover;
  background-position: center center;
  background-image: url(../images/index_product_bg.jpg);
  padding: 100px 0 135px;
}

.product .list {
  padding-top: 62px;
  display: flex;
  justify-content: space-between;
}

.product .list .item {
  width: 15.285%;
  /* padding: 42px 9px 28px; */
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(7, 27, 51, 0.08);
  border-radius: 8px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.product .list .item::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #006de8;
  transition: all 0.5s ease-in-out; 
}

.product .list .item .imgBox {
  width: 83.12%;
  margin: auto;
  aspect-ratio: 279 / 318;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.product .list .item .imgBox .img {
  max-width: 90.5%;
  max-height: 90.5%;

}

.product .list .item .text {
  font-family: OPPOSans-M;
  font-size: 16px;
  line-height: 1.2;
  color: #323e5b;
  margin-top: 19px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.06);
  transition: all 0.5s ease-in-out;
  border-radius: 0 0 8px 8px;
}

.product .list .item:hover .link{
  transform: translateY(-80px);
}
.product .list .item:hover .text {
  /* transform: translateY(100%); */
  background-color: #006de8;
  color: #FFF;
}
.product .list .item:hover::after{
  width: 100%;
}
.product .list .item:hover{
  transform: translateY(-10px);
}
.product .list .item .link {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;

}

.product .list .item .link .btn {
  width: 80px;
  height: 28px;
  background-color: #ffffff;
  border: solid 1px #898989;
  border-radius: 5px;
  margin-top: 25px;
  font-family: OPPOSans-M;
  font-size: 14px;
  color: #7d7d7d;
  transition: all 0.3s;
}

.product .list .item .link .btn:hover {
  background-color: var(--theme-color);
  color: #FFF;
  border-color: var(--theme-color);
}

.news {
  padding: 100px 0 50px;
  background: #f6fafe;
}

.news .content {
  padding-top: 42px;
  display: flex;
}

.news .content .left {
  margin-right: 60px;
  flex: 1;
  min-width: 0;
}

.news .content .left .item {
  padding-left: 20px;
  padding-right: 40px;
  box-sizing: border-box;
  height: 66px;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.news .content .left .item .time {
  color: #a0a0a0;
}

.news .content .left .item .text {
  flex: 1;
  margin-left: 16px;
  color: #253745;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .content .left .active {
  background-color: var(--theme-color);
  color: #FFF;
  position: relative;
}

.news .content .left .active .time {
  color: inherit;
}

.news .content .left .active .text {
  color: inherit;
}

.news .content .left .active::after {
  position: absolute;
  content: '';
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 14px;
  background-size: 100% 100%;
  background-image: url(../images/right.png);
}

.news .content .right {
  flex-shrink: 0;
  width: 480px;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(7, 27, 51, 0.08);
  border-radius: 30px;
}

.news .content .right .imgBox {
  /* aspect-ratio: 480 / 373; */
}

.news .content .right .imgBox .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news .content .right .describe {
  padding: 30px 40px 40px;
}

.news .content .right .describe .time {
  font-family: OPPOSans-R;
  font-weight: bold;
  font-size: 18px;
  color: var(--theme-color);
}

.news .content .right .describe .title {
  font-family: OPPOSans-M;
  font-size: 26px;
  color: #253745;
  padding: 15px 0 18px;
  line-height: 1.38;
  text-align: justify;
}

.news .content .right .describe .text {
  font-family: OPPOSans-R;
  font-size: 16px;
  line-height: 1.625;
  color: #535353;
  text-align: justify;
}

.news .content .myswiper_2 {
  width: 90.5vw;
}

.news .content .swiper_2 {
  overflow: hidden;
}

.news .content .swiper_2 .right {
  width: 100%;
  max-width: 480px;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(7, 27, 51, 0.08);
  border-radius: 30px;
}

.news .content .swiper_2 .right .imgBox {
  aspect-ratio: 480 / 373;
}

.news .content .swiper_2 .right .imgBox .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news .content .swiper_2 .right .describe {
  padding: 30px 40px 40px;
}

.news .content .swiper_2 .right .describe .time {
  font-family: OPPOSans-R;
  font-weight: bold;
  font-size: 18px;
  color: var(--theme-color);
}

.news .content .swiper_2 .right .describe .title {
  font-family: OPPOSans-M;
  font-size: 26px;
  color: #253745;
  padding: 15px 0 18px;
  line-height: 1.38;
  text-align: justify;
}

.news .content .swiper_2 .right .describe .text {
  font-family: OPPOSans-R;
  font-size: 16px;
  line-height: 1.625;
  color: #535353;
  text-align: justify;
}

.news .link {
  display: block;
  padding-top: 40px;
}

.news .link .btn {
  width: 160px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 24px;
  border: solid 1px #898989;
  font-family: OPPOSans-M;
  font-size: 16px;
  color: #7d7d7d;
  line-height: 1.5;
  margin: auto;
  display: block;
  transition: all 0.3s;
}

.news .link .btn:hover {
  background-color: var(--theme-color);
  color: #FFF;
  border-color: var(--theme-color);
}

.brank {
  padding: 60px 0 100px;
}

.brank .list {
  padding-top: 60px;
  display: flex;
  /* justify-content: space-around; */
  flex-wrap: wrap;
  gap: 2%;
}

.brank .list .item {
  width: 14.28%;
  aspect-ratio: 200 / 80;
  flex-shrink: 0;
  margin-bottom: 40px;
  box-shadow: 3px 4px 15px 0px rgba(3, 0, 0, 0.1);
  border-radius: 10px;
  border: solid 1px #dcdcdc;
}

.brank .list .item .imgBox {
  height: 100%;

}

.brank .list .item .imgBox a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.brank .list .item .imgBox a:hover img {
  max-width: 90.5%;
  animation: jump 1s ease-in-out infinite;
}

.brank .list .item .imgBox a:hover::after {
  content: '';
  width: 90%;
  position: absolute;
  bottom: 5%;
  left: 5%;
  height: 10px;
  width: 90%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  animation: opac 1s ease-in-out infinite;
}

.brank .list .item .imgBox .img {
  display: block;
  max-width: 82.5%;
  max-height: 70.5%;
  object-fit: cover;
  object-position: center;
}


@keyframes opac {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }


}

@keyframes jump {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);

  }

}

.brank .link {
  display: block;
}

.brank .link .btn {
  width: 160px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 24px;
  border: solid 1px #898989;
  font-family: OPPOSans-M;
  font-size: 16px;
  color: #7d7d7d;
  line-height: 1.5;
  margin: auto;
  display: block;
  transition: all 0.3s;
}

.brank .link .btn:hover {
  background-color: var(--theme-color);
  color: #FFF;
  border-color: var(--theme-color);
}

@media (max-width: 1200px) {
  .banner .myswiper_1 .swiper-slide .content {
    transform: translate(-50%, -50%);
    width: 90.5%;
    text-align: center;
  }

  .banner .myswiper_1 .swiper-slide .content .title {
    font-size: 38px;
  }

  .banner .myswiper_1 .swiper-slide .content .text {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .title_1 {
    font-size: 32px;
    padding-bottom: 15px;
  }

  .title_2 {
    font-size: 16px;
    padding-top: 10px;
  }

  .product {
    padding: 60px 0;
  }

  .product .list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .product .list .item {
    width: 30%;
    margin-bottom: 3%;
  }

  .product .list .item:not(:nth-child(3n)) {
    margin-right: 5%;
  }

  .market {
    padding: 60px 0;
  }

  .market .list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .market .list .item {
    width: 30%;
    margin-bottom: 3%;
  }

  .market .list .item:not(:nth-child(3n)) {
    margin-right: 5%;
  }

  .news {
    padding: 60px 0;
  }

  .news .myswiper_2 .swiper-pagination_2 {
    padding-top: 10px;
    text-align: center;
  }

  .news .myswiper_2 .swiper-pagination_2 .swiper-pagination-bullet {
    background-color: #000;
  }

  .brank {
    padding: 60px 0;
  }

  .brank .list {
    padding-top: 35px;
    gap: 1%;
  }

  .brank .list .item {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .title_1 {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .title_2 {
    font-size: 14px;
  }

  .banner .myswiper_1 .swiper_btn_1 {
    display: none;
  }

  .banner .myswiper_1 .mouse {
    display: none;
  }

  .banner .myswiper_1 .swiper-pagination_1 {
    display: block;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .banner .myswiper_1 .swiper-pagination_1 .swiper-pagination-bullet {
    background-color: #FFF;
  }

  .banner .myswiper_1 .swiper-slide .content .title {
    font-size: 24px;
  }

  .banner .myswiper_1 .swiper-slide .content .text {
    font-size: 15px;
  }

  .product {
    padding: 40px 0;
  }

  .product .list {
    justify-content: space-between;
    padding-top: 30px;
  }

  .product .list .item {
    width: 48.5%;
    padding: 20px 8px;
  }

  .product .list .item .text {
    font-size: 16px;
    margin-top: 15px;
  }

  .product .list .item .link .btn {
    width: 100px;
    height: 35px;
    font-size: 12px;
    margin-top: 15px;
  }

  .product .list .item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .market {
    padding: 40px 0;
  }

  .market .list {
    padding-top: 30px;
    justify-content: space-between;
  }

  .market .list .item {
    width: 48.5%;
    border-radius: 3%;
  }

  .market .list .item .text {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 8px;
  }

  .market .list .item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .market .link .btn {
    width: 120px;
    height: 35px;
    font-size: 12px;
    margin-top: 20px;
  }

  .news {
    padding: 40px 0;
  }

  .news .content .swiper_2 .right {
    border-radius: 10px;
    box-shadow: none;
  }

  .news .content .swiper_2 .right .describe {
    padding: 10px;
  }

  .news .content .swiper_2 .right .describe .time {
    font-size: 12px;
  }

  .news .content .swiper_2 .right .describe .title {
    font-size: 14px;
    padding: 5px 0;
  }

  .news .content .swiper_2 .right .describe .text {
    font-size: 12px;
  }

  .news .link {
    padding-top: 20px;
  }

  .news .link .btn {
    width: 120px;
    height: 35px;
    font-size: 12px;
  }

  .brank {
    padding: 40px 0;
  }

  .brank .item {
    margin-bottom: 20px;
  }

  .brank .link .btn {
    width: 120px;
    height: 35px;
    font-size: 12px;
  }
}


@media (max-width: 576px) {
  .brank .list {
    height: 500px;
    overflow-y: scroll;
    padding-top: 20px;
    gap: 2%;
  }

  .brank .list::-webkit-scrollbar {
    display: none;
  }

  .brank .list .item {
    width: 48%;
  }
}