/*软件专题页面*/
#soft .features{
    padding-top: 70px;
    padding-bottom: 100px;
}
#soft .features p.icon1{
    background: url(images/advantage1.png) no-repeat;
    background-position:60px 5px;
    height: 65px;
}
#soft .features p.icon2{
    background: url(images/advantage2.png) no-repeat;
    background-position:60px 5px;
}
#soft .features p.icon3{
    background: url(images/advantage3.png) no-repeat;
    background-position:60px 5px;
    height: 65px;
}
#soft .features p.icon4{
    background: url(images/advantage4.png) no-repeat;
    background-position:60px 5px;
    height: 65px;
}
#soft .features p.icon5{
    background: url(images/advantage5.png) no-repeat;
    background-position:60px 5px;
    height: 65px;
}
#soft .features p.icon6{
    background: url(images/advantage6.png) no-repeat;
    background-position:60px 5px;
    height: 65px;
}

/*定制流程*/
#soft .process{
    width: 100%;
    height: 535px;
    text-align: center;
    background: url(images/bg.png) center no-repeat;
    overflow: hidden;
    color: #fff;
}
#soft .process .title{
    padding-top: 70px;
}
#soft .process .title span{
    display: block;
    font-size: 28px;
    line-height: 40px;
}
#soft .process .content{
    width: 100%;
    padding-top: 20px;
}
#soft .process .content img{
    width: 1195px;
    height: 324px;
}

/*联系我们*/
#soft .contact{
    width: 1200px;
    margin: auto;
    text-align: center;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px;
}
#soft .contact .title{
    color:#444;
    padding-bottom: 70px;
}
#soft .contact .title span{
    display: block;
    font-size: 28px;
    color: #333;
    line-height: 40px;
}
#soft .contact .content{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    line-height: 40px;
    color: #0CBEA8;
    font-weight: bold;
    font-size: 16px;
}
#soft .contact .content div{
    width: 200px;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    text-align: center;
    border: 1px solid #EEEEEE;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 100px;
    background: url(images/man.png) no-repeat;
    background-position: center 20px;
    background-color:rgb(248, 247, 246);
}
#soft .contact .content div .name{
    color: #444;
}
#soft .contact .content div .qq{
    text-align: left;
    padding-left: 65px;
    background: url(images/qq.png) no-repeat;
    background-position: 45px 12px;
}
#soft .contact .content div .tel{
    text-align: left;
    padding-left: 45px;
    background: url(images/tel_icon.png) no-repeat;
    background-position: 25px 12px;
}
#soft .contact .content div.div2{
    background: url(images/tel.png) no-repeat;
    background-position: 55px 40px;
    background-color: rgb(248, 247, 246);
}
#soft .contact .content div:hover{
    background-color:rgb(231, 230, 216);
}