body{
    background: url(../img/title/zbfyr_bj.jpg) no-repeat;
    background-size: 100% 100%;
}

body {
    max-width: 2000px;
    min-width: 1380px;
    margin: auto;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content{
    width: 1300px;
    margin: auto;
}
.content-1{
    height: 550px;
    background: url(../img/title-static-upload/y-02.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 50px;

}
.content-body, .content-header {
    width: 100%;
    /*background: url(../img/title/zbfyr_bj.jpg) no-repeat;*/
    /*background-size: 100% 100%;*/
    /*height: 2000px;*/
}

.b{
    width: 100%;
    /*height: 3600px;*/
    /*background: url(../img/title/zbfyr_bj.jpg) no-repeat;*/
    /*background-size: 100% 100%;*/
}

.content-body .content-nav {
    width: 100%;
    background: #2948FB;
    height: 80px;
}
.content-nav ul {
    width: 1300px;
    margin: 0px auto;
    text-align: center;
    height: 80px;
}

.content-nav ul li {
    display: inline-block;
    padding: 15px;
    width: 146px;
    color: wheat;
    font-size: 19px;
    font-weight: 700;
    height: 50px;
}

.content-nav ul li a {
    display: inline-block;
    padding: 15px;
    width: 149px;
    color: wheat;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top: -15px;
    height: 51px;
    line-height: 51px;
}
.content-header .header {
    width: 100%;
    height: 578px;
    background: url(../img/header/h-01.jpg) no-repeat;
    background-size: 100% 100%;
}
.content-nav ul li :hover {
    background-color: #0725D3;
}
.c{
    width: 95%;
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    gap: 10px;
}
.content-img{
    flex-basis: 70%;
    height: 75%;
}
.content-text{
    flex-basis: 49%;
    height: 75%;
    color: #ffffff;
}
.content-text h1{
    font-size: 28px;
    font-weight: bold;
    width: 80%;
    margin: auto;
}
.content-text h4{
    font-size: 28px;
    font-weight: bold;
    width: 80%;
    margin: auto;
    margin-top: 10px;
}
.content-text p{
    width: 80%;
    margin: auto;
    font-size: 18px;
    margin-top: 10px;
}
.footer {
    width: 100%;
    height: 90px;
    text-align: center;
    background: #143FDC;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 40px;
}
.footer .text {
    font-size: 26px;
    color: #fff;
}
