.data_banner {
    width: 100%;
    height: auto;
    background-image: linear-gradient(to right, #f1710d, #fb8d2e);
    margin-top: 50px;
}

.banner_bg {
    width: 1200px;
    height: 250px;
    margin: 0 auto;
    background: url('../spimages/data_banner.png') no-repeat;
}

.data_cont {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.data_foot {
    width: 100%;
    height: 450px;
    background-color: #fe821c;
    overflow: hidden;
}

.data_contact {
    width: 153px;
    height: auto;
    margin: 0 auto;
    margin-top: 70px;
}

.data_contact p {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.data_contact span {
    font-size: 18px;
}

.data_contact img {
    width: 153px;
    height: 153px;
    margin-top: 30px;
}

.contact_name {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}

.contact_name p {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}