* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #282B49;
  font-size: 14px;
}

.service_fixed {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 100;
}
.service_fixed img {
  width: 50px;
  height: 60px;
}

.nav_component {
  padding-left: 10px;
  display: flex;
  align-items: center;
  height: 60px;
  background: #2F3489;
}
.nav_component .logo {
  margin-right: 30px;
  width: auto;
  height: 46px;
}
.nav_component .slogan {
  height: 24px;
  width: auto;
}

.bannerSwiper {
  position: relative;
  height: 60vw;
}
.bannerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footerSwiper {
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  height: 50vw;
}
.footerSwiper .swiper-slide {
  width: 80vw;
}
.footerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav_link {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.nav_link .nav_item img {
  width: 45vw;
  height: 24vw;
}

.slibar {
  padding: 0 15px;
}
.slibar img {
  width: 100%;
  height: 12vw;
}

.item_list {
  margin-top: 30px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item_list img {
  margin-right: 20px;
  width: 18vw;
  height: 26vw;
}
.item_list img:last-child {
  margin-right: 0;
}

.hot_title {
  margin-top: 30px;
  padding: 0 15px;
}
.hot_title img {
  height: 6.4vw;
}/*# sourceMappingURL=style.css.map */