.content-body, .content-header {
    width: 100%;
}

.content-body .content-nav {
    width: 100%;
    background: #2948FB;
    height: 80px;
}

.content-nav ul {
    width: 1300px;
    margin: 0px auto;
    text-align: center;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-nav ul li {
    display: inline-block;
    padding: 10px;
    width: auto;
    color: wheat;
    font-size: 18px;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
}

.content-nav ul li a {
    display: inline-block;
    padding: 0px 25px;
    width: auto;
    color: wheat;
    font-size: 21px;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
    white-space: nowrap;
    box-sizing: border-box;
}

.content-header .header {
    width: 100%;
    height: 587px;
    background: url(../img/header/h-01.jpg) no-repeat;
    background-size: 100% 100%;
}

.content-nav ul li :hover {
    background-color: #0725D3;
}

.content{
    width: 1300px;
    margin: auto;

}
.carousel{
    width: 100%;
    height: 555px;
    margin-top: 20px;
}

/*轮播*/
.swiper {
    width: 100%;
    height: 598px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide-item{
    width: 100%;
    height: 76%;
}
.content-jxtj,
.content-zbzj
{
    width: 1300px;
    height: 595px;
}
.sjsdmx{
    width: 100%;
    display: flex;
    height: 540px;
    padding-top: 35px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.sjsdmx .content-item {
    width: 290px;
    height: 251px;
    position: relative;
    margin-top: 20px;
}
.sjsdmx .content-item .item {
    width: 290px;
    height: 251px;
    position: relative;
}

.content-zbzj{
    height: 640px;
}
.sjsdmx .content-item .item .item-t-img {
    overflow: hidden;
}
.sjsdmx .content-item .item .item-t-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #0176FF;
    font-size: 21px;
    font-weight: bold;
}
.swiper-pagination {
    position: absolute;
    bottom: 20px !important;
}
.footer {
    width: 100%;
    height: 90px;
    text-align: center;
    background: #143FDC;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.footer .text {
    font-size: 26px;
    color: #fff;
}
