.work{
    width: 100%;
    height: 700px;
    background: url(../images/work_13.png) no-repeat center top;
    background-size: cover;
    position: relative;
}
.work .index{
    width: 1154px;
    margin: 0 auto;
}
.work .top{
    width: 1154px;
    display: block;
    height: 276px;
    background: url(../images/k_14.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 280px;
}
.work .top .logo{
    margin-left: 110px;
    margin-top: 50px;
    float: left;
}
.work .top .text {
    float: left;
    width: 756px;
    margin-top: 28px;
    margin-left: 76px;
}
.work .top .text h2{
    font-family: "微软雅黑";
    font-size: 20px;
    color: black;
    font-weight: bolder;


}
.work .top .text p{
    font-family: "微软雅黑";
    font-size: 15px;
    color: black;
    line-height: 28px;
    float: left;
}
.work .top .text span{
    font-family: "微软雅黑";
    font-size: 15px;
    color: black;
    line-height: 28px;
    float: right;
}
.work .top .text i{
    font-family: "微软雅黑";
    font-size: 15px;
    color: black;
    line-height: 28px;
    float: left;
    margin-top: 25px;
}
.work .bottom{
    position: absolute;
    top: 658px;
}
.work .bottom ul li{
    float: left;
    margin-right: 288px;
}
.work .bottom ul li p{
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-family: "微软雅黑";
    font-size: 24px;
    color: #666666;
}
.work .bottom ul li p:hover {
    color: #ff6600;
}
