/* 公司新闻 */

.news-title h1 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3rem;
    color: #1D1D1F;
}

.news-content {
    margin-top: 2.5rem;
    position: relative;
}

.news-content .new-ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 3.125rem;
}

.news-content .new-ul li {
    cursor: pointer;
    opacity: 0.65;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8125rem;
    color: #1D1D1F;
    margin-right: 2rem;
}

.news-content .new-ul li.active {
    cursor: default !important;
}

.news-content .new-ul li.active,
.news-content .new-ul li:hover {
    opacity: 1;
    font-weight: bold;
    color: #004FFF;
}

.news-content .new-ul li i {
    opacity: 0;
}

.news-content .new-ul li.active i,
.news-content .new-ul li.hover i {
    opacity: 1;
}

.news .news-content .swiper-ul .li {
    display: none;
}

.news .news-content .swiper-ul .li.active {
    display: block;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 1.25rem;
    font-weight: 600;
    transform: skew(23deg);
}

.news-content .swiper-button-prev-1,
.swiper-button-next-1 {
    position: absolute;
    top: 4%;
    width: 3.625rem;
    height: 3.375rem;
    color: #fff;
    background-color: #004FFF;
    transform: skew(-23deg);
}

.news-content .swiper-button-prev-1 {
    left: 91%;
    margin-left: -0.5rem
}

.news-content .swiper-button-next-1 {
    right: 0%;
    margin-right: -1.5rem;
}

@media (max-width: 1000px) {
    .news-content .swiper-button-prev-1 {
        left: 80%;
        margin-left: -0.5rem
    }
    .news-content .swiper-button-next-1 {
        right: 10%;
        margin-right: -1.5rem;
    }
}

@media (max-width: 620px) {
    .news-content .swiper-button-prev-1 {
        left: 76%;
        margin-left: -0.5rem
    }
    .news-content .swiper-button-next-1 {
        right: 6%;
        margin-right: -1.5rem;
    }
}

.news-content .more {
    margin-top: 2.5rem;
}

.news-content .more a {
    /* 查看更多 */
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.375rem;
    color: #004FFF;
}

.news-content .video-item p {
    margin-top: 1rem;
    /* width: 16.75rem; */
    width: 66%;
    opacity: 0.65;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: justify;
    transform: skew(23deg) translatex(11%);
    text-align: left;
    /* 浏览器可能不支持 */
    color: #1D1D1F;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 900px) {
    .news-content .video-item p {
        width: 80%;
    }
}

.news-content .video-item:hover p {
    color: #004FFF;
}


/* 视频新闻 */

.video-item {
    margin-left: -15%;
    margin-bottom: 1.5rem;
    width: 100%;
    /* width: 25rem; */
    height: 16rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(2, 179, 255, 0) 0%, rgba(206, 215, 234, 0.1) 100%);
    background-size: 100% 100%;
    transform: skewX(-23deg);
    border-right: 1px solid #000;
    border-image: linear-gradient(203deg, rgba(0, 79, 255, .1) 0%, rgba(0, 79, 255, 1) 30%, rgba(0, 79, 255, 1) 100%) 1;
}

.video-item .item-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    top: 0;
}

.video-item:hover .item-bg,
.video-item.active .item-bg {
    background: linear-gradient(90deg, rgba(2, 179, 255, 0) 0%, rgba(0, 79, 255, 0.1) 100%);
}


.video-item h4 {
    width: 100%;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.625rem;
    color: #1D1D1F;
    margin-bottom: 1rem;
    width: 84%;
    max-height: 3.25rem;
    overflow: hidden;
    transform: skew(23deg) translatex(7%);
    text-align: left;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-item:hover h4 {
    color: #004FFF;
}

.video-item .play {
    position: relative;
    margin-top: 1.75rem;
    margin-left: -30%;
    width: 3.625rem;
    height: 3.375rem;
    border: 1px solid #004FFF;
    /* transform: skew(-23deg); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-item:hover .play {
    background: #004FFF;
}

.video-item .play span {
    display: block;
    background: url(/src/img/news/video/play-icon.png) no-repeat;
    background-size: contain;
    transform: skew(23deg);
    width: 1.5rem;
    height: 1.5rem;
}

.video-item:hover .play span {
    background: url(/src/img/news/video/play-icon-white.png) no-repeat;
    background-size: contain;
}

.video-item .time {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #004FFF;
    border-right-width: 0;
    padding: 0.4rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #004FFF;
    z-index: 3;
}

.video-item:hover .time {
    background: rgba(0, 79, 255, 1);
}

.video-item .time i {
    font-style: normal;
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
    z-index: 3;
    font-weight: 400;
    color: #004FFF;
    display: block;
    /* transition: all 0.3s ease-in-out; */
    transform: skew(23deg) translateX(0%);
}

.video-item:hover .time i{
    color: #FFFFFF;
}


/* 视频播放 */

.video-box {
    display: none;
}

.video-box.active {
    display: block;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 29, 31, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.mask .video {
    width: 53%;
    height: 50%;
    position: relative;
}

.mask .close {
    position: absolute;
    top: -3.5rem;
    right: -0.625rem;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    text-align: center;
    opacity: 0.65;
    color: #FFFFFF;
}

@media screen and (max-width: 1440px) {
    .mask .video {
        width: 60% !important;
    }
}

@media screen and (max-width: 1200px) {
    .mask .video {
        width: 80% !important;
    }
}

@media screen and (max-width: 540px) {
    .mask .video {
        width: 96% !important;
    }
}

.mask #video {
    width: 100%;
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}

.focus {
    width: 100%;
    position: relative;
}

.focus .focus-bg {
    width: 50%;
    height: 100%;
    display: block;
    bottom: 0;
    right: 70%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(358deg, #02B3FF 0%, #004FFF 100%);
    transform: skewX(-23deg);
    z-index: 0;
}


/* @media screen and (max-width: 640px){
.focus .focus-bg {
display: none;
}
} */


/* @media screen and (max-width: 850px){
.focus .focus-bg {
right: 77%;
}
} */

.focus .focus_title {
    text-align: center;
    padding-top: 0;
    justify-content: flex-end;
}

.title_h1 {
    width: 56%;
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.focus_title>h1 {
    /* 媒体关注 */
    display: inline-block;
    font-family: 思源黑体;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.75rem;
    text-align: center;
    color: #1D1D1F;
}

.focus_title a {
    /* 查看更多 */
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.375rem;
    text-align: right;
    letter-spacing: 0px;
    color: #004FFF;
}

.focus-body {
    width: 100%;
    background: #ececed;
    padding: 3rem 0 4rem;
    ;
}

.focus-body .focus-content {
    display: flex;
    justify-content: flex-end;
}

.focus-body .focus-content .focus-item {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 1.5rem 0;
}

.focus-body .focus-item .focus-li {
    margin-left: -15%;
    margin-bottom: 1.5rem;
    /* width: 100%; */
    width: 26rem;
    height: 16rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(2, 179, 255, 0) 0%, rgba(206, 215, 234, 0.1) 100%);
    background-size: 100% 100%;
    transform: skewX(-23deg);
    border-right: 1px solid #000;
    border-image: linear-gradient(203deg, rgba(0, 79, 255, .1) 0%, rgba(0, 79, 255, 1) 30%, rgba(0, 79, 255, 1) 100%) 1;
}

.focus-body .focus-item .focus-li .item-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    top: 0;
}

.focus-body .focus-item .focus-li:hover .item-bg,
.focus-body .focus-item .focus-li.active .item-bg {
    background: linear-gradient(90deg, rgba(2, 179, 255, 0) 0%, rgba(0, 79, 255, 0.1) 100%);
}


.focus-body .focus-item .focus-li h4 {
    width: 100%;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.625rem;
    color: #1D1D1F;
    margin-bottom: 1rem;
    width: 84%;
    max-height: 3.25rem;
    overflow: hidden;
    transform: skew(23deg) translatex(7%);
    text-align: left;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.focus-body .focus-item .focus-li.active h4,
.focus-body .focus-item .focus-li:hover h4 {
    color: #004FFF;
}

.focus-body .focus-item .focus-li p {
    margin-top: 1rem;
    /* width: 16.75rem; */
    width: 66%;
    opacity: 0.65;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: justify;
    transform: skew(23deg) translatex(11%);
    text-align: left;
    /* 浏览器可能不支持 */
    color: #1D1D1F;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 900px) {
    .focus-body .focus-item .focus-li p {
        width: 74%;
    }
}

.focus-body .focus-item .focus-li.active p,
.focus-body .focus-item .focus-li:hover p {
    color: #004FFF;
}

.focus-body .focus-item .focus-li .time {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #004FFF;
    border-right-width: 0;
    padding: 0.4rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #004FFF;
    z-index: 3;
}

.focus-body .focus-item .focus-li:hover .time {
    background: rgba(0, 79, 255, 1);
}

.focus-body .focus-item .focus-li .time i {
    font-style: normal;
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
    z-index: 3;
    font-weight: 400;
    color: #004FFF;
    display: block;
    /* transition: all 0.3s ease-in-out; */
    transform: skew(23deg) translateX(0%);
}

.focus-body .focus-item .focus-li:hover .time i{
    color: #FFFFFF;
}

@media screen and (max-width: 1640px) {
    .focus .focus-bg {
        right: 76%;
    }
}

@media screen and (max-width: 1250px) {
    .focus-body .focus-content .focus-item {
        width: 85%;
    }
    .focus .focus-bg {
        right: 80%;
    }
}

@media screen and (max-width: 1000px) {
    .focus .focus-bg {
        right: 83%;
    }
    .focus-body .focus-content .focus-item {
        width: 90%;
    }
}

@media screen and (max-width: 960px) {
    .focus-body .focus-content .focus-item {
        width: 100%;
    }
}

@media screen and (max-width: 860px) {
    .focus-body .focus-content .focus-item {
        width: 100%;
        justify-content: space-between;
    }
    .focus .focus-bg {
        display: none;
    }
}

@media screen and (max-width: 610px) {
    .focus-body .focus-content .focus-item {
        width: 100%;
        justify-content: center;
    }
    .focus-body .focus-item .focus-li {
        width: 30.2131rem;
        height: 17.9375rem;
    }
}

@media screen and (max-width: 850px) {
    .title_h1 {
        width: 100%;
    }
}


/* 时代楷模 */

.era {
    margin: 5rem 0;
    background-color: #fff;
}

.era-title h1 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3rem;
    color: #1D1D1F;
    margin-bottom: 1rem;
}

.era-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.era-container .container-left {
    width: 40%;
    padding: 1.5rem 0 2.125rem;
}

@media screen and (max-width: 640px) {
    .era-container .container-left,
    .era-container .container-right {
        width: 100% !important;
        height: 100% !important;
    }
}

.era-container .container-right {
    width: 47.834%;
    height: 18.4375rem;
}

.era-container .container-right img {
    width: 100%;
}

.era-container .container-left p.blue {
    opacity: 1;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #004FFF;
    margin-bottom: 1rem;
}

.era-container .container-left p {
    opacity: 0.65;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.375rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #1D1D1F;
}

.era-container .container-left a {
    display: block;
    margin-top: 5rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.375rem;
    color: #004FFF;
}


/* 公司电影 */

.video-container {
    position: relative;
    /* height: 34.6875rem;
max-height: 3.4375rem;
min-height: 260px; */
}

.video-container .video-bg img {
    width: 100%;
    /* height: 34.6875rem; */
}

@media screen and (max-width: 750px) {
    .video-container .video-bg img {
        height: 300px;
        width: auto!important;
    }
}

.video .video-container-mes {
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video .video-container-mes h2 {
    /* 公司影片 */
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3rem;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.video .video-container-mes a {
    color: #fff;
}

.video .video-container-list {
    width: 80%;
}

.video .video-container-list {
    position: absolute;
    right: -5%;
    bottom: -1%;
    width: 73%;
    height: 58%;
    background: linear-gradient(171deg, rgba(2, 179, 255, .9), rgba(0, 79, 255, .9));
    /* backdrop-filter: blur(2px); */
    transform: skewX(-23deg);
    -ms-transform: skewX(-23deg);
    -moz-transform: skewX(-23deg);
    -webkit-transform: skewX(-23deg);
    -o-transform: skewX(-23deg);
}

.video .video-container-list::before {
    content: '';
    width: 8%;
    height: 73%;
    position: absolute;
    left: -8%;
    bottom: -1px;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    .video .video-container-list {
        width: 70%;
    }
}

@media screen and (max-width: 850px) {
    .video .video-container-list {
        width: 85%;
    }
}

@media screen and (max-width: 750px) {
    .video .video-container-list {
        width: 98%;
        right: -16%;
        /* height: 40%; */
    }
}

.video .video-container-list .item {
    width: 25%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, .35);
    padding: 8.3% 2.5% 1%;
}

@media screen and (max-width: 640px) {
    .video .video-container-list .item {
        margin-bottom: 1.5rem;
    }
}

.video .video-container-list .item b {
    width: 3.625rem;
    height: 3.375rem;
    display: block;
    position: relative;
    background: #fff;
    margin-bottom: 1.35rem;
}

.item-pos p {
    transform: skewX(23deg);
    -ms-transform: skewX(23deg);
    -moz-transform: skewX(23deg);
    -webkit-transform: skewX(23deg);
    -o-transform: skewX(23deg);
    font-size: 1.125rem;
    line-height: 1.6875rem;
    color: #fff;
}

.video .video-container-list .item b::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/src/img/news/video-icon.png) center center no-repeat;
    background-size: 30% auto;
    transform: skewX(23deg);
}