html,
body {
  margin: 0;
  background: url(../images/bg.jpg) #e4d0c5;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  font-family: "Lato", sans-serif;
}
a {
  text-decoration: none;
}
.edit_con_original img{
  width: auto;
}
img {
  width: 100%;
  vertical-align: top;
}
.banner {
  position: relative;
}
.banner .logo {
  width: 510px;
  position: absolute;
  left: 40px;
  top: 30px;
}

.wrap {
  width: 1440px;
  max-width: 95%;
  margin: 0 auto;
}
.modular {
  position: relative;
  z-index: 1;
}
.modular1 {
  margin-top: -180px;
}

.modular1 .body {
  margin-top: 40px;
  overflow: hidden;
}

.modular1 .body .item {
  width: calc(33.33% - 20px - 65px);
  float: left;
  text-align: center;
  padding: 10px;
  background: url(../images/bk.png) center center no-repeat;
  background-size: cover;
  position: relative;
  font-size: 14px;
}
.modular1 .body .item .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  background: url(../images/play.png) center center no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
  transition: 0.5s;
}

.modular1 .body .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  background: url(../images/9.jpg) center center no-repeat;
  padding: 29px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  font-weight: 300;
  line-height: 1.5;
  box-sizing: border-box;
  margin: 10px;
}

.modular1 .body .item .info .tit {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.modular1 .body .item + .item {
  margin-left: 97px;
}

.modular .title .more a:hover,
a:hover .tit {
  text-decoration: underline;
}

.modular1 .body .item:hover .play {
  transform: translate(-50%, -50%) scale(1.2);
}

.modular3-open .swiper-wrapper {
  gap: 30px;
  flex-wrap: wrap;
}

.modular3.modular3-open {
  margin-top: -154px;
  margin-bottom: 100px;
}

.modular3-open .body {
  margin-bottom: 60px;
}

.modular3-open .swiper-slide {
  width: calc(33.33% - 20px);
}

.modular3-open .swiper-slide img {
  width: 100%;
}

.modular3,
.modular4,
.modular5,
.modular2 {
  margin-top: 80px;
}
.modular .title {
  position: relative;
}
.modular .title .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  transition: 0.5s;
}

.modular .title .more a {
  color: #7a3d00;
  text-decoration: none;
}

.modular3 .body,
.modular2 .body {
  overflow: hidden;
  margin-top: 40px;
}
.modular2 .body .item {
  width: calc(50% - 31px);
  float: left;
  overflow: hidden;
  border-bottom: 1px dashed #7a3d00;
}

.modular2 .body .item:nth-child(2n) {
  margin-left: 62px;
}

.modular2 .body .item .info > * {
  float: left;
}

.modular2 .body .item .info {
  line-height: 100px;
}

.modular2 .body .item .info .tit {
  width: calc(100% - 60px - 1em);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 24px;
  color: #7a3d00;
  margin-right: 10px;
  position: relative;
  padding-left: 1em;
  font-weight: bold;
  transition: 0.5s;
}

.modular2 .body .item .info .tit::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #7a3d00;
}

.modular2 .body .item .info .time {
  font-size: 14px;
  color: #7a3d00;
}

.modular5 .list .item:hover .tit,
.modular2 .body .item:hover .tit {
  color: #e41a01;
}

.modular3 .body {
  position: relative;
  overflow: visible;
}

.modular3 .swiper-button-next,
.modular3 .swiper-button-prev {
  left: -25px;
  background: none;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.modular3 .swiper-button-next {
  right: -25px;
  left: auto;
}

.modular3 .swiper-button-next img,
.modular3 .swiper-button-prev img {
  width: 14px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modular3 .info {
  text-align: center;
  color: #7a3d00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.modular3 .info .head {
  width: 70%;
  margin: auto;
  border-radius: 890px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(122, 61, 0, 0.5);
}
.modular3 .info .name {
  font-size: 48px;
  font-family: "宋体";
  font-weight: bold;
  margin: 24px 0;
}

.modular3 .info .details {
  font-size: 24px;
}

.modular4 .body .item {
  padding: 0 36px;
  border-radius: 15px;
  box-sizing: border-box;
  border-bottom: 0;
  margin-bottom: 12px;
}

.modular4 .body .item .tit {
  font-weight: bold;
}

.modular4 .body .item .info .time {
  padding: 5px 24px;
  background: #7a3d00;
  color: #fff;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  float: none;
  border-radius: 50px;
}
.modular4 .body .item .info .tit {
  width: calc(100% - 102px);
  vertical-align: middle;
  float: none;
  display: inline-block;
  padding-left: 0;
}
.modular4 .body .item .info .tit::after {
  display: none;
}

.modular5 .body .item {
  width: 100%;
}

.modular5 .body .item:nth-child(2n) {
  margin-left: 0px;
}

.modular5 .body .item .tit {
  font-weight: bold;
}
.modular5 .list {
  overflow: hidden;
  margin-top: 40px;
}
.modular5 .list .item {
  width: calc(25% - 21px);
  float: left;
}

.modular5 .list .item + .item {
  margin-left: 28px;
}
.modular5 .list a {
  text-decoration: none;
}
.modular5 .list .tit {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #7a3d00;
  text-decoration: none;
  margin-top: 10px;
}

.modular5 .list .item .img-box {
  padding-right: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.modular5 .list .item .img-box img {
  position: relative;
  z-index: 1;
}
.modular5 .list .item .img-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  background: #7a3d00;
}

.modular5 {
  margin-bottom: 100px;
}

.footer {
  text-align: center;
  background: #7a3d00;
  color: #fff;
  padding: 50px 0;
}
