.flex {
  display: flex;
}

.of {
  /* overflow: hidden; */
}

.fen img {
  width: 100%;
  transition: all .3s ease-out;
}

.fen:hover img {
  transform: scale(1.1);
}

.w1400 {
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
}

.bt .en {
  width: 100%;
  font-size: 2.3rem;
  font-weight: 600;
  color: #F3A306;
  opacity: 0.2;
  position: absolute;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  text-align: center;
  z-index: -1;
}
@media (max-width: 992px) {
    .bt .en {
  width: 100%;
  font-size: 2.3rem;
  font-weight: 600;
  color: #F3A306;
  opacity: 0.2;
  position: absolute;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  text-align: center;
  z-index: -1;
}
}

.bt a {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #333333;
  background: #ffffff;
  border-radius: 21px;
  font-size: .65rem;
  padding: 0.5rem 1.5rem;
  box-shadow: 0px 0px 15px 9px rgba(0, 0, 0, 0.1);
  line-height: 1;
}

.bt a span {
  margin-left: 0.75rem;
}

@media (max-width: 1430px) {
  .w1400 {
    padding: 0 15px;
    overflow: hidden;
  }
}

.mt_img {
    width: 25%;
    margin-right: 1rem;
}
.mt_img img {
    width: 100%;
}
.flexs {
  display: flex;
}

.tou {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: all 0.5s ease-in-out;
  z-index: 999;
  width: 100%;
}

.tou .w1400 {
  max-width: 80rem;
}

.is_sticky {
  /* position: sticky; */
  top: 0;
  z-index: 999;
  background: #000000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tou .con {
  justify-content: space-between;
  align-items: center;
}

.tou .con .logo {
  max-width: 10.3rem;
  line-height: 5rem;
}

.tou .con .logo img {
  width: 100%;
}

.tou .con .dh .dh_right img {
  max-width: 1.25rem;
  vertical-align: text-top;
}

.dh_right {
  position: relative;
}

.dh_right .menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 14px;
}

.dh_right .menu:hover {
  color: var(--primary-color);
}

.dh_right:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.ab_box {
  padding: 3.75rem 0;
}

.c1 {
  /* margin-top: 6.6rem; */
  justify-content: space-between;
  align-items: center;
  /* padding-bottom: 4.52rem; */
}

@media (max-width: 780px) {
  .c1 {
    flex-wrap: wrap;
    /* margin-top: 50px;
    padding-bottom: 40px; */
  }
}

.c1 .c1-1 {
  width: 50.643%;
  margin-top: 5px;
}

@media (max-width: 780px) {
  .c1 .c1-1 {
    width: 100%;
    margin-top: 0;
  }
}

.c1 .c1-1 .tit {
  position: relative;
}

.c1 .c1-1 .tit h2 {
  font-size: 32px;
  color: #111111;
  position: relative;
  z-index: 1;
  font-weight: 100;
}

@media (max-width: 1380px) {
  .c1 .c1-1 .tit h2 {
    /* font-size: 42px; */
    font-size: 24px;
  }
}

@media (max-width: 1025px) {
  .c1 .c1-1 .tit h2 {
    /* font-size: 32px; */
  }
}

.c1 .c1-1 .tit h2 b {
  color: var(--primary-color);
}

.c1 .c1-1 .tit .en {
  font-size: 46px;
  font-weight: 600;
  color: #D1B600;
  position: absolute;
  line-height: 1;
  left: 0;
  bottom: 0;
  opacity: 0.2;
}

@media (max-width: 1380px) {
  .c1 .c1-1 .tit .en {
    /* font-size: 60px; */
    font-size: 36px;
  }
}

@media (max-width: 1025px) {
  .c1 .c1-1 .tit .en {
    /* font-size: 52px; */
  }
}

.c1 .c1-1 dd {
  font-size: 1.2rem;
  color: #111111;
  margin: 1.2rem 0;
}

.c1 .c1-1 .zi {
  font-size: 0.8rem;
  color: #666666;
  line-height: 1.5rem;
}

.c1 .c1-1 .list2 {
  display: flex;
  /* justify-content: space-between; */
  margin-top: 2.7rem;
  /* padding-right: 3.2rem; */
  text-align: center;
  gap: 2.25rem;
}

.c1 .c1-1 .list2 li {
  width: 121px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #8C8C8C;
  padding: 1.5rem 0 1rem;
}

@media (max-width: 780px) {
  /* .c1 .c1-1 .list2 {
    margin-top: 25px;
  } */
  .c1 .c1-1 .list2 {
      flex-wrap: wrap;
  }
}

.c1 .c1-1 .list2 li h3 {
  font-size: 0.8rem;
  color: var(--primary-color);
  font-weight: normal;
}

@media (max-width: 1025px) {
  .c1 .c1-1 .list2 li h3 {
    /* font-size: 14px; */
  }
}

.c1 .c1-1 .list2 li h3 b {
  font-size: 1.8rem;
  padding-right: 0.25rem;
}


.c1 .c1-1 .list2 li p {
  font-size: 14px;
  color: #333333;
  margin-top: 1rem;
}



.c1 .c1-1 a.ck {
  width: 129px;
  line-height: 38px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 25px;
  font-size: 12px;
  color: #fff;
  display: block;
  margin-top: 2.15rem;
}



.c1 .c1-2 {
  width: 45.072%;
  position: relative;
}

@media (max-width: 780px) {
  .c1 .c1-2 {
    width: 94%;
    margin-top: 30px;
  }
}

.c1 .c1-2:before {
  content: '';
  display: block;
  width: 103.71%;
  height: 93.68%;
  background: var(--primary-color);
  position: absolute;
  left: 1.9rem;
  bottom: 0;
}

.c1 .c1-2 .xx {
  cursor: pointer;
  width: 51px;
  height: 51px;
  position: absolute;
  top: calc(50% - 24px);
  transform: translateY(-50%);
  z-index: 12;
  background-size: 100% !important;
}

@media (max-width: 480px) {
  .c1 .c1-2 .xx {
    width: 40px;
    height: 40px;
    background-size: 100% !important;
  }
}

.c1 .c1-2 .xx.zb {
  background: url("../images/jiantou.png") no-repeat 50%;
  left: 0.4rem;
  transform: rotate(0);
}

.c1 .c1-2 .xx.zb:hover {
  background: url("../images/hover_jiantou.png") no-repeat 50%;
  transform: rotate(180deg);
}

.c1 .c1-2 .xx.yb {
  background: url("../images/jiantou.png") no-repeat 50%;
  right: 0.4rem;
  transform: rotate(180deg);
}

.c1 .c1-2 .xx.yb:hover {
  background: url("../images/hover_jiantou.png") no-repeat 50%;
  transform: rotate(0);
}

.c1 .c1-2 .list2 {
  position: relative;
  z-index: 2;
}

.c1 .c1-2 .list2 li {
  padding-bottom: 2.4rem;
  /* padding-right: 2.4rem; */
  position: relative;
}

.c1 .c1-2 .list2 li .img {}

@media (max-width: 780px) {
  .c1 .c1-2 .list2 li {
    /* padding-bottom: 34px; */
  }
}

@media (max-width: 480px) {
  .c1 .c1-2 .list2 li {
    /* padding-bottom: 20px; */
  }
}

.c1 .c1-2 .list2 li .su {
  color: #fff;
  /* width: 5.85rem; */
  height: 7.4rem;
  background-color: #F3A306;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 1.9rem;
  padding-top: 1.25rem;
  padding-bottom: 1.45rem;
}

@media (max-width: 1025px) {
  .c1 .c1-2 .list2 li .su {}
}

@media (max-width: 480px) {
  .c1 .c1-2 .list2 li .su {
    height: auto;
    /* left: 0.7rem; */
  }
}

.c1 .c1-2 .list2 li .su b {
  font-size: 1.3rem;
  color: #ffffff;
}

@media (max-width: 1025px) {
  .c1 .c1-2 .list2 li .su b {
    /* font-size: 32px; */
  }
}

@media (max-width: 480px) {
  .c1 .c1-2 .list2 li .su b {
    line-height: 1;
  }
}

.c1 .c1-2 .list2 li .su p {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.2rem;
}

@media (max-width: 1025px) {
  /* .c1 .c1-2 .list2 li .su p {
    font-size: 16px;
  } */
}

.c1 .c1-2 .list2 li .su span {
  display: block;
  font-size: 14px;
  margin-top: 0.4rem;
}

@media (max-width: 1025px) {
  .c1 .c1-2 .list2 li .su span {
    /* font-size: 13px; */
  }
}

@media (max-width: 480px) {
  .c1 .c1-2 .list2 li .su span {
    /* margin-top: 2px; */
  }
}

.bt h2 {
  font-size: 1.8rem;
  color: #111111;
  font-weight: 200;
  text-align: center;
  font-weight: bold;
}

/* @media (max-width: 1380px) {
  .bt h2 {
    font-size: 32px;
  }
} */

/* @media (max-width: 1025px) {
  .bt h2 {
    font-size: 26px;
  }
} */

.bt h2 b {
  color: var(--primary-color);
}

.bt h2 p {
  font-size: 23px;
  color: #666666;
  font-weight: 500;
  margin-top: 1rem;
  position: relative;
}

@media (max-width: 1380px) {}

@media (max-width: 1025px) {}

@media (max-width: 780px) {}

.bt .con {
  padding-left: 1.2rem;
  padding-right: 1.3rem;
  position: relative;
}

.bt .con:before {
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
}

.c3 {
  /* background: url("../images/cp_bg.png") no-repeat 50% 100%;
  background-size: cover; */
  padding-top: 5.7rem;
  padding-bottom: 3.7rem;
}

.c3_p {
  padding: 2rem 0 4rem;
}

.c3_p_c_item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 15.25rem;
  height: 12.45rem;
  background: #FFFFFF;
  border-radius: 10px;
  border: 2px solid #B4B4B4;
  overflow: hidden;
}
.c3_p_c_item h3 {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.c3_p_c_item:hover h3 {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.c3_p_c {
  /*gap: 4.25rem;*/
  grid-template-columns: repeat(5, 1fr);
}

.c3_p_c_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 992px) {
  .c3_p_c {
    grid-template-columns: repeat(1, 1fr);
  }
  .c3_p_c_item {
      max-width: 100%;
      height: auto;
  }
  .mt_img {
      width: 100%;
  }
}

@media (max-width: 780px) {
  /* .c3 {
    padding-top: 40px;
    padding-bottom: 40px;
  } */
}

@media (max-width: 480px) {
  /* .c3 {
    padding-bottom: 25px;
  } */
}

.c3 .bt {
  text-align: center;
}

.c3 .bt h2 {
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.7rem;
}

.c3 .bt h2 .e {
  font-size: 2.3rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1.45rem;
  margin-top: 0;
}

.c3 .bt h2 .p {
  font-size: 23px;
  color: #ffffff;
  margin-top: 2.65rem;
}

.c3 .bt h2 b {
  /* color: #111111; */
}

.c3 .con {
  margin-top: 3.35rem;
}

@media (max-width: 780px) {
  .c3 .con {
    /* margin-top: 30px; */
  }
}

.c3 .con .list2 {
  text-align: center;
  gap: 1rem;
}

@media (max-width: 480px) {
  .c3 .con .list2 {
    flex-wrap: wrap;
  }
}

.c3 .con .list2 li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25.65rem;
  height: 4.6rem;
  font-size: 2.1rem;
  color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  background: url(../images/btn/2.png) no-repeat center;
  background-size: contain;
}
.c3 .con .list2 li:last-child {
  background: url(../images/btn/4.png) no-repeat center;
  background-size: contain;
}
.c3 .con .list2 li:hover {
  background: url(../images/btn/1.png) no-repeat center;
  background-size: contain;
}
.c3 .con .list2 li:last-child:hover {
  background: url(../images/btn/3.png) no-repeat center;
  background-size: contain;
}
.c3 .con .list2 .list2_on {
  border-color: #038F00;
}


@media (max-width: 780px) {
  .c3 .con .list2 li {}
}

.c3 .con .list2 li .img {
  border: solid 1px #FFCDCD;
  transition: all .3s ease-out;
  overflow: hidden;
}

.c3 .con .list2 li h3 {
  font-size: 0.9rem;
  color: #111111;
  font-weight: normal;
  padding-top: 1.25vw;
  transition: all .3s ease-out;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 1380px) {
  .c3 .con .list2 li h3 {
    /* font-size: 16px; */
  }
}

@media (max-width: 780px) {
  .c3 .con .list2 li h3 {
    /* font-size: 14px; */
    padding-top: 15px;
  }
}

.c3 .con .list2 li:hover .img {
  border-color: var(--primary-color);
}

.c3 .con .list2 li:hover h3 {
  color: var(--primary-color);
}

.c3 .con a.ck {
  width: 8.4rem;
  line-height: 2.5rem;
  text-align: center;
  background: var(--primary-color);
  border-radius: 25px;
  font-size: 0.8rem;
  color: #fff;
  display: block;
  margin-top: 2.35rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1380px) {
  .c3 .con a.ck {
    /* font-size: 14px;
    line-height: 42px;
    width: 140px; */
  }
}

@media (max-width: 780px) {
  .c3 .con a.ck {
    /* margin-top: 20px; */
  }
}

.c4 {
  padding-top: 5rem;
  margin-top: 2rem;
  /* height: 44.4rem; */
  /* padding-bottom: 4.3rem; */
}

@media (max-width: 780px) {
  /* .c4 {
    padding-top: 40px;
    padding-bottom: 40px;
  } */
}

.c4 .bt h2 {
  text-align: center;
}

.c4 .con {
  margin-top: 21.8rem;
  background: rgba(0, 0, 0, 0.35);
}

@media (max-width: 780px) {
  /* .c4 .con {
    margin-top: 30px;
  } */
}

.c4 .con .list2 {
  /* margin-left: -8px;
  margin-right: -8px; */
  flex-wrap: wrap;
  text-align: center;
}

.c4 .con .list2 li {
  color: #ffffff;
  width: calc(100% / 4);
  line-height: 3.5rem;
}

.c4 .con .list2 .li_on {
  background: var(--primary-color);
}

.c4 .con .list2 li:first-child {
  padding-left: 0;
}

.c4.con.list2 li:last-child {
  padding-right: 0;
}

@media (max-width: 780px) {
  .c4 .con .list2 li {
    width: calc(100% / 3);
    margin-bottom: 20px;
  }

  .c4 .con .list2 li:first-child {
    padding-left: 0.9rem;
  }
}

@media (max-width: 480px) {
  .c4 .con .list2 li {
    width: calc(100% / 2);
  }
}

.c4 .con .list2 li a {
  display: block;
  margin: 1.45rem 0;
  font-size: 22px;
  color: #ffffff;
  /* border: 2px solid #ffffff; */
  border-top: none;
  border-bottom: none;
  transition: border-color 0.3s ease;
}

.c4 .con .list2 li:hover a {
  border-color: transparent;
}

.c4 .con .list2 .li_on a {
  border-color: var(--primary-color);
}

.c4_wz p {

  font-weight: 300;
  font-size: 12px;
  color: #000000;
}

.c4_wz h3 {

  font-weight: bold;
  font-size: 2.55rem;
  color: var(--primary-color);
}

.c4_wz .line {
  width: 16.35rem;
  height: 3px;
  background: var(--primary-color);
  margin: 1.75rem 0 1.5rem;
}

.c4_wz .c4_wz_c {
  width: 34.95rem;
  font-size: 21px;
  color: var(--primary-color);
}

@media (max-width: 992px) {
  .c4_wz .c4_wz_c {
    width: 100%;
  }
}

@media (max-width: 780px) {
  /* .c4 .con .list2 li a h3 {
    margin-top: 12px;
    margin-bottom: 12px;
  } */
}


.c4 .con .dh {
  margin-top: 2.3rem;
  border-radius: 24px;
  background-color: var(--primary-color);
  line-height: 2.5rem;
  width: 18.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
}

@media (max-width: 780px) {

  /* .c4 .con .dh {
    font-size: 16px;
    line-height: 44px;
    width: 314px;
  } */
  .c4 .con .dh {
    width: 100%;
  }
}

.c4 .con .dh i {
  font-size: 1.2rem;
  font-family: arial;
  font-weight: 600;
}

@media (max-width: 780px) {
  .c4 .con .dh i {
    font-size: 20px;
  }
}

.c5 {
  /* background: url("../images/gc_bg.png") no-repeat 50% 0;
  background-size: cover; */
  padding-top: 4.65rem;
  padding-bottom: 3.8rem;
}

@media (max-width: 780px) {
  /* .c5 {
    padding-top: 40px;
    padding-bottom: 40px;
  } */
}

@media (max-width: 1550px) {
  .c5 .con1 {
    padding: 0 75px;
  }
}

@media (max-width: 1025px) {
  .c5 .con1 {
    padding: 0 65px;
  }
}

.c5 .bt {
  text-align: center;
  padding-bottom: 1.5rem;
  background: url("../images/line.png") no-repeat 50% 100%;
}

@media (max-width: 1380px) {
  /* .c5 .bt {
    padding-bottom: 20px;
  } */
}

.c5 .bt h2 {
  font-weight: bold;
}


.c5_con {
  display: flex;
  gap: 20px;
}

.c5_con_l,
.c5_con_r_item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.c5_con_l .img,
.c5_con_r_item .img {
  position: relative;
}

.c5_con_l img,
.c5_con_r_item img {
  width: 100%;
  object-fit: cover;
}

.c5_con_l h3,
.c5_con_r_item h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.c5_con_r_item h3 {
  height: 2.8rem;
  font-size: 17px;
}

.c5_con_l h3 {
  height: 4.5rem;
  font-size: 27px;
}

.c6 {
  background-color: #ffffff;
  padding: 3rem 0;
}

.c6 .bt {
  text-align: center;
  position: relative;
}

.c6 .bt h2 {
  font-size: 2rem;
  position: relative;
  z-index: 1;
}

.c6 .list1 {
  justify-content: center;
  gap: 1rem;
  margin-top: 2.4rem;
}

@media (max-width: 992px) {
  .c5_con {
    flex-wrap: wrap;
  }
}

.c6 .con {
  align-items: flex-end;
  justify-content: space-between;
}

.con1_left {
  /* width: 28.1rem;
  height: 17rem;
  max-width: 28.1rem;
  max-height: 17rem;
  min-width: 28.1rem; */
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}

.con1_left .time,
.con1_right .time {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  background: var(--primary-color);
  /* line-height: 1.3rem; */
  width: 86px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.con1_left_item_tit {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* height: 2.8rem; */
  /* line-height: 2.8rem; */
  /* font-size: 0.9rem; */
  /* font-weight: bold; */
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 1.35rem;
}

.con1_left_item_tit h3 {
  font-size: 15px;
  margin: 10px 0;
}

.con1_left_item {
  width: 100%;
  height: 100%;
  position: relative;
}

.con1_left_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.con1_right {
  width: calc(100% - 30.9rem);
  background: #F9F9F9;
  border-radius: 10px;
  padding: 49px 0 20px;
  padding-left: 20px;
  padding-right: 16px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 780px) {
  .c6 .con {
    flex-wrap: wrap;
  }
}

@media (max-width: 780px) {
  .c6 .con .bt {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .c6 .con .bt p {
    line-height: 1.6em;
  }
}

@media (max-width: 780px) {
  .c6 .list1 {
    width: 100%;
    margin-top: 20px;
  }
}

.c6 .list1 li {
  margin: 0 6px;
  max-width: 10rem;
  min-width: 10rem;
  background: #eeeeee;
  height: 2.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #333333;
  transition: all .3s ease-out;
  cursor: pointer;
}

.c6 .list1 .on {
  background-color: var(--primary-color);
  color: #fff;
}

.c6 .list1 li:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.con_1_ul {
  display: flex;
  min-width: 0;
  gap: 2.2rem;
}

.con_1_ul .swiper-pagination-bullets {
  bottom: 1rem;
  text-align: right;
  padding-right: 1.35rem;
}

.con_1_ul .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}

.con_1_ul .swiper-pagination-bullet-active {
  background: var(--primary-color);
}

.c6 .con1 {
  margin-top: 3rem;
  gap: 2.2rem;

}

.c6 .con1 .list2 li {
  max-height: 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  margin-top: 10px;
}

.c6 .con1 .list2 li a {
  justify-content: space-between;
  align-items: center;
}

.c6 .con1 .list2 li:last-child {
  border: none;
}

.c6 .con1 .list2 li .img {}

.c6 .con1 .list2 li .img p {}

.c6 .con1 .list2 li .img span {}

.c6 .con1 .list2 li .zi {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.4rem 0;
  min-width: 0;
}
@media (max-width: 992px) {
  .c6 .con1 .list2 li .zi {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.4rem 0;
  min-width: 0;
}
}


.c6 .con1 .list2 li .zi h3 {
  font-size: 0.9rem;
  font-weight: normal;
  color: #111111;
  transition: all .3s ease-out;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.c6 .con1 .list2 li .zi dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.2rem;
  color: #888888;
  transition: all .3s ease-out;
}

.read {
  font-size: 0.7rem;
  color: #888888;
  display: flex;
  align-items: center;
}


.c6 .con1 .list2 li:hover .zi h3 {
  color: var(--primary-color);
  font-weight: bold;
}

.c6 .con1 .list2 li:hover .read {
  color: var(--primary-color);
}

.new_line {
  display: block;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-out;
}

.c6 .con1 .list2 li:hover .new_line {
  opacity: 1;
  visibility: visible;
  width: 2.8rem;
  margin-right: 1rem;
}

@media (max-width: 780px) {

  .c6 .con1,
  .con_1_ul {
    flex-wrap: wrap;
  }

  .con1_left {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .con1_right {
    width: 100%;
    margin: 0;
  }
}

.c7 {
  padding-top: 3rem;
  background: url("../images/wm_bg.png") no-repeat 50% 0;
  background-size: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.c7_list2 {
  width: 100%;
  margin-top: 1.75rem;
  display: flex;
  justify-content: space-between;
}

.c7_list2 li {
  text-align: center;
}

.c7_list2 li .img {
  text-align: center;
  max-width: 5.4rem;
}

.c7_list2 li .img img {
  width: 100%;
}

.c7_list2 li p {
  font-size: 0.9rem;
  color: #ffffff;
  margin-top: 1rem;
}

@media (max-width: 780px) {
  .c7 {
    /* padding-top: 40px; */
  }
}

.c7 .con {
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-bottom: 3.5rem;
}

.c7 .con .bt h2 {
  color: #fff;
  font-weight: 200;
}

.c7 .con .bt h2 b {
  color: #fff;
}

.c7 .con .bt .bd {
  display: flex;
  margin-top: 18px;
}


.foot {
  background: #000;
  background-size: cover;
  padding-top: 5rem;
}

.flogo {
  max-width: 10rem;
}

@media (max-width: 780px) {
  .foot {
    padding-top: 40px;
  }
}

.foot .con {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: space-between;
}

@media (max-width: 780px) {
  .foot .con {
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .foot .con {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .foot .con .foot1 {
    width: 100%;
  }
}

.foot .con .foot1 .flogo img {
  max-width: 100%;
}

.foot .con .foot1 .lx {
  /* margin-top: 3rem; */
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 3rem;
}

.foot .con .foot1 .lx strong {
  font-size: 28px;
  font-weight: normal;
  color: #FFFFFF;
}

@media (max-width: 480px) {
  .foot .con .foot1 .lx {
    /* margin-top: 30px; */
  }
}

.foot .con .foot1 .lx h2 {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
  padding-top: 16px;
}

.foot .con .foot1 .lx dd {
  margin-top: 15px;
  line-height: 28px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 480px) {
  .foot .con .foot1 .lx dd {
    line-height: 24px;
    margin-top: 6px;
  }
}

.foot .con .foot1 .lx dd strong {
  color: #fff;
  font-style: italic;
  font-size: 18px;
}

.foot .con .foot2 {
  /* width: 56%;
  max-width: 34.1rem; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.qc_code {
  text-align: center;
}

.qc_code p {
  font-size: 14px;
  color: #fff;
  margin-top: 0.5rem;
}

@media (max-width: 480px) {
  .foot .con .foot2 {
    width: 100%;
    margin-top: 30px;
  }
}

.foot .con .foot2 .xcon {
  gap: 1rem;
  justify-content: flex-end;
}

@media (max-width: 780px) {
  .foot .con .foot2 .xcon {
    justify-content: center;
  }
}

.foot .con .foot2 .list2 {
  justify-content: space-between;
  position: relative;
  gap: 1.6rem;
}


/* @media (max-width: 480px) {
  .foot .con .foot2 .list2:before {
    top: calc(15px + 18px);
  }
} */

.foot .con .foot2 .list2 li h2 {
  font-weight: normal;
}

.foot .con .foot2 .list2 li h2 a {
  font-weight: bold;
  font-size: .95rem;
  color: #FFFFFF;
  white-space: nowrap;
}

.foot .con .foot2 .list2 li h2 a:hover {
  color: #fff;
}

.foot .con .foot2 .list2 li .sec {
  margin-top: 2rem;
}

@media (max-width: 480px) {
  .foot .con .foot2 .list2 li .sec {
    margin-top: 30px;
  }
}

.foot .con .foot2 .list2 li .sec a {
  display: block;
  font-size: 0.7rem;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.4);
  transition: all .3s ease-out;
}

@media (max-width: 480px) {
  .foot .con .foot2 .list2 li .sec a {
    line-height: 24px;
  }
}

.foot .con .foot2 .list2 li .sec a:hover {
  color: #fff;
}

.foot .con .xcon {
  display: flex;
  justify-content: flex-start;
}

.foot .con .xcon .link {
  position: relative;
  margin-top: 2.4rem;
}

.foot .con .xcon .link span {
  width: 235px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  display: block;
  background: url("../images/footer_jiantou.png") no-repeat 96% 50% #0e0e0e;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-indent: 17px;
  line-height: 55px;
}

.foot .con .xcon .link dd {
  position: absolute;
  bottom: 57px;
  left: 0;
  z-index: 1;
  padding: 0 17px;
  background: #fff;
  display: none;
  width: 100%;
}

.foot .con .xcon .link dd a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 42px;
}

.foot .con .xcon .link:hover dd {
  display: block;
}

.foot .con1 {
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  line-height: 28px;
  padding-top: 15px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .foot .con1 {
    line-height: 24px;
  }
}

.foot .con1 a {
  color: rgba(255, 255, 255, 0.4);
  transition: all .3s ease-out;
}

.foot .con1 a:hover {
  color: #fff;
}

/*# sourceMappingURL=index.css.map */