.jjtz {
    height: 123px;
}

.jjtz .jjtz-title {
    text-align: center;
}

.jjtz .jjtz-title h2 {
    line-height: 75px;
    color: #246196;
    font-size: 30px;
}

.jjtz .jjtz-title p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-right: 60px;
}

.jjtz .jjtz-title a {
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 3px;
}

.center-content {
    height: 382px;
}

.center-content .lunbo {
    position: relative;
    width: 680px;
    height: 100%;
    overflow: hidden;
}

.center-content .lunbo .pagination {
    position: absolute;
    z-index: 20;
    bottom: 8px;
    right: 20px;
    text-align: center;
}

.center-content .lunbo .swiper-pagination-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.center-content .lunbo .swiper-active-switch {
    background: #fff;
}

.center-content .lunbo .swiper-slide {
    position: relative;
}

.center-content .lunbo .swiper-slide p {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
}

.center-content .lunbo .arrow-left,
.center-content .lunbo .arrow-right {
    cursor: pointer;
    z-index: 9;
    width: 40px;
    height: 65px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.center-content .lunbo .arrow-left {
    left: 0;
    background: url(../images/icon/ctrl.png);
}

.center-content .lunbo .arrow-right {
    right: 0;
    background: url(../images/icon/ctrr.png);
}

.center-content .slideBox1 {
    width: 485px;
    height: 100%;
}

.news-content {
    overflow: hidden;
    margin: 40px 0;
}

.news-content .slideBox2 {
    width: 680px;
}

.news-content .slideBox2 em {
    color: #246196;
    font-style: normal;
}

.news-content .slideBox3 {
    width: 505px;
}

.ztzl {
    position: relative;
    margin-top: 30px;
}

.ztzl .hd {
    position: relative;
}

.ztzl .hd span {
    position: absolute;
    top: 0;
    right: 10px;
    color: #999;
}

.ztzl .hd span a {
    color: #999;
}

.ztzl .bd {
    width: 1115px;
    height: 85px;
    overflow: hidden;
    margin-left: 50px;
}

.ztzl .bd ul li {
    width: 260px;
    float: left;
}

.ztzl .bd ul li a {
    width: 90%;
    height: 90%;
}

.ztzl .bd ul li a img {
    width: 100%;
    height: 100%;
}

.ztzl .arrow-left2,
.ztzl .arrow-right2 {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 94px;
}

.ztzl .arrow-left2 {
    left: 20px;
    background: url(../images/icon/arrow_left.png) no-repeat center;
}

.ztzl .arrow-right2 {
    right: 10px;
    background: url(../images/icon/arrow_right.png) no-repeat center;
}

@media screen and (max-width: 1200px) {
    .container .center-content {
        height: auto;
    }
    .center-content .lunbo {
        width: 100%;
        height: 580px;
    }
    .lunbo div a img {
        width: 100%;
        height: auto;
        /* max-width: 680px; */
    }
    .container .center-content .slideBox1,
    .news-content .slideBox2,
    .news-content .slideBox3 {
        width: 100%;
    }
    .slideBoxStyle .hd ul {
        padding: 0 10px;
    }
    .ztzl .bd {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 768px) {
    .center-content {
        height: auto;
    }
    .center-content .lunbo {
        width: 100%;
    }
    .news-content {
        height: auto;
    }
    .news-content .slideBox2,
    .news-content .slideBox3 {
        width: 100%;
        float: left;
    }
    .ztzl .bd ul li a {
        width: 70%;
    }
    .ztzl .hd span {
        top: 10px;
    }
    .ztzl .bd {
        width: calc(100% - 50px);
    }
    .ztzl .bd ul {
        width: 100%;
    }
    .ztzl .bd ul li {
        width: 50%;
        float: left;
    }
    .ztzl .bd ul li img {
        height: 100%;
    }
}

@media screen and (max-width: 414px) {
    .center-content {
        height: 230px;
    }
    .center-content .lunbo {
        width: 100%;
        height: 238px;
        max-height: 100%;
    }
    .center-content .arrow-left {
        display: none;
    }
    .center-content .arrow-right {
        display: none;
    }
    .center-content .slideBox1 {
        width: 100%;
        height: auto;
    }
}