.media1 {
    position: relative;
    z-index: 2;
    height: 800px
}

.media1 .wrap {
    width: 1700px;
    margin: 135px auto 0;
    text-align: center
}

.media1 .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 21px;
    margin: 0 0 207px
}

.media1 .wrap .top .l {
    display: flex;
    align-items: center
}

.media1 .wrap .top .l a {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF
}

.media1 .wrap .top .l .iconfont {
    color: #fff;
    font-size: 14px;
    margin: 0 6px
}

.media1 .wrap .top .back {
    width: 57px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #333333
}

.media1 .wrap .title {
    width: 671px;
    margin: auto
}

.media1 .wrap .title h1 {
    font-weight: bold;
    font-size: 42px;
    color: #FFFFFF;
    margin: 0 0 56px
}

.media1 .wrap .title p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px
}

.media2 {
    padding: 92px 0 79px 0
}

.media2 .wrap {
    width: 1480px;
    margin: auto
}

.media2 .wrap .top {
    display: flex;
    justify-content: space-between;
    height: 620px
}

.media2 .wrap .top .big {
    width: 1104px;
    height: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.media2 .wrap .top .big img {
    width: 100%;
    height: 100%
}

.media2 .wrap .top .big .position_text {
    bottom: 42px;
    left: 49px;
    z-index: 2;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    position: absolute
}

.media2 .wrap .top .big .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 94px;
    cursor: pointer
}

.media2 .wrap .top .big .play .bor {
    width: 100%;
    object-fit: contain
}

.media2 .wrap .top .big .play .position {
    position: absolute;
    width: 17px;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    object-fit: contain
}

.media2 .wrap .top .side {
    width: 355px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.media2 .wrap .top .side .item {
    width: 100%;
    height: 192px;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.media2 .wrap .top .side .item:hover .img img {
    transform: scale(1.1)
}

.media2 .wrap .top .side .item:after {
    content: '';
    position: absolute;
    width: 355px;
    height: 105px;
    background: linear-gradient(180deg, transparent, #000);
    opacity: 0.7;
    bottom: 0;
    left: 0
}

.media2 .wrap .top .side .item .img {
    width: 100%;
    height: 100%
}

.media2 .wrap .top .side .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.media2 .wrap .top .side .item .position {
    position: absolute;
    bottom: 16px;
    left: 25px;
    z-index: 5;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF
}

.media2 .wrap .cut {
    display: flex;
    align-items: center;
    padding: 0 0 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 78px 0 49px 0
}

.media2 .wrap .cut .list {
    display: flex;
    align-items: center;
    cursor: pointer
}

.media2 .wrap .cut .list.on .icon {
    filter: grayscale(0);
    opacity: 1
}

.media2 .wrap .cut .list.on p {
    color: #00388B
}

.media2 .wrap .cut .list:not(:last-child) {
    margin: 0 57px 0 0
}

.media2 .wrap .cut .list .icon {
    width: 17px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    filter: grayscale(1);
    opacity: .7;
    transition: .6s ease
}

.media2 .wrap .cut .list .icon img {
    object-fit: contain
}

.media2 .wrap .cut .list p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    transition: .6s ease
}

.media2 .wrap .bottom .matter {
    display: none
}

.media2 .wrap .bottom .matter.on {
    display: block
}

.media2 .wrap .bottom .matter .content {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 49px 19px;
}

.media2 .wrap .bottom .matter .content:not(:last-child) {
    margin: 0 0 19px;
}
.media2 .wrap .bottom .matter .content .item .img {
    width: 355px;
    height: 192px;
    overflow: hidden;
    position: relative;
    border-radius: 8px
}

.media2 .wrap .bottom .matter .content .item .img:hover .bg_img {
    transform: scale(1.1)
}

.media2 .wrap .bottom .matter .content .item .img .bg_img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.media2 .wrap .bottom .matter .content .item .img .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 51px;
    cursor: pointer
}

.media2 .wrap .bottom .matter .content .item .img .play .bor {
    width: 100%;
    object-fit: contain
}

.media2 .wrap .bottom .matter .content .item .img .play .position {
    position: absolute;
    width: 11px;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    object-fit: contain
}

.media2 .wrap .bottom .matter .content .item .text {
    margin: 21px 0 0 0
}

.media2 .wrap .bottom .matter .content .item .text h1 {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0 0 13px
}

.media2 .wrap .bottom .matter .content .item .text p {
    font-weight: 400;
    font-size: 14px;
    color: #666666
}

.media2 .wrap .bottom .matter .content .item .text .dis {
    margin: 17px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.media2 .wrap .bottom .matter .content .item .text .dis .label {
    width: fit-content;
    padding: 0 7px;
    height: 32px;
    background: rgba(2, 54, 140, 0.1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #00388B
}

.media2 .wrap .bottom .matter .content .item .text .dis .time {
    font-weight: 500;
    font-size: 14px;
    color: #888888
}

.media2 .wrap .bottom .matter .more {
    width: 180px;
    height: 56px;
    background: #F6F6F6;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 75px auto 0;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: .6s ease
}

.media2 .wrap .bottom .matter .more:hover {
    background: #00388B;
    color: #fff
}

@media screen and (max-width: 1919px) {
    .media1 {
        position: relative;
        z-index: 2;
        height: 41.6666666667vw
    }

    .media1 .wrap {
        width: 88.5416666667vw;
        margin: 7.03125vw auto 0;
        text-align: center
    }

    .media1 .wrap .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: .0520833333vw solid rgba(255, 255, 255, 0.1);
        padding: 0 0 1.09375vw;
        margin: 0 0 10.78125vw
    }

    .media1 .wrap .top .l {
        display: flex;
        align-items: center
    }

    .media1 .wrap .top .l a {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #FFFFFF
    }

    .media1 .wrap .top .l .iconfont {
        color: #fff;
        font-size: .7291666667vw;
        margin: 0 .3125vw
    }

    .media1 .wrap .top .back {
        width: 2.96875vw;
        height: 1.5625vw;
        background: #FFFFFF;
        border-radius: .78125vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: .7291666667vw;
        color: #333333
    }

    .media1 .wrap .title {
        width: 34.9479166667vw;
        margin: auto
    }

    .media1 .wrap .title h1 {
        font-weight: bold;
        font-size: 2.1875vw;
        color: #FFFFFF;
        margin: 0 0 2.9166666667vw
    }

    .media1 .wrap .title p {
        font-weight: 400;
        font-size: .9375vw;
        color: #FFFFFF;
        line-height: 1.5625vw
    }

    .media2 {
        padding: 4.7916666667vw 0 4.1145833333vw 0
    }

    .media2 .wrap {
        width: 77.0833333333vw;
        margin: auto
    }

    .media2 .wrap .top {
        display: flex;
        justify-content: space-between;
        height: 32.2916666667vw
    }

    .media2 .wrap .top .big {
        width: 57.5vw;
        height: 100%;
        position: relative;
        border-radius: .4166666667vw;
        overflow: hidden
    }

    .media2 .wrap .top .big img {
        width: 100%;
        height: 100%
    }

    .media2 .wrap .top .big .position_text {
        bottom: 2.1875vw;
        left: 2.5520833333vw;
        z-index: 2;
        font-weight: bold;
        font-size: .9375vw;
        color: #FFFFFF;
        position: absolute
    }

    .media2 .wrap .top .big .play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 4.8958333333vw;
        cursor: pointer
    }

    .media2 .wrap .top .big .play .bor {
        width: 100%;
        object-fit: contain
    }

    .media2 .wrap .top .big .play .position {
        position: absolute;
        width: .8854166667vw;
        top: 50%;
        left: 52%;
        transform: translate(-50%, -50%);
        object-fit: contain
    }

    .media2 .wrap .top .side {
        width: 18.4895833333vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .media2 .wrap .top .side .item {
        width: 100%;
        height: 10vw;
        border-radius: .4166666667vw;
        overflow: hidden;
        position: relative
    }

    .media2 .wrap .top .side .item:hover .img img {
        transform: scale(1.1)
    }

    .media2 .wrap .top .side .item:after {
        content: '';
        position: absolute;
        width: 18.4895833333vw;
        height: 5.46875vw;
        background: linear-gradient(180deg, transparent, #000);
        opacity: 0.7;
        bottom: 0;
        left: 0
    }

    .media2 .wrap .top .side .item .img {
        width: 100%;
        height: 100%
    }

    .media2 .wrap .top .side .item .img img {
        width: 100%;
        height: 100%;
        transition: 1s
    }

    .media2 .wrap .top .side .item .position {
        position: absolute;
        bottom: .8333333333vw;
        left: 1.3020833333vw;
        z-index: 5;
        font-weight: 400;
        font-size: .8333333333vw;
        color: #FFFFFF
    }

    .media2 .wrap .cut {
        display: flex;
        align-items: center;
        padding: 0 0 1.3020833333vw;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin: 4.0625vw 0 2.5520833333vw 0
    }

    .media2 .wrap .cut .list {
        display: flex;
        align-items: center;
        cursor: pointer
    }

    .media2 .wrap .cut .list.on .icon {
        filter: grayscale(0);
        opacity: 1
    }

    .media2 .wrap .cut .list.on p {
        color: #00388B
    }

    .media2 .wrap .cut .list:not(:last-child) {
        margin: 0 2.96875vw 0 0
    }

    .media2 .wrap .cut .list .icon {
        width: .8854166667vw;
        height: .8333333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 .5208333333vw 0 0;
        filter: grayscale(1);
        opacity: .7;
        transition: .6s ease
    }

    .media2 .wrap .cut .list .icon img {
        object-fit: contain
    }

    .media2 .wrap .cut .list p {
        font-weight: 400;
        font-size: .9375vw;
        color: #333333;
        transition: .6s ease
    }

    .media2 .wrap .bottom .matter {
        display: none
    }

    .media2 .wrap .bottom .matter.on {
        display: block
    }

    .media2 .wrap .bottom .matter .content {
        display: grid;
        grid-template-columns:repeat(4, 1fr);
        gap: 2.5520833333vw .9895833333vw
    }

    .media2 .wrap .bottom .matter .content .item .img {
        width: 18.4895833333vw;
        height: 10vw;
        overflow: hidden;
        position: relative;
        border-radius: .4166666667vw
    }

    .media2 .wrap .bottom .matter .content .item .img:hover .bg_img {
        transform: scale(1.1)
    }

    .media2 .wrap .bottom .matter .content .item .img .bg_img {
        width: 100%;
        height: 100%;
        transition: 2s
    }

    .media2 .wrap .bottom .matter .content .item .img .play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 2.65625vw;
        cursor: pointer
    }

    .media2 .wrap .bottom .matter .content .item .img .play .bor {
        width: 100%;
        object-fit: contain
    }

    .media2 .wrap .bottom .matter .content .item .img .play .position {
        position: absolute;
        width: .5729166667vw;
        top: 50%;
        left: 52%;
        transform: translate(-50%, -50%);
        object-fit: contain
    }

    .media2 .wrap .bottom .matter .content .item .text {
        margin: 1.09375vw 0 0 0
    }

    .media2 .wrap .bottom .matter .content .item .text h1 {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #1A1A1A;
        margin: 0 0 .6770833333vw
    }

    .media2 .wrap .bottom .matter .content .item .text p {
        font-weight: 400;
        font-size: .7291666667vw;
        color: #666666
    }

    .media2 .wrap .bottom .matter .content .item .text .dis {
        margin: .8854166667vw 0 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .media2 .wrap .bottom .matter .content .item .text .dis .label {
        width: fit-content;
        padding: 0 .3645833333vw;
        height: 1.6666666667vw;
        background: rgba(2, 54, 140, 0.1);
        border-radius: .2083333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: .7291666667vw;
        color: #00388B
    }

    .media2 .wrap .bottom .matter .content .item .text .dis .time {
        font-weight: 500;
        font-size: .7291666667vw;
        color: #888888
    }

    .media2 .wrap .bottom .matter .more {
        width: 9.375vw;
        height: 2.9166666667vw;
        background: #F6F6F6;
        border-radius: 1.4583333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 3.90625vw auto 0;
        font-weight: 400;
        font-size: .8333333333vw;
        color: #333333;
        transition: .6s ease
    }

    .media2 .wrap .bottom .matter .more:hover {
        background: #00388B;
        color: #fff
    }
}

@media screen and (max-width: 1024px) {
    .media1{
        height: 290px;
        margin: 60px 0 0 0;
    }
    .media1 .wrap .title h1{
        font-size: 20px;
        margin: 0 0 25px;
    }
    .media1 .wrap .title p{
        font-size: 13px;
        line-height: 25px;
    }
    .media1 .wrap .title p br{
        display: none;
    }
    .media1 .wrap{
        width: 90%;
        margin: 25px auto 0;
    }
    .media1 .wrap .title{
        width: 90%;
    }

    .media1 .wrap .top{
        padding: 0 0 10px;
        margin: 0 0 65px;
    }

    .media1 .wrap .top .l a{
        font-size: 12px;
    }

    .media1 .wrap .top .l .iconfont{
        font-size: 12px;
        margin: 0 5px;
    }

    .media1 .wrap .top .back{
        width: 57px;
        height: 30px;
        border-radius: 15px;
        font-size: 12px;
    }
    .media1 .wrap .title .title_search {
        width: 100%;
        height: 45px;
        border-radius: 32px;
        padding: 0 5px 0 0;
    }
    .media1 .wrap .title .title_search input {
        width: 80%;
        height: 100%;
        padding: 0 0 0 15px;
        font-size: 13px;
    }
    .media1 .wrap .title .title_search button{
        width: 100px;
        height: 38px;
        font-size: 12px;
        border-radius: 30px;
    }
    .media2{
        padding: 25px 0;
    }
    .media2 .wrap{
        width: 90%;
    }
    .media2 .wrap .top{
        height: auto;
        flex-direction: column;

    }
    .media2 .wrap .top .big{
        width: 100%;
        border-radius: 10px;
    }
    .media2 .wrap .top .big .position_text{
        bottom: 15px;
        left: 5%;
        font-size: 14px;
    }
    .media2 .wrap .top .big .play {
        width: 55px;
    }
    .media2 .wrap .top .big .play .position{
        width: 10px;
    }
    .media2 .wrap .top .side{
        width: 100%;
        margin: 15px 0 0 0;
        gap: 15px 0;
    }
    .media2 .wrap .top .side .item{
        height: auto;
        border-radius: 10px;
    }
    .media2 .wrap .top .side .item:after{
        width: 100%;
        height: 35%;
    }
    .media2 .wrap .top .side .item .position{
        bottom: 16px;
        left: 5%;
        font-size: 14px;
    }
    .media2 .wrap .cut{
        padding: 0 0 15px;
        margin: 45px 0 25px 0;
    }
    .media2 .wrap .cut .list p{
        font-size: 14px;
    }
    .media2 .wrap .cut .list:not(:last-child) {
        margin: 0 3vw 0 0;
    }
    .media2 .wrap .cut .list .icon{
        width: 12px;
        height: 12px;
        margin: 0 5px 0 0;
    }
    .media2 .wrap .bottom .matter .content{
        grid-template-columns: repeat(1,1fr);
        gap: 35px 0;
    }
    .media2 .wrap .bottom .matter .content .item .img{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .media2 .wrap .bottom .matter .content .item .text{
        margin: 12px 0 0 0;
    }
    .media2 .wrap .bottom .matter .content .item .text h1{
        font-size: 14px;
        margin: 0 0 7px;
    }


    .media2 .wrap .bottom .matter .content .item .text p{
        font-size: 13px;
    }
    .media2 .wrap .bottom .matter .content .item .text .dis{
        margin: 20px 0 0 0;
    }
    .media2 .wrap .bottom .matter .content .item .text .dis .label{
        padding: 0 7px;
        height: 32px;
        border-radius: 4px;
        font-size: 14px;
    }

    .media2 .wrap .bottom .matter .content .item .text .dis .time{
        font-size: 12px;
    }

    .media2 .wrap .bottom .matter .more {
        width: 120px;
        height: 46px;
        border-radius: 28px;
        margin: 45px auto 35px;
        font-size: 14px;
    }

}
