.customer{
    width: 1000px;
    height: 50px;
    line-height: 50px;
    border-left: 10px solid #000;
    margin: 0 auto;
    font-family: "方正兰亭中黑_GBK";
    font-size: 32px;
    color: #000;
}
img{
    margin: 0 auto;
    display: block;
}
.content{
    width: 1000px;
    margin: 0 auto;
    font-family: "微软雅黑";
    line-height: 28px;
    font-size: 14px;
    margin-top: 50px;
}
.job-box>.job-name{
    width: 490px;
}
.job-box>div{
    display: inline-block;
    width: 500px;
    height: 340px;
    vertical-align: middle;
}
.text-2{
    margin-top: 40px;
}
.job1{
    background: url("../images/job1.jpg")/*tpa=http://www.stargroupit.com/images/job1.jpg*/ no-repeat center center;
    background-size: cover;
}
.job2{
    height: 290px;
    background: url("../images/job2.jpg")/*tpa=http://www.stargroupit.com/images/job2.jpg*/ no-repeat center center;
    background-size: cover;
}
.right{
    width: 40px;
    height: 14px;
    display: inline-block;
    background: url("../images/right.jpg")/*tpa=http://www.stargroupit.com/images/right.jpg*/;
    margin: 0px 30px -3px 30px;
}
@media screen and (max-width:1199px){
    .customer{
        width: 800px;
    }
    .content{
        width: 800px;
    }
    .job-box>.job-name{
        width: 396px;
    }
    .job-box>div{
        width: 396px;
    }
}
@media screen and (max-width:980px){
    .ourservice-box {
        margin-bottom: 0 !important;
    }
    .mred{
        color: #f33333;
    }
    .content {
        width: 92%;
        line-height: 0.5rem;
        font-size: 0.25rem;
        margin-top: 20px;
        text-align: left;
        border-bottom: 1px solid #9c9d9d;
        padding-bottom: 20px;
    }
    .job-box>div {
        width: 100%;
        height: auto;
    }
    .m-top{
        width: 30px;
        height: 30px;
        background: url("../images/m-top.png")/*tpa=http://www.stargroupit.com/images/m-top.png*/ center center no-repeat;
        background-size: cover;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .3s;
    }
    .job-text{
        position: relative;
    }
    .rotate180{
        transform: rotate(180deg);
    }
}