.content {
    background: #f5fcfc;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    position: relative;
}
.block {
    padding: 40px;
    z-index: 2;
}
.block-video {
    background: #fff;
    padding-bottom: 30px;
}
.block-video video{
    height: 630px;
}
/* 背景 */
.bg1 {
    width: 100%;
    height: 332px;
    background: url(../img/bg-l.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
}
.bg2 {
    width: 100%;
    height: 332px;
    background: url(../img/bg-r.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 160px;
    z-index: 1;
}
.bg3 {
    width: 100%;
    height: 632px;
    background: url(../img/bg2.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
}

.swiper-container {
    width: 1120px;
    height: 100%;
    padding: 10px 0 !important;
}

.swiper-slide > div {
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}
.swiper-slide > div span {
    display: inline-block;
    color: #333;
}
.swiper-slide > div span:nth-child(2) {
    overflow: hidden;
    word-break: keep-all;
    display: inline-flex;
    padding: 10px 14px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    color: #333;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}
.swiper-slide > div div {
    color: #333;
    height: 40px;
    font-size: 14px;
    text-align: center;
}
.swiper-container-bot .swiper-wrapper {
    padding: 30px 0px;
    margin-top: -40px;
}
.swiper-container-bot .swiper-slide .dmgzimg {
    width: 246px;
    height: 285px;
    overflow: hidden;
    text-align: center;
}
.swiper-container-bot .swiper-slide-active .dmgzimg {
    width: 364px;
    height: 285px;
}
.swiper-container-bot .swiper-slide-prev .dmgzimg {
    width: 384px;
    height: 285px;
}
.swiper-container-bot .swiper-slide-next .dmgzimg {
    width: 384px;
    height: 285px;
}
.swiper-container-bot .swiper-slide-active {
    margin-top: 6px;
}

.swiper-container-bot .swiper-button-next,
.swiper-container-bot .swiper-button-prev {
    margin-top: -45px;
}
.swiper-container-bot .swiper-slide-prev,
.swiper-container-bot .swiper-slide-next {
    margin-top: 0px;
}

.swiper-slide-active > div span:nth-child(2) {
    padding-bottom: 0;
}
.swiper-slide img {
    /* height: 100%; */
    /* height: 249px; */
    /* width: 364px;
    height: 289px; */
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.73);
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1) !important;
    z-index: 999;
}

.swiper-slide-next {
    z-index: 99;
}
.swiper-slide-duplicate {
    transform: scale(0.73);
}
.swiper-slide-prev,
.swiper-slide-next {
    transform: scale(0.9);
}
.swiper-slide-next ~ .swiper-slide {
    transform: scale(0.73);
}
.swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background: url(../img/next-img.png) no-repeat !important;
    background-size: 100% 100% !important;
    right: 10px;
    left: auto;
}
.swiper-button-next:hover {
    background: url(../img/next-img-h.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.swiper-button-prev {
    width: 44px !important;
    height: 44px !important;
    background: url(../img/pre-img.png) no-repeat !important;
    background-size: 100% 100% !important;
    right: 10px;
    left: auto;
}
.swiper-button-prev:hover {
    background: url(../img/pre-img-h.png) no-repeat !important;
    background-size: 100% 100% !important;
}
/* .swiper-slide-active{
    width: 384px!important;
    height: 435px!important;
    overflow: hidden;
  } */

.carousel {
    position: relative;
    width: 1120px;
    height: 630px;
    overflow: hidden;
}

.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.carousel-item.active {
    opacity: 1;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carouselfy {
    height: 220px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.carousel-indicators {
    position: absolute;
    bottom: 40px;
    left: -16px;
    display: flex;
    justify-content: center;
}

.carousel-indicators div {
    width: 226px;
    height: 160px;
    margin: 0 15px;
    border: none;
    cursor: pointer;
}
.carousel-indicators div img {
    width: 200px;
    height: 160px;
}
.carousel-indicators div span {
    text-align: center;
    height: 50px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 36px */
    letter-spacing: 0.36px;
    margin-bottom: 12px;
}

.carousel-indicators div.active img {
    border: 4px solid #72c35e;
}

.carousel-control {
    height: 100px;
    position: absolute;
    top: 50%;
    bottom: 20px;
    transform: translateY(-60%);
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.carousel-control.prev {
    width: 22px;
    height: 48px;
    left: 0px;
    bottom: 10px;
    background: url(../img/dmgz/dm-lb-l.png) no-repeat;
}

.carousel-control.next {
    width: 22px;
    height: 48px;
    right: 0px;
    bottom: 10px;
    background: url(../img/dmgz/dm-lb-r.png) no-repeat;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body {
    background: #000;
    color: #000;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 视频轮播 */
.gallery-thumbs .swiper-slide {
    display: flex;
    flex-direction: column;
}
.gallery-top .swiper-slide > div {
    padding: 0;
    background: #fff;
    box-shadow: none;
}
.gallery-thumbs .swiper-slide-prev,
.gallery-thumbs .swiper-slide,
.gallery-thumbs .swiper-slide-next,
.gallery-thumbs .swiper-slide-next ~ .swiper-slide {
    transform: scale(1);
    cursor: pointer;
}
.gallery-thumbs .swiper-slide img {
    border: 4px solid #fff;
}
.gallery-thumbs .selected img {
    border: 4px solid #72c35e;
}

.gallery-thumbs .swiper-slide span {
    text-align: center;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 36px */
    letter-spacing: 0.36px;
    margin-top: 8px;
}

.gallery-top {
    position: relative;
}
.gallery-thumbs .swiper-button-prev {
    width: 24px !important;
    height: 44px !important;
    background: url(../img/dmgz/dm-lb-r.png) no-repeat !important;
    background-size: 100% 100% !important;
    left: 1090px !important;
    bottom: 0 !important;
    margin-top: -34px !important;
}
.gallery-thumbs .swiper-button-next {
    width: 24px !important;
    height: 44px !important;
    background: url(../img/dmgz/dm-lb-l.png) no-repeat !important;
    background-size: 100% 100% !important;
    left: 8px !important;
    bottom: 0 !important;
    margin-top: -34px !important;
}
.swiper-slide {
    position: relative;
}
.swiper-slide .video-bt {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 20px;
    bottom: 55px;
    border: none !important;
}
