.people{
    width: 98.66vw;
    height: 98.66vh;
    margin-top: 0px;
background-image: url(../img/people_img.png);
    background-position: 0% 70%;
    background-size: cover;
}
.yuanlongping{
    width: 600px;
    height: 200px;
    background-image: url("../img/people1.jpg");
    background-size: cover;
    background-position:20%;
    transition: all 0.5s;
}
:hover.yuanlongping{
    height: 200px;
}
.xuyirong{
    width: 600px;
    height: 100px;
    background-image: url("../img/people.jpg");
    background-size: cover;
    background-position:100% 300px;
    transition: all 0.5s;
}
:hover.xuyirong{
    height: 200px;
}
.lidenghai{
    width: 600px;
    height: 100px;
    background-image: url("../img/people2.jpg");
    background-size: cover;
    background-position:100% 350px;
    transition: all 0.5s;
}
:hover.lidenghai{
    height: 200px;
}
.people_img{

    margin-top: 15%;
    margin-left: 43%;
    position: absolute;
    float: left;
}
.tell_ylp{
    height: 500px;
    width: 400px;
    float: left;
    margin-left: 10%;
    margin-top: 1%;
    background-color: transparent;
}

.tell_xyr{
    height: 500px;
    width: 400px;
    float: left;
    margin-left: 10%;
    margin-top: 20px;
    background-color: transparent;
}
.tell_ldh{
    height: 500px;
    width: 400px;
    float: left;
    margin-left: 10%;
    margin-top: 20px;
    background-color: transparent;
}
.people_title{
    width: 300px;
    height: 50px;
    float: left;
    margin-top: 70px;
    margin-left: 700px;
}
