:root {
  --innerWidth: 15rem;
  --innerPadding: calc((100vw - 15rem) / 2);
--swiper-pagination-bullet-horizontal-gap:0.1rem;
--swiper-pagination-bullet-inactive-opacity:0.58
}
html {
    font-size: 100px;
}

.subNav .subItem:hover {
    border-bottom: 1px solid #e8380d;
    transition: all 0.4s ease-in-out;
    font-weight: bold;
}.navItem .item:hover > a {
    color: #ff3200;
}
@media screen and (max-width: 999px) {
html {
    font-size: 100px !important;
}
}
@media screen and (max-width: 767px) {
html {
    font-size: 90px !important;
}
}

@media screen and (max-width: 999px) {
  :root {
    --innerPadding: 0.18rem;
    --innerWidth: 95%;
  }
}
* {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: unset;
  color: #333;
}
.inner {
  width: var(--innerWidth);
  margin: auto;
}
.qr .icon {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../image/wx.svg) no-repeat center;
  position: relative;
  cursor: pointer;
  background-size: 50% !important;
}
.qr .icon .content {
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s;
  pointer-events: none;
  padding: 0.05rem;
  background: #fff;
  width: 1rem;
}
.qr .icon:hover .content {
  bottom: 150%;
  opacity: 1;
}
.qr .icon:nth-child(2) {
  background: url(../image/wb.svg) no-repeat center;
}
.qr .icon:nth-child(3) {
  background: url(../image/dy.svg) no-repeat center;
}
.qr .icon:nth-child(4) {
  background: url(../image/bl.svg) no-repeat center;
}
.qr .newsList {
  display: flex;
  column-gap: 0.14rem;
  justify-content: center;
}
body {
  font-family: 'sy-r';
}
input:focus,
input:active,
input:focus-visible {
  border: 0;
  outline-color: transparent;
}
input::placeholder {
  color: #fff;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(232, 56, 13, 0.1);
  backdrop-filter: blur(0.08rem);
  box-shadow: none;
}
.globalSearchButton {
  background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy4zMDciIGhlaWdodD0iMTMuMzA3IiB2aWV3Qm94PSIwIDAgMTMuMzA3IDEzLjMwNyI+CiAgPGcgaWQ9Iue7hF82OTc5IiBkYXRhLW5hbWU9Iue7hCA2OTc5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy41IC0zLjUpIj4KICAgIDxwYXRoIGlkPSLot6/lvoRfMzk5NiIgZGF0YS1uYW1lPSLot6/lvoQgMzk5NiIgZD0iTTkuNDU1LDE0LjkxQTUuNDU1LDUuNDU1LDAsMSwwLDQsOS40NTUsNS40NTUsNS40NTUsMCwwLDAsOS40NTUsMTQuOTFaIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPHBhdGggaWQ9Iui3r+W+hF8zOTk3IiBkYXRhLW5hbWU9Iui3r+W+hCAzOTk3IiBkPSJNMTguOTc0LDEyLjc1MmEyLjU2NywyLjU2NywwLDAsMC0zLjYzLDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjcwMyAtNS40MzMpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8cGF0aCBpZD0i6Lev5b6EXzM5OTgiIGRhdGEtbmFtZT0i6Lev5b6EIDM5OTgiIGQ9Ik0zMy4yMjIsMzMuMjIybDIuNzIzLDIuNzIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTkuODQ1IC0xOS44NDUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat center / contain;
  width: 0.8em;
}
.swiper-slide-thumb-active {
  border: 6px solid #e8380d;
  box-sizing: border-box;
}
.siteSearch {
  display: none;
  position: fixed;
  width: 100%;
  height: 0;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: 0.8s;
  z-index: 9;
}
.siteSearch .wp-search {
  width: 75%;
}
.siteSearch .close {
  position: absolute;
  right: 5%;
  top: 5%;
  color: #fff;
  font-size: 0.32rem;
  cursor: pointer;
}
.siteSearch form {
  display: flex;
  justify-content: space-between;
}
.siteSearch .search-input {
  flex: 1;
}
.siteSearch .search-input .search-title {
  border: 0;
  border-radius: 0.05rem 0 0 0.05rem;
  font-size: 0.22rem;
  color: rgba(102, 102, 102, 0.6);
  line-height: 3;
  width: 100%;
  text-indent: 1em;
}
.siteSearch .search-submit {
  background: #e8380d url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy4zMDciIGhlaWdodD0iMTMuMzA3IiB2aWV3Qm94PSIwIDAgMTMuMzA3IDEzLjMwNyI+CiAgPGcgaWQ9Iue7hF82OTc5IiBkYXRhLW5hbWU9Iue7hCA2OTc5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy41IC0zLjUpIj4KICAgIDxwYXRoIGlkPSLot6/lvoRfMzk5NiIgZGF0YS1uYW1lPSLot6/lvoQgMzk5NiIgZD0iTTkuNDU1LDE0LjkxQTUuNDU1LDUuNDU1LDAsMSwwLDQsOS40NTUsNS40NTUsNS40NTUsMCwwLDAsOS40NTUsMTQuOTFaIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPHBhdGggaWQ9Iui3r+W+hF8zOTk3IiBkYXRhLW5hbWU9Iui3r+W+hCAzOTk3IiBkPSJNMTguOTc0LDEyLjc1MmEyLjU2NywyLjU2NywwLDAsMC0zLjYzLDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjcwMyAtNS40MzMpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8cGF0aCBpZD0i6Lev5b6EXzM5OTgiIGRhdGEtbmFtZT0i6Lev5b6EIDM5OTgiIGQ9Ik0zMy4yMjIsMzMuMjIybDIuNzIzLDIuNzIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTkuODQ1IC0xOS44NDUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 1em center / 1em;
  width: 1.2rem;
  border: 0;
  height: 100%;
  border-radius: 0 0.05rem 0.05rem 0;
  color: #fff;
  font-size: 0.22rem;
  text-indent: 1em;
}
.siteSearch.open {
  height: 100%;
}
.menuAnimate {
  width: 0.52rem;
  height: 0.52rem;
  background: rgba(255, 255, 255, 0.57);
  border-radius: 50%;
  float: right;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuAnimate .lcbody {
  width: 40%;
  aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
}
.menuAnimate .lcbody .lcitem {
  width: 100%;
  height: 0.03rem;
  position: absolute;
  transition: transform 0.36s ease;
  right: 0;
}
.menuAnimate .lcbody .lcitem::nth-child(1),
.menuAnimate .lcbody .lcitem::nth-child(3) {
  width: 100%;
}
.menuAnimate .lcbody .lcitem div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background: #fff;
}
.menuAnimate .lcbody .top {
  top: 0;
}
.menuAnimate .lcbody .center {
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.menuAnimate .lcbody .bottom {
  top: calc(100% - 0.03rem);
}
.menuAnimate .lcbody:hover .lcitem.top .rect {
  animation: move 0.4s ease-in-out 1;
}
.menuAnimate .lcbody:hover .lcitem.center .rect {
  animation: move 0.4s ease-in-out 0.1s 1;
}
.menuAnimate .lcbody:hover .lcitem.bottom .rect {
  animation: move 0.4s ease-in-out 0.2s 1;
}
.menuAnimateOpen {
  background: #fbc600;
}
.menuAnimateOpen .lcitem.top {
  transform: translateY(-50%) rotateZ(45deg);
  top: 49% !important;
}
.menuAnimateOpen .lcitem.center {
  opacity: 0;
}
.menuAnimateOpen .lcitem.bottom {
  transform: translateY(-50%) rotateZ(-45deg);
  top: 49% !important;
}
.select {
  position: relative;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  width: 2.3rem;
  line-height: 2;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 0.11rem;
  box-sizing: border-box;
  border-radius: 0.05rem;
  user-select: none;
  cursor: pointer;
}
.select .icon {
  width: 0.1rem;
  height: 0.1rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTAgOSI+CiAgPHBhdGggaWQ9IuWkmui+ueW9ol8xIiBkYXRhLW5hbWU9IuWkmui+ueW9oiAxIiBkPSJNNC4xMjYsMS41NzNhMSwxLDAsMCwxLDEuNzQ4LDBsMy4zLDUuOTQxQTEsMSwwLDAsMSw4LjMsOUgxLjdBMSwxLDAsMCwxLC44MjUsNy41MTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCA5KSByb3RhdGUoMTgwKSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K) no-repeat center / contain;
  transition: 0.6s;
}
.select .selectList {
  position: absolute;
  bottom: 100%;
  left: 0;
  min-width: 100%;
  font-size: 0.14rem;
  line-height: 2.5;
  color: #fff;
  background-color: #e8380d;
  font-family: 'sy-b';
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.6s;
}
.select .selectList a {
  font-size: 0.14rem;
  line-height: 2.5;
  color: #fff;
  display: block;
}
.select:hover .icon {
  transform: rotateX(180deg);
}
.select:hover .selectList {
  transform: scaleY(1);
}
.select::before {
  content: '';
}
.navItem,
main .fixedNav .navItem {
  display: flex;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  transition: 0.6s;
  text-align: center;
  line-height: 2;
  justify-content: flex-end;
}
.navItem .item {
  padding: 0 0.19rem;
  position: relative;
  display: block;
  cursor: pointer;
}
.navItem .item > a {
  text-decoration: none;
  color: #fff;
  line-height: 3;
}
.navItem .item > .open {
  display: none;
  color: #fff;
  font-weight: bold;
  font-family: 'sy-r';
  transition: 0.6s;
}
.navItem .item:nth-child(1) {
  padding-left: 0;
}
.navItem .item:nth-last-child(1) {
  padding-right: 0;
}
.navItem .item:hover .subNav {
  padding: 0.15rem 1em;
  border-top: 0.04rem solid rgba(232, 56, 13, 0.38);
  max-height: 50vh;
}
@media screen and (max-width: 999px) {
  .navItem,
  main .fixedNav .navItem {
    flex-direction: column;
  }
  .navItem .item {
    padding: 0;
  }
  .navItem .item .open {
    display: inline-block;
    padding: 1em;
  }
  .navItem .item .subNav {
    max-height: 0 !important;
    padding: 0;
  }
  .navItem .item:hover .subNav {
    padding: 0 !important;
  }
  .navItem .item.active .open {
    transform: rotate(90deg);
  }
  .navItem .item.active .subNav {
    max-height: 200vh !important;
  }
}
.subNav,
main .fixedNav .navItem .subNav {
  background-color: #fff;
  box-shadow: 0rem 0rem 0.15rem -0.1rem rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-height: 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.6s;
}
.subNav .subItem {
  font-size: 0.165rem;
  color: #e8380d;
  line-height: 2;
  font-weight: initial;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  box-sizing: border-box;
  background:url(../image/headerBG.png) no-repeat top 0.3rem left 5.8rem, linear-gradient(180deg, rgba(232, 56, 13, 0.6), transparent);
  transition: 0.6s;
  width: 100%;
  padding: 0.24rem 0;
  border-top: 0.06rem solid #e8380d;
  background-size: 3.8rem;
}
header .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  width: 95%;
}
header .logo img {
  width: 4.36rem;
}
header .navBox {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .navBox nav .link {
  display: flex;
  font-size: 0.16rem;
  line-height: 0.4rem;
  justify-content: flex-end;
  text-transform: uppercase;
  padding-bottom: inherit;
  transition: 0.6s;
  padding-bottom: 0.1rem;
}
header .navBox nav .link .item {
  color: #fff;
  padding: 0;
  position: relative;
}
header .navBox nav .link .siteSearch {
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 2.05rem;
}
header .navBox nav .link .siteSearch form {
  display: flex;
  justify-content: space-between;
  position: relative;
}
header .navBox nav .link .siteSearch .search-input {
  flex: 1;
}
header .navBox nav .link .siteSearch .search-input .search-title {
  border: 0;
  border-radius: 0.05rem 0 0 0.05rem;
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.38rem;
  width: 100%;
  text-indent: 1em;
  background-color: rgba(255, 255, 255, 0.2);
}
header .navBox nav .link .siteSearch .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 1/1;
}
header .navBox nav .link .siteSearch .search-btn .search-submit {
  background: rgba(232, 56, 13, 0.38) url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC42MTUiIGhlaWdodD0iMTQuNjciIHZpZXdCb3g9IjAgMCAxNC42MTUgMTQuNjciPgogIDxwYXRoIGlkPSLmlL7lpKfplZxfMl8iIGRhdGEtbmFtZT0i5pS+5aSn6ZWcICgyKSIgZD0iTTExMC4zNjcsMTA3LjYzNmwtMi4xNzgtMi4xNzhhNi44MTcsNi44MTcsMCwxLDAtNS4zNSwyLjYyLDYuOTMyLDYuOTMyLDAsMCwwLDQuMTkxLTEuNDM0bDIuMTc4LDIuMTc4YS44LjgsMCwwLDAsMS4xNTgsMEEuODMyLjgzMiwwLDAsMCwxMTAuMzY3LDEwNy42MzZabS0xMi43MTItNi40YTUuMTg0LDUuMTg0LDAsMSwxLDUuMTg0LDUuMTg0QTUuMiw1LjIsMCwwLDEsOTcuNjU1LDEwMS4yMzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTYgLTk0LjQpIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=) no-repeat center / 50%;
  width: 100%;
  border: 0;
  height: 100%;
  border-radius: 0 0.05rem 0.05rem 0;
  color: #fff;
  font-size: 0.22rem;
  text-indent: 1em;
}
header .navBox nav .link .navButton {
  width: 0.52rem;
  height: 0.52rem;
  background: rgba(255, 255, 255, 0.57);
  border-radius: 50%;
  float: right;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  position: relative;
  display: none;
}
header .navBox nav .link .navButton .lcbody {
  width: 40%;
  aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
}
header .navBox nav .link a.item {
    padding: 0 0.2rem;
}

header .navBox nav .link a.item:after {
    content: "";
    display: block;
    width: 1px;
    height: 0.18rem;
    background: #eee;
    position: absolute;
    top: 0.13rem;
    left: 0;
}

header .navBox nav .link a.item:first-child:after {
    display: none;
}
header .navBox nav .link .navButton .lcbody .lcitem {
  width: 100%;
  height: 0.03rem;
  position: absolute;
  transition: transform 0.36s ease;
  right: 0;
}
header .navBox nav .link .navButton .lcbody .lcitem::nth-child(1),
header .navBox nav .link .navButton .lcbody .lcitem::nth-child(3) {
  width: 100%;
}
header .navBox nav .link .navButton .lcbody .lcitem div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background: #fff;
}
header .navBox nav .link .navButton .lcbody .top {
  top: 0;
}
header .navBox nav .link .navButton .lcbody .center {
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
header .navBox nav .link .navButton .lcbody .bottom {
  top: calc(100% - 0.03rem);
}
header .navBox nav .link .navButton .lcbody:hover .lcitem.top .rect {
  animation: move 0.4s ease-in-out 1;
}
header .navBox nav .link .navButton .lcbody:hover .lcitem.center .rect {
  animation: move 0.4s ease-in-out 0.1s 1;
}
header .navBox nav .link .navButton .lcbody:hover .lcitem.bottom .rect {
  animation: move 0.4s ease-in-out 0.2s 1;
}
header .navBox nav .link .globalSearchButton,
header .navBox nav .link .navButton {
  background-color: #e8380d;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  font-size: 0.16rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-size: 50%;
}
@media screen and (max-width: 999px) {
  header {
    padding: 0.1rem var(--innerPadding);
    background: linear-gradient(180deg, rgba(232, 56, 13, 0.6), transparent);
  }
  header .logo img {
    height: 0.52rem;
    width: auto;
  }
  header .navBox .link .item {
    display: none;
  }
  header .navBox .link .globalSearchButton {
    display: block;
  }
  header .navBox .navItem {
    display: none;
  }
  header .navBox nav .link {
    padding-bottom: 0;
    gap: 0.1rem;
  }
  header .navBox nav .link .navButton {
    display: flex;
  }
}
main .fixedNav {
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: 4;
  background: rgba(232, 56, 13, 0.5);
  backdrop-filter: blur(0.1rem);
  transition: 0.8s;
  overflow: hidden;
}
main .fixedNav .link {
  display: none;
}
main .fixedNav .navItem {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  justify-content: space-around;
  padding: 0 10%;
  box-sizing: border-box;
}
main .fixedNav .navItem .item {
  opacity: 0;
  transform: translateY(100%);
}
main .fixedNav .navItem .item:hover .subNav {
  padding: 0.1rem 0 0 0;
  border: 0;
  max-height: none;
}
main .fixedNav .navItem .subNav {
  max-height: none;
  position: initial;
  background: none;
  transform: none;
  padding-top: 0.1rem;
}
main .fixedNav .navItem .subNav .subItem {
  color: #fff;
  line-height: 3;
}
@media screen and (max-width: 999px) {
  main .fixedNav {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
  main .fixedNav .navItem {
    order: 1;
    position: initial;
    transform: none;
  }
  main .fixedNav .navItem .item {
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
    text-align: left;
  }
  main .fixedNav .navItem .item a {
    font-size: 0.24rem;
  }
  main .fixedNav .navItem .item .subNav {
    padding: 0;
  }
  main .fixedNav .navItem .item .subNav .subItem {
    font-size: 0.2rem;
    line-height: 2.2;
  }
  main .fixedNav .link {
    display: none;
  }
}
footer {
  background: #333333;
  position: relative;
  z-index: 1;
  color: #fff;
}
footer .inner {
  position: relative;
}
footer .callBack {
  position: absolute;
  left: 100%;
  top: -0.45rem;
  width: 1.2rem;
}
footer .callBack img {
  width: 100%;
}
footer .link {
  padding: 0.36rem 0;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
}
footer .link a {
  font-size: 0.18rem;
  color: #fff;
  margin-right: 0.7rem;
}
footer .content {
  padding: 0.25rem 0 0.58rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .content .webinfo .logo {
  padding-bottom: 0.36rem;
}
footer .content .webinfo .address {
  margin-bottom: 0.25rem;
  padding-left: 2em;
  background: url(../image/adress.svg) no-repeat left center/ contain;
  font-size: 0.16rem;
  background-size: 0.15rem;
}
footer .content .webinfo .email,
footer .content .webinfo .phone {
  padding-left: 2em;
  background: url(../image/email.svg) no-repeat left center / auto 70%;
  padding-right: 1.1rem;
  display: inline-block;
  font-size: 0.16rem;
}
footer .content .qrNews {
  text-align: center;
}
footer .content .qrNews .title {
  font-size: 0.15rem;
  font-weight: bold;
  margin-top: 0.25rem;
}
footer .copyright {
  background: #e8380d;
  display: flex;
  align-items: center;
}
footer .copyright .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.16rem;
}
@media screen and (max-width: 999px) {
  footer .content .webinfo .address{
   
}
  footer .content .webinfo .logo{
    display: flex;
    justify-content: center;
}
  footer .link a{
    margin: 0;
    width: 33.3%;
    text-align: center;
    line-height: 2;
}
  footer .link{
    display: flex;
    flex-wrap: wrap;
}
  footer .content {
    flex-direction: column;
  }
  footer .content .qrNews {
    padding-top: 0.25rem;
  }
  footer .callBack {
    left: auto;
    right: 0;
    top: -0.95rem;
  }
}
body {
  scroll-behavior: smooth;
  font-size: 0.16rem;
}
body.openNav header nav .link {
  transform: translateY(0.28rem);
}
body.openNav header nav .navItem {
  opacity: 0;
}
body.openNav header nav .navButton {
  background: #fbc600;
}
body.openNav header nav .navButton .lcitem.top {
  transform: translateY(-50%) rotateZ(45deg);
  top: 49% !important;
}
body.openNav header nav .navButton .lcitem.center {
  opacity: 0;
}
body.openNav header nav .navButton .lcitem.bottom {
  transform: translateY(-50%) rotateZ(-45deg);
  top: 49% !important;
}
body.openNav .fixedNav {
  height: 100%;
  box-sizing: border-box;
}
body.openNav .fixedNav .navItem .item:nth-child(1) {
  opacity: 1;
  transform: translate(0);
  transition: 0.8s ease-in-out 0.8s;
}
body.openNav .fixedNav .navItem .item:nth-child(2) {
  opacity: 1;
  transform: translate(0);
  transition: 0.8s ease-in-out 1s;
}
body.openNav .fixedNav .navItem .item:nth-child(3) {
  opacity: 1;
  transform: translate(0);
  transition: 0.8s ease-in-out 1.2s;
}
body.openNav .fixedNav .navItem .item:nth-child(4) {
  opacity: 1;
  transform: translate(0);
  transition: 0.8s ease-in-out 1.4s;
}
body.openNav .fixedNav .navItem .item:nth-child(5) {
  opacity: 1;
  transform: translate(0);
  transition: 0.8s ease-in-out 1.6s;
}
body.openNav .fixedNav .navItem .item:nth-child(6) {
  opacity: 1;
  transform: translate(0);
  transition: 0.8s ease-in-out 1.8s;
}
body.openNav .fixedNav .navItem .item:nth-child(7) {
  opacity: 1;
  transform: translate(0);
  transition: 0.8s ease-in-out 2s;
}
body.openNav .fixedNav .navItem .item:nth-child(8) {
  opacity: 1;
  transform: translate(0);
  transition: 0.8s ease-in-out 2.2s;
}
body.openNav .fixedNav .navItem .item:nth-child(9) {
  opacity: 1;
  transform: translate(0);
  transition: 0.8s ease-in-out 2.4s;
}
body.openNav .fixedNav .navItem .item:nth-child(10) {
  opacity: 1;
  transform: translate(0);
  transition: 0.8s ease-in-out 2.6s;
}
body.openNav .fixedNav .navItem .item:nth-child(11) {
  opacity: 1;
  transform: translate(0);
  transition: 0.8s ease-in-out 2.8s;
}
body.openNav .fixedNav .navItem .item:nth-child(12) {
  opacity: 1;
  transform: translate(0);
  transition: 0.8s ease-in-out 3s;
}
body.openNav .fixedNav .navItem .subNav {
  box-shadow: none;
}
@media screen and (max-width: 999px) {
  body.openNav header .navButton {
    background-size: 120%;
  }
  body.openNav header nav .link {
    transform: translateX(0);
  }
  body.openNav .fixedNav {
    padding-top: 1.02rem;
  }
}
body.down header {
  padding-top: 0.1rem;
}
@keyframes up {
  0% {
    top: 0%;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes opacity {
  form {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleProgress {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes boxShadow {
  0% {
    box-shadow: 0 0 0.1rem 0.1rem rgba(255, 255, 255, 0.9);
  }
  100% {
    box-shadow: 0 0 0.2rem 0.2rem rgba(255, 255, 255, 0.9);
  }
}
@keyframes dropShadowcolorPrimary {
  0% {
    filter: drop-shadow(0rem 0rem 0.05rem #e8380d);
  }
  100% {
    filter: drop-shadow(0rem 0rem 0.15rem #e8380d);
  }
}
@keyframes right {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(-50%);
  }
}
*::-webkit-scrollbar {
  width: 0.05rem;
  background-color: #eee;
}
*::-webkit-scrollbar-thumb {
  border-radius: 0.1rem;
  background-color: #e8380d;
  border: 0.01rem solid #e8380d;
}
:root {
  --swiper-pagination-bottom: 0rem;
  --swiper-pagination-color: #e8380d;
  --swiper-pagination-bullet-inactive-color: #e8380d;
}
.columnName {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding-bottom: 0.28rem;
}
.columnName .title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #1f1f1f;
  position: relative;
  padding: 0 1.2em;
  line-height: 2;
}
.columnName .title:before,
.columnName .title:after {
  content: '';
  position: absolute;
  height: 100%;
  aspect-ratio: 10/36;
  mask: url(../image/tt1.svg) no-repeat center / contain;
  top: 0;
  left: 0%;
  background-color: #e8380d;
}
.columnName .title:after {
  mask: url(../image/tt2.svg) no-repeat center / contain;
  left: auto;
  right: 0%;
}
.columnName .subTitle {
  color: rgba(232, 56, 13, 0.38);
  font-size: 0.26rem;
  text-transform: uppercase;
  font-weight: initial;
  line-height: 1;
}
.columnName .more,
.columnName .more a {
  color: #e8380d;
  font-size: 0.16rem;
  line-height: 2.5;
  text-decoration: none;
  margin: 0;
}
.columnName .more_text {
  display: flex;
  align-items: center;
}
.columnName .icon {
  background: #e8380d url(../image/more.svg) no-repeat center / 50%;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  margin-left: 1em;
}
main {
  overflow: hidden;
}
main section .inner {
  position: relative;
  z-index: 1;
}
.banner {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  position: relative;
  z-index: 3;
}
.banner .swiper-slide {
  height: 100vh;
  min-height: 100vh;
}
.banner .swiper-slide .title {
  position: absolute;
  bottom: 0.63rem;
  left: calc((100vw - 15rem) / 2);
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
}
.banner .swiper-pagination {
  width: auto;
  right: calc((100vw - 15rem) / 2);
  left: auto;
  bottom: 0.63rem;
}
.banner .swiper-pagination-bullet-active {
  width: 0.4rem;
  border-radius: 0.25rem;
}
.banner .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 0.1rem;
}
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 0.1rem;
}
@media screen and (max-width: 999px) {
  .banner .swiper-slide {
    height: auto;
    min-height: auto;
    padding-top: calc(1040/1920*100%);
  }
}
.main1 {
  background: url(../image/main1.png) no-repeat center;
}
.main1 .inner {
  display: flex;
  justify-content: space-between;
  padding: 0.56rem 0 0.93rem;
}
.main1 .news {
  display: block;
}
.main1 .news:not(:first-child) {
  border-top: 0.01rem solid #d8d8d8;
  padding-top: 0.2rem;
  margin-top: 0.2rem;
}
.main1 .news .title {
  font-size: 0.18rem;
  color: #141414;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main1 .news time {
  font-size: 0.16rem;
  color: #e8380d;
}
.main1 .columnName {
  justify-content: center;
}
.main1 .m1News1 {
  width: 22%;
  margin-top: 0.9rem;
}
.main1 .m1News1 .columnName {
  justify-content: flex-start;
}
.main1 .m1News1 img {
  width: 100%;
}
.main1 .m1News1 .news:nth-child(2) {
    margin-top: 0;
}
.main1 .m1Swiper {
  width: 52%;
}
.m1News1 .columnName .title:before, .m1News1 .columnName .title:after,.m1News2 .columnName .title:before, .m1News2 .columnName .title:after {
    width: 0.09rem;
}
.main1 .m1Swiper .swiper-button-next,
.main1 .m1Swiper .swiper-button-prev {
  top: auto;
  bottom: 0;
  margin: 0;
  width: 0.42rem;
  height: 0.12rem;
  background-color: #e8380d;
  mask: url(../image/left.svg) no-repeat center / contain;
}
.main1 .m1Swiper .swiper-button-next::after,
.main1 .m1Swiper .swiper-button-prev::after {
  display: none;
}
.main1 .m1Swiper .swiper-button-next {
  mask: url(../image/right.svg) no-repeat center / contain;
}
.main1 .m1Swiper .swiper-slide .img {
  aspect-ratio: 780/485;
}
.main1 .m1Swiper .swiper-slide .con {
  padding: 0.5rem 0.55rem;
  text-align: center;
}
.main1 .m1Swiper .swiper-slide .con .title {
  font-size: 0.2rem;
  color: #252525;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main1 .m1Swiper .swiper-slide .con .text {
  padding-top: 0.26rem;
  font-size: 0.16rem;
  color: #6a6a6a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  min-height: 3em;
}
.main1 .m1News2 {
  width: 22%;
  margin-top: 0.9rem;
}
.main1 .m1News2 .columnName {
  justify-content: flex-start;
}
.main1 .m1News2 .news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.main1 .m1News2 .news time {
  mask: url(../image/m1Time.svg) no-repeat center / contain;
  background: url(../image/m1Time.svg) no-repeat center / contain;
  transition: 0.5s;
  width: 0.68rem;
  height: 0.66rem;
  color: #e8380d;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main1 .m1News2 .news time .y {
  font-size: 0.12rem;
  /* margin: 0.05rem 0; */
}
.main1 .m1News2 .news time .y:after {
  content: '';
  display: block;
  width: 0.31rem;
  height: 0.01rem;
  background-color: #e8380d;
  margin: auto;
  margin: 0.03rem auto;
}
.main1 .swiper-pagination-bullet {
    background: #D0D0D0;
    opacity: 1;
}

.main1 .swiper-pagination-bullet-active {background: #E7380D;}

.main1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.06rem;
}
.main2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.1rem;
}
.main1 .m1News2 .news time .m {
  font-size: 0.14rem;
}
.main1 .m1News2 .news .title {
  flex: 1;
  padding-left: 0.17rem;
}
.main1 .m1News2 .news:hover time {
  background: #e8380d;
  color: #fff;
}
.main1 .m1News2 .news:hover .y:after {
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .main1 .inner {
    flex-direction: column;
  }
  .main1 .m1News1,
  .main1 .m1Swiper,
  .main1 .m1News2 {
    width: 100%;
    padding-bottom: 0.5rem;
    margin: 0;
  }
}
.main2 {
  --swiper-pagination-bottom: -0.67rem;
  padding: 0.75rem 0 1.38rem;
  background: url(../image/main2.png) center / cover fixed;
}
.main2 .m2Swiper .swiper-wrapper,
.main2 .m2Swiper .swiper {
  overflow: initial;
}
.main2 .swiper-pagination-bullet-active {
  width: 0.4rem;
  border-radius: 0.25rem;
}
.main2 .swiper-slide {
  width: 3.85rem;
}
.main2 .swiper-slide .img {
  aspect-ratio: 385/270;
  background-color: rgba(232, 56, 13, 0.1);
  backdrop-filter: blur(0.08rem);
  box-shadow: none;
}
.main2 .swiper-slide .title {
  font-size: 0.18rem;
  color: #121212;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.25rem;
}
.main3 {
  padding: 0.91rem 0 1.3rem;
  background-color: #fbf5ef;
}
.main3 .newsList {
  display: flex;
  justify-content: space-between;
}
.main3 .newsList .imgNews {
  width: 7.1rem;
}
.main3 .newsList .imgNews .img {
  aspect-ratio: 710/390;
}
.main3 .newsList .imgNews .con {
  padding: 0.29rem 0.27rem;
}
.main3 .newsList .imgNews time {
  padding-bottom: 0.15rem;
  display: block;
}
.main3 .newsList .textNews {
  width: 7.18rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.28rem;
}
.main3 .newsList .textNews .news {
  border-left: 0.04rem solid #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 0.18rem 0;
  padding-right: 0.6rem;
  transition: 0.5s;
}
.main3 .newsList .textNews .news time {
  padding: 0 0.24rem;
  white-space: nowrap;
}
.main3 .newsList .textNews .news::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0.287rem;
  transform: translateY(-50%);
  background-color: #e8380d;
  mask: url(../image/right.svg) no-repeat center / contain;
  width: 0.2rem;
  height: 0.1rem;
  transition: 0.5s;
  opacity: 0;
}
.main3 .newsList .textNews .news:hover {
  border-color: #e8380d;
  transform: translateX(-0.3rem);
}
.main3 .newsList .textNews .news:hover::after {
  opacity: 1;
}
.main3 .news {
  background: #fff;
  display: block;
  box-shadow: 0rem 0rem 0.2rem -0.04rem rgba(0, 0, 0, 0.2);
}
.main3 .news time {
  font-size: 0.16rem;
  color: #e8380d;
}
.main3 .news .title {
  font-size: 0.2rem;
  color: #252525;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 999px) {
  

  .main3 .newsList {
    flex-direction: column;
    row-gap: 0.28rem;
  }
  .main3 .newsList .imgNews,
  .main3 .newsList .textNews {
    width: 100%;
  }
}
.main4 {
  padding: 0.87rem 0 1.06rem;
}
.main4 .newsList {
  display: grid;
  grid-gap: 0.23rem;
  grid-template-columns: 53.7% 21.5% 21.5%;
  grid-template-rows: auto;
  grid-auto-flow: row;
}
.main4 .newsList .news {
  box-shadow: 0rem 0rem 0.25rem -0.05rem rgba(0, 0, 0, 0.2);
  position: relative;
}
.main4 .newsList .news .img {
  aspect-ratio: 806/482;
}
.main4 .newsList .news .con {
  padding: 0.21rem 0.23rem 0.6rem;
  box-sizing: border-box;
}
.main4 .newsList .news time {
  font-size: 0.16rem;
  line-height: 2;
  padding: 0 1em;
  background: #e8380d;
  color: #fff;
}
.main4 .newsList .news .text {
  display: none;
}
.main4 .newsList .news .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.18rem;
  color: #fff;
  line-height: 1.5;
  min-height: 3em;
}
.main4 .newsList .news .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main4 .newsList .news .bottom .more {
  display: flex;
  align-items: center;
  color: #fff;
  padding-right: 0.23rem;
  font-size: 0.16rem;
  margin-top: -0.17rem;
}
.main4 .newsList .news .bottom .more::after {
  content: '';
  display: inline-block;
  width: 2em;
  aspect-ratio: 2/1;
  background-color: #fff;
  mask: url('../image/right.svg') no-repeat center / 50%;
}
.main4 .newsList .news:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
}
.main4 .newsList .news:first-child .con {
  padding: 0.37rem 0.3rem 0;
}
.main4 .newsList .news:first-child .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #252525;
  min-height: initial;
}
.main4 .newsList .news:first-child .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.16rem;
  color: #6a6a6a;
  padding-top: 0.2rem;
}
.main4 .newsList .news:first-child .bottom .more {
  color: #e8380d;
}
.main4 .newsList .news:first-child .bottom .more::after {
  background: #e8380d;
}
.main4 .newsList .news:nth-child(2) {
  background: #e8380d;
}
.main4 .newsList .news:nth-child(2) .bottom time {
  background: #fa552d;
}
.main4 .newsList .news:nth-child(3) {
  background: #00aeeb;
}
.main4 .newsList .news:nth-child(3) .bottom time {
  background: #30c6fa;
}
.main4 .newsList .news:nth-child(4) {
  background: #dadf00;
}
.main4 .newsList .news:nth-child(4) .bottom time {
  background: #c4c80c;
}
.main4 .newsList .news:nth-child(5) {
  background: #00a26a;
}
.main4 .newsList .news:nth-child(5) .bottom time {
  background: #25c78f;
}
@media screen and (max-width: 999px) {
  .main4 .newsList {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }
  .main4 .newsList .news:first-child {
    padding-bottom: 0.6rem;
  }
}
.main5 {
  padding: 1.3rem 0;
  background: url(../image/main5.png) no-repeat top center / 100%, url(../image/main1.png) no-repeat center 1rem / cover;
}
.main5 .columnName .title {
  color: #fff;
}
.main5 .columnName .title::after,
.main5 .columnName .title::before {
  background-color: #fff;
}
.main5 .columnName .subTitle {
  color: rgba(255, 255, 255, 0.47);
}
.main5 .columnName .more_text {
  color: #fff;
}
.main5 .columnName .more_text .icon {
  background: #fff;
  position: relative;
}
.main5 .columnName .more_text .icon::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #e8380d;
  mask: url(../image/more.svg) no-repeat center / 50%;
}
.main5 .newsList {
  display: flex;
  column-gap: 0.33rem;
}
.main5 .news {
  flex: 1;
}
.main5 .img {
  aspect-ratio: 350/247;
}
.main5 .con {
  background-color: #fff;
  padding: 0.27rem 0.34rem;
  box-shadow: 0px 3px 30px 0px rgba(206, 52, 14, 0.08);
  min-height: 2.03rem;
  box-sizing: border-box;
}
.main5 .con .folder {
  font-size: 0.18rem;
  background: #e8380d;
  color: #fff;
  border-radius: 0.25rem;
  padding: 0 2em;
  display: inline-block;
  line-height: 0.36rem;
}
.main5 .con .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.18rem;
  line-height: 1.5;
  color: #000;
  margin: 0.23rem 0 0.15rem;
  min-height: 3em;
}
.main5 .con time {
  font-size: 0.16rem;
  color: #e8380d;
  padding-top: 0.2rem;
}
@media screen and (max-width: 999px) {
  .main5 {
    background-size: auto 3rem;
    background-position: top right;
    padding: 30px 0;
  }
  .main5 .newsList {
    flex-direction: column;
    gap: 20px;
  }
}
.main6 {
  position: relative;
}
.main6 .title {
  color: #fff;
}
.main6 .title::after,
.main6 .title::before {
  background-color: #fff;
}
.main6 .subTitle {
  color: rgba(255, 255, 255, 0.47);
}
.main6 .more_text {
  color: #fff;
}
.main6 .more_text .icon {
  background: #fff;
  position: relative;
}
.main6 .more_text .icon::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #e8380d;
  mask: url(../image/more.svg) no-repeat center / 50%;
}
.main6 .m6Swiper .swiper-slide {
  min-height: 8.15rem;
  background-color: rgba(232, 56, 13, 0.1);
  backdrop-filter: blur(0.08rem);
  box-shadow: none;
}
.main6 .m6Swiper .swiper-slide .con {
  position: absolute;
  top: 0.91rem;
  left: calc((100vw - 15rem) / 2);
  width: 6.44rem;
  box-sizing: border-box;
  padding: 0.45rem;
  background: rgba(0, 0, 0, 0.33);
}
.main6 .m6Swiper .swiper-slide .con > .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 0.16rem;
  padding: 0 3em;
}
.main6 .m6Swiper .swiper-slide .con > .title a {
  color: #fff;
}
.main6 .m6View {
  position: absolute;
  bottom: 0.43rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  margin: auto;
  width: 15rem;
}
.main6 .m6View .swiper-slide {
  aspect-ratio: 225/150;
  background-color: rgba(232, 56, 13, 0.1);
  backdrop-filter: blur(0.08rem);
  box-shadow: none;
}
.main6 .m6View .swiper-button-next,
.main6 .m6View .swiper-button-prev {
  top: auto;
  bottom: 50%;
  margin: 0;
  width: 0.42rem;
  height: 0.12rem;
  background-color: #fff;
  mask: url(../image/left.svg);
  z-index: 8;
  transform: translateX(-150%);
}
.main6 .m6View .swiper-button-next::after,
.main6 .m6View .swiper-button-prev::after {
  display: none;
}
.main6 .m6View .swiper-button-next {
  mask: url(../image/right.svg);
  transform: translateX(150%);
}
@media screen and (max-width: 999px) {
  
  .main6 .m6Swiper .swiper-slide {
    min-height: auto;
    aspect-ratio: 225/150;
  }
  .main6 .m6Swiper .swiper-slide .con {
    top: 0;
    left: 0;
    width: 80%;
  }
  .main6 .m6View {
    position: initial;
    width: 100%;
    transform: translateX(0);
  }
}
.main7 {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  padding: 1.1rem 0 1.36rem;
  background: url(../image/m7BG.png) no-repeat center bottom / 100%;
}
.main7 .swiper {
  overflow: initial;
}
.main7 .swiper .con {
  --offset: -1.43rem;
  background: #e8380d url(../image/m7BG.svg) no-repeat 2.4rem 2.26rem;
  width: calc(100% + var(--offset));
  padding: 0.7rem 7.22rem 1.48rem 0.7rem;
  box-sizing: border-box;
  position: relative;
}
.main7 .swiper .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.18rem;
  line-height: 2;
  min-height: 4em;
  color: #fff;
}
.main7 .swiper .text {
  padding-top: 0.48rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.16rem;
  line-height: 2;
  color: #fff;
  min-height: 10em;
}
.main7 .swiper .img {
  position: absolute;
  right: var(--offset);
  bottom: 1rem;
  aspect-ratio: 865/516;
  width: 8.65rem;
}
.main7 .swiper .more {
  position: absolute;
  bottom: 0.67rem;
  left: 4.52rem;
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.main7 .swiper .more .icon {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  margin-left: 1em;
  background: #fff;
  position: relative;
}
.main7 .swiper .more .icon::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #e8380d;
  mask: url(../image/more.svg) no-repeat center / 50%;
}
.main7 .swiper .swiper-pagination {
  width: auto;
  left: 0.75rem;
  bottom: 0.67rem;
}
.main7 .swiper .swiper-pagination-bullet-active {
  width: 0.4rem;
  border-radius: 0.25rem;
}
@media screen and (max-width: 999px) {

  .banner .swiper-slide .title{
    left: 10px;
    bottom: 10px;
    font-size: 20px;
}

  .main7 .swiper .more {
    white-space: nowrap;
    left: 3.52rem;
  }
  .main7 .swiper .con {
    --offset: 0;
    padding: 0.7rem 0.7rem 1.48rem 0.7rem;
  }
  .main7 .swiper .con .img {
    position: inherit;
    width: 100%;
  }
    .main3,.main7{
    padding: 30px 0;
}
}
.columnName .title a{
    font-size: 0.32rem;
    font-weight: bold;
    color: #1f1f1f;
    position: relative;
    /* padding: 0 1.2em; */
    line-height: 2;
}
.columnName .subTitle a{
    color: rgba(232, 56, 13, 0.38);
    font-size: 0.26rem;
    text-transform: uppercase;
    font-weight: initial;
    line-height: 1;
}

.bah{font-size: 0.16rem;color:#ffffff}

#ttkefuminitishiwrapper_MbMinWindow{   visibility: hidden;}