.banner{
    height:824px;
    min-width: 1200px;
    background-color:#808080;
}
.banner > div{
    height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

/*智能科技*/
.technology{
    height:408px;
    background: url(../images/outsourcing/outsourcing_bg.jpg) center no-repeat;
    background-size:cover;
    padding:88px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.technology > .container > p{
    text-align: center;     
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    line-height: 30px;
    margin-top:45px;
}

.technology-box{
    overflow: hidden;
}
.technology-item{
    width:50%;
    height:600px;
    float:left;
    position: relative;
}
.technology-cover{
    height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
.technology-content{
    width:460px;
    position: absolute;
    top:125px;
}
.right .technology-content{
    left:112px;
}
.left .technology-content{
    right:112px;
}
.technology-title{
    height:120px;
    padding-left:140px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.technology-sort{
    width:120px;
    height:120px;
    background: #E60012;
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    position: absolute;
    top: 0;
    left:0;
}
.technology-sort > span{
    display: inline-block;
    padding-bottom:12px;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-bottom:4px solid #fff;
}
.technology-name{
    font-size: 30px;
    font-weight: bold;
    color: #101010;
    line-height: 45px;
    margin-top:20px;
    position: relative;
    z-index: 2;
}
.technology-fixed{
    font-size: 100px;
    font-weight: 500;
    color: rgba(128,128,128, .16);
    line-height: 80px;
    position: absolute;
    top:0;
    left:130px;
}
.technology-text{  
    font-size: 16px;
    font-weight: 400;
    color: #6C7180;
    line-height: 32px;
    margin-top:40px;
}
.technology-line{
    display: inline-block;
    width: 36px;
    height: 4px;
    margin-top:50px;
    background: #979797;
}