@charset "utf-8";

/* 公共 */
#content { padding: 0; }
.row { --bs-gutter-x: 2.5rem; --bs-gutter-y: 1.875rem; }
.row-group { padding: 3.25rem 1.25rem; }
.bg-gray { background: #f9f9f9; }

/* banner */
.banner { position: relative; height: auto; overflow: hidden; margin-top: 8.9rem; }
.banner .swiper-slide { overflow: hidden; }
.banner .pic img { width: 100%; height: auto; }
.banner .bg { display: block; width: 100%; padding-bottom: 44.8%; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.banner .bg a { position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; }
.banner .con { display: none; }
.banner .swiper-pagination { bottom: 4%; text-align: right; padding: 0 2.6%; }
.banner .swiper-pagination-bullets .swiper-pagination-bullet { vertical-align: top; width: 1rem; height: 1rem; background: #fff; margin: 0 0.4rem; opacity: 1; box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2); }
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active { background: #C70000; }
.banner .down { position: absolute; left: 50%; transform: translateX(-50%); bottom: 2rem; line-height: 1; cursor: pointer; font-size: 2.25rem; color: #fff; z-index: 10; padding: 0.625rem; animation: down 2s linear 0s infinite; }

/* 新闻中心 */

/* 视频弹窗 */
.node-video { position: relative; cursor: pointer; border-radius: 1.25rem; overflow: hidden; }
.node-video a { text-decoration: none; display: block; }
.node-video .pic { position: relative; display: block; height: 0; overflow: hidden; padding-bottom: 62.5%; }
.node-video .pic img { position: absolute; left: 0; top: 0; width: 100%; height: auto; min-height: 100%; transition: all ease 0.5s; }
.node-video .con { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); }
.node-video .icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 5em; color: #fff; }
.node-video a:hover .pic img { transform: scale(1.05); }

/* 折叠区块 */
#row-fold { padding: 0; }
#row-fold  .list-menu li { flex-grow: 1; width: 33.3333%; }
#row-fold  .list-menu li a { position: relative; display: block; height: 100%; text-decoration: none; overflow: hidden; background-size: cover; background-repeat: no-repeat; background-position: left center; }
#row-fold  .list-menu li .pic { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
#row-fold  .list-menu li .pic img { width: 100%; height: auto; min-height: 100%; }
#row-fold  .list-menu li .con { position: relative; padding: 2.5rem 2.2rem; color: #fff; text-align: center; }
#row-fold  .list-menu li .title { position: relative; width: 1em; text-align: center; font-size: 1.625em; font-weight: bold; line-height: 1.5; text-shadow: .125rem .125rem 0 rgba(0, 0, 0, 0.3); }






/* 媒体盘问 */
@media (min-width:768px) {

    /* banner */
    .banner { margin-top: 0; }

    /* 折叠区块 */
    #row-fold .list-menu li,
    #row-fold .list-menu li a { transition: all 0.8s ease; }
    #row-fold .list-menu li.on { width: 50%; }
}
@media (min-width:992px) {
    .row { --bs-gutter-y: 0; }
}

/*--
颜色代码
#166bbd 深色问题
#ddd 浅色边框
--*/<!--耗时1758142850.105秒-->