.flex {
  display: flex;
}

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

.fen img,
.fen video {
  width: 100%;
  height: 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;
}

.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: relative;
  top: 0;
  background: #225250;
  transition: all 0.5s ease-in-out;
  z-index: 999;
  width: 100%;
}

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

.is_sticky {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #225250;
  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; */
  display: flex;
  align-items: center;
  line-height: 5rem;
  column-gap: 1rem;
}

.logo_text h3 {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: .55rem;
}

.logo_text p {
  font-size: 14px;
  color: #ABADAD;
  line-height: 1;
}

.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);
}

section.side_pd {
  width: 100%;
  max-width: 69.95rem;
  margin: 0 auto;
  padding-top: 14.8rem;
  padding-bottom: 7.2rem;
  /* padding: 14.8rem 5rem 14rem */
}

@media(max-width: 767px) {
  section.side_pd {
    /* padding: 13rem 1.5rem 10rem; */
    max-width: none;
    padding: 0 15px;
  }
}

/* 关于我们 */
@media(max-width: 767px) {
  .sec02.side_pd {
    padding: 7.5rem 0 0
  }
}

.sec02 .tab_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 4.25rem;
  margin-bottom: 4rem
}

@media(max-width: 767px) {
  .sec02 .tab_top {
    padding: 0 2rem 3rem;
    margin-bottom: 0
  }
}

.sec02 .tab_top .tab__contents {
  display: none
}

.sec02 .tab_top .tab__contents.active {
  display: block
}

.sec02 .tab_top .tab__contents h2 {
  font-size: clamp(2.4rem, 2.4rem, 22px);
  font-weight: bold;
  letter-spacing: -2.76px;
  line-height: 1.26;
  color: var(--primary-color);
  text-transform: uppercase
}
.sec02 .tab_top .tab__contents p {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: -2.76px;
  line-height: 1.26;
  color: var(--primary-color);
  text-transform: uppercase
}
@media(max-width: 767px) {
  .sec02 .tab_top .tab__contents h2 {
    letter-spacing: -1.38px
  }
}

.sec02 .tab_top .tab__list {
  display: flex;
  align-items: center;
  justify-content: center
}

@media(max-width: 767px) {
  .sec02 .tab_top .tab__list {
    display: none
  }
}

.sec02 .tab_top .tab__list .tab__list__item {
  margin-right: 5.8rem;
  text-align: right;
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 0, 0, 0)
}

.sec02 .tab_top .tab__list .tab__list__item:last-child {
  margin-right: 0
}

.sec02 .tab_top .tab__list .tab__list__item.active p {
  border-color: #292929
}

.sec02 .tab_top .tab__list .tab__list__item span {
  color: rgba(22, 22, 22, .6);
  line-height: 1;
  font-weight: 500;
  margin-bottom: .9rem;
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  display: block
}

.sec02 .tab_top .tab__list .tab__list__item p {
  letter-spacing: -1.2px;
  font-weight: normal;
  line-height: 1;
  font-size: 16px;
  display: inline;
  color: var(--primary-color);
}

.sec02 .tab_bot .tab_slide {
  align-items: center;
  justify-content: flex-start;
  height: 6rem;
  position: relative;
  padding: 0 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  display: none
}

@media(max-width: 767px) {
  .sec02 .tab_bot .tab_slide {
    display: flex
  }
}

.sec02 .tab_bot .tab_slide::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/img/front/icon/mo_icon_ham_arrow_down.png) no-repeat center/contain;
  width: 12px;
  height: 12px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.sec02 .tab_bot .tab_slide.open {
  background-color: #fafafa
}

.sec02 .tab_bot .tab_slide.open::after {
  background: url(/img/front/icon/mo_icon_ham_arrow_up.png) no-repeat center/contain
}

.sec02 .tab_bot .tab_slide span {
  width: 7.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(22, 22, 22, .6);
  display: inline-block;
  margin-right: 2.2rem
}

.sec02 .tab_bot .tab_slide p {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.84px;
  line-height: 1
}

.sec02 .tab_bot .tab__contents {
  display: grid;
  grid-template-columns: 1.25fr 2.2fr;
  display: none
}

@media(max-width: 767px) {
  .sec02 .tab_bot .tab__contents {
    background-color: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
  }

  .sec02 .tab_bot .tab__contents.opne {
    display: block
  }
}

.sec02 .tab_bot .tab__contents.active {
  display: grid
}

@media(max-width: 767px) {
  .sec02 .tab_bot .tab__contents.active {
    display: block
  }

  .sec02 .tab_bot .tab__contents.active.opne {
    display: block
  }
}

.sec02 .tab_bot .tab__contents .left {
  position: relative
}

.sec02 .tab_bot .tab__contents .left .top {
  text-align: left;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -1.32px;
  margin-bottom: 3.95rem;
  font-size: 24px
}

@media(max-width: 767px) {
  .sec02 .tab_bot .tab__contents .left .top {
    font-weight: 600;
    letter-spacing: -1.02px;
    padding: 0 2rem;
    margin: 2.5rem 0 2.8rem;
    line-height: 1.35;
    word-break: break-word
  }
}

.sec02 .tab_bot .tab__contents .left .bot .btn_report {
  width: 167px;
  height: 48px;
  font-size: 15px;
  background: #296665;
  color: #ffffff;
  border-radius: 24px 24px 24px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--primary-color);
  transition: all 0.3s;
}
.sec02 .tab_bot .tab__contents .left .bot .btn_report:hover {
  background: #ffffff;
  color: var(--primary-color);
}
.sec02 .tab_bot .tab__contents .left .bot .btn_report .txt {
  display: block;
  /* margin-right: 2rem */
}

.sec02 .tab_bot .tab__contents .left .bot.pc {
  /* position: absolute;
  top: 18.3rem */
}

@media(max-width: 767px) {
  .sec02 .tab_bot .tab__contents .right .top {
    padding: 0 2rem
  }
}

.sec02 .tab_bot .tab__contents .right .top p {
  text-align: left;
  line-height: 1.56;
  letter-spacing: -1.8px;
  font-weight: normal;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem)
}

@media(max-width: 767px) {
  .sec02 .tab_bot .tab__contents .right .top p {
    font-weight: 400;
    letter-spacing: -0.66px
  }
}

.sec02 .tab_bot .tab__contents .right .top p:last-child {
  margin-top: 3rem;
  margin-bottom: 6.6rem
}

@media(max-width: 767px) {
  .sec02 .tab_bot .tab__contents .right .top p:last-child {
    margin: 2.5rem 0 4rem
  }
}

.sec02 .tab_bot .tab__contents .right .bot .img_box {
  border-radius: 5px;
  overflow: hidden
}

.sec02 .tab_bot .tab__contents .right .bot .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sec02 .tab_bot .tab__contents .right .bot.mo {
  padding: 0 2rem 7.5rem
}

/* 产品中心 */
.main_index section.slide_sec {
  display: grid;
  grid-template-columns: 1.25fr 2.25fr;
  max-width: 1920px;
  margin: 0 auto
}

@media(max-width: 767px) {
  .main_index section.slide_sec {
      display: block
  }
}

.main_index section.slide_sec .left {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 clamp(5rem, 11.9vw, 25.9rem);
  min-width: clamp(20rem, 39.6vw, 76rem)
}

@media(max-width: 767px) {
  .main_index section.slide_sec .left {
      padding: 0 0 0
  }
}

@media(max-width: 989px) {
  .main_index section.slide_sec .left .top {
      padding-right: 5rem
  }
}

@media(max-width: 767px) {
  .main_index section.slide_sec .left .top {
      padding-right: 2rem
  }
}

.main_index section.slide_sec .left .top h2 {
  line-height: 1;
  font-size: clamp(3.1rem, 5.5vw, 5.4rem);
  font-weight: bold;
  margin-bottom: 3.4rem
}

@media(max-width: 767px) {
  .main_index section.slide_sec .left .top h2 {
      margin-bottom: 2.4rem
  }
}

.main_index section.slide_sec .left .top p {
  font-weight: 500;
  letter-spacing: -1.17px;
  line-height: 1;
  margin-bottom: 1.8rem;
  font-size: clamp(1.4rem, 1.7vw, 2rem)
}

@media(max-width: 767px) {
  .main_index section.slide_sec .left .top p {
      margin-bottom: 1rem
  }
}

.main_index section.slide_sec .left .top span {
  letter-spacing: -1.08px;
  font-weight: normal;
  color: rgba(22, 22, 22, .8);
  display: inline-block;
  margin-bottom: 8rem;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem)
}

@media(max-width: 767px) {
  .main_index section.slide_sec .left .top span {
      margin-bottom: 2.5rem
  }
}

@media(max-width: 500px) {
  .main_index section.slide_sec .left .top span {
      font-size: 1.2rem;
      letter-spacing: -0.6px;
      line-height: 1.4
  }
}

.main_index section.slide_sec .left .btn_report {
  width: auto;
  margin: 0;
  display: inline-flex;
  align-items: center
}

.main_index section.slide_sec .left .btn_report .txt {
  display: block;
  margin-right: 2rem
}

.main_index section.slide_sec .right {
  overflow: hidden
}

.main_index section.slide_sec .right .swiper-slide {
  height: auto;
  max-height: 30vw
}

@media(max-width: 767px) {
  .main_index section.slide_sec .right .swiper-slide {
      max-height: 108vw
  }
}

@media(max-width: 500px) {
  .main_index section.slide_sec .right .swiper-slide {
      max-height: 34.4rem
  }
}

.main_index section.slide_sec .right .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.main_index section.slide_sec .right .swiper-slide a {
  cursor: default
}

.main_index section.slide_sec .right .swiper-slide a.active_cursor {
  cursor: pointer
}

.main_index section.slide_sec .bot .btn_report {
  width: 11.9rem;
  margin: 2rem 0 0 0;
  padding: 0 2rem;
  height: 3.7rem
}

.main_index section.slide_sec .bot .btn_report .txt {
  font-size: 1.1rem
}

.main_index section.slide_sec .bot .btn_report img {
  width: 2.4rem
}


.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;
}

/* 新闻 */
.sec06 .title {
  font-size: 12px;
  color: var(--primary-color);
}
.sec06 h3 {
  font-size: 15px;
  color: var(--primary-color);
  padding-bottom: 25px;
  padding-top: 27px;
  border-bottom: 1px solid #323333;
  margin-bottom: 20px;
}
.sec06 .con {
  color: #888988;
  font-size: 12px;
}
.sec06 .times_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--primary-color);
}
.sec06 .times_box .time {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec06 li {
  box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
  height: 20.8rem;
  padding: 1.7rem 1.4rem;
}
.sec06 li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec06 .right {
  overflow: visible !important;
}
@media (max-width: 992px) {
  .sec06 .right ul {
    grid-template-columns: repeat(1, 1fr) !important;
  }
    .sec06 li {
      height: auto;
  }
}
.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: var(--primary-color);
  background-size: cover;
  padding-top: 18px;
}
.foot .logo {
  display: flex;
  align-items: center;
  line-height: 1;
  column-gap: 1rem;
  margin-bottom: 25px;
}
.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: 18px;
  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: 3.5rem;
}


/* @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 */