.main-cr {
  position: fixed;
  top: -140px;
  left: -170px;
}
.main-cr__box {
  position: relative;
  width: 1024px;
  height: 1009px;
  background: url(../imgs/new_main/main_cr.svg) no-repeat 0 0;
  background-size: 100% auto;
  animation: RotateRight 12s linear infinite normal both;
}
@media screen and (max-width: 1024px) {
  .main-cr__box {
    width: 960px;
    height: 944px;
  }
}

@keyframes RotateRight {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-banner {
  position: relative;
  margin-top: 2.143rem;
}
.main-banner__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -3px;
}
.main-banner__item {
  width: 16.6666666667%;
  padding: 5px;
}
@media screen and (max-width: 1174px) {
  .main-banner__item {
    width: 25%;
  }
}
@media screen and (max-width: 614px) {
  .main-banner__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 430px) {
  .main-banner__item {
    width: 50%;
  }
}
.main-banner__link {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  width: 100%;
}
.main-banner__box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 243px;
  padding-bottom: 1.857rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
@media screen and (max-width: 670px) {
  .main-banner__box {
    height: 232px;
  }
}
.main-banner__box--bg1 {
  background-image: url(../imgs/new_main/box_bg1.png);
}
.main-banner__box--bg2 {
  background-image: url(../imgs/new_main/box_bg2.png);
}
.main-banner__box--bg3 {
  background-image: url(../imgs/new_main/box_bg3.png);
}
.main-banner__box--bg4 {
  background-image: url(../imgs/new_main/box_bg4.png);
}
.main-banner__box--bg5 {
  background-image: url(../imgs/new_main/box_bg5.png);
}
.main-banner__box--bg6 {
  background-image: url(../imgs/new_main/box_bg6.png);
}
.main-banner__box--bg7 {
  background-image: url(../imgs/new_main/box_bg7.png);
}
.main-banner__box--bg8 {
  background-image: url(../imgs/new_main/box_bg8.png);
}
.main-banner__box--bg9 {
  background-image: url(../imgs/new_main/box_bg9.png);
}
.main-banner__box--bg10 {
  background-image: url(../imgs/new_main/box_bg10.png);
}
.main-banner__box--bg11 {
  background-image: url(../imgs/new_main/box_bg11.png);
}
.main-banner__text {
  display: block;
  font-weight: bold;
  font-size: 1.429rem;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.43);
}/*# sourceMappingURL=new_main.css.map */