.container {
    position: relative;
    height: 740px;
}

.mySwiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .swiper-pagination {
    bottom: 30px;
}

.mySwiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #fff;
    opacity: .5;
    margin: 0 8px !important;
}

.mySwiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.container .main {
    width: 1320px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -600px;
    z-index: 9;
}

.xqgk {
    float: left;
    width: 525px;
    padding-top: 15px;
}

.xqgk h2 {
    text-align: center;
}

.xqgk p {
    font-size: 16px;
    text-indent: 2em;
    text-align: justify;
    line-height: 30px;
    margin-top: 20px;
}

.xqgk p a {
    color: #c94249;
}

.video-box {
    float: left;
    width: 610px;
    height: 350px;
    /* padding: 10px; */
    /* background-color: #fff; */
    margin-left: 60px;
}

.zjty-right {
    position: relative;
    float: right;
    width: 100px;
    height: 350px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #e1e1e1;
}

.mySwiper2 {
    width: 74px;
    height: 218px;
    margin: 64px auto 0;
    overflow: visible;
}

.mySwiper2 .swiper-slide {
    position: relative;
}

.swiper-slide .zjxq-title {
    width: 74px;
    height: 74px;
    font-size: 14px;
    color: #0069d8;
    background-repeat: no-repeat;
    background-position: center 10px;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    display: none;
}

.swiper-slide-visible .zjxq-title {
    display: block;
}

.swiper-slide .zjxq-title span {
    display: block;
    padding-top: 55px;
}

.zjxq-title.on,
.zjxq-title:hover {
    background-color: #0069d8;
    border-radius: 100%;
    background-position: center center;
}

.zjxq-title.on span,
.zjxq-title:hover span {
    display: none;
}

.zjxq-icon01 {
    background-image: url(../images/2024ty_zjty_icon01.png);
}

.zjxq-icon02 {
    background-image: url(../images/2024ty_zjty_icon02.png);
}

.zjxq-icon03 {
    background-image: url(../images/2024ty_zjty_icon03.png);
}

.zjxq-icon04 {
    background-image: url(../images/2024ty_zjty_icon04.png);
}

.zjxq-icon05 {
    background-image: url(../images/2024ty_zjty_icon05.png);
}

.zjxq-icon06 {
    background-image: url(../images/2024ty_zjty_icon06.png);
}

.zjxq-icon07 {
    background-image: url(../images/2024ty_zjty_icon07.png);
}

.zjxq-icon01.on,
.zjxq-icon01:hover {
    background-image: url(../images/2024ty_zjty_icon01_on.png);
}

.zjxq-icon02.on,
.zjxq-icon02:hover {
    background-image: url(../images/2024ty_zjty_icon02_on.png);
}

.zjxq-icon03.on,
.zjxq-icon03:hover {
    background-image: url(../images/2024ty_zjty_icon03_on.png);
}

.zjxq-icon04.on,
.zjxq-icon04:hover {
    background-image: url(../images/2024ty_zjty_icon04_on.png);
}

.zjxq-icon05.on,
.zjxq-icon05:hover {
    background-image: url(../images/2024ty_zjty_icon05_on.png);
}

.zjxq-icon06.on,
.zjxq-icon06:hover {
    background-image: url(../images/2024ty_zjty_icon06_on.png);
}

.zjxq-icon07.on,
.zjxq-icon07:hover {
    background-image: url(../images/2024ty_zjty_icon07_on.png);
}

.zjty-right .swiper-button-prev,
.zjty-right .swiper-button-next {
    transform: rotate(-90deg);
    --swiper-navigation-size: 30px;
    left: 0;
    right: 0;
    width: 100%;
}

.zjty-right .swiper-button-prev {
    top: 35px;
}

.zjty-right .swiper-button-next {
    top: auto;
    bottom: 15px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "prev";
}

.zjxq-slide-box {
    position: absolute;
    left: -231px;
    top: 50%;
    margin-top: -120px;
    padding-right: 11px;
    background: url(../images/2024ty_zjty_jt.png) no-repeat right center;
    display: none;
}

.zjxq-slide {
    background-color: #0069d8;
    border-radius: 10px;
    padding: 10px;
    width: 200px;
    height: 220px;
    overflow: hidden;
}

.zjxq-slide * {
    color: #fff;
}

.zjxq-slide h2,
.zjxq-slide h3 {
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
}

.zjxq-slide h3 {
    font-size: 14px;
}

.zjxq-slide p {
    font-size: 12px;
    line-height: 24px;
    height: 48px;
    margin-top: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* å®šä¹‰æ˜¾ç¤ºçš„è¡Œæ•° */
    overflow: hidden;
    text-overflow: ellipsis;
}

.zjxq-slide p.p3 {
    height: 72px;
    -webkit-line-clamp: 3;
}

.zjxq-slide img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.zjxq-slide .more {
    display: block;
    font-size: 12px;
    color: #9de6f3;
    margin: 7px auto 0;
    text-align: center;
}

.zjxq-slide .more:hover {
    text-decoration: underline;
}

.zjxq-slide ul {
    margin-top: 7px;
}

.zjxq-slide ul li {
    font-size: 12px;
    line-height: 24px;
}

.mlxq-list {
    width: 210px;
    overflow: hidden;
}

.mlxq-list a {
    float: left;
    width: 60px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    background-color: #348deb;
    margin: 0 10px 10px 0;
}

.mlxq-list a:hover {
    background-color: #0069d8;
}

.writeBg {
    width: 80px;
    height: 60px;
    position: absolute;
    left: 10px;
    background-color: #fff;
    z-index: 2;
    border-radius: 10px;
}

.writeBg.bg1 {
    top: 0;
}

.writeBg.bg2 {
    bottom: 0;
}



@media screen and (max-width: 1199px) {
    .mySwiper,
    .writeBg{
        display: none;
    }

    .container .main {
        position: static;
        margin-left: 0;
        padding: 30px 10px;
        box-sizing: border-box;
    }

    .container .main,
    .xqgk {
        width: 100%;
    }

    .xqgk,
    .video-box{
        float: none;
    }

    .container {
        height: auto;
        background: url(../images/2024ty_zjty_bg01.png) no-repeat center bottom;
        background-size: auto 100%;
        overflow: hidden;
    }

    .video-box {
        box-sizing: border-box;
        margin-left: 0;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .zjty-right {
        width: 100%;
        height: 100px;
        margin-top: 20px;
        float: none;
        z-index: 99999;
    }

    .zjty-right .swiper-button-prev, .zjty-right .swiper-button-next {
        transform: rotate(0);
        width: 40px;
        height: 100%;
        margin-top: 0;
        top: 0;
    }

    .zjty-right .swiper-button-next {
        left: 0;
    }

    .zjty-right .swiper-button-prev {
        left: auto;
    }

    .mySwiper2 {
        width: 100%;
        height: 74px;
        padding-top: 13px;
        margin-top: 0;
    }

    .zjxq-slide-box {
        top: -250px;
        left: 50%;
        margin-top: 0;
        margin-left: -110px;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .zjxq-slide-box::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content:"";
        width: 11px;
        height: 14px;
        background: url(../images/2024ty_zjty_jt.png) no-repeat;
        transform: rotate(90deg);
        margin-left: -6px;
    }

    .swiper-slide .zjxq-title {
        display: block;
        margin: 0 auto;
    }

    .zjty-right-box {
        padding: 0 50px;
    }

    .xqgk img {
        max-width: 100%;
    }
}