@charset "UTF-8";

/**
 * 产品中心
 */
.page-product header, .page-product .banner {
    height: 684px;
}

.product-mool {
    background-color: #191931;
    background-image: url(../img/product-mool.png);
    background-repeat: no-repeat;
    background-position: center;
}
.product-mool-text {
    color: #fff;
    margin: 97px 0;
    width: 85%;
}
.product-mool-text h2 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 50px;
}
.product-mool-text .blockquote {
    font-size: 14px;
    line-height: 1.6;
}
.product-mool-text .blockquote a {
    display: inline-block;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    padding: 6px 56px;
    margin-top: 80px;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
}
.product-mool-text .blockquote a:hover {
    border: 1px solid #ffffff;
    color: #000000;
    background: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.product-list {
    padding: 50px 0;
    background-color: #f6f7f7;
}
.product-list-title {
    margin: 45px auto 35px;
}
.product-list-title h2 {
    position: relative;
    font-size: 30px;
    line-height: 2;
    color: #4e4e4e;
}
.product-list-title h2:after {
    content: '';
    position: absolute;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    border-bottom: 1px solid #00a4e0; 
}
.product-list-item {
    margin: 15px 0;
    background-color: #fff;
    padding: 12px;
    display: flex;
    /* align-items: center; */
}
.product-list-item img {
    width: 50%;
}
.product-list-item .product-item-text {
    /* padding-left: 280px; */
    margin-left: 18px;
}
.product-list-item .product-item-text h3 {
    font-size: 22px;
    line-height: 2;
    color: #333;
}
.product-list-item .product-item-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}
.product-download {
    margin-top: 30px;
}
.product-download-item span {
    float: left;
    font-size: 14px;
    line-height: 2;
    color: #535353;
}
.product-download-item a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    background-color: #ffffff;
    border-radius: 3px;
    margin: 3px 0;
    padding: 0 10px;
    border: 1px solid #333;
    color: #333;
}
.product-download-item a:hover {
    background-color: #333;
    color: #ffffff;
    text-decoration: none;
}
.product-list-item:hover {
    box-shadow:0px 0px 8px 0px rgba(4,0,0,0.15);
}
.product-download-btn, .product-download-btn-block {
    margin-left: 60px;
}
.product-download-btn a {
    width: 48%;
}
.product-download-btn-block a {
    width: 100%;
}
/* 窄屏 */
@media (max-width: 992px){
    .product-list-item {
        flex-direction: column;
    }
    .product-list-item img {
        width: 100%;
        margin-bottom: 15px;
    }
    .product-download-btn-block {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-download-btn-block {
        flex: 1;
        padding: 0 30px;
    }
    .product-download-btn {
        justify-content: center;
    }
    .product-download-btn a {
        width: 40%;
    }
    .product-download-btn a:last-child {
        margin-left: 15px;
    }
    .product-download-btn, .product-download-btn-block {
        margin-left: 0;
    }
}