.bj-bg {
    width: 100%;
    min-width: 1200px;
    height: 360px;
    margin-top: 80px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url("/images/staffStyle-bg.jpg");
}
.bj-bg .bj-bg-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.bj-bg-mask .bj-bg-cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.bj-bg-mask h3 {
    display: block;
    font-size: 34px;
    color: #fff;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    padding-top: 100px;
}
.bj-bg-mask h4 {
    display: block;
    max-width: 700px;
    font-size: 20px;
    color: #fff;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    padding-top: 30px;
    line-height: 30px;
}
.bj-bg-mask span {
    display: block;
    width: 80px;
    height: 4px;
    background-color: #fff;
    margin-top: 60px;
}
.bj-title {
    width: 100%;
    padding: 50px 0;
}
.bj-title h4 {
    text-align: center;
    font-size: 26px;
    color: #e6e4e4;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: bold;
}
.bj-title h3 {
    text-align: center;
    font-size: 24px;
    color: #434343;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    margin-top: 15px;
    font-weight: bold;
}
.bj-staffStyle {
    width: 1200px;
    margin: 0 auto;
}
.bj-staffStyle .staffStyle-title {
    display: block;
    font-size: 26px;
    color: #000;
    line-height: 150px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 10px;
}
.bj-staffStyle .staffStyle-list {
}
.staffStyle-list .staffStyle-item {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}
.staffStyle-item .staffStyle-link {
    display: block;
    margin: 0 15px;
    height: 200px;
    overflow: hidden;
}
.staffStyle-link .staffStyle-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.staffStyle-link .staffStyle-img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.staffStyle-item .txt {
    display: block;
    padding: 20px 15px;
    font-size: 14px;
    color: #6d6d6d;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*分页*/
.case-page {
    padding: 10px 0 50px 0;
    text-align: center;
}
#pager {
    display: inline-block;
}
#pager a {
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    padding: 3px 15px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #2d2d2d;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}
#pager .active {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    padding: 3px 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #37a4ff;
    border-radius: 3px;
    background-color: #37a4ff;
}
#pager span {
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    padding: 3px 15px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    border: 1px solid transparent;
    border-radius: 3px;
}
#pager .jump-ipt {
    float: left;
    width: 40px;
    height: 36px;
    line-height: 30px;
    margin-right: 5px;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}
.pager-turn {
    width: auto;
    padding: 3px 10px;
}
.staffStyle-txt {
    font-size: 16px;
    line-height: 50px;
    color: #37a4ff;
}