/**行业统计*/
.tj-box {
    margin: 0 auto 3rem;
    width: 140rem;
    height: 76rem;
    background: url("../images/hytj_bg.png") no-repeat right bottom #fff;
    background-size: 79.6rem;
    border-radius: 1rem;
    text-align: center;
    padding: 4rem 6rem;
}
.tj-type-list {
    display: flex;
    flex-wrap: wrap;
    width: 86rem;
    justify-content: space-between;
}
.tj-type-list li {
    position: relative;
    width: 40.4rem;
    height: 13.5rem;
    display: flex;
    align-items: center;
    padding-left: 22rem;
    margin-bottom: 4rem;
}
.more-service {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 40.4rem;
    height: 13.5rem;
    background: url("../images/hytj_more.png") no-repeat;
    background-size: 40.4rem;
}
.tj-type-list li img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 40.4rem;
    height: 13.5rem;
}
.tj-type-list li a {
    display: inline-block;
    position: relative;
    font-size: 2.6rem;
    color: #35426f;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}
.tj-type-list li a.grey {
    color: #404040;
}

