.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;
}
.search {
  position: relative;
  /* height: 96px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 2.6rem;
}
.search_btn {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sou.png");
  background-size: 75% auto;
  cursor: pointer;
}
.search_form {
  position: absolute;
  top: 100%;
  right: 0;
  width: 240px;
  display: none;
  border-radius: 10px;
  overflow: hidden;
}

.search_form #formsearch {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.search_form #formsearch input {
  outline: none;
  background: none;
  border: none;
  height: 40px;
}

.search_form #formsearch input#keyword {
  font-size: 14px;
  font-weight: normal;
  padding: 0 1em;
  width: calc(100% - 50px);
}

.search_form #formsearch input#keyword::placeholder {
  color: #666666;
}

.search_form #formsearch input#s_btn {
  width: 50px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36% auto;
  background-image: url("../images/sou.png");
  background-color: var(--background-color);
}
.bt .en {
  width: 100%;
  font-size: 2.3rem;
  font-weight: 600;
  color: #A19E9E;
  opacity: 0.2;
  position: absolute;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  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: 992px) {
  .w1400 {
    padding: 0 15px;
    overflow: hidden;
  }
}

.flexs {
  display: flex;
}

.tou {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease-in-out;
  z-index: 999;
  width: 100%;
}

.tou .w1400 {
  max-width: 65rem;
}

.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: 100%;
  margin-top: 0 auto;
  background: #000000;
  padding: 2.6rem 0 4.2rem;
}

.ab_con {
  margin-top: 3.8rem;
  align-items: flex-start;
}

@media (max-width: 780px) {
  .c1 .c1-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c1 .c1-1 .tit {
  position: relative;
}

.c1 .c1-1 .tit h2 {
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1380px) {
  .c1 .c1-1 .tit h2 {
    font-size: 34px;
  }
}


.c1 .c1-1 .tit h2 b {
  color: var(--primary-color);
}


.c1 .c1-1 .zi {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 5.3rem;
}

.c1 .c1-1 .zi p {
  width: 26.05rem;
  text-indent: 2em;
}

.c1 .c1-1 .list2 {
  display: flex;
  flex: 1;
  text-align: center;
  gap: 2.25rem;
}



.c1 .c1-1 .list2 li h3 {
  font-size: 1.75rem;
  color: #E0C0A1;
  font-weight: normal;
}


.c1 .c1-1 .list2 li h3 b {
  font-size: 36px;
  padding-right: 0.25rem;
}

.c1 .c1-1 .list2 li h3 span {
  font-size: 16px;
  font-weight: bold;
}

.c1 .c1-1 .list2 li p {
  font-size: 24px;
  color: #E0C0A1;
  margin-top: 1rem;
  font-weight: bold;
}




.c1 .c1-2 {
  width: 100%;
  position: relative;
}

.c1 .c1-2 img {
  width: 100%;
}

@media (max-width: 992px) {
  .ab_con {
    flex-wrap: wrap;
  }

  .c1 .c1-1 .zi {
    margin: 0;
    flex: auto;
    font-size: 18px;
    margin-bottom: 30px;
  }

  .c1 .c1-1 .zi p {
    width: 100%;
  }
}

.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);
  font-weight: normal;
  letter-spacing: 4px;
}

.bt h2 p {
  font-size: 23px;
  color: #666666;
  font-weight: 500;
  margin-top: 1rem;
  position: relative;
}


.bt .con {
  padding-left: 1.2rem;
  padding-right: 1.3rem;
  position: relative;
}

.bt .con:before {
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
}

/* 2大核心 */
.sc_box .tit {
  padding: 3.75rem 0 4.05rem;
}

.sc_box .tit h2 {
  font-weight: bold;
  font-size: 42px;
  color: #000000;
  text-align: center;
  letter-spacing: 2px;
}

.sc_box_con_swiper img {
  width: 100%;
}

.sc_box_con_t {
  position: absolute;
  bottom: 3.65rem;
  left: 18rem;
}

.sc_box_con_t h3 {
  font-size: 2.5rem;
  color: #FFFFFF;
  letter-spacing: 8px;
}

.sc_box_con_t p {
  width: 24.6rem;
  font-size: 14px;
  color: #FFFFFF;
  margin: 15px 0 25px;
}

.sc_box_con_t a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 45px;
  background: #FFFFFF;
  border-radius: 23px;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  letter-spacing: 2px;
}

.sc_box_pagination {
  bottom: 1.65rem !important;
}

.sc_box_pagination .swiper-pagination-bullet {
  width: 21px;
  height: 21px;
  border: 1px solid #ffffff;
  opacity: 1;
  margin: 0 6px !important;
}

.sc_box_pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

@media (max-width: 992px) {
  .sc_box_con_t {
    left: 15px;
  }

  .sc_box_con_swiper .img {
    height: 430px;
  }

  .sc_box_con_swiper .img img {
    height: 100%;
    object-fit: cover;
  }
}

.c3 {
  padding-top: 2.75rem;
  padding-bottom: 5.5rem;
  background: #000000;
}


@media (max-width: 992px) {}


.c3 .bt {
  text-align: center;
}

.c3 .bt h2 {
  text-align: center;
  color: #ffffff;
  font-size: 44px;
  font-weight: normal;
  letter-spacing: 2px;
}

.c3 .bt .h3 {
  font-weight: 400;
  font-size: 31px;
  color: #FFFFFF;
  margin: 2.55rem 0 1.85rem;
}

.c3 .bt .p {
  font-size: 18px;
  color: #ffffff;
  /* margin-top: 2.65rem; */
  letter-spacing: 4px;
}

.Eb_img {
  text-align: center;
  margin-top: 3.3rem;
}

.Eb_img img {
  width: 100%;
  object-fit: scale-down;
}

.ckgd {
  display: flex;
  justify-content: center;
  margin-top: 3.05rem;
}

.ckgd a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.1rem;
  height: 86px;
  background: #065E3E;
  border-radius: 43px;
  font-size: 26px;
  color: #FFFFFF;
}

.tbt {
  text-align: center;
  padding: 2.5rem 0 1.9rem;
}

.tbt h2 {
  text-align: center;
  color: #000000;
  font-size: 44px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 2.2rem;
}

.tbt p {
  font-size: 18px;
  color: #000000;
  letter-spacing: 4px;
}

.c4 {
  /* padding-top: 5rem;
  margin-top: 2rem; */
  /* height: 44.4rem; */
  /* padding-bottom: 4.3rem; */
}

.c4_img img {
  width: 100%;
}

.c4 .bt h2 {
  text-align: center;
}

.c5 {
  /* padding-top: 4.65rem;
  padding-bottom: 3.8rem; */
}

.c5_img img {
  width: 100%;
}




.c6 {
  background-color: #FCFCFC;
  padding: 60px 0 5px;
}

.c6 .bt {
  text-align: center;
  position: relative;
}

.c6 .bt h2 {
  font-size: 2rem;
  position: relative;
  z-index: 1;
}

.c6 .bt p {
  font-size: 16px;
  color: #B4B4B4;
  letter-spacing: 3px;
  margin: 1.7rem 0 1.85rem;
}

.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: 5px 0;
  background: var(--primary-color);
  /* line-height: 1.3rem; */
  width: 63px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}

.con1_left_item_tit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  /* padding: 10px 1.35rem; */
  padding-left: 16px;
}

.con1_left_item_tit h3 {
  margin: 0;
  font-weight: bold;
  font-size: 21px;
  color: var(--primary-color);
  text-align: left;
  background: radial-gradient(0deg, #034291 0%, #3287F1 0%, #004098 0%, #0E43A9 77%, #2C9BF7 100%);
}
.con1_left_item_tit p {
  font-size: 15px;
  color: #626262;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.con1_left_item_tit a {
  width: 147px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  font-size: 14px;
  color: #FFFFFF;
}
.con1_left_item {
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  width: 100%;
  position: relative;
  padding: 12px;
}

.con1_left_item_img .img {
  width: 16.6rem;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.con1_left_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con1_left_b {
  background: #ffffff;
  border-radius: 10px;
  padding: 1.35rem .85rem 1.6rem .95rem;
  margin-top: 1.65rem;
}
.con1_left_b_item {
  margin-top: 1rem;
}
.con1_left_b_item:first-child {
  margin: 0;
}
.con1_left_b_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  line-height: 1;
}
.con1_left_b_item .flexs {
  align-items: center;
}
.con1_left_b_item i {
  font-style: normal;
}
.con1_left_b .yuan {
  display: block;
  width: 9px;
  height: 9px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  margin-right: 10px;
}
.con1_right {
  width: calc(100% - 30.9rem);
  background: #FFFFFF;
  border-radius: 10px;
  padding: 16px .95rem;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 780px) {
  .c6 .con {
    flex-wrap: wrap;
  }
  .con1_left_item {
    flex-wrap: wrap;
  }
  .con1_left_item_img .img {
    width: 100%;
  }
  .con1_left_item_tit p {
    margin: 20px 0;
  }
}

@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; */
  padding: .8rem .85rem .55rem .85rem;
  border-radius: 10px;
}
.c6 .con1 .list2 li:hover {
  background: #FCFCFC;
}
.c6 .con1 .list2 li a {
  justify-content: space-between;
  align-items: center;
}


.c6 .con1 .list2 li .zi {
  /* width: 75%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

.c6 .con1 .list2 li .zi h3 {
  font-size: 15px;
  font-weight: normal;
  color: #111111;
  transition: all .3s ease-out;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: .8rem;
}

.c6 .con1 .list2 li .zi dd {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 1.5;
  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;
    padding-top: 30px;
  }
}

.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: center;
  /* 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: 2px solid #ffffff;
  padding-left: 1.25rem;
  margin-left: 1.25rem;
}

.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;
}

.foot .con .foot3 {
  display: flex;
  gap: .8rem;
  margin-left: 2.25rem;
}
.foot .con .foot3 p {
  font-size: 16px;
  text-align: center;
  color: #A3A3A3;
  margin-top: 10px;
}
.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 */