/* 全媒体资源 */


.media .header-left .logo ,
.resource-map .header-left .logo{
    margin: 12px 0 0 35px;
}

.media .page-container{
    margin-top: 0px;
    padding-top: 0;
}
.page-banner {
    height: 696px;
    width: 100%;
    position: relative;
}

/* 视频背景 */
.media-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    overflow: hidden;
    /* background-color: rgb(24, 83, 111,0.2); */
    background-image: url(../images/banner_bg.jpg);
    background-size: cover;
}

/* .media-background::after{
    content: '';
    width: 100%;
    height: 80%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 60%;
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 100%);
} */
.media-background video {
    width: 100%;
    object-fit: cover;
    height: 696px;
    position: absolute;
    opacity: 0.9;
}

/* 搜索部分 */
.media-search-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - 149px);
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.media-search-wrap .sw1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 10;
    padding: 0 24px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    /* pointer-events: none; */
}

.media-search-wrap .sw2 {
    position: relative;
    height: 97px;
    max-width: 816px;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.materual-search-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 810px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.86);
    border-radius: 28px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08);
}

.media-search-wrap .s-type-box {
    position: relative;
    z-index: 1;
    min-width: 100px;
    height: inherit;
    cursor: pointer;
}

.media-search-wrap .s-type-box a {
    display: flex;
    /* min-width: 96px; */
    height: 100%;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: 16px;
    margin: 0 15px;
}

.media-search-wrap .s-type-box a::after {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    position: absolute;
    background-color: #a3b1b6;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.media-search-wrap .s-type-box a span {
    margin-right: 17px;
    font-size: 16px;
}

.media-search-wrap .s-input-box {
    position: relative;
    height: inherit;
    flex: 1 1;
    border-radius: 12px 0 0 12px;
}

.media-search-wrap .v-v-box {
    position: relative;
    cursor: pointer;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.media-search-wrap .v-v-box a {
    display: block;
    margin-right: 27px;
}

.media-search-wrap .s-submit-btn {
    position: relative;
    display: block;
    width: 115px;
    height: 57px;
    font-size: 16px;
    border-radius: 0 28px 28px 0;
    border: 0;
    outline: none;
    cursor: pointer;
    color: #fff;
    background-color: #CC2028;
    transition: all 0.2s ease;
}

.media-search-wrap .s-submit-btn img {
    width: 26px;
    height: 26px;
    margin-right: 5px;
    vertical-align: -8px;
}

.media-search-wrap .search-input {
    height: inherit;
    padding: 0 18px;
    font-size: 16px;
    line-height: 20px;
    outline: none;
    border: none;
    width: calc(100% - 40px);
    background-color: transparent;
}

.media-search-wrap .search-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.58);
    font-size: 16px;
}

/* 搜索关键词 */
.s-keys-box {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    max-height: 56px;
    width: 100%;
    margin-top: 24px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 100px;
}

.s-keys-box .s-key-item {
    display: inline-block;
    margin: 0 8px 0px 0;
    padding: 0 12px;
    color: #fff;
    white-space: nowrap;
    /* backdrop-filter: blur(4px); */
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    height: 27px;
}

.slider-sec {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    width: 1280px;
    margin: 0 auto;
    z-index: 9;
    display: none;
}

.slider-sec .v-v-item {
    width: 264px !important;
    height: 149px;
    border-radius: 14px;
    overflow: hidden;
}

.slider-sec .slider-button {
    top: 50%;
    width: 40px;
    height: 40px;
    overflow-wrap: break-word;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    position: absolute;
    z-index: 999;
    border-radius: 50%;
    box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 7%);
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    transform: translateY(-50%);
}

.slider-sec .slider-button.swiper-button-disabled {
    opacity: 0.5;
}

.slider-sec .slider-button {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-sec .button-prev {
    left: -20px;
    background-image: url(../images/slider_left.png);
}

.slider-sec .button-next {
    right: -20px;
    background-image: url(../images/slider-right.png);
}

.case-slider-box {
    overflow: hidden;
}

/* 案例模块 */
.case-section {
    margin-top: 15px;
    margin-bottom: 15px;
}

.case-section .sec-title {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    height: 60px;
    line-height: 60px;
    margin-bottom: 5px;
}

.case-section .sec-title span {
    font-size: 26px;
    font-weight: 600;
    line-height: 37px;
}

.case-section .sec-title a {
    color: inherit;
    font-size: 14px;
    margin-left: auto;
}

.sec-container {
    display: flex;
    justify-content: space-between;
}
.sec-type-box{
    width: 100%;
}
.case-section .sec-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* background-color: #F4F4F4; */
}

.case-section .sec-one .sec-item {
    width: 636px;
    height: 385px;
}

.case-section .sec-four {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 636px;
    height: 385px;
    align-content: space-between;
}

.case-section .sec-four .sec-item {
    width: 314px;
    height: 188px;
}

.case-section img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}


.pic-keys {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}

.sec-container .sec-six {
    width: 100%;
    /* height: 486px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-between;
}

.sec-container .sec-six .sec-item {
    width: 421px;
    height: 237px;
    margin-right: 9px;
    margin-bottom: 9px;
}
.sec-container .sec-six .sec-item:nth-child(3n+0) {
    margin-right: 0px;
}

.sec-container .sec-item .item-title {
    position: absolute;
    left: 0;
    right: 0;
    height: 42px;
    line-height: 42px;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sec-container .sec-item .item-l-t {
    position: absolute;
    left: 11px;
    top: 11px;
    width: 40px;
    height: 22px;
    background: rgba(255, 255, 255, 0.39);
    border-radius: 2px;
}

.sec-container .sec-item .top-info {
    position: absolute;
    top: 11px;
    /* width: 40px; */
    height: 22px;
    background: rgba(0, 0, 0, 0.39);
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    padding: 0 4px;
}

.sec-container .sec-item .top-info.orange {
    background: #FF9800;
}

.sec-container .sec-item .item-l-t {
    left: 11px;
}

.sec-container .sec-item .item-r-duration {
    right: 11px;
}

.sec-container .sec-item .item-r-infos {
    right: 11px;
    background: none;
    width: auto;
}

.sec-container .sec-item:hover .mask-wrap {
    background: rgba(0, 0, 0, .5);
}

.sec-container .sec-item:hover img {
    transform: scale(1.1);
}

.sec-container .sec-item .video-preview {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: -1;
}

.sec-container .sec-item .video-preview video {
    width: 100%;
    height: 100%;
}


/* 资源图谱 */
.resource-map{
    background-color: rgba(2, 11, 21, 1);
    overflow: hidden;
}
.resource-map .page-container{
    margin-top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.resource-map iframe{
    overflow: hidden;
}