.font {
    font-family: lato,'微軟正黑體',sans-serif;
}

.wrap960 {
    width: 960px;
    margin: 0 auto;
}

@media screen and (max-width:960px) {
    .wrap960 {
        width: 100%;
    }
}

.titleBanner #scene {
    max-width: 725px;
}

.warranty {
    color: #6d685f;
    font-size: 15px;
    line-height: 1.6;
}

    .warranty h1 {
        font-size: 36px;
        font-weight: 400;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .warranty h2 {
        font-size: 24px;
        font-weight: 400;
        margin-top: 30px;
        margin-bottom: 20px;
    }

        .warranty h2 span {
            font-size: 15px;
        }

    .warranty p {
        letter-spacing: .5px;
        text-align: justify;
    }

        .warranty p.strong {
            font-weight: 700;
        }

    .warranty ul {
        margin: 0;
        padding: 0;
    }

        .warranty ul li {
            list-style: none;
            color: #6d685f;
            margin-bottom: 7px;
            padding-left: 18px;
            background: url(../../images/CH/listStyle.svg) no-repeat center left;
            letter-spacing: .5px;
        }

    .warranty .tag {
        display: inline-block;
        padding: 8px 20px;
        background: #4f4644;
        color: #fff;
        margin-right: 12px;
        letter-spacing: .5px;
    }

    .warranty .textWrap {
        width: 460px;
        float: left;
        margin-right: 20px;
    }

        .warranty .textWrap:last-child {
            margin-right: 0;
        }

    .warranty:after {
        content: "";
        display: block;
        clear: both;
    }

@media screen and (max-width:960px) {
    .warranty {
        width: calc(100% - 60px);
        margin: 0 auto;
        overflow: hidden;
    }

        .warranty p br {
            display: none;
        }

        .warranty h1 {
            margin-top: 40px;
        }

        .warranty .textWrap {
            margin-top: 30px;
            width: 100%;
        }
}

@media screen and (max-width:550px) {
    .warranty .tag {
        width: 90%;
        padding: 8px 0;
        margin: 0 auto 15px auto;
        text-align: center;
        display: block;
    }
}

.maintain {
    border-top: 1px #e1e1e1 solid;
    color: #6d685f;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 40px;
    margin-bottom: 105px;
}

    .maintain .img {
        width: 440px;
        float: left;
        margin-top: 65px;
        margin-right: 40px;
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .maintain .img.car {
            background-image: url(../../images/CH/warranty_img02.jpg);
            height: 320px;
        }

        .maintain .img.house {
            background-image: url(../../images/CH/warranty_img01.jpg);
            height: 260px;
        }

@media screen and (max-width:960px) {
    .maintain .img {
        width: calc(100% - 40px);
        float: none;
        margin: 65px auto 0 auto;
    }

        .maintain .img.car, .maintain .img.house {
            height: 300px;
        }
}

.maintain .textWrap {
    margin-top: 65px;
    float: left;
    width: 460px;
}

@media screen and (max-width:960px) {
    .maintain .textWrap {
        width: calc(100% - 40px);
        float: none;
        margin: 20px auto 0 auto;
    }
}

.maintain .textWrap h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
}

.maintain .textWrap ul {
    margin: 0;
    padding: 0;
}

    .maintain .textWrap ul li {
        list-style: none;
        color: #6d685f;
        margin-bottom: 7px;
        padding-left: 18px;
        background: url(../../images/CH/listStyle.svg) no-repeat center left;
        letter-spacing: .5px;
    }

.maintain .clear {
    clear: both;
    margin-bottom: 60px;
}

.maintain .important {
    background: #f6f6f6;
    padding: 15px 40px;
}

@media screen and (max-width:960px) {
    .maintain .important {
        margin: 0 20px;
    }
}

.maintain .important h2 {
    display: block;
    float: left;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    border-right: 1px #81848d dashed;
    width: 129px;
    height: 90px;
    margin-right: 25px;
    padding-top: 40px;
}

@media screen and (max-width:960px) {
    .maintain .important h2 {
        float: none;
        border-right: 0;
        border-bottom: 1px #81848d dashed;
        width: auto;
        height: auto;
        padding-top: 0;
        margin-right: 0;
        padding-bottom: 10px;
        text-align: left;
    }
}

.maintain .important p {
    display: block;
    padding: 15px 0;
}

@media screen and (max-width:960px) {
    .maintain .important p {
        padding-top: 0;
    }
}
@media screen and (max-width: 650px){
.titleBanner.green, .titleBanner.blue, .titleBanner.yellow { margin-bottom: 0;}
.titleBanner {height: 220px;}
}