.layout-wrapper {
  min-width: 1200px;
}
.layout-middle {
  height: calc(100vh - 166px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-content {
  width: 1200px;
  margin: 0 auto;
}
.layout-header {
  background: #333;
  padding: 0 30px;
}
.layout-header .menu {
  display: flex;
  align-items: center;
}
.layout-header .menu-item {
  height: 64px;
  line-height: 64px;
  padding: 0 32px;
  font-size: 16px;
  color: #c3c3c3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.layout-header .menu-item.active {
  background-color: #fff;
  color: #262626;
}
.layout-footer {
  display: flex;
  align-items: center;
  background-color: #2059aa;
  padding: 15px 50px;
}
.layout-footer .logo {
  width: 76px;
  margin-right: 30px;
}
.layout-footer .qrcode {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.layout-footer .qrcode > img {
  width: 72px;
}
.layout-footer .qrcode .title {
  margin-left: 18px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

.page-common {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-common .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-common .title {
  font-size: 36px;
  color: #2059aa;
  margin-top: 16px;
  margin-bottom: 10px;
}
.page-common .subtitle {
  font-size: 16px;
  color: #808080;
}
.page-common .subtitle .dot {
  display: inline-block;
  position: relative;
  margin-left: 24px;
}
.page-common .subtitle .dot:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #808080;
  border-radius: 50%;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}
.page-common .right {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.page-common .right img:first-of-type {
  width: 280px;
  margin-right: 100px;
}
.page-common .right img:last-of-type {
  width: 480px;
}

.page-list {
  display: flex;
  justify-content: center;
}
.page-list .item {
  display: flex;
  align-items: center;
}
.page-list .item:first-of-type {
  margin-right: 32px;
}
.page-list .item img {
  width: 80px;
}
.page-list .item a {
  font-size: 30px;
  color: #fff;
}

.page-home {
  background-image: url("../img/ic_home_bg.png");
  background-size: 100%;
  height: calc(100vh - 270px);
  /* height: calc(100vh - 334px); */
}
.page-home .content {
  text-align: center;
  color: #fff;
}
.page-home .content .logo {
  width: 142px;
  vertical-align: top;
}
.page-home .content .title {
  font-size: 42px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}
.page-home .content .subtitle {
  font-size: 28px;
  margin-bottom: 30px;
}
.page-home-footer {
  background-color: #333;
  padding: 20px 0;
  text-align: center;
}
.page-home-footer .logo {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
}
.page-home-footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808080;
  font-size: 14px;
}
.page-home-footer .copyright > img {
  margin-left: 24px;
  margin-right: 8px;
}

.page-home-footer .copyright a {
  color: #808080;
  font-size: 14px;
}
.page-home-footer .list {
  padding: 20px 0;
}
.page-home-footer .list img {
  margin: 0 10px;
}

.page-welfare .right img:first-of-type {
  width: 320px;
}

.page-marketing .right img:first-of-type {
  width: 1000px;
  margin-right: 0;
  margin-bottom: 60px;
}

.page-dynamic {
  margin: 0 auto;
  width: 100%;
}
.page-dynamic .swiper {
  width: 100%;
  --swiper-navigation-color: #1188ff;
  --swiper-pagination-color: #1188ff;
}
.page-dynamic .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-dynamic .swiper-big {
  height: 80%;
  width: 100%;
}
.page-dynamic .swiper-small {
  height: 20%;
  box-sizing: border-box;
  padding: 10px;
  background-color: #333;
}
.page-dynamic .swiper-small .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
}
.page-dynamic .swiper-small .swiper-slide-thumb-active {
  opacity: 1;
}

/*# sourceMappingURL=common.css.map */
