@font-face {
    font-family: SSZhiZunShuFaTi;
    src: url('/material/font/SSZhiZunShuFaTi.woff2') format('woff2'),
        /* 优先现代浏览器 */
        /* 兜底 */
        url('/material/font/SSZhiZunShuFaTi.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;

}
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
    font-family: "PingFang SC", "Microsoft YaHei", SimHei, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #FAFAFA;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.subindex .header {
    width: 100%;
    height: 160px;
    background: #005aaa;
    /* filter: blur(0); */
}

.subindex .header .header-wrapper {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.subindex .header .header-wrapper .logo {
    width: 320px;
    height: 75px;
    display: inline-block;
    margin-top: 27px;
    margin-right: 20px;
}

.subindex .header .header-wrapper .logo img {
    width: 100%;
    height: 100%;
}

.subindex .header .header-wrapper .title {
    width: 200px;
    margin-top: 36px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.subindex .header .header-wrapper .title .title-info {
    width: 100%;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    text-align: left;
    font-style: normal;

}

.subindex .header .header-wrapper .header-top {
    width: 100%;
    position: relative;
}


.subindex .header .header-wrapper .nav-search {
    width: 400px;
    height: 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    top: 45px;

}


.subindex .header .header-wrapper .nav-search .search {
    width: 140px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 28px;
}
/* 强制覆盖自动填充背景 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #333 !important;
}
.subindex .header .header-wrapper .nav-search .search button {
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 13px;
    position: relative;
    border:none;
    background:url(../images/sousuo.png);
    background-size:100%;
}

.subindex .header .header-wrapper .nav-search .search .gap {
    width: 1px;
    height: 14px;
    margin: 9px;
    background: #fff;
    opacity: 0.36;
}

.subindex .header .header-wrapper .nav-search .search input {
    width: 75px;
    height: 32px;
    background: 0 0;
    border: none;
    outline: 0;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: transparent;
    padding-left:16px;
}


.subindex .header .header-wrapper .nav-search .goHome {
    width: 100px;
    height: 18px;
    margin-right: 18px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subindex .header .header-wrapper .nav-search .goHome img {
    width: 16px;
    height: 17px;
    margin-right: 9px;
}

.subindex .header .header-wrapper .nav {
    width: 100%;
    margin-top: 12px;
    vertical-align: top;
}
.subindex .header .header-wrapper .less-nav {
    position: absolute;
    width: 70%;
    right: 0;
    top: 80px;
}

.subindex .header .header-wrapper .less-top {
    padding-top: 20px;
}

.subindex .header .header-wrapper .less-top .nav-search {
    top: 30px;
}

.subindex .header .header-wrapper .less-nav .nav-list {
    justify-content: flex-end !important;
}


.subindex .header .header-wrapper .nav .nav-list {
    width: 100%;
    height: 34px;
    /* margin-top: 27px; */
    display: flex;
    justify-content: flex-start;
    align-items: top;
    gap: 50px;

}

.subindex .header .header-wrapper .nav .nav-list>li {
    list-style: none;
    position: relative;
}



.subindex .header .header-wrapper .nav .nav-list>li a {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

/* 下拉菜单结构 */
/* 菜单列表区域 */
.submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(0, 135, 255, 0.8) 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 10000;
    overflow: hidden;
}

.submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 2px solid #004582;
}

.submenu li {
    text-align: center;
    padding: 0 15px;
    cursor: pointer;
}

.submenu li a {
    color: #000 !important;
    font-size: 15px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.6px;
    white-space: nowrap;
    padding: 14px 3px;
    text-align: center !important;
}

/* 顶部小三角形箭头 - 在菜单框外面 */
.has-submenu {
    position: relative;
}

.has-submenu::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 28px;
    transform: translateX(-50%) translateY(-10px);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.05s ease-out 0.01s, transform 0.05s ease-out 0.01s, visibility 0.05s ease-out 0.01s;
}

.has-submenu:hover::before,
.has-submenu:hover .submenu::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.submenu li:hover {
    background: rgba(0, 135, 255, 0.25);
}

.submenu li:hover a {
    /* color: #fff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); */
}

.has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* //导航结束 */

.subindex .footer {
    width: 100%;
    height: 366px;
    background: url(../images/footBg.png) no-repeat center top;
    padding-top: 1px;
    background-size:cover;
    /* overflow: hidden; */
}

.subindex .footer .container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 95px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.subindex .footer .container .logo-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.subindex .footer .container .logo-wrapper::after {
    content: "";
    display: block;
    width: 1px;
    height: 173px;
    background: rgba(151, 151, 151, 0.42);
    position: absolute;
    top: -30px;
    right: -30px;
}

.subindex .footer .container .logo-wrapper .logo {
    width: 300px;
    height: 70px;
    background: url(../images/logo.png) no-repeat;
    background-size: 100% auto;
}

.subindex .footer .container .logo-wrapper .collage {
    margin-left: 23px;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    line-height: 31px;
    text-align: left;
    font-style: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subindex .footer .container .contact {
    width: 720px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.subindex .footer .container .contact .contact-item:first-child {
    margin-left: 38px;
}

.subindex .footer .container .contact .contact-item:first-child .contact-content {
    margin-top: 18px;
}

.subindex .footer .container .contact .contact-item:nth-child(2) {
    margin-left: 20px;
}

.subindex .footer .container .contact .contact-item:nth-child(2) .contact-content {
    margin-top: 12px;
}

.subindex .footer .container .contact .contact-item:nth-child(3) {
    margin-left: 43px;
}

.subindex .footer .container .contact .contact-item:nth-child(3) .contact-content {
    margin-top: 7px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    text-align: center;
    font-style: normal;
}

.subindex .footer .container .contact .contact-item:nth-child(3) .contact-content p {
    margin: 0;
}

.subindex .footer .container .contact .contact-item .contact-title {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.subindex .footer .container .contact .contact-item .contact-content {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.subindex .footer .container .contact .contact-item .contact-content1 {
    margin-top: 20px;
}

.subindex .footer .container .contact .contact-item .contact-content a {
    display: block;
    width: 227px;
    height: 49px;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-indent: 18px;
}

.subindex .footer .container .contact .contact-item .qr {
    width: 138px;
    height: 142px;
}

.subindex .footer .container .contact .contact-item .qr img {
    width: 100%;
    height: 100%;
}

.subindex .footer .pub {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.subindex .footer .pub p {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px;
    text-align: left;
    font-style: normal;
}

.list-banner {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 600px;
    background: url(../images/listBanner.png) no-repeat top center;
    margin-bottom: 35px;
}

.list-content-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
    background: #FAFAFA;
}

.list-content-wrapper .container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.list-content-wrapper .listlTitle {
    width: 1200px;
    margin: 0 auto 40px auto;
}

.list-content-wrapper .listlTitle .home-icon {
    width: 20px;
    height: 18px;
    float: left;
    margin: 2px 5px 0 0;
}

.custom-select {
    position: relative;
    width: 227px;
    height: 49px;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.custom-select .select-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 49px;
    padding: 0 15px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.custom-select .select-header .select-title {

    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-select .select-header .select-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(255, 255, 255, 0.7);
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.custom-select .select-header:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

.custom-select .select-dropdown {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 220px;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 999;
    margin-bottom: 8px;
}

.custom-select .select-dropdown::-webkit-scrollbar {
    width: 6px;
}

.custom-select .select-dropdown::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.custom-select .select-dropdown li {
    border-bottom: 1px solid #f0f0f0;
}

.custom-select .select-dropdown li:last-child {
    border-bottom: none;
}

.custom-select .select-dropdown li a {
    display: block;
    padding: 10px 14px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.custom-select .select-dropdown li a:hover {
    background: #f5f5f5;
    color: #0056b3;
    padding-left: 18px;
}

.custom-select.active .select-header {
    border-color: rgba(255, 255, 255, 0.8);
}

.custom-select.active .select-header .select-arrow {
    transform: rotate(180deg);
}

.custom-select.active .select-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-select.clicked-outside .select-dropdown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.pagination {
    margin: 10px 0;
    text-align: center;
}

.pagination .pn {
    display: inline-block;
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
    color: #434343;
    background-color: #fff;
    height: 28px;
    line-height: 28px;
    margin: 0 5px;
}

.pagination .btns a {
    display: inline-block;
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #434343;
    background-color: #fff;
    padding: 0 12px;
    font-weight: 400;
    margin: 0 5px;
    height: 28px;
    line-height: 28px;
}

.pagination .btns a.active {
    border: 1px solid #004582;
}

.pagination a.dian {
    display: inline-block;
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
}

.pagination input {
    width: 50px;
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    height: 28px;
    line-height: 28px;
    margin: 0 5px;
    text-align: center;
}

.pagination .first {
    margin-right: 10px;
}

.pagination .next {
    margin: 0 10px;
}