.pro_div {}

.tab_div {
    margin: 30px 0;
    border: 1px solid #e7e7e7;
    width: 100%;
    display: flex;
}

.tab_left {
    width: 80px;
    border-right: 1px solid #e7e7e7;
    background: #f7f7f7;
    font-size: 14px;
    color: #595959;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_right {
    width: calc(100% - 80px);
    display: flex;
    flex-wrap: wrap;
    padding: 13px 15px 0;
}

.tab_right a {
    font-size: 14px;
    color: #595959;
    margin: 0 11px 13px;
}

.tab_right a:hover,
.tab_right a.active {
    color: #47b3ff;
}

.list_div {
    display: flex;
    flex-wrap: wrap;
}

.item_div {
    width: calc((1200px - 30px) / 4);
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    margin-right: 10px;
}
.list_div a:nth-child(4n) .item_div {
    margin-right: 0;
}

.item_img {
    width: 100%;
    height: 293px;
    position: relative;
}

.ewm_div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .4);
    /* 	display: flex;
        align-items: center;
        justify-content: center; */
    display: none;
}

.ewm_div .ewm_cont {
    width: 150px;
    height: 150px;
    margin: 66px;
}

.item_tt {
    width: 100%;
    padding: 18px 18px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
}
.item_tt h3 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.item_tt div {
    font-size: 14px;
    color: #595959;
    margin: 9px 0;
}
.item_tt p {
    font-size: 20px;
    font-weight: 700;
    color: #e61300;
}
.item_num {
    display: flex;align-items: center;
}
.item_num>div {
    width: 50%;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: grey;
}
.item_num>div:first-child {
    border-right: 1px solid #e7e7e7;
}



.page_div {
    margin: 40px 0;
}


.local_div {
    width: 100%;
    padding: 30px 31px 6px 31px;
    background: #fff;
    margin: 20px 0;
}
.no_more {
    color: #8B8B8B;
    font-size: 14px;
    text-align: center;
}

.local_one {
    display: flex;
    margin-bottom: 14px;
}

.one_l {
    width: 77px;
    color: #595959;
    line-height: 25px;
    font-size: 14px;
}

.one_r {
    width: calc(100% - 77px);
    display: flex;
    flex-wrap: wrap;
}

.one_r_one {
    padding: 0 8px;
    height: 25px;
    line-height: 23px;
    cursor: pointer;
    color: #595959;
    font-size: 14px;
    margin: 0 7px 10px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

.one_r_one.active {
    background: #2B7EFE;
    border-color: #2B7EFE;
    color: #fff;
}