
/* box2 */
.box2 {
  background: #f1f7fd;
  height: 3rem;
}

.box2 .main {
  padding-left: 0.19rem;
  padding-right: 0.14rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box2_box {
  width: 0.61rem;
  height: 0.61rem;
  background: var(--c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}

.box2_box img {
  width: 0.28rem;
  height: 0.29rem;
  object-fit: contain;
}

.box2_box_r {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0.87rem;
  height: 0.87rem;
  border: 0.01rem dashed var(--c);
}

.box2_box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0.87rem;
  height: 0.87rem;
  background: rgb(230, 0, 0, 0.15);
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}

.myCanvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.box2_box_p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.25rem;
  color: #000000;
  position: absolute;
  left: 50%;
  bottom: -0.64rem;
  transform: translateX(-50%);
  text-wrap: nowrap;
  white-space: nowrap;
  transition: 0.3s;
}

.box2_box_hr {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.7rem;
  width: 0;
  height: 0.01rem;
  background: #e60000;
  transition: 0.3s;
}

.box2_box:hover {
  background: #e60000;
}

.box2_box:hover .myCanvas {
  opacity: 0;
}

.box2_box:hover .box2_box_r {
  opacity: 0;
}

.box2_box:hover::before {
  opacity: 1;
}

.box2_box:hover .box2_box_p {
  color: #e60000;
  font-weight: bold;
}

.box2_box:hover .box2_box_hr {
  width: 1rem;
}

/* box3 */
.box3 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 8.65rem;
}

#swiper1 .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.swiper_left {
  padding-top: 1.06rem;
}

.box3_p1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.5rem;
  color: #000000;
}

.box3_p2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.35rem;
  color: var(--c);
  margin-top: 0.63rem;
  margin-bottom: 0.31rem;
}

.box3_p3 {
  max-width: 7.04rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #808080;
  line-height: 0.35rem;
}

.box3_btn {
  width: fit-content;
  padding: 0 0.28rem;
  height: 0.53rem;
  background: var(--c);
  border-radius: 0.29rem;
  display: flex;
  align-items: center;
  gap: 0.21rem;
  transition: 0.3s;
  margin-top: 0.25rem;
}

.box3_btn p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  text-wrap: nowrap;
}

.box3_btn img {
  width: 0.16rem;
  height: 0.1rem;
}

.box3_btn:hover {
  background: var(--hc);
}

.swiper_right {
  width: 5.3rem;
  height: 5.3rem;
  position: relative;
  z-index: 1;
  margin-top: 0.5rem;
}

.swiper_right::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #F5FDFF;
  border-radius: 50%;
  z-index: -2;
}

.swiper_right::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.28rem;
  height: 3.28rem;
  background: #FFFFFF;
  border-radius: 50%;
  z-index: -1;
}

.swiper_right img {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 4.8rem;
  height: 4.8rem;
  cursor: default;
  object-fit: cover;
}

.thumbs_box {

  height: 1.74rem;
  position: relative;
}

#thumbs {
  height: 100%;
}

.th_silde {
  height: 100%;
  background: #efefef;
  border-radius: 0.2rem;
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  cursor: pointer;
  transition: 0.3s;
}

.thumbs_p1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.51rem;
  color: var(--c);
  position: absolute;
  top: 0.07rem;
  left: 0.25rem;
  opacity: 0.04;
}

.thumbs_p2 {
  max-width: 1.2rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.16rem;
  color: #0A0A0A;
  transition: 0.3s;
}

.thumbs_btn {
  width: 0.5rem;
  height: 0.24rem;
  background: #D3D3D3;
  border-radius: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  transition: 0.3s;
}

.thumbs_btn img {
  width: 0.05rem;
  height: 0.09rem;
}

.th_silde_img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.9rem;
  height: 1.55rem;
  object-fit: contain;
}

.th_silde:hover,
#thumbs .swiper-slide-thumb-active {
  background: linear-gradient(136deg, #E7F9FD 0%, #89E7FC 100%);
}

.th_silde:hover .thumbs_p2,
#thumbs .swiper-slide-thumb-active .thumbs_p2 {
  color: var(--c);
}

.th_silde:hover .thumbs_btn,
#thumbs .swiper-slide-thumb-active .thumbs_btn {
  background: var(--hc);
}

.swiper-button-prev1,
.swiper-button-next1 {
  font-size: 0.2rem;
  font-weight: 800 !important;
  color: #B9B9B9 !important;
}

.swiper-button-prev1 {
  left: -0.3rem !important;
}

.swiper-button-next1 {
  right: -0.3rem !important;
}

.swiper-button-prev1:hover,
.swiper-button-next1:hover {
  color: var(--c2) !important;
}

/* box4 */
.box4 {
  padding-top: 1.03rem;
  height: 8rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.box4_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}

.box4_title p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.5rem;
  color: #000000;
}

.swiper_btnBox {
  display: flex;
  gap: 0.19rem;
}

.swiper-button-prev2,
.swiper-button-next2 {
  position: static !important;
  width: 0.48rem !important;
  height: 0.48rem !important;
  border: 0.01rem solid var(--c2);
  color: var(--c2) !important;
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-button-prev2:hover,
.swiper-button-next2:hover {
  background: var(--hc);
  color: #FFFFFF !important;
  border: none;
}

.box4_p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.23rem;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 0.36rem;
  transition: 0.3s;
}

.box4_silde {
  width: 14.16rem !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.box4_silde a {
  height: 4rem;
  cursor: pointer;
  flex: 1;
  padding-top: 0.39rem;
  transition: 0.3s;
}

.box4_silde img {
  width: 100%;
  height: 3.01rem;
  border-radius: 0.1rem;
  transition: 0.3s;
}

.box4_silde a:hover {
  flex: 1.5;
  padding: 0;
}

.box4_silde a:hover img {
  height: 3.81rem;
}

.box4_silde a:hover .box4_p {
  margin-top: 0.26rem;
  color: var(--c2);
  font-weight: bold;
}

#swiper2 {
  padding-bottom: 1.43rem;
}


/* box6 */
.box6 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 0.86rem;
  padding-bottom: 0.97rem;
}

.box6_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.81rem;
}

.box6_title_p{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.5rem;
  color: #000000;
}

.box6_box {
  display: flex;
  justify-content: space-between;
}

.box6_box_left {
  width: 6rem;
  padding-left: 0.47rem;
  padding-top: 0.58rem;
}

.box6_box_left .box6_box_left_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.3rem;
  color: var(--c2);
}

.box6_box_left .line3 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #797979;
  line-height: 0.35rem;
  margin-top: 0.6rem;
  margin-bottom: 0.51rem;
}

.box6_box_more {
  display: flex;
  align-items: center;
  gap: 0.18rem;
}

.box6_box_more p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: var(--c2);
}

.box6_box_more img {
  width: 0.16rem;
  height: 0.1rem;
}
.box6_box:hover .box6_box_more img {
  animation: lrl 1.5s infinite;
}

@keyframes lrl {
  0% {
      transform: translateX(-0.05rem);
  }

  50% {
      transform: translateX(0.05rem);
  }

  100% {
      transform: translateX(-0.05rem);
  }
}
.box6_box_right {
  width: 7.5rem;
  height: 4rem;
  border-radius: 0.2rem;
}

.box6_body {
  display: flex;
  flex-direction: column;
  gap: 0.69rem;
}

.box6_body>:nth-child(even) {
  flex-direction: row-reverse;
}
.box6_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box6_date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #505050;
}

/* 响应式代码 */
@media (max-width: 1200px) {
  /* box2 */
  .box2 {
    height: auto;
    padding: 0.5rem 0 0.9rem 0;
  }

  .box2 .main {
    flex-wrap: wrap;
    justify-content: space-between;
    /*gap: 0.5rem;*/
    /*padding: 0 0.5rem;*/
  }

  /* box3 */
  .box3 {
    height: auto;
    padding: 1rem 0;
  }
  
  #swiper1{
      overflow: visible;
  }
  
  #swiper1 .swiper-slide {
    /*flex-direction: column;*/
    align-items: center;
    gap: 0.1rem;
  }

  .swiper_left {
    padding-top: 0;
    padding: 0 0.1rem;
  }

  .box3_p1 {
    font-size: 0.4rem;
    white-space: nowrap;
  }

  .box3_p2 {
    font-size: 0.3rem;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .box3_p3 {
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin: 0 auto;
  }

  .swiper_right {
    width: 45%;
    height: auto;
    margin-top: 0;
  }

  .swiper_right img {
    width: 100%;
    height: auto;
    position: static;
  }

  .thumbs_box {
    height: auto;
    padding: 0.5rem;
  }
  .swiper-slide {
    /*display:none;*/
  }
/*  .swiper-slide-thumb-active{*/
/*   display:block; */
/*    width:100%!important;*/
/*}*/
 .box3 .th_silde {
    padding: 0.5rem;
    height: auto;
  }

  .thumbs_p1 {
    top: 0.2rem;
    left: 0.5rem;
  }

  .thumbs_p2 {
    white-space: nowrap;
    max-width: none;
  }
  
  .thumbs_btn{
      margin-top: 0.2rem;
  }
  
  .th_silde_img {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }

  .swiper-button-prev1{
      left: 0 !important;
  }
  .swiper-button-next1 {
    right: 0 !important;
  }

  /* box4 */
  .box4 {
    height: auto;
    padding-top: 0.5rem;
  }

  .box4_title {
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .box4_title p{
      width: 100%;
  }
  #swiper2{
      padding-bottom: 0.5rem;
  }
  
  .box4_silde {
    width: 100% !important;
    flex-direction: column;
    /* gap: 1rem; */
    flex-wrap: wrap;
    display: grid!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!i;!im;!imp;!impo;!imp;!im;!i;!;
    grid-template-columns: repeat(2,1fr);
    gap: 0.2rem;
  }

  .box4_silde a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 0;
  }

  .box4_silde img {
    /* height: auto; */
  }

  /* box6 */
  .box6 {
    background-image: none;
    padding: 1rem 0;
    background-position-y: 183%;
    background-size: 100% 200%;
  }

  .box6_title {
    /*flex-direction: column;*/
    /*align-items: start;*/
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  
  .box6_box:nth-child(odd){
      background-image: url('/assets/img/index/img21.jpg');
      background-position-y: 100%;
        background-size: 100% 200%;
        border-radius: 0.2rem;
  }
  .box6_body{
      gap: 0;
  }
  .box6_box {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 0.3rem 0;
  }

  .box6_box_left {
    width: 80%;
    padding: 0;
  }

  .box6_box_left .line3 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .box6_box_right {
    width: 80%;
    height: auto;
    display: none;
  }

  .box6_body>:nth-child(even) {
    flex-direction: column;
  }
}