﻿
html, body {
    width: 100%;
    height: 100%;
}

.vide-head-img {
    width: 100%;
    overflow: hidden;
    height: 500px;
    background-image: url('../../Images/MyImage/banner1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    min-width: 1200px;
}

.vide-content {
    border-left: 1px solid #D2D2D2;
    /*overflow: hidden;*/
    margin-bottom: 150px;
}

.vide-product-ul {
    margin-top: 70px;
}

    .vide-product-ul::after {
        content: "";
        display: block;
        clear: both;
    }

    .vide-product-ul li {
        float: left;
        width: 20%;
        text-align: right;
    }

        .vide-product-ul li:not(:first-of-type):before {
            content: "";
            display: block;
            background-image: url('../../Images/MyImage/warehouse-js-6.png');
            height: 36px;
            background-repeat: no-repeat;
            float: left;
            width: 28px;
            transform: translateY(61px);
            margin-left: 10px;
        }

        .vide-product-ul li h3 {
            display: inline-block;
            font-size: 24px;
            font-weight: bold;
            color: #424242;
            margin-top: 25px;
            margin-bottom: 20px;
            width: 153px;
            text-align: center;
        }

.vide-product-item {
    /*width: 688px;*/
    margin: 0 auto 10px auto;
    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-content {
    margin-top: 70px;
    color: #A6A6A6;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}

.ite-name {
    position: absolute;
}

.vide-item-text img {
    margin: 80px auto 100px 58px;
}

.product-fg {
    color: #0066FF;
    margin-left: 80px;
}

    .product-fg:nth-of-type(1) {
        margin-top: -120px;
    }

    .product-fg label {
        font-size: 18px;
    }

    .product-fg span {
        font-size: 72px;
        font-weight: bold;
    }

    .product-fg em {
        font-size: 32px;
        font-weight: bold;
    }

.services-mts {
    position: absolute;
    right: -106px;
    top: 0;
}

    .services-mts li {
        text-align: center;
        border: 1px solid #BFBFBF;
        width: 160px;
        box-sizing: border-box;
        height: 80px;
        line-height: 80px;
        overflow: hidden;
    }

        .services-mts li:not(:last-child) {
            margin-bottom: 15px;
        }

.fa-content {
    /*margin-top:65px;*/
}

    .fa-content h3, .fx-content h3 {
        font-size: 24px;
        font-weight: bold;
        color: #424242;
        margin-top: 25px;
        margin-bottom: 20px;
    }

        .fa-content h3:after, .fx-content h3:after {
            content: "";
            display: block;
            background-color: #424242;
            width: 40px;
            height: 1px;
            margin: 25px auto 0 auto;
        }

    .fa-content p {
        width: 162px;
        margin: 0 auto 48px auto;
    }

.fx-content {
    text-align: left;
}

    .fx-content:first-of-type {
        margin-bottom: 100px;
    }

.fx-img {
    text-align: right;
}

.fx-text {
    padding-left: calc(50% - 460px);
}

.fx-content h3 {
    margin-top: 0;
}

.fx-content p {
    text-align: justify;
    font-size: 14px;
    width: 459px;
}

.fx-content h3:after {
    margin: 25px auto 0 0;
}
