/* 公共样式 */
body {
    min-width: 1200px;
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-family: "微软雅黑";
    background: #ffffff;
}

@keyframes roll {
    from {
        transform: scale(5);
        opacity: 0;
    }

    70% {
        transform: scale(.8);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bigger {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(-100%);
        /* 从左侧完全不可见 */
    }

    100% {
        transform: translateX(0);
        /* 最终位置为正常显示 */
    }
}

@keyframes slideInTwo {
    0% {
        transform: translateX(100%);
        /* 从左侧完全不可见 */
    }

    100% {
        transform: translateX(0);
        /* 最终位置为正常显示 */
    }
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.ml20 {
    margin-left: 20px;
}

.ml5 {
    margin-left: 5px;
}

.fl {
    float: left;
}

a:hover {
    color: #014d94;
}

/* ***********************header*********************** */
.header {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.top {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #ffffff;
}

.top img {
    width: auto;
    height: 50px;
    margin-top: 15px;
    margin-left: 30px;
}

.banner {
    width: 100%;
    height: auto !important;
    text-align: center;
    background: none !important;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}
.bannerImg{
    width: 100%;
    height: auto;
}
.bannerTitIcon {
    width: 100px;
    float: left;
    animation: bigger 2.5s linear infinite alternate;
    position: absolute;
    left: 80px;
    top: 20px;
}

.bannerTit {
    width: 800px;
    margin-top: 180px;
    /* animation: bigger 2.5s linear infinite alternate; */
    position: relative;
    animation: roll 1s forwards;
}

.bannerTitLite {
    margin-top: 50px;
    width: 1100px;
    animation: roll 1s forwards;
}

/* ******************************content****************************** */
.container {
    width: 100%;
    height: auto;
    padding: 0;
    padding: 40px 0;
    background: #F9FEFF;
}

.plateCont {
    height: auto;
    overflow: hidden;
    padding: 40px 0;
}

.ColumnName {
    width: 450px;
    height: 80px;
    line-height: 72px;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; /* 可选：控制与其他元素的层级 */
}
.ColumnName::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 100%;
    /* 原背景图设置移到这里 */
    background: url('10738607.png') no-repeat top center;
    background-size: 100%;
    background-position: center;
    z-index: -1; /* 背景图层级：在内容下方，在::after上方 */
}
/* ::after作为最下层，在背景图下方 */
.ColumnName::after {
    content: '';
    width: 100%;
    height: 30px;
    background: #1050ff;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: -2; /* 比背景图(::before)低一级，确保在背景图下方 */
}

.ColumnName a {
    display: block;
    color: #ffffff;
}

/* 列表 */
.palteList {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 80px 60px 40px;
    position: relative;
    box-sizing: border-box;
    border-radius: 30px;
    --tw-shadow: 0 0 10px -2px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.3);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    margin-top: 10px;
}

.palteList ul li {
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    position: relative;
    border-bottom: 1px dashed #999999;
}

.palteList ul li::after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #999999;
    position: absolute;
    left: 8px;
    top: 22px;
}

.pageOnePubtime {
    float: right;
    color: #757575;
}

/* ******************************footer***************************** */
.footer {
    width: 100%;
    overflow: hidden;
}

.footer .footer-bottom {
    width: 100%;
    overflow: hidden;
    padding: 35px 0px 50px 0px;
    background: #014d94;
}

.footer .footer-bottom .ft-left {
    width: 180px;
    height: 180px;
    overflow: hidden;
    float: left;
}

.footer-dzjg img {
    width: 160%;
    margin: -9px 0px 0px -15px;
}

.footer-dzjg {
    width: 50px;
    overflow: hidden;
    margin-top: 65px;
}

.footer-zfwzzc {
    width: 110px;
    overflow: hidden;
    margin-top: 68px;
}

.footer .footer-bottom .ft-center {
    width: 553px;
    height: 180px;
    float: left;
    margin-left: 38px;
}

.footer .footer-bottom .ft-center p {
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}

.footer .footer-bottom .ft-center p b {
    color: #fff;
}

.footer .footer-bottom .ft-right {
    width: 415px;
    height: 180px;
    float: left;
    padding-left: 6px;
}

.footer .footer-bottom .ft-right ul li {
    width: 113px;
    overflow: hidden;
    float: left;
    margin-left: 25px;
    color: #fff;
    text-align: center;
    font-size: 0;
    cursor: pointer;
}

.footer .footer-bottom .ft-right ul li img {
    width: 110px;
}

.footer .footer-bottom .ft-right ul li span {
    display: inline-block;
    margin-top: 32px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.pos-ewm-box {
    display: none;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.pos-ewm-box .ewm-img-box {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
}

.pos-ewm-box .ewm-img-box img {
    width: 100% !important;
    height: 100%;
}

.close-btn {
    display: inline-block;
    padding: 6px 10px 8px 10px;
    margin: 10px auto;
    line-height: 14px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: #014d94;
}

/* ******************************二级页****************************** */
/* .contBox{
    margin: 50px auto;
} */
.path {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    border-bottom: 1px #eee solid;
    padding-left: 20px;
    font-size: 14px;
    box-sizing: border-box;
}

.listCont {
    min-height: 300px;
    margin: auto;
    padding: 20px 30px;
    background-color: #ffffff;
}

.listCont ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
}

.listCont ul li a {
    width: 80%;
    display: inline-block;
    overflow: hidden;
}

.iconNewsList {
    width: 5px;
    height: 5px;
    background: #bd000e;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}

.publishTime {
    float: right;
}

/* ******************************文章页****************************** */
.mainText {
    background-color: #ffffff;
    min-height: 300px;
    padding: 0 30px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.contentTitle {
    width: auto;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px #ddd dotted;
    overflow: hidden;
}

.textTitle {
    box-sizing: border-box;
    color: #000;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    padding: 20px 0;
}

.source {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 0 20px;
    overflow: hidden;
}

.source span {
    margin-right: 20px;
}

.contentMain {
    padding: 30px 0;
    line-height: 2.2;
}

.contentMain img {
    max-width: 1000px;
}

.contentMain video,
table {
    max-width: 1000px;
}

/* 二维码 */
.sjsm {
    text-align: center;
    padding: 20px 30px;
}

.sjsm p {
    color: #999;
    font-size: 1.4rem;
    font-size: 14px;
}