﻿/*common start*/
:root {
  --primary-color: #0450a4;
  --secondary-color: #0450a4;
  --main-color: #0450a4;
  --main-color-white: #fff;
  --color-gray-600: #000000;
  --primary: #0450a4;
  --news-category-title-color: #191919;
  --news-title-color: #333333;
  --news-content-color: #666666;
  --news-date-color: #b5b5b5;
  --honor-title-color: #333333;
  --neutral: #86909c;
  --gray-light: #f7f8fa;
  --gray-text: #4e5969;
  --black: #1d2129;
  --border-light: #e5e6eb;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --transition: all 0.3s ease;
}
body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: 0;
  list-style: none;
}
body {
  font-size: 12px;
  font-family: Arial, "Microsoft YaHei";
  color: #333;
  overflow-x: hidden;
}
a {
  color: #666;
}
a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
p {
  line-height: 1.5em;
  padding: 5px 0;
}
.clear {
  margin: 0;
  padding: 0;
  font-size: 0;
  clear: both;
}
.wapper1 {
  width: 75%;
  margin: 0 auto;
  max-width: 1600px;
  min-width: 1000px;
}
input,
textarea,
select {
  outline: none;
  font-family: Arial, "Microsoft YaHei";
}
img {
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
#lContent img,
#lblContent img,
.xiangxi_con img,
.xiangqing img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
@media (max-width: 999px) {
  .wapper1 {
    width: 90%;
    min-width: 0;
  }
}
/*common end*/

.head {
  width: 100%;
  box-shadow: 0 0 1px #fff;
  position: fixed;
  z-index: 55;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.head2bg {
}
.head2 {
  height: 80px;
  transition: all 0.3s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.head .logo {
  float: left;
  width: 22%;
  height: 75px;
  position: relative;
}
.head .logo img {
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.head2 .rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.head .h_search_btn {
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  margin-left: 1.3vw;
}
.head .h_search_btn:hover {
}
.head .h_search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.head .h_search_close1 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 998;
}
.head .h_searchbg {
  width: 90%;
  max-width: 650px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.head .h_search {
  box-shadow: 0px 0px 5px #ccc;
  padding: 40px 20px;
  position: relative;
}
.head .h_search_close2 {
  width: 20px;
  height: 20px;
  background: url(../images/chahao2.png) center no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.head .h_search_close2:hover {
  transform: rotate(360deg);
}
.head .h_search .form {
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50px;
  overflow: hidden;
}
.head .h_search .form .text1 {
  float: left;
  border: none;
  background: none;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 10px;
  width: calc(100% - 110px);
}
.head .h_search .form .button1 {
  float: right;
  border: none;
  background: var(--primary-color);
  color: #fff;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.head .h_search .form .button1 i {
  margin-right: 5px;
}
/*menu*/
.head .menu {
  height: 80px;
  line-height: 80px;
}
.head .menu > ul {
}
.head .menu > ul > li {
  float: left;
  padding: 0 20px;
}
.head .menu > ul > li.menu_down {
  position: relative;
}
.head .menu > ul > li > a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  letter-spacing: 1px;
}
.head .menu > ul > li > a:hover,
.head .menu > ul > li:hover > a,
.head .menu > ul > li.hover > a {
  color: #fff;
}
/* a:before 默认状态：a:before 加个下划线 */
.head .menu > ul > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
/* 仅a被hover时：a:before 变成蓝色 */
.head .menu > ul > li > a:hover:before,
.head .menu > ul > li:hover > a:before,
.head .menu > ul > li.hover > a:before {
  width: 100%;
}
/* 设置默认的首页下划线 */
.head .menu > ul > li > a.active:before {
  width: 100%;
}
.head .menu > ul > li ul {
  width: fit-content;
  min-width: 150px;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: none;
}
.head .menu > ul > li ul li {
  position: relative;
}
.head .menu > ul > li ul li a {
  color: #fff;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 5px;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.head .menu > ul > li ul li a:hover,
.head .menu > ul > li > ul li:hover > a {
  color: #fff;
  text-decoration: underline;
}
.head .menu > ul > li ul li ul {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(0);
  display: none;
}
.head .menu > ul > li ul li:hover > ul {
  display: block;
}
.head_height {
  height: 0;
}
/* .head .active1{ background:var(--secondary-color); opacity: 1;} */
.head.active1 {
  background-color: #ffffff;
  box-shadow: 0 0 1px #ccc;
}
.head .menu > ul > li > a.active2 {
  color: #000000;
}
.head .h_search_btn .fa-search.activeSearch {
  color: #333;
}
.head.scroll .menu > ul > li > a:before {
  background: #0450a4; /* 滚动后的颜色 */
}
/* 可选：滚动后激活态（点击选中）的下划线颜色也同步修改 */
.head.scroll .menu > ul > li > a.active:before {
  background: #0450a4;
}
.head.scroll .menu > ul > li > a:before {
  background: #0450a4; /* 滚动后的颜色 */
}

@media (max-width: 999px) {
  .head_height {
    height: 0;
  }
  .head {
  }
  .head2 {
    height: 50px;
  }
  .head .logo {
    float: left;
    width: 50%;
    height: 50px;
  }
  .head .h_search .form .text1 {
    width: calc(100% - 80px);
  }
  .head .h_search .form .button1 {
    width: 70px;
    font-size: 14px;
  }
  .head .menu {
    display: none;
  }
}
/**/
.head .nav_open {
  width: 24px;
  height: 20px;
  cursor: pointer;
  display: none;
  position: relative;
  margin-left: 15px;
}
.head .nav_open i,
.head .nav_open:before,
.head .nav_open:after {
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.head .nav_open i {
  top: 50%;
  transform: translateX(-50%) translate(0, -50%);
}
.head .nav_open:before {
  content: "";
  top: 0px;
}
.head .nav_open:after {
  content: "";
  bottom: 0px;
}
.head .nav_open.active0 i {
  opacity: 0;
  visibility: hidden;
}
.head .nav_open.active0:before {
  transform: translateX(-50%) translateY(9px) rotate(45deg);
}
.head .nav_open.active0:after {
  transform: translateX(-50%) translateY(-9px) rotate(-45deg);
}
.head .nav_box {
  width: 100%;
  height: calc(100% - 51px);
  border-top: 1px solid #ededed;
  position: fixed;
  left: 0;
  top: 50px;
  display: none;
}
.head .nav_close1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 998;
}
.head .navbg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.99);
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.head .nav {
  position: relative;
}
.head .nav_close2 {
  display: none;
}
.head .nav_list {
  max-height: calc(100vh - 50px);
  overflow-y: auto;
}
.head .nav_list ul {
}
.head .nav_list ul li {
  padding: 5px 5%;
}
.head .nav_list > ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 5%;
}
.head .nav_list ul li span {
  display: block;
  position: relative;
}
.head .nav_list ul li span a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  z-index: 2;
  color: #333;
}
.head .nav_list > ul > li > span a {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}
.head .nav_list ul li.nav_down > span:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 6px;
  right: 0;
}
.head .nav_list ul li.nav_down.active1 > span:after {
  transform: rotate(180deg);
}
.head .nav_list ul li ul {
  padding: 5px 0 0 0;
  display: none;
}
.head .nav_list ul li.active1 > span > i {
  background-image: url(../images/ico_up1.png);
}
@media (max-width: 999px) {
  .head .nav_open {
    display: block;
  }
}

.swiper {
  position: relative;
}
.swiper .swiper-container {
  width: 100%;
}
.swiper .swiper-container .swiper-slide {
  position: relative;
  height: 430px;
}
.swiper .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  min-height: 100px;
  height: 100%;
}
.swiper .swiper-content {
  position: absolute;
  top: 197px;
  right: 5%;
  width: 624px;
  height: 65px;
  color: #fff;
}
.swiper .swiper-content .title {
  height: 45px;
  font-size: 25px;
  display: block;
}
.swiper .swiper-content {
  z-index: 100;
}
.swiper .swiper-content .content {
  font-size: 12px;
}
@media (max-width: 999px) {
  .banner_swiper .swiper-container .swiper-slide img {
    min-height: 50px;
  }
  .banner_swiper .swiper-pagination {
    bottom: 10px;
    height: 6px;
  }
  .banner_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 6px;
  }
  .banner_swiper
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
  .banner_swiper .swiper-button-prev,
  .banner_swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    font-size: 20px;
  }
}

/* .banner_swiper{ position:relative;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; min-height:100px;}
.banner_swiper .swiper-pagination{ bottom:20px; height:10px; z-index: 100;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:10px; height:10px; border-radius:10px; background:#fff; opacity:.5; transition:all .3s ease;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width:30px;  opacity:0.7;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ text-align:center; width:60px; height:60px; line-height:60px; margin-top:-30px; border-radius:8px; background:rgba(0,0,0,.3); color:#fff; font-size:30px; opacity:0; visibility:hidden; transition:all .3s ease;}
.banner_swiper:hover .swiper-button-prev,.banner_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{opacity: 0.7;}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide img{ min-height:50px;}
.banner_swiper .swiper-pagination{ bottom:10px; height:6px;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ width:6px; height:6px; border-radius:6px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width:20px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px;}
} */

.tit1 {
  text-align: center;
}
.tit1 .h2 {
  font-size: 48px;
  line-height: 60px;

  .h2div,
  .h2last {
    display: inline-block;
    span {
      font-weight: bold;
    }
  }
  .h2div {
    margin-right: 155px;
  }
  .h2last {
    margin-right: 0px;
  }
}
.tit1 .h3 {
  font-size: 24px;
  line-height: 35px;
  color: #636363;
}
.tit1 .line1 {
  margin: 0 auto;
  width: 30px;
  height: 3px;
  background: var(--primary-color);
  margin-top: 15px;
}
.con01bg {
  padding: 100px 0 0 0;
  .wapper1 {
    width: 100%;
    min-width: 0;
  }
}
.con01 {
}
.con01 .list {
  margin-top: 50px;
  width: 100%;
}
.slideTxtBox_01 .slideImg {
  width: 100%;
  height: 355px;
}
.con01_list {
  height: 100%;
}
.con01_list .img {
  height: 100%;
}
.con01_list .img img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 999px) {
  .tit1 .h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .tit1 .h3 {
    font-size: 12px;
    line-height: 16px;
  }
  .tit1 .line1 {
    width: 15px;
    height: 2px;
    margin-top: 10px;
  }
  .con01bg {
    padding: 50px 0 30px 0;
  }
  .con01 .list {
    margin-top: 30px;
  }
  .slideTxtBox_01 {
    display: block;
  }
  .slideTxtBox_01 .hd {
    width: 100%;
  }
  .slideTxtBox_01 .hd ul li {
    width: calc(100% / 3);
  }
  .slideTxtBox_01 .hd ul li a {
    height: 118px;
  }
  .slideTxtBox_01 .hd ul li .txt {
    width: 80%;
    padding: 0 10%;
  }
  .slideTxtBox_01 .hd ul li .txt .h2 {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 10px;
  }
  .slideTxtBox_01 .hd ul li .txt .h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .slideTxtBox_01 .hd ul li .txt .h4 {
    font-size: 12px;
    line-height: 16px;
  }
  .slideTxtBox_01 .bd {
    width: 100%;
  }
}

.more1 {
}
.more1 span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.more1 span:hover {
}
.more1 span i {
  margin-right: 5px;
  font-size: 14px;
}

.con02bg {
  padding: 100px 0 0 0;
}
.con02 {
}
.con02 .tit1 .h2 {
  font-size: 48px;
  line-height: 60px;
  color: #dddddd;
}
.con02 .tit1 .h3 {
  font-size: 32px;
  line-height: 35px;
  color: #000000;
}
.insidebg {
  padding: 0px 0 80px 0;
}
.con02 .list {
  margin-top: 50px;
  display: flex;
}
.con02 .list .insidebg .inside .Ml_temlpate_news .Ml_temlpate_news_5 {
  .newitem6 {
    transition: all ease 0.4s;
    display: flex;
    height: 228px;
    background-color: #f7f8fa;
    margin-bottom: 20px;
    .newitem6_left {
      img {
        width: 400px;
        height: 228px;
        display: block;
      }
    }
    .newitem6_right {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      /* height: 80px; */
      padding: 20px 40px;
      .line1 {
        margin: 0 auto;
        width: 30px;
        height: 3px;
        background: var(--primary-color);
        margin-left: 0px;
      }
      .list_content_title {
        height: 40px;
        font-size: 24px;
        font-weight: bold;
        a {
          color: var(--news-title-color);
        }
      }
      .list_content_second {
        color: #3f3f3f;
        font-size: 20px;
        font-weight: bold;
        /* margin-top: 12px; */
      }

      .list_content_third {
        margin-top: 23px;
        text-align: justify; /* 文字两端对齐 */
        color: var(--news-content-color);
        font-size: 14px;
        line-height: 25px;
        height: 100px;
        overflow: hidden; /* 隐藏超出内容 */
        /* 核心多行省略属性 */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4; /* 显示的行数，需和高度匹配（3行） */
        text-overflow: ellipsis; /* 兜底省略号 */
      }

      .list_content_four {
        display: flex;
        justify-content: right;
        align-items: center;
        margin-top: 30px;
        .date {
          font-size: 14px;
          color: var(--news-date-color);
        }

        .more-link {
          font-size: 12px;
          color: var(--news-date-color);
          text-decoration: none;
          display: flex;
          align-items: center;
          gap: 0.25rem;
          transition: var(--transition-base);
          /* img{
            width: 12px;
            height: 12px;
          } */

          span {
            transition: all ease 0.4s;
            display: inline-block;
            text-align: center;
            align-items: center;
            font-size: 12px;
            line-height: 12px;
            .fa-angle-right {
              font-size: inherit;
              margin: 0;
              padding: 0;
              /* 再配合微调，确保视觉居中 */
              transform: translateX(0.8px) translateY(0.1px);
            }
            i {
              transition: all ease 0.4s;
              display: inline-block;
              text-align: center;
              transform: translateX(1px); /* 向右微调1像素 */
              /* border: 1px solid pink; */
              background-color: #b5b5b5;
              border-radius: 100%;
              width: 12px;
              line-height: 12px;
              color: #ffffff;
            }
          }
        }
      }
    }
  }
  .newitem6:hover {
    /* box-shadow: 0 0 22px rgba(0, 0, 0, .12);
    border-radius: 4px;
    background: var(--main-color-white); */
    /* border: 1px solid #c7d1e9; */
    cursor: pointer;
  }
  .newitem6:hover .list_content_title a {
    color: var(--main-color) !important;
  }
  .list_content_four:hover {
    a {
      color: var(--main-color) !important;
    }
    i {
      background-color: var(--main-color) !important;
    }
  }
}

.inbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 50px;
}
.innav {
  font-size: 16px;
  line-height: 36px;
}
/* .innav .h1{ font-size:15px; line-height:50px; padding-right:20px; position:relative; display:none;}
.innav .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:0; top:50%; transform:translateY(-50%);}
.innav .h1.active1:before{ content:"\f106";} */
.innav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.innav ul li {
  width: 100px;
  height: 36px;
  margin-right: 34px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.innav ul li a {
  color: #6f6f6f;
}
/* .innav ul li:before{ content:""; background: var(--primary-color);transition:all .3s ease;} */
.innav ul li.hover {
  background-color: var(--primary-color);
  a {
    color: #ffffff;
  }
}
.innav ul li:hover > a {
  color: #ffffff;
}
.innav ul li:hover {
  background-color: var(--primary-color);
  opacity: 0.8;
}

.search-container {
  width: 311px;
  height: 32px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  .search-input {
    padding-left: 18px;
    color: #e0e0e0;
    font-size: 12px;
  }
  .search-icon {
    padding-right: 10px;
    color: #c8c8c8;
    font-size: 15px;
  }
}

.foot {
  background: #171717;
  color: rgba(255, 255, 255, 0.7);
}
.foot a {
  color: rgba(255, 255, 255, 0.7);
}
.foot a:hover {
  color: #fff;
}
.foot1bg {
  height: 230px;
}
.foot1 {
}
.foot .f_nav {
  padding: 44px 0 0 0;
  font-size: 14px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.foot .f_nav .f_nav_img {
  width: 180px;
  height: 24px;
}
.foot .f_nav .f_nav_official {
  width: 105px;
  height: 103px;
}
.foot .f_nav dl {
}
.foot .f_nav dl dt {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 15px;
}
.foot .f_nav dl dd {
  margin-top: 10px;
  line-height: 20px;
}
.foot .f_nav .f_contact {
}
.foot .f_nav .f_contact dt {
}
.foot .f_nav .f_contact dd {
}
.foot2bg {
  /* padding:10px 0; */
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot .f_info {
  font-size: 14px;
  line-height: 40px;
}
.foot .f_info ul li {
}
.foot .f_info a {
  display: inline-block;
  margin-right: 10px;
}
.foot .f_ewm {
  position: relative;
}
.foot .f_ewm i {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--primary-color);
  position: relative;
}
.foot .f_ewm i img {
  display: block;
  width: 100%;
}
.foot .f_ewm .ewm {
  padding-bottom: 10px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.foot .f_ewm:hover .ewm {
  display: block;
}
.foot .f_ewm .ewm img {
  display: block;
  width: 120px;
}
@media (max-width: 999px) {
  .foot1bg {
    padding: 30px 0;
  }
  .foot .f_nav {
    font-size: 14px;
    line-height: 24px;
  }
  .foot .f_nav dl {
    display: none;
  }
  .foot .f_nav dl dt {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .foot .f_nav dl dd {
    margin-top: 10px;
    line-height: 20px;
  }
  .foot .f_nav .f_contact {
    display: block;
    width: 100%;
  }
  .foot2bg {
    padding: 15px 0;
  }
  .foot2 {
    display: block;
  }
  .foot .f_info {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
  }
  .foot .f_info a {
    margin-right: 10px;
  }
  .foot .f_ewm {
    display: none;
  }
}

/* 图标样式 */
svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.more-link svg {
  width: 0.75rem;
  height: 0.75rem;
}
