.modular1 {
  background: center center no-repeat;
  background-size: cover;
  padding-top: 100px;
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}

.modular1 .wrap {
  margin: 0 auto;
}

.modular1 .box {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
}

.modular1 .left {
  width: 510px;
  color: #000;
}

.modular1 .right {
  margin-left: 48px;
  flex: 1;
  overflow: hidden;
}

.modular1 .left img {
  width: 100%;
  transition: 0.5s;
}

.fnt_12 {
  font-size: 12px;
}

.modular1 .left .info {
  padding: 15px 32px;
  background: #f2f2f2;
  padding-bottom: 50px;
}

.modular1 .left .info .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modular1 .left .details {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.modular1 .left .time {
  margin: 0.5em 0;
}

.modular1 .left .details {
  color: #6c6c6c;
}

.main {
  background: #fff;
}

.modular1 .swiper-pagination {
  bottom: 16px !important;
  left: 32px;
  text-align: left;
}

.modular1 .swiper-pagination .swiper-pagination-bullet {
  background: #b8b6b4 !important;
  border: 0 !important;
  width: 14px !important;
  height: 14px !important;
  margin-bottom: 0 !important;
}

.modular1
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b07048 !important;
  width: 14px !important;
  height: 14px !important;
  border: 0 !important;
}

.modular1 .list-box {
  color: #414141;
}

.modular1 .list-box .title {
  color: #000;
  display: flex;
  padding-bottom: 8px;
  position: relative;
}

.modular1 .list-box .title .l {
  flex: 1;
  font-weight: bold;
}

.modular1 .list-box .title .r {
  display: flex;
  align-items: center;
}

.modular1 .list-box .title .l::before,
.modular1 .list-box .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #979797;
}

.modular1 .list-box .title .l::before {
  height: 2px;
  width: 4em;
  background: #b07048;
  z-index: 4;
}

.modular1 .list-box .list {
  margin-top: 14px;
}

.modular1 .list-box .list .li {
  display: flex;
  color: #414141;
  margin: 0.5em 0;
  padding-left: 1em;
  position: relative;
}

.modular1 .list-box .list .li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 30px;
  background: #b07048;
}

.modular1 .list-box .list .li span {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modular1 .list-box .list .li span.time {
  flex: none;
  margin-left: 40px;
}

.modular1 .list-box + .list-box {
  margin-top: 20px;
}

.modular2 {
  padding: 30px 0;
  background: rgb(240, 242, 245);
}

.modular2 .title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.modular2 .title span {
  display: block;
  height: 0.7em;
  width: 1px;
  background: #c7c7c7;
  margin: 0 0.6em;
}

.modular2 .title a {
  color: #a3a3a3;
  cursor: pointer;
}
.modular2 .title a.on {
  color: #000 !important;
}
.modular2 .swriper-box {
  margin-top: 30px;
  position: relative;
}

.modular2 .swriper-box .swiper-container {
  margin: 0 60px;
}

.modular2 .img-box {
  overflow: hidden;
}

.modular2 .swriper-box img {
  width: 100%;
  transition: 0.5s;
}

.modular2 .swriper-box .swiper-button-next,
.modular2 .swriper-box .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-color: #000;
  top: 50% !important;
  zoom: 0.5;
  padding: 10px;
}

.modular2 .swriper-box .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.modular3 {
  padding-top: 0px;
  background: rgb(240, 242, 245);
  padding-bottom: 40px;
}

.modular3 .right {
  margin-right: 48px;
  margin-left: 0;
}

.modular3 .box {
  background: none;
  padding: 0;
}

.modular3 .left .title {
  color: #b07048;
}

.modular3 .left {
  width: 360px;
}

.modular3 .left a {
  margin: 30px 0;
  display: block;
}

.nt {
  background: url(../images/nt.png) center center no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 0.25em;
}

.modular4 {
  background: rgb(242, 248, 255);
}

.modular4 .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 0.5s;
}

.modular4 .list img {
  max-width: 100%;
  max-height: 100%;
}

.modular4 .list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 20px;
  padding: 60px 0;
  display: none;
}

.modular4 .list.on {
  display: grid;
}

.modular5 {
  background: #f3f2f0;
  padding: 42px 0;
}

.modular5 .wrap {
  display: flex;
}

.modular5 .wrap .right {
  flex: 1;
  display: flex;
  padding: 6px 1em 0.5em;
  border: 1px solid #b07048;
  margin-left: 2em;
  background: #fff;
  flex-wrap: wrap;
}

.modular5 .wrap .right .down-popup {
  margin: 0 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.modular5 .wrap .right .down-popup .jt {
  border: 1px solid #b07048;
  width: 10px;
  height: 10px;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  margin: 0 10px;
  margin-top: -5px;
  transition: 0.3s;
}

.modular5 .wrap .right .down-popup.on .jt {
  transform: rotate(225deg);
  margin-top: 10px;
}

.modular5 .left {
  background: #b07048;
  padding: 6px 1em 0.5em;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}

.modular5 .left::after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-left-color: #b07048;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.modular5 .sub-list {
  display: none;
}

.popup {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}

.popup .list {
  background: #fff;
  border: 1px solid #b07048;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.popup .list .item {
  margin: 10px 20px;
  position: relative;
  cursor: pointer;
  padding-left: 1em;
}

.popup .list .item::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b07048;
  margin-left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

a {
  transition: 0.3s;
}

a:hover {
  color: #b07048 !important;
}

@media screen and (min-width: 1024px) {
  .modular2 .img-box:hover img {
    transform: scale(1.05);
  }

  .modular4 .list .item:hover,
  .modular3 .left img:hover {
    transform: translate(0, -5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 1024px) {
  .modular1 {
    padding-top: 100px;
  }

  .modular1 .box {
    flex-direction: column;
  }

  .modular1 .left {
    width: 100%;
  }

  .modular1.modular3 {
    padding-top: 30px;
  }

  .modular3 .right {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .modular1 .right {
    margin-left: 0;
    margin-top: 30px;
  }

  .modular4 .list {
    padding: 30px 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .modular5 .wrap {
    flex-direction: column;
  }

  .modular5 .wrap .right {
    margin-top: 1em;
    margin-left: 0;
  }

  .modular5 .left::after {
    border-left-color: transparent;
    border-top-color: #b07048;
    right: auto;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
  }

  .modular5 .wrap .right .down-popup {
    margin: 5px 10px;
  }

  .modular2 .swriper-box .swiper-container {
    margin: 0 30px;
  }

  .modular2 .swriper-box .swiper-button-next,
  .modular2 .swriper-box .swiper-button-prev {
    width: 53px !important;
    height: 53px !important;
    zoom: 0.3;
  }

  .modular5 {
    padding: 22px 0;
  }
}
