.lx-content .banner-box {
    margin-bottom: 20px;
    position: relative;
}

.lx-content .banner-box .banner-box_img {
    width: 100%;
    height: 290px;
    background-image: url(/img/pages/products/mszh/bananer_mszh.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lx-content .banner-box .text-box {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
}
.lx-content .banner-box .text-box .tryBtn-box{
    text-indent: 10em;
}
.lx-content .banner-box .tryBtn {
    border: 1px solid #fff;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}
.lx-content .banner-box svg {
    margin-bottom: 3px;
}

.lx-content .content-box {
    margin: 0 auto;
}

.lx-content .nav {
    width: 90%;
    margin: 0 auto;
    color: #6c757d;
}

.lx-content .nav .breadcrumb-box {
    display: inline-block;
}

.lx-content .nav .breadcrumb {
    margin: 0;
    padding: 0;
    background-color: unset;
}

.lx-content .box1 {
    display: flex;
    margin: 10% 0;
}

.lx-content .box1 .card {
    display: inline-block;
    border: 0;
    width: 24%;
    vertical-align: top;
}

.lx-content .box1 .card-body {
    padding: 1.25rem 0 0 0;
}

.lx-content .box1 .cardImg-box {
    text-align: center;
}

.lx-content .box1 .card-text {
    text-align: center;
}

.lx-content .box1 .card-title {
    font-weight: normal;
    text-align: center;
}

.lx-content .box1 .img-box {
    margin: auto 0;
}

.lx-content .column-box .column {
    display: inline-block;
    width: 19.5%;
    text-align: center;
}

.lx-content .column .img-box {
    margin-bottom: 20%;
}

.lx-content .box2 .line {
    display: flex;
    margin: 15% 10%;
}

.lx-content .box2 .img-box {
    flex: 2;
    margin-left: 5%;
    text-align: center;
}

.lx-content .box2 span {
    font-weight: 400;
    color: #777777;
}

.lx-content .box2 .content-text {
    flex: 1;
    margin: auto 0;
}

.lx-content .box2 .img-box:nth-child(odd) {
    margin-right: 5%;
    margin-left: 0;
}

.lx-content .box2 h3 {
    margin-bottom: 5%;
    font-weight: normal;
}

@media  (min-width: 320px) {
    .content-box .nav {
        display: none;
    }
    .lx-content .banner-box .text-box {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
    }
    .lx-content .banner-box .text-box>div {
        line-height: 40px;
        text-align: center;
        text-indent: 0px;
    }
    .lx-content .banner-box .tryBtn-box {
        display: none;
    }
    .lx-content .box1 {
        flex-direction: column;
    }
    .lx-content .box1 .card {
        width: auto;
        min-width: 375px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }
    .lx-content .box1 .card-title, .lx-content .box1 .card-text {
        text-align: left;
    }
    .lx-content .box1 .cardImg-box img {
        width: 80%;
    }
    .lx-content .box1 .card-text {
        font-size: 12px;
        color: #777;
    }
    .lx-content .box1 .card-text>div {
        display: inline-block;
    }
    .lx-content .box1 .card-text>div::after {
        content: ",";
        display: inline-block;
    }
    .lx-content .box2 .line {
        flex-direction: column;
    }
    .lx-content .box2 .line:nth-of-type(2n) {
        flex-direction: column-reverse;
    }
    .lx-content .box2 .content-text {
        text-align: center;
    }
    .lx-content .box2 h3 {
        font-size: 1.25rem;
    }
    .lx-content .box2 .img-box {
        margin: 20px 0 0;
    }
    .lx-content .box2 .img-box img {
        width: 80%;
    }
}

@media (min-width: 768px) {
    .lx-content .box1 {
        flex-direction: row;
    }
    .lx-content .box1 .card {
        width: 100%;
        min-width: unset;
        margin: 0;
        display: inline-block;
        flex-direction: unset;
    }
    .lx-content .box1 .card-title, .lx-content .box1 .card-text {
        text-align: center;
    }
    .lx-content .box1 .cardImg-box img {
        width: 116px;
    }
    .lx-content .box1 .card-text {
        font-size: 16px;
    }
    .lx-content .box1 .card-text>div {
        display: block;
    }
    .lx-content .box1 .card-text>div::after {
        display: none;
    }
    .lx-content .box2 .line {
        flex-direction: row;
    }
    .lx-content .box2 .line:nth-of-type(2n) {
        flex-direction: row;
    }
    .lx-content .box2 .content-text {
        text-align: left;
    }
    .lx-content .box2 .content-text:nth-of-type(odd) {
        padding-left: 80px;
    }
    .lx-content .box2 h3 {
        font-size: 1.75rem;
    }
    .lx-content .box2 .img-box img {
        width: auto;
    }
}

@media (min-width: 992px) {
    .lx-content .banner-box .banner-box_img {
        height: 580px;
    }
    .lx-content .banner-box .text-box {
        top: 35%;
        left: 0;
        transform: unset;
        font-size: 40px;
    }
    .lx-content .banner-box .text-box>div {
        line-height: unset;
        text-align: center;
    }
    .lx-content .banner-box .text-box div:nth-child(1) {
        text-indent: 4em;
    }
    .lx-content .banner-box .text-box div:nth-child(2) {
        text-indent: 8em;
    }
    .lx-content .banner-box .tryBtn-box div.tryBtn{
        text-indent: 0;
    }
    .lx-content .banner-box .tryBtn-box {
        display: block;
    }
    .lx-content .banner-box .tryBtn {
        font-size: 18px;
        padding: 3px 20px;
    }
    .lx-content .content-box {
        max-width: 960px;
    }
    .lx-content .box1 {
        flex-direction: row;
    }
    .lx-content .box1 .card-text {
        font-size: 14px;
    }
    .lx-content .box1 .column {
        width: 19.5%;
        margin: unset;
    }
    .lx-content .title {
        line-height: 60px;
        font-size: 30px;
    }
    .lx-content .box2 .content-text {
        font-size: 16px;
        line-height: 28px;
    }
    .lx-content .box2 h3 {
        font-size: 24px;
    }
    .content-box .nav {
        display: block;
    }
}

@media (min-width: 1200px) {
    .lx-content .banner-box .text-box {
        font-size: 40px;
    }
    .lx-content .banner-box .tryBtn {
        font-size: 16px;
        padding: 5px 40px;
    }
    .lx-content .content-box {
        max-width: 1140px;
    }
    .lx-content .box1 .card-text {
        font-size: 16px;
    }
    .lx-content .box2 .content-text {
        font-size: 18px;
    }
    .lx-content .box2 h3 {
        font-size: 30px;
    }
}