.cursor-pointer {
    cursor: pointer;
}

/* .active {
    display: block;
    background-color: #edf0f8;
    color: #3f6bfe;
} */

/* .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
}

.tab:hover {
    color: #3f6bfe;
} */


.banner {
    width: 100%;
    height: 380px;
    background-image: url(img/equipment/banner8.jpg);
}

.title {
    text-align: center;
    margin: auto;
    padding: 100px 0 0 0;
    font-size: 36px;
}

.body {
    margin: auto;
    text-align: center;
    padding: 70px 0 100px 0;
    display: flex;
    justify-content: center;
}

/* -------------------------------------左边部分 */
.body-left-notchosen:hover {
    color: #2A82E4;
} 

.body-left-notchosen1:hover {
    color: #2A82E4;
} 

.body-left {
    background-color: #F8F8F8;
    width: 290px;
    text-align: left;
    padding: 0 0 25px 0;

}

.body-left-title {
    padding: 25px 0 25px 52px;
    font-size: 20px;
    font-weight: 550;
}

.body-left-- {
    background-color: #cccccc;
    height: 2px;
    width: 100%;
}

.body-left-chosen {
    color: #2A82E4;
    padding: 15px 0 15px 30px;
    background-color: #EDF0F8;
    font-size: 18px;
}

.body-left-notchosen {
    padding: 15px 0 15px 30px;
    font-size: 18px;
}

.body-left-chosen1 {
    color: #2A82E4;
    padding: 15px 0 15px 60px;
    background-color: #EDF0F8;
}

.body-left-notchosen1 {
    padding: 15px 0 15px 60px;
    color: rgb(100, 100, 100);
}

/* -------------------------------------右边部分 */
.body-right {
    width: 1065px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding: 0 0 0 25px;
    /* margin-left: 25px; */
    /* background-color: #F8F8F8; */
}

.body-right-div1 {
    padding: 0 0 25px 25px;
}

.body-right-div {
    height: 365px;
    width: 275px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 11px 0 0 0;
}
.body-right-div img  {
    height: 260px;
    width: 260px;
}

.body-right-title {
    font-size: 20px;
    padding: 14px 0 18px 0;
}

.body-right-Subtitle {
    font-size: 12px;
}

/* .body-right-div1 a:hover{
    border:#ff0000 solid 1px;
    border-radius: 10px;
} */

/* -------------------------------------产品详情 */
.details {
    padding: 0 290px 50px 50px;
}