.intro-box {
  background: url(../../images/intro-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.indexA-arshine {
  /* padding: 0 0 75px 0; */
  /* background: #fff url(./pics/ibg1-1.jpg) no-repeat center bottom; */
  position: relative;
}

.indexA-arshine .container {
  display: flex;
  padding: 60px 0 30px;
}

.indexA-arshine .txt {
  width: 50%;
  padding-right: 20px;
}

.indexA-arshine .txt h3 {
  font-size: 50px;
  color: #333333;
  line-height: 1;
  font-family: var(--font-family);
  padding: 50px 0 0;
}

.indexA-arshine .txt .t {
  font-size: 18px;
  color: #808080;
  line-height: 30px;
  margin: 20px 0 0;
}

.indexA-arshine .txt .t p {}

.indexA-arshine .txt .more {
  margin-top: 25px;
  height: 50px;
  line-height: 48px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 60px;
  border-radius: 35px;
  font-size: 18px;
  color: #875e29;
  background: linear-gradient(94deg, #fedbaf, #e8b270);
}

.indexA-arshine .txt .more:hover {
  background: #E5AF6A;
}

.indexA-arshine .pic {
  width: 50%;
  display: flex;
  align-items: center;
}

.indexA-arshine .pic img {
  width: 100%;
  aspect-ratio: 5/4;
  height: auto;
}

.indexB-arshine {
  /* background: #fff; */
  padding: 50px 0;
}

.indexB-arshine ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.indexB-arshine ul li {
  text-align: center;
}

.indexB-arshine ul li h5 {
  color: #e5af6a;
  font-size: 60px;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.indexB-arshine ul li h5 span {
  font-family: var(--font-family);
}

.indexB-arshine ul li h5::after {
  content: attr(date-txt);
  position: absolute;
  right: -15px;
  top: 2px;
  color: #e5af6a;
  font-size: 24px;
}

.indexB-arshine ul li:nth-child(1) h5::after {
  right: -80px;
}

.indexB-arshine ul li:nth-child(2) h5::after {
  right: -42px;
}

.indexB-arshine ul li p {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  margin: 5px 0 0;
}

@media screen and (max-width: 1441px) {
  .indexA-arshine .txt h3 {
    font-size: 48px;
  }

  .indexB-arshine ul li h5 {
    font-size: 50px;
  }

  .indexB-arshine ul li p {
    font-size: 22px;
  }
}

@media screen and (max-width: 1367px) {
  .indexA-arshine .txt h3 {
    font-size: 44px;
  }

  .indexA-arshine .txt .t {
    font-size: 17px;
    line-height: 28px;
  }

  .indexA-arshine .txt .more {
    padding: 0 50px;
    font-size: 17px;
  }
}

@media screen and (max-width: 1281px) {
  .indexA-arshine .txt h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1171px) {
  .indexA-arshine .txt h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .indexA-arshine .txt h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .indexA-arshine .txt h3 {
    font-size: 28px;
  }

  .indexA-arshine {
    padding: 0;
    /* background-image: url(./pics/ibg1-1.jpg) !important; */
  }

  .indexA-arshine .container {
    flex-direction: column;
  }

  .indexA-arshine .txt {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .indexA-arshine .txt .t {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 0;
    text-align: left;
    padding: 0px 40px;
  }

  .indexA-arshine .txt .more {
    margin-top: 20px;
    height: 45px;
    line-height: 43px;
    padding: 0 20px;
    font-size: 16px;
  }

  .indexA-arshine .pic {
    width: 100%;
    margin-top: 30px;
  }

  .indexB-arshine {
    padding: 15px 0;
  }

  .indexB-arshine ul li {
    width: 50%;
    text-align: center;
    padding: 15px 0;
  }

  .indexB-arshine ul li h5::after {
    font-size: 18px;
  }

  .indexB-arshine ul li:nth-child(1) h5::after {
    right: -70px;
  }

  .indexB-arshine ul li:nth-child(2) h5::after {
    right: -40px;
  }

  .indexB-arshine ul li h5 {
    font-size: 44px;
  }

  .indexB-arshine ul li p {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .indexA-arshine .txt h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .indexA-arshine .txt h3 {
    font-size: 24px;
  }

  .indexA-arshine ul li>a {
    padding: 20px 10px;
  }

  .indexB-arshine ul li h5 {
    font-size: 36px;
  }

  .indexB-arshine ul li h5 {
    font-size: 40px;
  }
}