.clearfix:after {
    content: ".";
    height: 0;
    display: block;
    clear: both;
}

.contain {
    width: 1920px;
    margin: 0 auto;
    height: 100%;
}

.header {
    position: relative;
}

.summary {
    position: absolute;
    background: url(../images/qy_bag.png) top left no-repeat;
    /* background-color: rgba(255, 255, 255, 0.5); */
    height: 260px;
    width: 1040px;
    margin: 0 auto;
    bottom: 60px;
    left: 435px;
}

.summary img {
    position: absolute;
    width: 59px;
    height: 130px;
    top: 10px;
    left: -10px;
}

.summary span {
    display: block;
    text-indent: 2em;
    width: 910px;
    margin-top: 30px;
    font-size: 18px;
    margin-left: 85px;
    line-height: 30px;
}

.mtjj {
    width: 100%;
    height: 1006px;
    background: url(../images/bag2.png) top center no-repeat;
    margin-top: -2px;
    padding-top: 52px;
    /* padding-bottom: 19%; */
}

.mtjj-head {
    width: 331px;
    height: 83px;
    margin: 0 auto;
}

.mtjj-content {
    margin: 0 auto;
    margin-top: 95px;
    width: 1128px;
}

.mtjj-left {
    float: left;
    width: 582px;
    height: 410px;
    background: url(../images/mtjj_left_bag.png) no-repeat top left;
    padding-left: 16px;
    padding-top: 16px;
}

.mtjj-list {
    float: right;
    width: 495px;
    margin-left: 30px;
}

.swiper-slide span{
display:block;
 width: 100%;
 position: absolute;
 bottom: 0;
 height: 46px;
 background: rgba(0,0,0,.3);
z-index:10;
 text-align: center;
 color: #fff;
}


.mtjj-list ul li {
    line-height: 35px;
}
.mtjj-list ul li:nth-child(1) {
    margin-top: 30px;
}

.mtjj-list ul li a {
    font-size: 16px;
    color: black;
}
.mtjj-list ul li:nth-child(1) a {
    font-size: 26px;
    color: #0d5e9f;
    margin-top: 30px;
}

.mtjj-list ul li:nth-child(1) p {
    font-size: 18px;
    padding-bottom: 22.5px;
    border-bottom: 1px solid #45968d;
}

.mtjj-list ul li:nth-child(2) {
    padding-top: 22.5px;
}

.more-btn {
    float: right;
    text-align: right;
}

.more-btn a {
    color: #4784b4;
}

.rmsj {
    width: 100%;
    height: 1053px;
    background: url(../images/bag3.png) no-repeat top center;
    margin-top: -2px;
}

.rmsj-header {
    width: 334px;
    height: 76px;
    margin: 0 auto;
}

.rmsj-content {
    width: 1112px;
    margin: 0 auto;
    margin-top: 100px;
}

.rmsj-left {
    float: left;
    width: 388px;
    height: 710px;
    /* background: url(../images/rmsj_bag.png); */
    background: linear-gradient(125deg, #4dc0b1, #017fd7);
    border-radius: 10px;
    margin-left: 10px;
    position: relative;
}

.rmsj-left img {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.rmsj-left span {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 20px;
    font-size: 18px;
    width: 348px;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 55px;
    color:#fff;
}

.rmsj-right {
    float: left;
    width: calc(100% - 398px);
    background-color: #eaf0fc;
    margin-top: 25px;
}

.rmsj-right-content {
    padding-left: 60px;
    padding-top: 38px;
}

.rmsj-right-content div {
    font-size: 26px;
    color: #0d5e9f;
    padding-bottom: 27px;
}

.rmsj-right-content p {
    font-size: 18px;
    color: #5f5f5f;
    padding-bottom: 42px;
    width: 480px;
    line-height: 27px;
}

.rmsj-right-content .video {
    margin-bottom: 40px;
    width:613px ;
    height: 427px;
}

.more-right {
    margin-top: 20px;
}

.footer {
    background: url(../images/footer.png) no-repeat top center;
    padding: 1% 0 1% 0;
    height: 315px;
}

#bottom {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
#bottom a {
    color: #fff;
    text-decoration: none;
}
#bottom a:hover {
    text-decoration: underline;
    color: #fff;
}

.swiper-button-prev{
left:28px;
}


/* 手机适配 */
@media screen and (max-width: 640px) {
    .contain {
        width: 100%;
    }
    .header img {
        width: 100%;
    }
    .summary {
        position: static;
        width: 100%;
        background: none;
        /* background-color: rgba(255, 255, 255, 0.5); */
        height: auto;
        margin: 0 auto;
        bottom: 0px;
        left: 0px;
    }
    .summary img {
        display: none;
    }

    .summary span {
        text-indent: 2em;
        width: 100%;
        margin-top: 30px;
        font-size: 18px;
        margin-left: 0px;
        padding: 0 10px;
        line-height: 30px;
    }

    .mtjj-head {
        height: auto;
    }

    .mtjj-head img {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .swiper-slide span{
display:block;
 width: 100%;
 position: absolute;
 bottom: 0;
 line-height: 25px;
 background: rgba(0,0,0,.3);
height: auto;
z-index:10;
 text-align: center;
 color: #fff;
}
    .mtjj-content {
        margin-top: 20px;
    }
    .mtjj-left {
        width: 100%;
        float: none;
        height: auto;
        background: none;
        padding-left: 0;
        padding-top: 0;
    }
    .mtjj-list {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .mtjj-list ul {
        padding: 0 10px;
    }
    .mtjj-left .swiper-container img {
        width: 100%;
        height: auto;
    }
    .mtjj-content {
        width: 100%;
    }

    .rmsj-head {
        height: auto;
    }

    .rmsj-head img {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .rmsj-content {
        width: 100%;
        margin-top: 20px;
    }
    .rmsj-left {
        float: none;
        width: 100%;
        height: auto;
        background: none;
        margin-left: 0;
    }
    .rmsj {
        height: auto;
    }
    .rmsj-left span {
        left: 14px;
    }
    .rmsj-right-content {
        padding: 0 10px;
    }
    .rmsj-right-content p {
        width: 100%;
    }
    .rmsj-right-content .video {
        width: 100%;
        height: auto;
    }

    .rmsj-right {
        width: 100%;
        background: none;
    }
    .more-btn {
        padding-right: 10px;
    }
    .rmsj-right-content img {
        padding-bottom: 0px;
    }

    .footer {
        background: #017fd7;
        height: auto;
    }

    .bottom_bg {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #bottom {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    #bottom {
        font-size: 14px;
    }
}


<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2023-08-31 10:27:01" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->