.layui-tab-title li {
    width: 33.33%;
    box-sizing: border-box;
    font-size: 48px;
    line-height: 120px;
    color: #333;
}

.layui-tab-title {
    margin-top: 40px;
}

.layui-tab-title .layui-this:after {
    border: 0;
    border-bottom: 3px solid #94673d;
    height: 120px;
}

.layui-tab-title {
    height: 120px;
}

.layui-tab .left {
    font-size: 0;
}

.layui-tab .left img {
    width: 500px;
}

.layui-tab .right {
    display: inline-block;
    width: calc(100% - 500px);
    font-size: 18px;
    padding: 60px;
    line-height: 1.8em;
    box-sizing: border-box;
    vertical-align: middle;
}

.modular2 {
    margin-top: 40px;
}

.modular2::after {
    content: '';
    display: block;
    clear: both;
}

.modular2 li:hover {
    box-shadow: 0 0 14px #ccc;
    position: relative;
    z-index: 2;
}

.modular2 img {
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}

.modular2 li {
    width: calc(33.33% - 120px);
    height: 90px;
    line-height: 90px;
    float: left;
    text-align: center;
    background: #efeff0;
    transition: all .3s;
    padding: 60px;
    /* box-sizing: border-box; */
}

.modular2 li:nth-child(2n) {
    background: #f8f8f8;
}

.new_modular3 {
    margin-top: 40px;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width: 1600px) {
    .layui-tab-title li {
        font-size: 30px;
        line-height: 80px;
    }
    .layui-tab-title .layui-this:after {
        height: 80px;
    }
    .layui-tab-title {
        height: 80px;
    }
.new_modular3{
    font-size: 24px;
}
}

@media screen and (max-width: 1024px) {
.new_modular3{
    font-size: 20px;
}
    .layui-tab-title li {
        font-size: 24px;
    }
    .modular2 li {
        width: calc(50% - 60px);
        height: 40px;
        line-height: 40px;
        padding: 30px;
    }
    .modular2 li:nth-child(2n) {
        background: #efeff0;
    }
    .modular2 li:nth-child(4n-1) {
        background: #f8f8f8;
    }
    .modular2 li:nth-child(4n-2) {
        background: #f8f8f8;
    }
    .layui-tab .left img {
        width: 100%;
    }
    .layui-tab .right {
        width: auto;
        padding: 20px 0;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .layui-tab-title li {
        font-size: 14px;
        line-height: 40px;
    }
    .layui-tab-title .layui-this:after {
        height: 40px;
    }
    .layui-tab-title {
        height: 40px;
    }
}