/* 公共部分 */
* {
margin: 0;
padding: 0;
}

li {
list-style: none;
}

a {
text-decoration: none;
}

.container {
width: 1200px;
margin: 0 auto;
}

.fixed-right {
position: fixed;
right: 20px;
top: 50%;
transform: translateY(-50%);
z-index: 9999;
text-align: center;
}
.fixed-right a{
display:flex;
flex-direction: column;
align-items: center;
color:#000000;
text-decoration: none;
outline: none;

}
.fixed-right span{
margin-top:5px;
}
.fixed-right img{
width:60px;
height:60px;
}


.fixed-right .ai-icon {
width: 60px;
height: auto;
display: block;
transition: all 0.3s ease; /* 可选：添加过渡动画 */
}

/* 鼠标悬停时替换图片 */
.fixed-right:hover .ai-icon {
content: url("/images/ai_hover.png");
}

.list {
margin-bottom: 30px;
}

.pb_sys_full {
font-family: "PingFang SC";
}

.pb_sys_style1 .p_no_d {
border: none;
background-image: linear-gradient(to right, #4D95C7, #003D74);

}

/* 公共部分结束 */

/* 首页 */
/* 头部 */
.header-top {
min-width: 1600px;
height: 7px;
background-image: linear-gradient(to right, #4D95C7, #003D74);
position: sticky;
top: 0;
z-index: 999;
}

.pcLogo {
display: block;
}

.mbLogo {
display: none;
}

.message-box {
display: block;
}

.message-box-mb {
display: none;
}

.banner {
display: block;
}

.banner-mb {
display: none;
}

.nav-mb {
display: none;
}

.nav-mb-list {
display: none;
}

header {
position: relative;
min-width: 1600px;
display: flex;
align-items: center;
justify-content: space-between;
background-image: linear-gradient(to right, #4D95C7, #003D74); height: 116px;
position: sticky;
top: 0;
z-index: 998;
}

.logo {
display: inline-block;
width: 700px;
height: 68px;
margin-left: 81px;
}

.home {
position: absolute;
display: flex;
width: 160px;
right: 97px;
top: 28px;
}

.sub-menu {
display: none;
flex-direction: column;
top: 116px;
width: 100px;
text-align: center;
position: absolute;
background-image: linear-gradient(to bottom, #9d9ea2, #b0b2b7);
z-index: 999;
transform: translateX(-15px);
}

.nav li:hover .sub-menu {
display: flex;
}

.home a {
color: #fff;
font-family: 'PingFang SC';
font-weight: 400;
margin-left: 5px;
}

.nav {
min-width: 825px;
margin-top: 40px;
margin-right: 97px;
}

.nav ul li {
list-style: none;
float: left;
}

.nav > ul > li > a {
font-family: 'PingFang SC';
font-size: 18px;
height: 75px;
line-height: 75px;
font-weight: 500;
color: #ffffff;
}

.sub-menu li a {
font-family: 'PingFang SC';
font-size: 18px;
height: 50px;
line-height: 50px;
font-weight: 500;
color: #ffffff;
}

.nav > ul > li:not(:last-child) {
margin-right: 39px;
}

/* 头部结束 */

/* banner部分 */
.banner {
min-width: 1600px;
height: 521px;
/* background-image: url('/img/banner_01.png'); */
}

.banner img {
width: 100%;
}

/* banner结束 */

/* message部分 */
.message .page {
display: none;
}

.page-mb {
display: none;
}

.message .page .active {
display: flex;
flex-wrap: wrap;
gap: 31px;
justify-content: space-around;
}

.message .page div {
padding: 10px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
box-sizing: border-box;
}

.message .page div>div {
display: flex;
align-items: baseline;
gap: 4px;
margin-bottom: 8px;
}

.message-box {
display: flex;
flex-direction: column;
justify-content: center;
height: 160px;
}

.message {
/* display: flex; */
text-align: center;
/* align-items: center;
justify-content: space-between; */
}

.message span {
font-family: "Impact";
font-size: 40px;
background-image: linear-gradient(to right, #4D95C7, #003D74);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.message p {
font-family: 'PingFang SC';
font-size: 18px;
}

.danwei {
font-family: "Impact";
font-size: 18px !important;
background-image: linear-gradient(to right, #4D95C7, #003D74);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.message_page {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-top: 20px;
}

.dot {
width: 6px;
height: 6px;
background-color: #d8d8d8;
border-radius: 50%;
transition: all 0.3s ease;
cursor: pointer;
}

.page-mb {
display: none;
/* 默认隐藏 */
}

.page-mb.active {
display: flex;
/* 或 block，根据布局需要 */
}


.message>div {
display: none;
}

.message>div.active {
display: flex;
flex-direction: row;
justify-content: space-between;
/* align-items: center; */
}

.dot-mb.active {
width: 24px;
height: 6px;
border-radius: 76px;
background-image: linear-gradient(to right, #4D95C7, #003D74);
}

.dot.active {
width: 24px;
height: 6px;
border-radius: 76px;
background-image: linear-gradient(to right, #4D95C7, #003D74);
}

/* message结束 */

/* work部分 */
.top {
display: flex;
justify-content: space-between;
align-items: baseline;
margin-bottom: 35px;
}

.title span {
font-size: 36px;
color: #333333;
font-weight: bold;
}

.title i {
display: block;
width: 37px;
height: 6px;
background-image: linear-gradient(to right, #4D95C7, #003D74);
margin-top: 14px;
}

.work {
margin-bottom: 54px;
}

.more span {
position: relative;
top: -3px;
}

.more span a {
color: rgba(0, 0, 0, .85);
}

.work-content ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.work-content ul li {
display: flex;
align-items: center;
width: 587px;
height: 60px;
background-color: #F2F3F9;
margin-bottom: 10px;
}

.work-content ul li i {
width: 4px;
height: 10px;
border-radius: 123px;
margin: 0 11px 0 17px;
background-image: linear-gradient(to right, #4D95C7, #003D74);
}

.work-content .work-link-title {
font-size: 16px;
font-family: 'PingFang SC';
font-weight: 800;
color: rgba(0, 0, 0, .85);
}


.work-content .work-link-time {
font-size: 16px;
font-family: 'PingFang SC';
font-weight: 400;
color: rgba(0, 0, 0, .45);
margin-left: auto;
text-align: right;
margin-right: 20px;
}

.work-content ul li:hover {
    background-image: linear-gradient(to right, #4D95C7, #003D74);
}

.work-content ul li:hover a {
color: #ffffff;
}

.work-content ul li:hover i {
background-image: linear-gradient(to bottom, #fff, #fff);
}

.work-content ul li:hover span {
color: #ffffff;
}

/* work结束 */

/* notice开始 */
.notice {
margin-bottom: 54px;
}

.notice-content ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.notice-content ul li {
width: 587px;
height: 128px;
margin-bottom: 15px;
background-color: #F2F3F9;
}

.notice-link-titile {
margin-left: 31px;
}

.notice-content ul li div {
display: flex;
align-items: center;

margin: 0 0 18px 31px;
}

.notice-content ul li div span {
color: rgba(0, 0, 0, .65);
font-family: "PingFangSC";
font-size: 16px;
font-weight: 400;
}

.notice-content ul li i {
display: inline-block;
width: 18px;
height: 18px;
background-image: url("/images/time2.png");
background-size: contain;
background-repeat: no-repeat;
margin-right: 7px;
}

.notice-content ul li a {
display: block;
padding-top: 31px;
width: 587px;
height: 128px;
color: rgba(0, 0, 0, .85);
font-size: 20px;
font-family: "PingFang SC";
font-weight: 800;
}

span.notice-link-titile.xinxi {
display: block;
margin-top: 20px;
}

.notice-content ul li:hover {
    background-image: linear-gradient(to right, #4D95C7, #003D74);
}

.notice-content ul li:hover span {
color: #ffffff;
}

.notice-content ul li:hover a {
color: #ffffff;
}

/* notice结束 */

/* system开始 */
.system-content {
margin-bottom: 18px;
}

.system-content ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.system-content ul li {
display: flex;
align-items: center;
width: 385px;
height: 80px;
margin-bottom: 15px;
background-color: #F2F3F9;
}



.system-content ul li a {
display: flex;
align-items: center;
color: rgba(0, 0, 0, .85);
font-size: 20px;
font-family: "PingFang SC";
font-weight: 800;
}

.system-content ul li a div {
margin: 0 20px;
}

.system-content ul li:hover {
background-image: linear-gradient(to right, #4D95C7, #003D74);
}

.system-content ul li:hover a {
color: #fff;
}

/* system结束 */

/* footer开始 */
footer {
min-width: 1600px;
height: 277px;
background-image: linear-gradient(to right, #4D95C7, #003D74);
}

.footer {
display: flex;
justify-content: space-between;
height: 201px;
border-bottom: 1px solid rgba(216, 216, 216, .2);
}

.footer-title {
display: flex;
align-items: center;
font-size: 22px;
font-weight: 600;
color: #ffffff;
margin-top: 50px;
}

.footer-title span {
display: inline-block;
width: 115px;
height: 1px;
margin-top: 5px;
margin-left: 11px;
background-color: rgba(216, 216, 216, .4);
}

.right {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 44px;

}

.right div {
color: rgba(255, 255, 255, .8);
font-size: 14px;
font-family: "PingFang SC";
margin-top: 10px;
}

.right img {
width: 105px;
height: 105px;
}

.footer-msg {
display: flex;
margin-top: 19px;
}

.footer-msg-left,
.footer-msg-right {
width: 214px;
margin-right: 39px;
font-size: 13px;
font-family: "PingFang SC";
color: rgba(255, 255, 255, .8);
font-weight: 400;
}

.footer-msg-left>div,
.footer-msg-right>div {
margin-bottom: 10px;
}

.banquan {
text-align: center;
margin-top: 23px;
font-size: 14px;
font-family: "PingFang SC";
color: rgba(255, 255, 255, .8);
font-weight: 400;
}

/* footer结束 */
/* 首页结束 */





/* 列表页1 */
.header {
position: relative;
min-width: 1600px;
display: flex;
align-items: center;
justify-content: space-between;
height: 116px;
border-bottom: 1px solid rgba(216, 216, 216, .2);
background-image: linear-gradient(to right, #4D95C7, #003D74);
}

.list-header-top {
min-width: 1600px;
height: 7px;
background-image: linear-gradient(to right, #4D95C7, #003D74);
}

.list-top {
height: 177px;
/* background-image: linear-gradient(to right, #4D95C7, #003D74); */
display: flex;
align-items: flex-end;
}

.list-title {
width: 100%;
background-color: #F2F3F9;
padding-bottom: 5px;
}

.list-title .title {
display: flex;
margin-top: 34px;
margin-left: 351px;
flex-direction: column;
}

.list-title .title div {
font-size: 16px;
font-family: "Arial";
color: #09487e;
padding-bottom: 15px;
}

.title > div:nth-of-type(2) {
  font-size: 16px;
font-family: "Arial";
color: #09487e;
padding-bottom: 15px;
    width: 77.4%;
    text-align: center;
}

.list-title .title h1 {
color: #333333;
font-family: "FZLanTingHeiS-EB-GB";
font-size: 42px;
font-weight: 400;
width:77.4%;
}

.msg_title{
color: #333333;
font-family: "FZLanTingHeiS-EB-GB";
font-size: 42px;
font-weight: 400;
width:77.4%;
margin-top: 12px;
    text-align: center;
}

.list-title .title i {
display: block;
width: 37px;
height: 6px;
margin-bottom: 15px;
background-image: linear-gradient(to right, #4D95C7, #003D74);
margin-top: 10px;
}

.list-content {
margin-top: 40px;
margin-bottom: 50px;
}

.list-content ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.list-content ul li {
display: flex;
align-items: center;
width: 587px;
height: 60px;
background-color: #F2F3F9;
margin-bottom: 10px;
}

.list-content ul li i {
width: 4px;
height: 10px;
border-radius: 123px;
margin: 0 11px 0 17px;
background-image: linear-gradient(to right, #4D95C7, #003D74);
}

.list-content .list-link-title {
font-size: 16px;
font-family: 'PingFang SC';
font-weight: 800;
color: rgba(0, 0, 0, .85);
}


.list-content .list-link-time {
font-size: 16px;
font-family: 'PingFang SC';
font-weight: 400;
color: rgba(0, 0, 0, .45);
margin-left: auto;
text-align: right;
margin-right: 20px;
}

.list-content ul li:hover {
    background-image: linear-gradient(to right, #4D95C7, #003D74);
}

.list-content ul li:hover a {
color: #ffffff;
}

.list-content ul li:hover i {
background-image: linear-gradient(to bottom, #fff, #fff);
}

.list-content ul li:hover span {
color: #ffffff;
}

.page {
height: 40px;
text-align: right;
margin-bottom: 58px;
}

.page a {
color: rgba(0, 0, 0, .5);
font-size: 16px;
margin: 0 2px;
border: 1px solid #D8D8D8;
padding: 8px 13px;
background: #fff;
border-radius: 4px;
}

.page a:hover {
color: #fff;
background-image: linear-gradient(to right, #4D95C7, #003D74);
}

/* 列表页1结束 */

/* 列表页2 */
.notice-list {
margin-top: 40px;
margin-bottom: 56px;
}

/* 列表页2结束 */

/* 首页响应式 */
.nav-mb-list ul li {
width: 100%;
height: 50px;
margin-left: 20px;
border-bottom: 1px solid #f5f5f5;
list-style: none;
box-sizing: border-box;
}

.nav-mb-list ul li a {
display: block;
width: 100%;
color: #333;
height: 100%;
line-height: 50px;
text-decoration: none;
font-size: 16px;
}

@media screen and (max-width: 768px) {
.pcLogo {
display: none;
}

.mbLogo {
display: block;

}

.mbLogo img {
width: 79%;
height: 35%;
}

.header-top {
width: 100vw;
min-width: 375px;
}

header {
width: 100vw;
min-width: 375px;
}

.logo {
max-width: 542px;
height: auto;
margin-left: 20px;
width: 90%;
}

.nav {
display: none;
}

.container {
width: 92%;
}

.home {
display: none;
}

.banner {
display: none;
}

.banner-mb {
display: block;

}

.banner-mb img {
width: 100%;
}

.message-box {
display: none;
}

.nav-mb {
display: block;
}

.nav-mb-list {
display: block;
}

.message-box-mb {
display: block;
position: relative;
top: -36px;
z-index: 9;
height: 210px;
background-color: #fff;
margin: 0 30px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.message_page-mb {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-top: 30px;
}

.dot-mb {
width: 8px;
height: 8px;
background-color: #d8d8d8;
border-radius: 50%;
transition: all 0.3s ease;
cursor: pointer;
}

.nav-mb {
width: 140px;
height: 116px;
position: relative;
}

.nav-mb::before {
content: '';
display: block;
width: 100%;
height: 100%;

clip-path: polygon(100% 0%,
0% 0%,
13px 100%,
100% 100%);
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.nav-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 48px;
height: 48px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
cursor: pointer;
}

.nav-btn img {
width: 36px;
height: 30px;
}

.nav-mb-list {
position: fixed;
top: 0;
right: -100%;
width: 100vw;
height: 100vh;
background-color: #fff;
z-index: 999;
transition: right 0.4s ease-in-out;
}

.nav-mb-list.active {
right: 0;
}

.hide-element {
display: none !important;
}

.page-mb {
/* display: flex; */
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
}


.page-mb span {
font-family: "Impact";
font-size: 31px;
background-image: linear-gradient(to right, #4D95C7, #003D74);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.page-mb div {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 25px;
width: 130px;
height: 50px;
}

.page-mb p {
font-family: 'PingFang SC';
font-size: 14px;
}

.danwei-mb {
font-family: "Impact";
font-size: 18px !important;
background-image: linear-gradient(to right, #4D95C7, #003D74);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.message_page {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-top: 20px;
}

.page {
display: none;
}

.page .active {
display: flex;
flex-wrap: wrap;
gap: 31px;
justify-content: space-around;
}

.work {
width: 92%;
margin: 0 auto;
}

.notice {
width: 92%;
margin: 0 auto;
}

.system {
width: 92%;
margin: 0 auto;
}

.title span {
font-size: 40px;
}

.notice-content ul {
margin: 0 auto;
justify-content: space-around;
}


.notice-content ul li {
width: 100%;
}

.notice-content ul li a {
height: 150px;
width: 100%;
display: flex;
flex-direction: column-reverse;
justify-content: center;
padding-top: 0px;
}

.notice-content ul li div {
margin-top: 12px;
}

.notice-link-titile {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
width: 87%;
}

.system-content ul li {
width: 47.275%;
height: 170px;
justify-content: center;
margin: 0 auto 15px auto;
flex-direction: column;
}

.system-content ul li a {
flex-direction: column;
}

.system-content ul li {
margin: 0 auto 15px auto;
flex-direction: column;
}

.footer-msg {
flex-direction: column;
}

footer {
min-width: auto;
height: 345px;
}

.footer {
height: 270px;
}

.right {
margin-top: 70px;
}

}

@media screen and (max-width: 645px) {
    .title span {
            font-size: 28px;
        }
    
        .more span {
            font-size: 14px;
        }
    
        .notice-link-titile {
            font-size: 16px;
        }
    
        .notice-content ul li div span {
            font-size: 12px;
        }
    
        .page-mb div {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 160px;
            height: 40px;
        }
    
        .message-box-mb {
            height: 250px;
        }
    
        .mbLogo img {
            width: 89%;
            height: 41%;       }
}

/* @media screen and (max-width: 628px) {
    .message-box-mb{
        height: 246px;
    }
} */


@media screen and (max-width: 614px) {
.page-mb span {
font-family: "Impact";
font-size: 25px;
background-image: linear-gradient(to right, #4D95C7, #003D74);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.danwei-mb {
font-family: "Impact";
font-size: 18px !important;
background-image: linear-gradient(to right, #4D95C7, #003D74);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* .page-mb p {
font-family: 'PingFang SC';
font-size: 12px;
}

.page-mb div {
display: flex;
flex-direction: column;
align-items: center;
width: 117px;
height: 40px;
} */

/* .message-box-mb {
display: block;
position: relative;
top: -36px;
z-index: 9;
height: 185px;
background-color: #fff;
margin: 0 30px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} */

.work {
width: 92%;
}

.notice {
width: 92%;
margin: 0 auto;
}

.system {
width: 92%;
margin: 0 auto;
}

.notice-content ul li {
width: 100%;
}

.notice-content ul li a {
height: 150px;
width: 100%;
display: flex;
flex-direction: column-reverse;
justify-content: center;
padding-top: 0px;
}

.notice-content ul li div {
margin-top: 12px;
}

.notice-link-titile {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
width: 87%;
}


.system-content ul li {
width: 47.275%;
height: 170px;
justify-content: center;
margin: 0 auto 12px auto;
flex-direction: column;
}

.system-content ul li a {
flex-direction: column;
}

.system-content ul li a span {
font-size: 15px;
}

}

@media screen and (max-width: 602px) {
    .message-box-mb {
            height: 325px;   }
}

@media screen and (max-width: 574px) {
.title span {
font-size: 28px;
}

.more span {
font-size: 14px;
}

.notice-link-titile {
font-size: 16px;
}

.notice-content ul li div span {
font-size: 12px;
}

.page-mb div {
display: flex;
flex-direction: column;
align-items: center;
width: 160px;
height: 40px;
}

.message-box-mb {
height: 325px;
}

.mbLogo img {
width: 89%;
height: 41%;
}
}

@media screen and (max-width: 414px) {
.page-mb div {
width: 138px;
}

.system-content ul li {
height: 145px;
}
}

/* 首页响应式结束 */