.common-width {
    width: 1200px;
}

.absolut-box {
    position: relative;
    height: 500px;
}

.absolut-box .mask {
    width: 100%;
    height: 100%;
    background-color: rgb(0 61 114 / 50%);
    position: absolute;
    top: 0;
    left: 0;
}

.header-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    background: #f0f0f0;
}

.header-swiper .swiper-wrapper {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.header-swiper .swiper-slide {
    min-width: 100%;
    height: 100%;
}

.header-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.header-swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s;
}

.header-swiper-pagination .swiper-pagination-bullet.active {
    background-color: #fff;
    transform: scale(1.2);
}

.header-swiper-button-prev,
.header-swiper-button-next {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.header-swiper-button-prev {
    transform: rotate(180deg);
}

.header-swiper-button-prev img,
.header-swiper-button-next img {
    width: 24px;
    height: 24px;
}

.header-swiper:hover .header-swiper-button-prev,
.header-swiper:hover .header-swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.header-swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1) rotate(180deg);
}

.header-swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.header-swiper-button-prev {
    left: 30px;
}

.header-swiper-button-next {
    right: 30px;
}

.absolut-box .content {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    padding: 35px 0;
    z-index: 2;
}

.absolut-box .content .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.absolut-box .content .top>img {
    width: 476px;
}

.absolut-box .content .top .right-box {
    width: 200px;
    height: 31px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    padding: 6px 12px;
}

.absolut-box .content .top .right-box input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 14px;
}

.absolut-box .content .top .right-box input::placeholder {
    color: #ffffff;
    opacity: 0.5;
}

.absolut-box .content .top .right-box input:focus {
    outline: none;
    border: none;
}

.top-menu {
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 8px;
}
.top-menu .on{
    font-weight: bold;
    border-bottom: 3px solid rgba(255, 255, 255, 0.9);
}
.top-menu::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.top-menu>li {
    flex: 1;
    text-align: center;
    line-height: 64px;
    color: #fff;
    cursor: pointer;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
}

.top-menu>li:hover {
     font-weight: bold;
}

.body-content {
    width: 100%;
    padding: 40px 0;
}

.body-content .content {
    margin: 0 auto;
    display: flex;
}

.body-content .content .swiper {
    width: 380px;
    height: 252px;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
    will-change: transform;
}

.swiper-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    color: #fff;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.swiper-slide .text div {
    width: calc(100% - 140px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    gap: 8px;
    z-index: 10;
    left: 0;
    justify-content: flex-end;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 3px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s;
}

.swiper-pagination-bullet.active {
    background-color: #0253C7;
}

.swiper-pagination-line {
    width: 40px;
    height: 4px;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}

.swiper-pagination-line.active {
    background-color: #0253C7;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 20px;
    height: 20px;
}

.swiper-button-prev {
    transform: rotate(180deg);
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
}

.swiper-button-prev:hover {
    transform: scale(1.1) rotate(180deg);
    ;
}

.swiper-button-prev {
    left: 15px;
}

.swiper-button-next {
    right: 15px;
}

.body-content .content .list {
    flex: 1;
    height: 100%;
}

.body-content .content .list .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
}

.body-content .content .list .title a {
    color: #666;
    display: flex;
    align-items: center;
}

.body-content .content .list .title a img {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.body-content .content .list .title a:hover {
    color: #0253C7;
}

.body-content .content .list .title .right-arrow {
    width: 14px;
    margin-right: 13px;
    display: inline-block;
}

.body-content .content .list .title span {
    font-size: 24px;
    color: #0253C7;
    font-weight: 700;
}
.body-content.link{
    padding: 35px 0 ;
    background: url("../static/link-bg.png") no-repeat center center / cover;
}
.list-wrapper {
    width: 100%;
}

.list-wrapper li {
    padding: 15px;
    border-bottom: 1px dashed #E6E6E6;
    position: relative;
    color: #333333;
    width: 100%;
    cursor: pointer;
}

.list-wrapper li:hover {
    color: #0253C7;
}

.list-wrapper li::before {
    content: "";
    display: block;
    width: 5px;
    height: 4px;
    position: absolute;
    background-color: #83B6FF;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.list-wrapper li a {
    width: 100%;
    display: flex;

}

.list-wrapper li a .text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-wrapper li a .time {
    width: 120px;
    color: #999999;
    text-align: right;
}
.block-2{
    background: url("../static/home-bg-1.png") no-repeat;
    background-size: 100% 100%;
}

.block-2 .list {
    width: 50%;

}
.card-wraper{
 position: relative;
}
.card-list {
    width: 1200px;
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
}
::-webkit-scrollbar {
  display: none;
}
.card-button-prev,
.card-button-next {
    position: absolute;
    top: calc(50% - -2px);
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}
.card-button-prev img,
.card-button-next img{
    width: 30px;
}
.card-button-prev {
    left: -54px;
}

.card-button-next {
    right: -54px;
}

.card-list .card-group {
    display: inline-block;
}
.card-list a {
    display: block;
    width: 300px;
    padding: 3px 6px;
}

.card-group img {
    display: inline-block;
    width: 100%;

}

.absolut-box.footer {
    height: initial;
}

.absolut-box.footer .content {
    display: flex;
    align-items: center;
    height: auto;
    padding: 0
}

.absolut-box.footer .content .text {
    flex: 1;
    height: 100%;
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.absolut-box.footer .content .text>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 40px;
}

.absolut-box.footer .content .text>div img {
    width: 16px;
    margin-right: 10px;
}

footer {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #003D95;
}

.qr-code {
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qr-code>div {
    text-align: center;
    color: #fff;
}
.qr-code img {
    height: 60px;
}
.breadcrumb {
    color: #333;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
}

.breadcrumb a:hover {
    color: #0253C7;
    border-bottom: 2px solid #0253C7;
}

.submit {
    /* 移除盒模型相关样式 */
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    /* 移除交互相关样式 */
    outline: none;
    /* 继承父元素的字体，避免浏览器默认字体 */
    font: inherit;
    color: inherit;
    /* 将光标设置为手型，提示可点击性 */
    cursor: pointer;
    /* 确保盒模型计算一致 */
    box-sizing: border-box;
}

/* 针对某些浏览器（如iOS Safari）的额外重置 */
.submit::-moz-focus-inner {
    border: 0;
    padding: 0;
}