﻿
html, body {
    width: 100%;
    height: 100%;
}

.vide-head-img {
    width: 100%;
    overflow: hidden;
    height: 500px;
    background-image: url('../../Images/MyImage/banner5.jpg');
    background-position: center;
    background-repeat: no-repeat;
    min-width: 1200px;
}

.vide-content {
    border-left: 1px solid #D2D2D2;
    /*overflow: hidden;*/
    margin-bottom: 150px;
}

.vide-introduce-item {
    width: 700px;
    margin: 0 auto 10px auto;
    border-top: 1px solid transparent;
}

.vide-item-title {
    color: #424242;
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    margin-top: 40px;
}

.vide-item-text {
    margin-top: 15px;
    color: #A6A6A6;
    text-align: justify;
    font-size: 18px;
    line-height: 32px;
}

    .vide-item-text img {
        margin-top: 45px;
    }


.vide-item-content {
}

.item-x-title {
    margin-top: 40px;
    color: #424242;
    font-size: 20px;
    font-weight: bold;
}

.item-x-text {
    margin-top: 15px;
    color: #A6A6A6;
    text-align: justify;
    font-size: 18px;
    line-height: 32px;
}

.item-x-img {
    margin-top: 40px;
}

.worth-name {
    background-color: #0066FF;
    width: 138px;
    height: 138px;
    border-radius: 50%;
    text-align: center;
    line-height: 138px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 45px auto 15px auto;
}

.worth-text {
    color: #A6A6A6;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
}
