body {
  background: #f2f2f2;
}

.banner {
  position: relative;
}
.banner img {
  width: 100%;
  /* height: 300px; */
}
.banner .logo {
  width: 150px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 20px;
  background: url(./linanlogo.png) no-repeat center;
  background-size: 100% 100%;
}

.main {
  width: 1100px;
  margin: 20px auto;
}
.main .button {
  width: 250px;
  height: 150px;
  margin: 0 15px;
  background: #cdf1fd;
  font-weight: bolder;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
}
.main .button a {
  color: #6eb0de;
}

.button::before,
.button::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: white;
}

.aLink::before,
.aLink::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: white;
}

.button:hover::before,
.button:hover::after {
  width: 100%;
}

.button:hover .aLink::before,
.button:hover .aLink::after {
  height: 100%;
}

.btn6::before {
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}

.btn6::after {
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}

.btn6 .aLink::before {
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.btn6 .aLink::after {
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.btn6:hover::before,
.btn6:hover::after {
  left: 0;
}

.btn6:hover .aLink::before,
.btn6:hover .aLink::after {
  top: 0;
}

.yearBox {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.color2 {
  background: #e99501 !important;
}
.color2 a {
  color: #fff !important;
}

.color3 {
  background: #a1c710 !important;
}
.color3 a {
  color: #fff !important;
}

.color4 {
  background: #5ca9fb !important;
}
.color4 a {
  color: #fff !important;
}

.title {
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  color: #333;
  margin: 14px 0;
  line-height: 40px;
  width: 330px;
  height: 70px;
  margin: 0 auto;
  background: url(./bg-title.png) no-repeat;
  background-size: 100% 100%;
  color: #0287e6;
}

.oldyearsBox {
  display: flex;
  justify-content: space-between;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.oldyearsBox .boxRight {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0.5rem;
}
.oldyearsBox .boxRight .buttons {
  width: 30%;
  height: 40px;
  background-color: #6eb0de;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
}
.oldyearsBox .boxRight .buttons a {
  width: 30%;
  font-size: 18px;
  font-weight: bolder;
  color: #fff;
  z-index: 99;
}
.oldyearsBox .boxLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  background: #cdf1fd;
}
.oldyearsBox .boxLeft p {
  margin-top: 10px;
  color: #6eb0de;
  font-weight: bold;
}

.footer-boxs {
  display: none;
}/*# sourceMappingURL=minsheng2023pc.css.map */