.zdy_title {
    font-family: Tomorrow2;
    font-size: 45px;
    color: #000000;
    padding-bottom: 30px;
    border-bottom: 4px solid #000;
    position: relative;
    margin-bottom: 25px;
    display: block;
    text-transform: uppercase
}

.zdy_title:not(:first-child) {
    margin-top: 52px
}

.ul1,
.ul1 ul {
    padding-left: 30px
}

.ul1:not(:first-child) {
    margin-top: 30px
}

.ul1,
.ul1 li {
    list-style: disc
}

.ul1 * {
    line-height: 32px
}

p {
    line-height: 32px !important
}

.txt_img {
    align-items: center;
    margin-top: 70px
}

.txt_img:nth-child(odd) {
    flex-direction: row-reverse
}

.txt_img:nth-child(odd) .rrr {
    padding: 0 68px 0 0
}

.txt_img .lll {
    padding-bottom: calc((476 / 16) * 1%)
}

.txt_img .rrr {
    padding-left: 68px
}

.txt_img .rrr .title {
    text-transform: uppercase;
    background: url(../images/color/txtbg.png) no-repeat center / cover;
    padding: 70px 95px;
    color: #fff;
    font-family: Tomorrow2;
    font-size: 30px;
    text-align: center
}

.txt_img .rrr .title p {
    color: inherit !important;
    font-size: inherit !important;
}

.txt_img .rrr .desc {
    color: #666666;
    margin-top: 30px;
    line-height: 24px
}

.txt_img2 {
    margin-top: 0
}

.txt_img2:nth-child(odd) {
    flex-direction: unset
}

.txt_img2:nth-child(odd) .rrr {
    padding: 0 0 0 68px
}

.txt_img2:nth-child(even) {
    flex-direction: row-reverse
}

.txt_img2:nth-child(even) .rrr {
    padding: 0 68px 0 0
}

.txt_img2 .title2 {
    font-family: Tomorrow2;
    font-size: 30px
}
.txt_img2 .title2 p {
    color: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
}

.txt_img2 .lll {
    padding-bottom: calc((537 / 16) * 1%)
}

.txt_img2 .lll img {
    margin: 0
}

.txt_img2 .rrr .desc {
    line-height: 32px;
    color: #000000
}

@media screen and (max-width:1366px) {
    .zdy_title {
        font-size: 36px
    }
}

@media screen and (max-width:950px) {
    .zdy_title {
        font-size: 26px;
        padding-bottom: 15px
    }

    .txt_img {
        margin-top: 50px
    }

    .txt_img .rrr {
        padding: 0 !important
    }

    .txt_img2 {
        margin-top: 0
    }

    .txt_img2:nth-child(even) {
        margin-top: 50px
    }

    .txt_img2 .lll {
        padding-bottom: 70% !important
    }
}