.list {
    padding: 20px 40px 0 40px;
    height: 120px;
    overflow: hidden;
}

.service-type-box,
.project-type-box,
.project-area-box {
    width: 1050px;
    height: 30px;
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
    line-height: 30px;
}

.service-type-item,
.project-type-item,
.project-area-item {
    width: 70%;
    height: 30px;
    margin-left: 29px;
}

.service-type-span,
.project-type-span,
.area-type-span {
    padding: 0 20px 0 20px;
    border-right: 1px solid #000;
    color: #a2a2a2;
}

.service-type-span:nth-last-of-type(1) {
    border: none;
}

.project-type-span:nth-last-of-type(1) {
    border: none;
}

.area-type-span:nth-last-of-type(1) {
    border: none;
}

.active {
    color: #808080;
    font-weight: bold;
}

.service-type,
.project-type,
.project-area {
    color: #808080;
    font-weight: bold;
    width:5%;

}

.pull-down {
    padding-left: 30px;
}
.rot-active{
    transform:rotate(-180deg)
}
.img-box {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;

}

.img-item {
    float: left;
    width: 290px;
    height: 290px;
    margin: 5px 5px 0 0;
    background-image: url(../images/image11.jpg);
    background-position: center center;
    background-size: 100% 100%;
    transition: background-size 0.5s;
    position: relative;

}

.img-item:hover {
    background-size: 110% 110%;
}

.img-item:hover .red-bar {
    width: 290px;
}

.img-item:hover .mask {
    opacity: 0.5;
}

/* .mask:hover{
  opacity: 0.5;  
} */
.word-box:hover {
    opacity: 1;
}

.mask {
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0;
}

.red-bar {
    background: #d63f4f;
    width: 0;
    height: 8px;
    position: absolute;
    bottom: 0;
    transition: width 0.5s;
}

.word-box {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999999;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s;

}

.word-box>div {
    color: #fff;
    text-align: center;
    margin-top: 210px;
    line-height: 30px;
}

.word-box>div>p:nth-of-type(1) {
    font-size: 12px;
    line-height: 15px;
    height: 15px;

    border: 1px solid #fff;
    width: 90px;
    margin: 0 auto;
    border-radius: 35px;
}

.word-box>div>p:nth-of-type(2) {
    font-weight: bold;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 16px;
}
.noresult{
    text-align: center;
    font-size: 20px;
}

.service-type-span,
.project-type-span,
.area-type-span:hover {
    cursor: pointer;
}


.detail-popup {
    width: 1010px;
    height: 760px;
    position: absolute;
    z-index: 99999999;
    background: #fff;
    top: 64px;
    left: 88px;
    padding: 21px;
    display: none;
}

.detail-img {
    width: 100%;
    height: 332px;
    background: url(../images/image22.png);
    background-position:center center;
    background-repeat:no-repeat;
}

.detail-word {
    padding: 50px;
    line-height: 28px;
    color: #404040;

}

.detail-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;


}

.detail-item {
    /* width: 320px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    margin-top: 10px;
}

.ditail-item-artical {
    width: 100%;
}

.detail-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9999999;
}
