.content-body, .content-header {
    width: 100%;
    background: url(../img/title/zbfyr_bj.jpg) no-repeat;
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.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: 23px;
    font-weight: 700;
    height: 50px;
}

.content-nav ul li a {
    display: inline-block;
    padding: 15px;
    width: 149px;
    color: wheat;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    top: -15px;
    height: 51px;
    line-height: 51px;
}

.content-header .header {
    width: 100%;
    height: 587px;
    background: url(../img/header/h-01.jpg) no-repeat;
    background-size: 100% 100%;
}

.content-header .header .header-center {
    width: 1100px;
    height: 359px;
    margin: auto;
    /* margin-top: 126px; */
    background: url(../img/header/h-02.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 50px;
}
.content-nav ul li :hover {
    background-color: #0725D3;
}

.big-title {
    width: 678px;
    height: 119px;
    margin: auto;
    margin-top: 50px;
}

.content{
    width: 1268px;
    margin: auto;

}
.carousel{
    width: 100%;
    height: 650px;
    margin-top: 20px;
}

/*轮播*/
.swiper {
    width: 100%;
    height: 650px;
}

.swiper-slide {
     width: 80%;
    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;
}
/*轮播*/
.mySwiper  .swiper-wrapper  .swiper-slide  .item{
    width: 100%;
    height: 443px;
}
.item .img{
    width: 100% ;
    height: 100%;
}
.left-2{
    width: 100% ;
    height: 491px !important;

}
.left-2-img {
    width: 262px !important;
    height: 100%;
}

.left-3{

    width: 100% ;
    height: 530px !important;
}
.left-3-img {
    width: 283px !important;
    position: relative;
    right: 22px;
}
.swiper-slide .img img {
  object-fit: cover; /* 这将确保图片覆盖整个容器，而不变形 */
}
/*item:nth-child(2n) {*/
/*    !* 这里的样式将应用于所有偶数位置的 <li> 元素 *!*/
/*    background-color: #f0f0f0;*/
/*    color: #333;*/
/*}*/

.but{
    width: 1300px;
    height: 50px;
    position: relative;
    top: -52%;
}

 .body-item {
     width: 303px;
     height: 253px;
    position: relative;
    top: 35px;
    left: 12px;
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
    margin-top: 16px;
}
.content-zbzj .body-item .item-top-img {
    width: 100%;
    height: 175px;
    border: 3px solid white;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.content-zbzj .body-item .item-top-img .img-body {
    width: 100%;
    height: 190px;
    transition: transform 0.5s ease;
}

.content-zbzj .body-item .body-tit {
    width: 209px;
    height: 48px;
    margin-top: -39px;
    z-index: 1;
    position: relative;
    font-size: 19px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    padding: 0 50px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: url(../img/title-static-upload/mxmdm/static-y-bg.png);
    background-size: 100% 100%;
    top: 4px;
}
.item-botton-text {
    margin-top: 18px;
    color: #476afc;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.content-jxtj,
.content-zbzj
{
    width: 1305px;
    height: 730px;
}
.item-botton-text .left{
    display: inline-block;
    width: 247px;
    height: 50px;
    vertical-align: top;
    background: url(../img/title-static-upload/mxmdm/wpzb20.png);
    background-size: 100% 100%;
    margin-top: -10px;
    line-height: 61px;
    padding-left: 10px;
    color: #0056B3;
}


.item-botton-text .left:hover{
    width: 247px;
    height: 50px;
    vertical-align: top;
    background: url(../img/title-static-upload/mxmdm/wpzb22.png);
    background-size: 100% 100%;
}
.footer {
    width: 100%;
    height: 133px;
    /*padding-top: 44px;*/
    text-align: center;
    background: #143FDC;
    /*margin-top: 52px;*/
    line-height: 85px;
    overflow: hidden;
    
}
.footer .text {
    font-size: 26px;
    color: #fff;
    position: relative;
    /*top: -40px;*/
        top: 20px;
}
.img-body:hover {
    transform: scale(1.3); /* 鼠标悬停时放大到原来的110% */
}

@media only screen and (max-width: 1366px) and (max-height: 616px) {
    .content-jxtj
    {
        width: 1298px;
        height: 730px;
        margin-left: -10px;
    }
    
    .but  .swiper-button-prev {
        left: 34px;   
    }
    
    .but  .swiper-button-next {
        right: -30px !important;   
    }
}
