﻿.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;
}

.wms-items {
    margin: 30px 0 60px 0;
    overflow: hidden;
}

.wms-img {
}

.wms-items li {
    float: left;
    width: 33.33%;
    text-align: center;
}

    .wms-items li:first-child {
        text-align: left;
    }

    .wms-items li:last-child {
        text-align: right;
    }

.wms-text h5 {
    margin: 20px 0;
    color: #424242;
    font-size: 18px;
}

    .wms-text h5:after {
        content: "";
        display: block;
        width: 3em;
        margin: 0 auto;
        height: 2px;
        background-color: #A6A6A6;
        transform: translateY(20px);
    }

.wms-text {
    width: 229px;
    text-align: center;
    display: inline-block;
}

    .wms-text p {
        padding: 18px 0;
        line-height: 30px;
        font-size: 18px;
        color: #A6A6A6;
    }

.xt-conent p {
    margin: 15px 0 30px 0;
    line-height: 30px;
    padding-left: 2em;
    color: #626262;
}

.xt-title {
    margin-top: 40px;
    color: #424242;
    font-size: 20px;
    font-weight: bold;
}

.layui-text-left {
    text-align: left !important;
}
