#top_img{
    width: 100%;
    height: auto;
    line-height: 0px;
}
#top_img img{
    width: 100%;
}
.serviceProcess{
    width: 100%;
    height: auto;
    margin-top: 76px;
}
.serviceProcess_title{
    width: 1200px;
    margin: 0 auto;
}
.serviceProcess_ul{
    width: 1200px;
    height: auto;
    margin: 52px auto 120px auto;
    overflow: hidden;
}
.serviceProcess_li{
    width: 584px;
    height: auto;
    border: 3px solid transparent;
    line-height: 0px;
    position: relative;
    left: 0;
    top: 0;
}
.serviceProcess_li_div{
    width: 100%;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
}
.serviceProcess_li:nth-of-type(2n){
    margin-left: 20px;
}
.serviceProcess_li:nth-of-type(n+1){
    margin-top: 24px;
}
.serviceProcess_li img{
    width: 100%;
}

.tailor_name{
    width: 240px;
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-top: 110px;
}
.tailor_time{
    width: 240px;
    text-align: center;
    font-size: 20px;
    color: #7d7d7d;
    margin-top: 10px;
}
.tailor_desc{
    width: 552px;
    padding-left: 55px;
    font-size: 16px;
    color: #7d7d7d;
    line-height: 30px;
    margin-top: 10px;
}
.serviceProcess_li:hover{
    border: 3px solid #25c9d0;
}
.egy_contact_father{
    background: #f0f0f0;
}