html,
body {
  min-height: 100%;
  min-height: 100vh;
}
.m-home--newlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  margin-top: 20px;
}
.m-home--newlist .boxs {
  flex: 1;
}
.m-home--newlist .boxs .list > a {
  display: flex;
  line-height: 38px;
  width: 100%;
  justify-content: space-between;
  overflow: hidden;
  font-size: 16px;
}
.m-home--newlist .boxs .list > a:hover .title {
  font-weight: bold;
}
.m-home--newlist .boxs .list > a .title {
  flex: 1;
  width: 0;
  margin-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-home--newlist .boxs .list > a .time {
  font-size: 16px;
  color: #999999;
}
.m-home--tops .boxs .swiper {
  width: 580px;
  height: 384px;
  margin-right: 40px;
  overflow: hidden;
}
.m-home--tops .boxs .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
}
.m-home--tops .boxs .swiper .swiper-slide .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 28px;
  font-size: 18px;
  color: #ffffff;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.66) 100%);
}
.m-home--tops .boxs .swiper .m-swiper-pages {
  position: absolute;
  z-index: 100;
  right: 9px;
  bottom: 7px;
  display: flex;
}
.m-home--tops .boxs .swiper .m-swiper-pages .m-swiper-page {
  width: 48px;
  height: 48px;
  display: block;
  cursor: pointer;
  margin-left: 4px;
}
.m-home--tops .boxs .swiper .m-swiper-pages .m-swiper-page.m-swiper-left {
  background: url(../images/icon-prev.png) no-repeat center / 10px 20px rgba(0, 0, 0, 0.8);
}
.m-home--tops .boxs .swiper .m-swiper-pages .m-swiper-page.m-swiper-right {
  background: url(../images/icon-next.png) no-repeat center / 10px 20px rgba(0, 0, 0, 0.8);
}
.m-home--tops .boxs .m-news--tab {
  flex: 1;
  width: 0;
}
.m-home--tops .boxs .m-news--tab .layui-tab-content {
  padding-bottom: 0;
}
.m-home--tops .boxs .m-news--tab .layui-tab {
  margin: 0;
}
.m-home--tops .boxs .m-news--tab .mores {
  text-align: right;
  margin-top: 40px;
}
.m-home--tops .boxs .m-news--tab .list > a {
  display: flex;
  line-height: 38px;
  width: 100%;
  justify-content: space-between;
  overflow: hidden;
  font-size: 16px;
}
.m-home--tops .boxs .m-news--tab .list > a.red * {
  color: #E20005 !important;
}
.m-home--tops .boxs .m-news--tab .list > a:nth-child(-n+3) * {
  color: #E20005 !important;
}
.m-home--tops .boxs .m-news--tab .list > a:hover .title {
  font-weight: bold;
}
.m-home--tops .boxs .m-news--tab .list > a .title {
  flex: 1;
  width: 0;
  margin-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-home--tops .boxs .m-news--tab .list > a .time {
  font-size: 16px;
  color: #999999;
}
.m-home--title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
.m-home--title .line {
  flex: 1;
  width: 0;
  position: relative;
  height: 2px;
  background: #367ed5;
}
.m-home--title .line.ri::after {
  right: auto;
  left: 0px;
}
.m-home--title .line::after {
  content: '';
  position: absolute;
  top: -4px;
  right: 0;
  width: 10px;
  height: 10px;
  background: #367ed5;
  transform: rotate(45deg);
}
.m-home--title .title {
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
  padding: 0 22px;
  letter-spacing: 4px;
}
.m-home--buss-empty {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 25px;
  row-gap: 25px;
}
.m-home--buss-empty .item {
  width: 161px;
  height: 110px;
  background: url(../images/l-item-bg.png) no-repeat center top / 100% 100px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #005293;
  transition-duration: 0.2s;
  padding-top: 40px;
}
.m-home--buss-empty .item:hover,
.m-home--buss-empty .item.hover {
  transform: translate(0, -15px);
  background-image: url(../images/l-item-bg-hover-2.png);
  color: #FFFFFF;
  line-height: 24px;
  text-shadow: 0px 20px 10px rgba(0, 115, 255, 0.2), 0px 0px 8px rgba(0, 106, 236, 0.75);
  filter: drop-shadow(0px 20px 10px rgba(0, 97, 255, 0.3));
}
@-webkit-keyframes flipInY {
  0% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-90deg) translate(0, 0);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(20deg) translate(0, -15px);
  }
  60% {
    transform: perspective(400px) rotateX(-10deg) translate(0, -15px);
  }
  80% {
    transform: perspective(400px) rotateX(5deg) translate(0, -15px);
  }
  to {
    transform: perspective(400px) translate(0, -15px);
  }
}
.m-home--buss {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 45px;
  row-gap: 45px;
}
.m-home--buss .item {
  width: 161px;
  height: 91px;
  background: url(../images/faster-bg.png) no-repeat center / 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}
.m-home--buss .item:hover,
.m-home--buss .item.hover {
  background-image: url(../images/faster-bg--hover-1.png);
  transform: translate(0, -15px);
  filter: drop-shadow(0px 20px 10px rgba(0, 97, 255, 0.3));
}
.m-home--buss .item:hover:nth-child(18),
.m-home--buss .item.hover:nth-child(18) {
  background-image: url('../images/faster-bg--hover-18.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(18):hover,
.m-home--buss .item.hover:nth-child(18):hover {
  background-image: url('../images/faster-bg--hover-18.png');
}
.m-home--buss .item:hover:nth-child(17),
.m-home--buss .item.hover:nth-child(17) {
  background-image: url('../images/faster-bg--hover-17.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(17):hover,
.m-home--buss .item.hover:nth-child(17):hover {
  background-image: url('../images/faster-bg--hover-17.png');
}
.m-home--buss .item:hover:nth-child(16),
.m-home--buss .item.hover:nth-child(16) {
  background-image: url('../images/faster-bg--hover-16.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(16):hover,
.m-home--buss .item.hover:nth-child(16):hover {
  background-image: url('../images/faster-bg--hover-16.png');
}
.m-home--buss .item:hover:nth-child(15),
.m-home--buss .item.hover:nth-child(15) {
  background-image: url('../images/faster-bg--hover-15.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(15):hover,
.m-home--buss .item.hover:nth-child(15):hover {
  background-image: url('../images/faster-bg--hover-15.png');
}
.m-home--buss .item:hover:nth-child(14),
.m-home--buss .item.hover:nth-child(14) {
  background-image: url('../images/faster-bg--hover-14.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(14):hover,
.m-home--buss .item.hover:nth-child(14):hover {
  background-image: url('../images/faster-bg--hover-14.png');
}
.m-home--buss .item:hover:nth-child(13),
.m-home--buss .item.hover:nth-child(13) {
  background-image: url('../images/faster-bg--hover-13.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(13):hover,
.m-home--buss .item.hover:nth-child(13):hover {
  background-image: url('../images/faster-bg--hover-13.png');
}
.m-home--buss .item:hover:nth-child(12),
.m-home--buss .item.hover:nth-child(12) {
  background-image: url('../images/faster-bg--hover-12.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(12):hover,
.m-home--buss .item.hover:nth-child(12):hover {
  background-image: url('../images/faster-bg--hover-12.png');
}
.m-home--buss .item:hover:nth-child(11),
.m-home--buss .item.hover:nth-child(11) {
  background-image: url('../images/faster-bg--hover-11.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(11):hover,
.m-home--buss .item.hover:nth-child(11):hover {
  background-image: url('../images/faster-bg--hover-11.png');
}
.m-home--buss .item:hover:nth-child(10),
.m-home--buss .item.hover:nth-child(10) {
  background-image: url('../images/faster-bg--hover-10.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(10):hover,
.m-home--buss .item.hover:nth-child(10):hover {
  background-image: url('../images/faster-bg--hover-10.png');
}
.m-home--buss .item:hover:nth-child(9),
.m-home--buss .item.hover:nth-child(9) {
  background-image: url('../images/faster-bg--hover-9.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(9):hover,
.m-home--buss .item.hover:nth-child(9):hover {
  background-image: url('../images/faster-bg--hover-9.png');
}
.m-home--buss .item:hover:nth-child(8),
.m-home--buss .item.hover:nth-child(8) {
  background-image: url('../images/faster-bg--hover-8.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(8):hover,
.m-home--buss .item.hover:nth-child(8):hover {
  background-image: url('../images/faster-bg--hover-8.png');
}
.m-home--buss .item:hover:nth-child(7),
.m-home--buss .item.hover:nth-child(7) {
  background-image: url('../images/faster-bg--hover-7.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(7):hover,
.m-home--buss .item.hover:nth-child(7):hover {
  background-image: url('../images/faster-bg--hover-7.png');
}
.m-home--buss .item:hover:nth-child(6),
.m-home--buss .item.hover:nth-child(6) {
  background-image: url('../images/faster-bg--hover-6.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(6):hover,
.m-home--buss .item.hover:nth-child(6):hover {
  background-image: url('../images/faster-bg--hover-6.png');
}
.m-home--buss .item:hover:nth-child(5),
.m-home--buss .item.hover:nth-child(5) {
  background-image: url('../images/faster-bg--hover-5.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(5):hover,
.m-home--buss .item.hover:nth-child(5):hover {
  background-image: url('../images/faster-bg--hover-5.png');
}
.m-home--buss .item:hover:nth-child(4),
.m-home--buss .item.hover:nth-child(4) {
  background-image: url('../images/faster-bg--hover-4.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(4):hover,
.m-home--buss .item.hover:nth-child(4):hover {
  background-image: url('../images/faster-bg--hover-4.png');
}
.m-home--buss .item:hover:nth-child(3),
.m-home--buss .item.hover:nth-child(3) {
  background-image: url('../images/faster-bg--hover-3.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(3):hover,
.m-home--buss .item.hover:nth-child(3):hover {
  background-image: url('../images/faster-bg--hover-3.png');
}
.m-home--buss .item:hover:nth-child(2),
.m-home--buss .item.hover:nth-child(2) {
  background-image: url('../images/faster-bg--hover-2.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(2):hover,
.m-home--buss .item.hover:nth-child(2):hover {
  background-image: url('../images/faster-bg--hover-2.png');
}
.m-home--buss .item:hover:nth-child(1),
.m-home--buss .item.hover:nth-child(1) {
  background-image: url('../images/faster-bg--hover-1.png'), url('../images/faster-bg.png');
}
.m-home--buss .item:hover:nth-child(1):hover,
.m-home--buss .item.hover:nth-child(1):hover {
  background-image: url('../images/faster-bg--hover-1.png');
}
.m-home--buss--two {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 45px;
  row-gap: 45px;
}
.m-home--buss--two .item {
  width: 161px;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}
.m-home--buss--two .item .item--boxs {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  background: url(../images/faster-bg.png) no-repeat center / 100% 100%;
  filter: drop-shadow(0px 0 2px rgba(0, 0, 0, 0.4));
}
.m-home--buss--two .item:hover .item--boxs,
.m-home--buss--two .item.hover .item--boxs {
  background-image: url(../images/faster-bg--hover-1.png);
  transform: scale(1.1) translate(0, -20px);
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.6));
}
.m-home--buss--two .item:hover:nth-child(18) .item--boxs,
.m-home--buss--two .item.hover:nth-child(18) .item--boxs {
  background-image: url('../images/faster-bg--hover-18.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(18):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(18):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-18.png');
}
.m-home--buss--two .item:hover:nth-child(17) .item--boxs,
.m-home--buss--two .item.hover:nth-child(17) .item--boxs {
  background-image: url('../images/faster-bg--hover-17.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(17):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(17):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-17.png');
}
.m-home--buss--two .item:hover:nth-child(16) .item--boxs,
.m-home--buss--two .item.hover:nth-child(16) .item--boxs {
  background-image: url('../images/faster-bg--hover-16.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(16):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(16):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-16.png');
}
.m-home--buss--two .item:hover:nth-child(15) .item--boxs,
.m-home--buss--two .item.hover:nth-child(15) .item--boxs {
  background-image: url('../images/faster-bg--hover-15.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(15):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(15):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-15.png');
}
.m-home--buss--two .item:hover:nth-child(14) .item--boxs,
.m-home--buss--two .item.hover:nth-child(14) .item--boxs {
  background-image: url('../images/faster-bg--hover-14.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(14):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(14):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-14.png');
}
.m-home--buss--two .item:hover:nth-child(13) .item--boxs,
.m-home--buss--two .item.hover:nth-child(13) .item--boxs {
  background-image: url('../images/faster-bg--hover-13.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(13):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(13):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-13.png');
}
.m-home--buss--two .item:hover:nth-child(12) .item--boxs,
.m-home--buss--two .item.hover:nth-child(12) .item--boxs {
  background-image: url('../images/faster-bg--hover-12.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(12):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(12):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-12.png');
}
.m-home--buss--two .item:hover:nth-child(11) .item--boxs,
.m-home--buss--two .item.hover:nth-child(11) .item--boxs {
  background-image: url('../images/faster-bg--hover-11.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(11):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(11):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-11.png');
}
.m-home--buss--two .item:hover:nth-child(10) .item--boxs,
.m-home--buss--two .item.hover:nth-child(10) .item--boxs {
  background-image: url('../images/faster-bg--hover-10.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(10):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(10):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-10.png');
}
.m-home--buss--two .item:hover:nth-child(9) .item--boxs,
.m-home--buss--two .item.hover:nth-child(9) .item--boxs {
  background-image: url('../images/faster-bg--hover-9.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(9):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(9):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-9.png');
}
.m-home--buss--two .item:hover:nth-child(8) .item--boxs,
.m-home--buss--two .item.hover:nth-child(8) .item--boxs {
  background-image: url('../images/faster-bg--hover-8.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(8):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(8):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-8.png');
}
.m-home--buss--two .item:hover:nth-child(7) .item--boxs,
.m-home--buss--two .item.hover:nth-child(7) .item--boxs {
  background-image: url('../images/faster-bg--hover-7.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(7):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(7):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-7.png');
}
.m-home--buss--two .item:hover:nth-child(6) .item--boxs,
.m-home--buss--two .item.hover:nth-child(6) .item--boxs {
  background-image: url('../images/faster-bg--hover-6.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(6):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(6):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-6.png');
}
.m-home--buss--two .item:hover:nth-child(5) .item--boxs,
.m-home--buss--two .item.hover:nth-child(5) .item--boxs {
  background-image: url('../images/faster-bg--hover-5.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(5):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(5):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-5.png');
}
.m-home--buss--two .item:hover:nth-child(4) .item--boxs,
.m-home--buss--two .item.hover:nth-child(4) .item--boxs {
  background-image: url('../images/faster-bg--hover-4.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(4):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(4):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-4.png');
}
.m-home--buss--two .item:hover:nth-child(3) .item--boxs,
.m-home--buss--two .item.hover:nth-child(3) .item--boxs {
  background-image: url('../images/faster-bg--hover-3.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(3):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(3):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-3.png');
}
.m-home--buss--two .item:hover:nth-child(2) .item--boxs,
.m-home--buss--two .item.hover:nth-child(2) .item--boxs {
  background-image: url('../images/faster-bg--hover-2.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(2):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(2):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-2.png');
}
.m-home--buss--two .item:hover:nth-child(1) .item--boxs,
.m-home--buss--two .item.hover:nth-child(1) .item--boxs {
  background-image: url('../images/faster-bg--hover-1.png'), url('../images/faster-bg.png');
}
.m-home--buss--two .item:hover:nth-child(1):hover .item--boxs,
.m-home--buss--two .item.hover:nth-child(1):hover .item--boxs {
  background-image: url('../images/faster-bg--hover-1.png');
}
.m-home .m-box {
  margin-top: 30px;
}
.m-contents .m-margin {
  padding: 0;
}
.m-home--list .item:hover {
  opacity: 1;
  transform: translate(0, -20px);
}
.m-home--list .item .image {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.m-home--list .item .image .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-home--list .item .title {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 10px;
  height: 24px;
  overflow: hidden;
  margin-bottom: 10px;
}
.m-home--list .item .info {
  font-size: 16px;
  color: #999999;
}
.m-home--news .item:hover {
  opacity: 1;
  transform: translate(0, -20px);
}
.m-home--news .item .image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.m-home--news .item .image::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video-play.png) no-repeat center / 80px 80px rgba(0, 0, 0, 0.27);
}
.m-home--news .item .image .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-home--news .item .title {
  font-size: 16px;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 10px;
}
