.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: 1200px;
    height: 80px;
    text-indent: 0;
    background: url(https://img-sxworker.sxworker.com/d/file/p/2026-01-22/8d0e341a00e3549cb09d44a4131f6954.png) center center no-repeat;
    background-size: cover;
    border-bottom: 0;
    margin: 0 auto 30px;
}

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

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

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

.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: 1100px;
        width: 2298px;
        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;
}

}