.mt_list li {
    width: 210px;
    height: 360px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 25px;
}

.container-1 .section-title {
    width: 1200px;
    height: 80px;
    text-indent: 0;
    background: url(https://img-sxworker.sxworker.com/d/file/p/2026-01-22/9b0a441172254602e6842980c1fd1ffe.png) center center no-repeat;
    background-size: cover;
    border-bottom: 0;
    margin: 0 auto 0px;
}

.section-title {
    width: 1898px;
    height: 180px;
    text-indent: 0;
    background: url(https://img-sxworker.sxworker.com/d/file/p/2026-02-03/af43ca94ac9264ff3f88d9de6592cd69.png) center center no-repeat;
    background-size: cover;
    border-bottom: 0;
    margin: 0 auto 30px;
}

.section-title2 {
    width: 1898px;
    height: 180px;
    text-indent: 0;
    background: url(https://img-sxworker.sxworker.com/d/file/p/2026-02-03/1c67aec7fbb5405f7ffd5cb84ad0b25a.png) center center no-repeat;
    background-size: cover;
    border-bottom: 0;
    margin: 0 auto 30px;
}

.section-title3 {
    width: 1898px;
    height: 180px;
    text-indent: 0;
    background: url(https://img-sxworker.sxworker.com/d/file/p/2026-02-06/6fe647d8276dce9ead302de7c5eb8956.png) center center no-repeat;
    background-size: cover;
    border-bottom: 0;
    margin: 0 auto 30px;
    margin-top: 60px;
}

.imgtxt1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 20px;
}

.banner_box2 video {
    width: 260px;
    height: 100%;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 45px;
}

.container-1 .imgtxt2 img {
    float: left;
    width: 256px;
    height: 344px;
    border-radius: 5px;
    margin-right: 16px;
    background-size: cover;
    background-position: center;
}

.container-1 .imgtxt2 li {
    clear: both;
    width: 45%;
    padding: 15px 0;
    border-bottom: 1px solid #EEE;
    overflow: hidden;
}

.container-1 .imgtxt2 h3 {
    min-height: 100px;
    font-size: 20px;
    line-height: 31px;
    margin: .5em 0;
}

.imgtxt2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 20px;
}

.container-1 .imgtxt1 li {
    clear: both;
    width: 45%;
    padding: 15px 0;
    border-bottom: 1px solid #EEE;
    overflow: hidden;
}

.banner_box {
        margin-top: 50px;
}

.section-title em {
    padding-top: 0px;
    color: #fff6e3;
    display: block;
    text-align: center;
    font-size: 40px;
    font-style: normal;
}

.container-1 .section-title em {
    display: block;
    text-align: center;
    font-size: 40px;
    padding-top: 3px;
    color: #fff6e3;
    font-style: normal;
}

.container-1 {
    margin-bottom: 40px;
}

.banner {
        height: 1200px;
        width: 1898px;
        justify-self: anchor-center;
}


@media only screen and (max-width: 768px) 
{
    .mt_list li {
    width: 42%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 25px;
        height: 220px;
            margin-bottom: 0px;
    margin-right: 15px;
            margin-left: 15px;
}

    .banner_box2 video {
        width: 60%;
    }

}