body{
    min-width: 1220px;
}
.banner{
    height: 350px;
    width: 100%;
    background: url("../images/job/banner.jpg")  center 100%;
}
/*  所有大板块标题*/
.all-title{
    font-size: 28px;
    text-align: center;
    position: relative;
    height: 100px;
    color: #333333;
    margin-top: 60px;
}
.all-title div{
    width: 50px;
    border: 1px solid #1f84cb;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -25px;
}
/*能做什么板块*/
#we-can{
        padding: 1px 0 40px;
    background: #f3f3f3;
    /*overflow: hidden;*/
}
.we-can-img{
    text-align: center;
}
/* 产品 介绍 */
.cp-show-img{
    width: 1220px;
    margin: auto;
}
.cp-show-text{
    width: 1220px;
    margin: 20px auto;
    font-size: 16px;
    line-height: 32px;
    color: #222222;
}
.cp-show-text div{
    text-indent: 25px;
    color: #666666;
}
/*业务流程*/
#yw{
    width: 100%;
    overflow: hidden;
    background: #f3f3f3;
}
.yw-show{
    width: 1220px ;
    margin: auto;

}
/*经典案例*/
.case{
    height: 450px;
    position: relative;
    width: 1220px;
    margin: 0 auto 40px;
}
.case .case-img{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.case .case-img img{
    float: left;
}
.case .case-text{
    height: 450px;
    width: 524px ;
    background: url("../images/job/5.png") 100% 100%;
    box-sizing: border-box;
    padding: 110px 35px 0;
    color: white;
    font-size: 16px;
    line-height: 24px;
}

