.cms-about-text {
    text-align: center;
}

.cms-about-text p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    max-width: 960px;
    margin: 0 auto 30px;
}

.cms-about-text a {
    display: inline-block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #fff;
    color: #fff;
}

.cms-about-text a:hover {
    background: #fff;
    color: #009a94;
}

.index-cases {
    overflow: hidden;
}

.case-one {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.case-four {
    float: right;
    width: 50%;
}

.case-four li {
    float: left;
    width: 50%;
    padding: 0 0 15px 15px;
}

.case-one a,
.case-four a {
    display: block;
    position: relative;
    overflow: hidden;
}

.case-one img,
.case-four img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: all .5s ease;
}

.case-four img {
    height: 202px;
}

.case-one span,
.case-four span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: rgba(0, 154, 148, .86);
    font-size: 16px;
}

.case-one a:hover img,
.case-four a:hover img {
    transform: scale(1.12);
}

.case-page {
    padding: 45px 0 20px;
}

.case-list {
    margin: 0 -15px;
    overflow: hidden;
}

.case-list li {
    float: left;
    width: 33.333333%;
    padding: 0 15px 30px;
}

.case-single {
    background: #fff;
    overflow: hidden;
    transition: all .25s ease;
}

.case-single:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    transform: translateY(-2px);
}

.case-img {
    overflow: hidden;
}

.case-img img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: all .5s ease;
}

.case-single:hover .case-img img {
    transform: scale(1.12);
}

.case-title {
    padding: 16px 10px 18px;
    text-align: center;
}

.case-title h3,
.case-title h3 a {
    font-size: 16px;
    font-weight: normal;
}

.product-list .pro-img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.widget-content .pro-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.cms-page-full {
    min-height: 420px;
}

.cms-empty {
    padding: 30px 15px;
    color: #999;
    text-align: center;
}

.cms-download-btn {
    display: inline-block;
    padding: 10px 24px;
    background: #009a94;
    color: #fff !important;
}

.cms-guestbook-qr {
    margin-top: 25px;
}

.cms-guestbook-qr img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    background: #fff;
    padding: 8px;
}

.cms-guestbook-qr p {
    margin-top: 8px;
    color: #777;
}

.contact-form-style .input,
.contact-form-style .textarea {
    margin-bottom: 16px;
}

.contact-form-style input,
.contact-form-style textarea {
    width: 100%;
}

.contact-form-style button[disabled] {
    opacity: .7;
    cursor: not-allowed;
}

.cms-404 {
    margin: 24px 0;
    padding: 80px 20px;
    text-align: center;
}

.cms-404 h1 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #009a94;
}

@media (max-width: 1220px) {
    .container {
        width: 94%;
    }
}

@media (max-width: 768px) {
    .header .logo {
        height: 86px;
        line-height: 86px;
        max-width: 70%;
    }

    .header .tel {
        display: none;
    }

    .menu-btn {
        display: block;
    }

    #monavbar {
        display: none;
        width: 100%;
    }

    #monavbar > li {
        float: none;
        width: 100%;
        line-height: 46px;
        text-align: left;
    }

    #monavbar > li > a {
        padding: 0 18px;
    }

    ul#monavbar ul {
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
        background: #007d78;
    }

    #monavbar .toggle-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 46px;
        height: 46px;
        text-align: center;
        color: #fff;
        z-index: 2;
    }

    .product-list ul li,
    .inside-right .product-list ul li,
    .right-list ul li,
    .related-list li {
        width: 50%;
    }

    .news-item,
    .inside-left,
    .inside-right,
    .case-one,
    .case-four {
        float: none;
        width: 100%;
        padding: 0;
    }

    .news-list .news-item:nth-child(odd),
    .news-list .news-item:nth-child(even),
    .case-four li {
        padding: 0;
    }

    .case-four li {
        width: 50%;
        padding-top: 12px;
    }

    .case-list li {
        width: 50%;
        padding: 0 8px 16px;
    }

    .case-img img {
        height: 190px;
    }

    .case-four li:nth-child(odd) {
        padding-right: 6px;
    }

    .case-four li:nth-child(even) {
        padding-left: 6px;
    }

    .case-one img,
    .case-four img {
        height: 210px;
    }

    .inside-left {
        margin: 18px 0 0;
    }

    .product-img,
    .news-image {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .product-info {
        margin-left: 0;
        padding-top: 15px;
    }

    .product-img img {
        height: auto;
    }

    .crumbs,
    .entry-meta h1,
    .entry-meta h2 {
        float: none;
        max-width: 100%;
    }

    .s-main {
        height: auto;
        padding: 12px 0;
    }

    .s-main .s-hot,
    .s-main .s-form {
        float: none;
        line-height: 32px;
        margin: 0;
    }

    .s-main .s-form input {
        width: calc(100% - 82px);
    }

    .s-main .s-form button {
        width: 82px;
    }
}

@media (max-width: 480px) {
    .product-list ul li,
    .inside-right .product-list ul li,
    .right-list ul li,
    .related-list li,
    .case-list li {
        width: 100%;
    }

    .news-item ul li a .news-images {
        float: none;
        width: 100%;
        margin: 0 0 12px;
    }

    .pre-next div {
        float: none;
        width: 100%;
        text-align: left;
        margin-bottom: 8px;
    }
}
