@charset "utf-8";
/* CSS Document */

.yztPC {
  display: none;
}
.yztMob {
  display: block;
}
.m-elelayui-nav {
  border-radius: 0px;
}
body {
  background: #f8f6f5 !important;
  overflow: scroll;
}
/*导航*/
.dh {
  background-color: #fff;
  height: 100px;
  line-height: 100px;
  padding: 0 40px;
  box-sizing: border-box;
}
.dh .main {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox 隐藏滚动条 */
  -ms-overflow-style: none; /* IE/Edge 隐藏滚动条 */
}
.dh .main p {
  white-space: nowrap;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox 隐藏滚动条 */
  -ms-overflow-style: none; /* IE/Edge 隐藏滚动条 */
}
.dh a {
  color: #000;
  font-size: 38px;
  font-weight: 400;
}
ul.nav-ul {
  width: 100%;
}
.header_ydd {
  display: inline-block;
  width: 100%;
  height: 80px;
  background: #b82f27;
  font-size: 36px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 80px;
  margin-top: 10px;
}
.nav-ul a:hover {
  font-size: 38px;
  color: #b82f27;
}
/*轮播图样式*/

.yzt-con {
  background-color: #fff;
  /*min-height: 900px; */
  padding: 1px 0 40px 0;
  position: relative;
  background-position:
    left top,
    /* 左上角 */ right bottom; /* 右下角 */
  background-repeat: no-repeat;
  background-size: auto; /* 图片原大小 */
  margin-top: 20px;
  margin-bottom: 20px;
}
.sw-box1 {
  width: calc(100% - 30px);
  height: 334px;
  margin: 40px 0 40px 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.sw-box1 .swiper-container {
  width: calc(100% - 20px);
  height: calc(100% - 96px);
  margin-top: 48px;
  margin-left: 20px;
}

.sw-box2 {
  width: calc(100% - 30px);
  height: 334px;
  margin: 40px 30px 40px 0px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.sw-box2 .swiper-container {
  width: calc(100% - 20px);
  height: calc(100% - 96px);
  margin-top: 48px;
  margin-right: 20px;
}

.swiper-slide {
  background: #eee;
  font-size: 30px;
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-slide-title {
  text-align: left;
  font-style: normal;
  position: absolute;
  bottom: 0;
  background: #0000007a;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
}

.swiper-slide-title a {
  display: block;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 42px;
  letter-spacing: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word; /* 处理长单词换行 */
}
.yzt-con {
            background-image: 
            url(bg1260605.png),
            url(bg2260605.png);
        }
        .sw-box1 {
            background-image: url(p1260605.png);
        }
        .sw-box2 {
            background-image: url(p2260605.png);
        }