﻿
.vide-head-img {
    width: 100%;
    overflow: hidden;
    height: 500px;
    background-image: url('../../Images/MyImage/banner2.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

.vide-content {
    border-left: 1px solid #D2D2D2;
    overflow: hidden;
    margin-bottom: 150px;
}

.vide-product-item {
    margin: 0 auto 10px 140px;
    border-top: 1px solid transparent;
}

    .vide-product-item:last-of-type {
        margin-bottom: 0;
    }

.vide-item-title {
    color: #424242;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.vide-item-text {
    margin-top: 8px;
    color: #A6A6A6;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}

    .vide-item-text img {
        margin-top: 40px;
    }

.product-ul-items {
    margin-top: 40px;
}

    .product-ul-items li {
        width: 20%;
        float: left;
        text-align: center;
        color: #A6A6A6;
        font-size: 18px;
    }

    .product-ul-items:after {
        display: block;
        content: "";
        clear: both;
    }

    .product-ul-items p {
        width: 145px;
        margin: 20px auto;
    }

.fb-ul li {
    width: 25%;
}

.fb-ul h5 {
    margin: 20px 0;
    color: #424242;
    font-size: 18px;
    font-weight: bold;
}

.fb-ul p {
    width: 192px;
    text-align: justify;
    font-size: 17px;
}
