.banner {
    position: relative;
    height: 100vh;
    max-height: 914px;
    padding-top: 70px; 
    text-align: center;
    background: url(../img/bg03.png) no-repeat center bottom;
    background-size: cover;
}

.banner video {
    width: 100vw;
    /* max-height: 614px; */
    /* height: 100%; */
}

.videos {
    padding-top: 50px;
    /* background-color: red; */
}

.swiper-container {
    width: 100%;
    height: 500px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
}

.videos-list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 50px;
}

.videos-list .c-image {
    width: 366px;
    height: 206px;
     /* background-color: #E15B12;*/
}

.swiper-slide {
    height: 450px;
}

.mobile-hide {
    display: block;
}

.mobile-show {
    display: none;
}


.cards {
    padding: 70px 0 30px;
    background: url(../img/cgbg.png) no-repeat top center;
    /* background-size: cover; */
}

h3 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 50px;
}

h3 img {
    width: 100%;
}

.cards-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.card {
    padding: 4px;
    width: 214px;
    background-color: #F4F5F8;
}



.card .bg {
    padding-bottom: 20px;
    border-radius: 8px;
    background-color: #fff;
}

.card-img {
    padding: 8px;
}

.card-img .c-image {
    width: 190px;
    height: 143px;
}

.card-title {
    margin: 10px 0 20px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.5;
}

.card-title a {
    display: inline-block;
    vertical-align: top;
}

.card-title a:hover {
    color: #ff0000;
}

.card-logo {
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 14px;
    color: #ccc;
}

.card-logo .c-image {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 10px;
}

.card-logo .name {
    font-size: 14px;
    color: #666;

}


.more {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
}

.more a:hover {
    color: #ff0000;
}

.news {
    padding-top: 50px;
}

.news-wrap {
    display: flex;
    align-items: center;
}

.news .left .c-image {
    width: 900px;
    height: 506px;
    background-color: red;
}

.news .right {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 506px;

}

.news .right .c-image {
    width: 290px;
    height: 100px;
    background-color: blue;
}

.star {
    margin-top: 50px;
    padding: 30px 20px 30px 160px;
    position: relative;
    border: 4px solid #eee;
    border-radius: 7px;
}

.star li:not(:last-child) {
    margin-bottom: 40px;
}

.star a:hover {
    color: #ff0000;
}

.star-title {
    display: flex;
    align-items: center;
    font-size: 28px;
}

.star-title .c-image {
    margin-right: 20px;
    width: 30px;
    height: 30px;
}

.star-content {
    font-size: 16px;
    margin-top: 20px;
    padding-left: 10px;
    line-height: 1.5;
    color: #ccc;
}

.star-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    background-color: #E15B12;
    color: #fff;
    font-size: 22px;
}


.news-list {
    padding: 50px 0 20px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;

}

.news-list ul {
    width: 540px;
}

.news-list li {
    position: relative;
    padding-left: 20px;
    line-height: 40px;
}

.news-list a:hover {
    color: #ff0000;
}

.news-list li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;

    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 100%;
}

.news-cards {
    margin-top: 50px;
}

.news-card {
    background-color: #F4F4F4;
    width: 280px;
    /* padding: 20px; */
    border-radius: 20px
}

.news-card .c-image {
    width: 280px;
    height: 210px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.news-cards-btn {
    background-color: #E9311A;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 14px 0;
    text-align: center;
    border-radius: 20px;
    margin: 40px 20px 20px;
}

.news-cards {
    display: flex;
    justify-content: space-between;

}

.medias {
    padding: 50px 0 0;
}

.medias ul {
    display: flex;
    justify-content: space-between;
}

.medias ul:not(:last-child) {
    margin-bottom: 40px;
}

.medias li {
    border-radius: 8px;
    border: 1px solid #E2E2E2;
}

.medias .c-image {
    width: 210px;
    height: 124px;
}

.datas {
    padding-top: 80px;
}

.datas-wrap {
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

.datas-left {
    width: 420px;
}

.datas-right {
    width: 650px;
}

.datas-list-tit .flexs {
    align-items: center;
}

.datas-list-tit {
    padding-left: 30px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    line-height: 60px;
    background-color: #2392E3;
    border-radius: 12px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.datas-list-tit .c-image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.datas-more {
    font-size: 26px;
}

.datas-list,
.datas-overview {
    background-image: linear-gradient(#F2F9FF, #F2F9FF, #D0E7FC);
}

.datas-list-content {
    padding-left: 30px;
    padding-right: 20px;
    justify-content: space-between;
    height: 60px;
    display: flex;
    align-items: center;
    color: #1F5982;
}

.datas-list-content:nth-child(2n+1) {
    background-color: #B8DAFA;
}

.datas-list-content .flexs {
    font-weight: bold;
    align-items: center;
}

.datas-list-num {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #7495C5;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin-right: 20px;
    font-weight: normal;
}

.datas-list-num.top {
    background-color: #F8B551;
}

.datas-list-content.active,
.datas-list-content.active .datas-list-num {
    color: #E15B12;
}

.datas-overview {
    padding: 30px 20px;
    font-weight: bold;
    font-size: 24px;
    color: #3196E4;
    display: flex;
    justify-content: space-between;

}

.datas-overview li {
    text-align: center;
    width: 206px;
}

.datas-overview-tit {
    margin-bottom: 10px;
}

.datas-right .c-image {
    width: 650px;
    height: 470px;
    margin-top: 20px;
}

.swiper-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3570px;
    /* width: 100%; */
    /* max-width: 1190px; */
    /* padding-top: 50px;
            padding-bottom: 50px; */

}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 1190px;
    height: 530px;

}

.carousel {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    height: 530px;
    overflow: hidden;
}

.swiper-slide-prev,
.swiper-slide-next {
    filter: opacity(10%);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 1120px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 1120px;
}

img {
    width: 100%;
}

/* 顶部主轮播样式 */
.main-swiper {
    width: 100%;
    max-width: 1200px;
    height: 500px;
    margin: 0 auto 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.main-video-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.main-video-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-video-item .video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.main-video-item .play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.main-video-item .play-btn::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #333;
    margin-left: 5px;
}

.main-video-item .video-title {
    font-size: 24px;
    font-weight: bold;
}

.main-video-item .video-desc {
    font-size: 16px;
    margin-top: 10px;
}

.main-video-item .newspic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.hover:hover {
    color: #E9311A;
}

.footer {
    margin-top: 80px;
    padding: 20px 0 14px;
    height: 100px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    background: #333;
    color: #fff;
}

/* friendlink */
.footer .friendlink .link {
    vertical-align: middle;
    font-size: 18px;
    margin-left: 10px;
}

.footer .friendlink .link:hover {
    color: #c3c3c3;
}

.footer .friendlink .line {
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 10px;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, .7);
}

/* right */
.footer .right .link {
    margin: 0 6px;
}

.footer .right .link:hover {
    color: #c3c3c3;
}

/* contact */
.footer .contact .email:hover {
    color: #c3c3c3;
}

.m_footer {
    display: none;
}