.top {
    position: relative;
    min-height: 300px;
    margin-bottom: 0;
    border: 0px solid transparent;
    border-radius: 0;
}

.top-img {
    width: 100%;
    height: 100%;
}

.introduce {
    position: relative;
    min-height: 300px;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5
}

.introduce-half-rule {
    width: 100px;
    margin: 40px auto;
}

.introduce-img-half-rule {
    width: 0px;
    margin: 20px auto;
}

.detail {
    position: relative;
    min-height: 300px;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 0;
}

.detail-half-rule {
    width: 100px;
    margin: 40px auto;
}

.number-color {
    color: #fff!important;
}

.number-backgroud-color-1 {
    background-color: #1A448D;
}

.number-text-color-1 {
    color: #1A448D;
}

.number-svg {
    float: right;
}

.number-backgroud-color-2 {
    background-color: #3B5332;
}

.number-text-color-2 {
    color: #3B5332;
}

.number-backgroud-color-3 {
    background-color: #2C3752;
}

.number-text-color-3 {
    color: #2C3752;
}

.number-backgroud-color-4 {
    background-color: #3A271C;
}

.number-text-color-4 {
    color: #3A271C;
}