body {
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    /*background-color: rgba(235 245 255);*/
}
a, a:hover, a:focus {
  text-decoration: none;
}
.tracking-tigh {
	letter-spacing: -0.05em;
}
.tracking-normal {
	letter-spacing: 0em;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.waper .container-fluid {
	/*max-width: 1200px;*/
	max-width: 1460px;
}
.waper2 .container-fluid {
	/*max-width: 1200px;*/
	max-width: 1460px;
}

.navbar-nav .nav-item:hover {
	/*background-color: rgb(200, 227, 255, 0.25);*/
}
.navbar-nav .nav-link {
    font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: bold;
}
@media (max-width: 1199.98px) { 
    .navbar-nav .nav-link {
        font-size: 1rem;
        color: #fff;
        letter-spacing: 0.1em;
        font-weight: bold;
    }
}
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: rgba(130, 26, 35);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
.navbar-nav .dropdown:hover .nav-link::after,
.navbar-nav .dropdown:hover .nav-link.active::after {
    width: 100%;
}
.navbar-nav .dropdown:hover .nav-link {
    color: rgba(246 ,214 ,138);
	/*font-weight: bold;
}
.navbar-nav .dropdown-menu {
	border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
	/*background-color: rgba(248, 249 , 250, 0.75) !important*/
}
.navbar-nav .dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-nav .dropdown-item {
	border-radius: 0.375rem !important;
}
.navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active {
    color: fff;
    text-decoration: none;
    background-color: rgba(5, 103, 181, 0.75);
}

/***********************************************************/
#main_carousel .carousel-indicators {
    margin-bottom: 3rem;
}
#main_carousel .carousel-indicators .cir {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2rem;
    height: 0.4rem;
    padding: 1.2rem 1rem;
    display: flex;
    align-items: center;
    position: relative;
}
#main_carousel .carousel-indicators [data-bs-target] {
    border: 0;
    border-radius: 0.4rem;
    height: 0.8rem;
    width: 0.8rem;
    background: #fff;
    opacity: 0.8;
    transition: width 0.3s ease;
}

#main_carousel .carousel-indicators [data-bs-target].active {
    border-radius: 0.4rem;
    width: 2.6rem;
    background: #E8B53E;
    opacity: 1;
}

/***********************************************************/
.category-nav-icon .card {
	background-color: rgba(71, 150, 206) !important;
}
.category-nav-icon .card.active {
	background-color: rgba(0, 109, 184) !important;
}

/***************************************************************/
.section {}

.section-minihd {
	/*background-color: #234382;*/
    /*background-color: rgba(180, 0, 0);*/
    background-color: rgba(1, 82, 147);
}
.section-header {
	/*background-color: rgba(5, 103, 181);*/
    /*background-color: rgba(5 103 181);*/
    /*background-color: rgba(1, 82, 147);*/
    /*background-color: rgba(222,41,16);*/
}

.section-header::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0px;
    right: 0px;
    transition: all 0.2s;
    opacity: 1;
    visibility: visible;
    opacity: 0.9;
    background: linear-gradient(180deg, #1a1a1a 0%, rgba(0, 0, 0, 0) 95%);
    z-index: -1;
}

.section-header .top-logo {
    height: 60px;
}
@media (max-width: 1399.98px) {
    .section-header .top-logo {
        height: 50px;
    }
}
@media (max-width: 1199.98px) { 
    .section-header .top-logo {
        height: 40px;
    }
}
@media (max-width: 991.98px) {
    .section-header .top-logo {
        height: 35px;
    }
}
@media (max-width: 767.98px) {
    .section-header .top-logo {
        height: 30px;
    }
}
@media (max-width: 575.98px) {
    .section-header .top-logo {
        height: 25px;
    }
}

.section-header .minihd .nav-link {
	color: #fff;
}

.section-header.xg{
    transform: none;
    opacity: 1;
    transition: 0.5s;
}

.section-header.xg .img1{display: none;}
.section-header.xg .img2{display: block;}
.section-header.xg .navbar-nav .nav-link {
	color: #fff;
	/*font-weight: bold;*/
}
.section-header.xg .navbar-nav .dropdown:hover .nav-link {
    color: rgba(246 ,214 ,138);
	/*font-weight: bold;*/
}
.section-header.xg .minihd .nav-link {
	color: #fff;
}
.section-header.xg::before{
	background: #761a1f;
	opacity: 1;
	height: 100%;
	box-shadow: 0rem 0.01rem 0.03rem 0px rgba(0, 0, 0, 0.1),0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.section-header .offcanvas {
    color: #fff;
    /*background: rgb(118, 26, 31);*/
}
.section-header .offcanvas .offcanvas-header {
    background-color: #761a1f;
}
.section-header .offcanvas .accordion-header .accordion-button {
    font-size: small;
}
.section-header .offcanvas .accordion-body {
    font-size: small;
}
.section-header .offcanvas .accordion-item .accordion-button {
    font-weight: bold;
    /*padding: 0.5rem 2rem;*/
}
.section-header .offcanvas .accordion-item .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}
.section-header .offcanvas .accordion-item .accordion-index .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-house' viewBox='0 0 16 16'%3E%3Cpath d='M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L2 8.207V13.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V8.207l.646.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293zM13 7.207V13.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V7.207l5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
/*******************************************************/
/* 基础样式 */
.section-banner .carousel-item img {
    object-position: center center; /* 图片居中 */
    transition: transform 0.5s ease-out 0.5s; /* 延迟0.2s执行，避免页面加载时的抖动 */
}
.section-banner:hover .active img {
    transform: scale(1.1);
    will-change: transform;
}
@media (min-width: 992px) and (orientation: landscape){
    .section-banner:not(.scroll) .carousel-item {
        height: 100vh;
    }
    .section-banner:not(.scroll) .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* 保持比例，裁剪多余部分 */
        object-position: center center; /* 图片居中 */
        /* 平滑过渡 */
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }
}

/*******************************************************/

.section-news {
	background-size: cover;
	background-repeat: none;
	background-position: center;
	/*background-image: url(../img/section-news-bg.jpg);*/
    overflow-x: hidden;
}
.section-hzfw .card
{
	cursor: pointer;
	opacity: 1;
	transition: linear 0.2s;
}
.section-hzfw .card .card-body
{
	border: 1px dashed rgba(255, 255, 255, 0.3);
}
.section-hzfw .card:hover {
    opacity: 0.8;
}
.section-hzfw .card-1
{
	background-color: #234382;
}
.section-hzfw .card-2
{
	background-color: #5075be;
}
.section-hzfw .card-3
{
	background-color: #ccac69;
}
.section-hzfw .card-4
{
	background-color: #5075be;
}
.section-hzfw .card-5
{
	background-color: #54baea;
}

.section-tixi {
	background-image: url(../img/map_bg.png);
	background-size: cover;
	background-position: center; /* 居中背景图 */
    background-size: 100% 100%;
    overflow-x: hidden;
}
.section-tixi #map-container {
    min-height: 50vh;
}
.section-tixi .tixi_content{
    position: relative;
    /*background-image: url(../img/tixi_content_bg.png);*/
	background-size: 100% 100%;
	background-position: center; /* 居中背景图 */
}
.section-tixi .tixi-content-waper {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.section-tixi .tixi-content-waper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    background-color: rgba(162, 81, 58, 0.06);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 1;
}
.section-tixi .tixi-content-waper::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 260px;
    height: 260px;
    background-color: rgba(142, 28, 57, 0.06);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 1;
}
.section-tixi .tixi_content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(130, 26, 35, 1);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 2;
}
.section-tixi .tixi_content::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(130, 26, 35, 1);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 2;
}

.cad-body-zhpt .card {
    background-color: rgba(177, 15, 28, 0.7);
}
.section-bxts {
    overflow-x: hidden;
}
.section-bxts a .card {
    /*border-bottom: 3px dashed rgba(177, 15, 28, 0) !important;*/
    transition: 0.3s;
}
.section-bxts a .card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #761a1f;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: center;
}
.section-bxts a .card:hover .hover-zoom {
    transform: scale(1.1);
}
.section-bxts a .card:hover::after {
    transform: scaleX(1);
}

.section-keshi {
	background-color: #fff;
	background-image: url(../img/bg_keshi.jpg);
}
.section-keshi .card-bg-1 {
	background-image: url(../img/keshi_img3.jpg);
	background-size: cover;
	background-position: left; /* 居中背景图 */
}
.section-keshi .card-bg-2 {
	background-image: url(../img/keshi_img2.png);
}
.section-keshi .card-body a {
	display: block;
	color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    border: rgba(255, 255, 255, 0.2) 1px dashed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-keshi .card-body a:hover {
    color: #fff;
    background: #6690e0;
    font-weight: bold;
    border: #6690e0 1px solid;
}

.section-tixi .tixi-list .card:hover{
    color: #fff;
    background: #6690e0;
}

.section .card-header .card-title {
    letter-spacing: 0.1em;
    padding: 0 1.6rem;
    position: relative;
    display: inline-block;
    padding-bottom: 1.4rem;
}
.section .card-header .card-title::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2.6rem;
    background: url(../img/title_bg.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    bottom: -0.2rem;
    z-index: 1;
}

.title-more {
	font-size: 14px;
    color: #b7bcc5;
	border: #b7bcc5 1px dashed;
    transition: all 0.4s ease-out 0s;
}
.title-more:hover {
	color: #fff;
	background: rgb(130, 26, 35);
}

.news-time {
	width: 54px;
	height: 54px;
    overflow: hidden;
	font-size: 14px;
    text-align: center;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    /*background: rgba(41, 76, 143);*/
    background: rgba(1, 82, 147);

}
.news-time .time-day {
    margin: 3px 0 0 0;
}
.news-time .time-mouth {
    margin: 0;
    font-size: 0.7rem;
}
.notice-time {
	width: 54px;
	height: 54px;
    overflow: hidden;
	font-size: 14px;
    text-align: center;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
}
.notice-time .time-day {
    width: 100%;
    margin: 0;
}
.notice-time .time-mouth {
    width: 100%;
    background-color: rgba(1, 82, 147);
    font-size: 0.7rem;
    padding: 3px 0;
    margin: auto 0 0 0;
}

/*******************************************************/
.list-news {}

.list-news li {
	cursor: pointer;
	border: none;
    align-items: center !important;
}

.list-news li * {
    transition: 0.5s;
}

.list-news a {
	display: -webkit-box;  
	-webkit-box-orient: vertical;  
	-webkit-line-clamp: 2;  
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.list-news .time
{
	width: 52px;
	height: 52px;
	min-width: 52px;
	background: #294c8f;
	border-radius: 0.25rem !important;
	font-size: 14px;
	color: #f8f9fa;
	line-height: 18px;
	text-align: center;
	display: inline-block;
}

.list-news li a {
    align-items: center;
    padding: 1.6rem 0;
    border-bottom: 1px dashed #ddd;
}
.list-news li a::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 0px;
    height: 1px;
    bottom: 0px;
    background: #821A23;
    transition: width 0.5s ease;
    z-index: 1;
}
.list-news li a:hover::after {
    width: 100%;
}
.list-news li h3 {
    color: #333333;
    padding: 0 1.2rem;
    flex: 1;
    font-size: 1.1rem;
    line-height: 1.4rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.1em;
}
.list-news li h3::after {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    left: 0px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(130, 26, 35);
}

.list-news li a:hover h3 {
    color: #821a23 !important;
    font-weight: bold;
}

.list-news .info-time{
    color: #A3A3A3;
    padding-left: 0.5rem;
    border-left: 1px solid #ddd;
}

.section-news #carousel-news .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.5rem 1rem;
    text-align: left;
    letter-spacing: 0.1em;
    background: linear-gradient(to bottom, 
        rgba(255, 255, 255, 0),    /* 顶部：白色 20% 透明度 */
        rgba(0, 0, 0, 0.8)          /* 底部：黑色 80% 透明度 */
    );
}

.section-news #carousel-news .carousel-item img {
    transition: transform 0.3s ease; /* 动画过渡：0.3秒，缓动效果 */
    will-change: transform; /* 提示浏览器优化 */
    transform-origin: center; /* 从中心缩放 */
}
.section-news #carousel-news .carousel-item:hover img {
    transform: scale(1.1);
}
.section-news #carousel-news .carousel-caption h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

/*******************************************************/

.list-notice {
    position: relative;
    z-index: 1;
}
.list-notice li {
    border: none;
}
.list-notice li * {
    transition: 0.5s;
}
.list-notice li h3 {
    color: #333333;
    padding: 0 1.2rem;
    flex: 1;
    font-size: 1.1rem;
    line-height: 1.4rem;
    letter-spacing: 0.1em;
}

.list-notice::after{
    content: "";
    position: absolute;
    width: 1px;
    height: auto;
    border-left: 1px dashed #ddd;
    top: 1.8rem;
    bottom: 1.8rem;
    left: 2.5rem ;
    z-index: 0;
}

.list-notice li a{
    align-items: center;
    /*padding: 1.2rem 0;*/
}
.list-notice li a h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示2行，可根据需要调整 */
    -webkit-box-orient: vertical;
    transition: color 0.3s ease;
}
.list-notice li a:hover h3 {
    color: #821a23 !important;
    font-weight: bold;
}
.list-notice li a .con p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-notice li a:hover .con p {
    color: #821a23 !important;
}
.list-notice li a::after{
    content: "";
    position: absolute;
    width: auto;
    height: 1px;
    left: 6.3rem;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed #ddd;
}

.list-notice li:first-child a::before{
    content: "";
    position: absolute;
    left: 6.3rem;
    height: 1px;
    border-top: 1px dashed #ddd;
    width: auto;
    right: 0;
    top: 0;
}

.list-notice li a .date{
    position: relative;
    width: 80px;
    height: 77px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/h1-t1.png) no-repeat;
    background-size: 100% 100% !important;
    z-index: 1;
}
.list-notice li a .date span{
    font-size: 1.4rem;
    font-weight: bold;
    color: #821A23;
}
.list-notice li a .date p{
    font-size: 1rem;
    color: #821A23;
    line-height: 1rem;
    margin-bottom: 0.4rem;
}
.list-notice li a:hover .date{
    background: url(../img/h1-t2.png) no-repeat;
}
.list-notice li a:hover .date span,.list-notice li a:hover .date p {
    color: #fff;
}

.list-notice li a .con{
    flex: 1;
    min-width: 0;
    padding-left: 1.3rem;
}

.home1-t .right li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;}
.home1-t .right li h4{font-size: 0.16rem;color: #888888;line-height: 0.26rem;margin-top: 0.1rem;}

/*******************************************************/

.section-footer {
	/*background-color: #244584;*/
	background-image: url(../img/footer_bg.jpg);
	background-size: cover;
	background-position: bottom;
}
.footer-waper {
	background-color: rgba(130, 29, 35, 0.9);
}
.section-footer .friend_links a {
    color: #fff;
    position: relative;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.section-footer .friend_links a::after{
    content: "\F123";
    font-family: "bootstrap-icons";
    color: rgba(255, 255, 255, 0.75);
    position: absolute;
    right: 0px;
    vertical-align: middle;
}

/*******************************************************/

.section-news3 {
	background-image: url(../img/cont_bg4.jpg);
}
.section-news3 .card-body {
	background-color: #274888;
}
.section-news3 .list-news li {
	border: none;
	color: #fff;
	background-color: transparent !important;
}
/***********************/
.list-group-news {border: none;}
.list-group-news .list-group-item {
    border: none;
    border-bottom: 1px dashed #C4D1E5;
}
.list-group-news .list-group-item::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 0;
    bottom: -1px;
    height: 1px;
    background: #821A23;
    transition: 0.5s;
}
.list-group-news .list-group-item:hover::after {
    width: 100%;
}
.list-group-news .list-group-item:hover a .text-secondary {
    color: rgba(130, 26, 35, 1) !important;
}
.list-group-news .list-group-item a {
    position: relative;
    padding-left: 1rem;
}
.list-group-news .list-group-item a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #821A23;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    bottom: auto;
    background-size: 100% !important;
    border-radius: 50%;
}
/**************************/

.card-category {
    color: #333;
    background: #F9F2F3;
    border: 0;
    border-radius: 0;
    border-left: 3px solid #821A23;
}
.card-category:hover {
    color: #fff;
    font-weight: bold;
    border-left:3px solid rgba(246 ,214 ,138);
    background: #821A23;
}
.card-category:hover h5 {
    font-weight: bold;
}

.category-list .card.active {
    color: #fff;
    font-weight: bold;
    border-left:3px solid rgba(246 ,214 ,138);
    background: #821A23;
}
.category-list .card.active h5 {
    font-weight: bold;
}
/**************************/

.card-department {
    position: relative;
    z-index: 1;
    color: #333;
    border: 0;
    border-radius: 0;
    padding-left: 5px;
}
.card-department::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 0rem 0rem 0rem 50px;
    background: #821A23;
    width: 50px;
    top: 0rem;
    left: 0rem;
    height: 10rem;
}
.card-department .card-header {
    background: #fbf4f6;
    border: none;
    border-radius: 0;
}
.card-department .card-header h5 {
    position: relative;
    font-weight: bold;
    color: #821A23;
    padding-left: 1rem;
}
.card-department .card-header h5::after {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 1.3rem;
    background: rgba(246 ,214 ,138);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    bottom: auto;
    background-size: 100% !important;
}

.card-department .card-body {
    padding: 0.25rem 0.25rem;
    border: 1px solid #e8d7d8;
    background: #fff;
}

.card-department .card-body a {
    display: block;
    position: relative;
    font-size: 1.2rem;
    color: #333;
    transition: 0.5s;
    padding: 1rem 3rem;
    border-radius: 2rem;
}
.card-department .card-body a:hover {
    color: #fff;
    background: #821A23;
}

.card-department .card-body a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgba(130, 26, 35);
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    bottom: auto;
    background-size: 100% !important;
    border-radius: 50%;
}
.card-department .card-body a:hover::after {
    background: rgba(246 ,214 ,138);
}

/**************************/
.animated {
	animation: fadeIn 2s;
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

/*********media***********/
@media (max-width: 1399px) {
	.navbar-brand img{
		max-height: 70px;
	}
}

/********************************/
.img-wrapper {
    overflow: hidden; /* 关键：隐藏超出部分 */
    display: inline-block; /* 让容器适应图片大小 */
    line-height: 0; /* 移除底部间隙 */
    width: 100%;
    padding: 0;
    margin: 0;
}
/* 基础样式 */
.hover-zoom {
    transition: transform 0.3s ease; /* 动画过渡：0.3秒，缓动效果 */
    display: block; /* 消除图片底部间隙 */
    will-change: transform; /* 提示浏览器优化 */
    transform-origin: center; /* 从中心缩放 */
}

/* 鼠标悬停时的放大效果 */
.hover-zoom:hover {
    transform: scale(1.1); /* 放大到1.1倍，可自行调整数值 */
}

/********************************/

.pb_sys_style1 .p_no_d {
    border: 1px solid #821A23 !important;
    color: #fff;
    background-color: #821A23 !important;
}

.beijing_3 {
    background: url(../img/bg_3.png) no-repeat center bottom;
    background-size: 100% auto;
    overflow-x: hidden;
}