@charset "utf-8";
.module-title {
    font-size: 42px;
    font-family: "testfont";
    text-align: center;
    font-weight: normal;
}

.product {
    padding: 5rem;
    background: #1054a9;
}

.product h4, .product h3 {
    color: #fff;
    margin-bottom: 10px;
}

.proBox .product-image {
    background: url(/images/view/bg_product.png);
    background-size: cover;
}

.product .product-image img {
    width: 100%;
}

.proBox .product-title {
    background: #fff;
    line-height: 50px;
}

.product-title .proTitle {
    color: #004dab;
    font-size: 16px;
    text-align: center;
}

.proBox {
    margin: 5rem 0px;
}
.product .btn {
    display: block;
    background: #fff;
    width: 190px;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 16px;
    line-height: 35px;
    color: #666;
}

.btnMore {
    line-height: 48px;
    height: 48px;
}
@media only screen and (max-width:991px){
    .proBox {
        margin: 2.5rem 0px;
    }

}