.prod_con {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* padding: 70px 0 80px 0; */
}

.prod_con .prod_left {
    /* width: 320px; */
    width: 20%;
    min-width: 200px;
    background: #f5f5f5;
    padding-bottom: 24px;
    /* padding-bottom: 2vw; */
    text-align: center;
}
.fixed-tab{
    position: fixed;
    top: 0;
    left: 0;
}
.prod_con .prod_left h5 {
    display: inline-block;
    width: 100%;
    padding: 0 25px;
    height: 95px;
    line-height: 95px;
    border-bottom: 1px solid #fff;
    /* height: 4.4vw; */
    color: #fff;
    /* line-height: 4.4vw; */
    /* font-size: 24px; */
    font-size: 31px;
    font-weight: bold;
    background: #F81111;
}

.prod_con .prod_left .other_nav_p {
    height: unset;
    background: unset;
    width: 100%;
}

.prod_con .prod_left .other_nav_p .safe_width {
    padding: 0;
}

.prod_con .prod_left .other_nav_p .wrapper {
    position: relative;
    height: unset;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.prod_con .prod_left .other_nav_p .wrapper .scroller {
    position: unset;
    width: 100%;
    overflow-x: scroll;
}

.prod_con .prod_left .other_nav_p .wrapper .scroller ul {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;

}

.prod_con .prod_left .other_nav_p .wrapper .scroller li {
    width: 100%;
    /* height: 3.6vw; */
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 0px;
    border-bottom: 1px solid #DDE0E2;
}

.prod_con .prod_left .other_nav_p .wrapper .scroller li a {
    letter-spacing: 1px;
    /* display: flex; */
    /* justify-content: left; */
    /* align-items: center; */
    padding: 0 5%;
    width: 100%;
    height: 100%;
    /* line-height: 3.6vw; */
    line-height: 74px;
    margin: 0;
    font-size: 16px;
    color: #434343;
    text-align: center;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prod_con .prod_left .other_nav_p .wrapper .scroller li.active {
    background: #F81111;
}

.prod_con .prod_left .other_nav_p .wrapper .scroller li.active a {
    color: #fff;
}

.prod_con .prod_right {
    margin-left: 38px;
    width: calc(80% - 38px);
}

/* .prod_con .prod_right .cp_name {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    color: #222222;
    padding-left: 16px;
    border-left: 5px solid #F81111;
} */

.prod_con .prod_right .prod_box {
    display: none;
    width: 100%;
    /* flex: 1; */
}

.prod_con .prod_right .active-pro {
    display: block;
}

.prod_list {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    /* align-items: flex-start; */
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.prod_item {
    width: calc((100% - 54px) / 3);
    margin-right: 18px;
    /* height: 280px; */
    margin-bottom: 28px;
    /* margin-bottom: 1vw; */
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    background: #EFF3F6;
    padding: 19px 16px;
    /* padding: 2%; */
    /* padding-bottom: 1.5vw; */
    padding-bottom: 33px;
    color: #1C1C1C;

    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    /* background: linear-gradient(180deg, rgba(229, 229, 229, 0.72) 0%, rgba(247, 247, 247, 0.72) 100%); */
}
.prod_item:nth-child(3n) {
    margin-right: 0;
}
.prod_item1:nth-child(3n) {
    margin-right: 16px;
}
.prod_item .cp_top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.prod_item .cp_top img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.prod_item .cp_top img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.prod_item .cp_bottom {
    width: 100%;

    /* display: flex;
    justify-content: flex-end; */

}

.prod_item .cp_bottom h6 {
    font-size: 18px;
    /* font-weight: bold; */
    /* margin-top: 0.6vw; */
    /* line-height: 46px; */
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-top: 13px;
}

.circle-box {
    text-align: right;
    width: 100%;
    position: relative;
}

.circle-box img {
    position: absolute;
    top: -7px;
    right: 59px;
}

.circle-box span {
    font-size: 14px;

    /* line-height: 34px; */
}

.circle-box .circle_w {
    display: none;
}

.circle-box .circle_b {
    display: block;
}

.prod_item:hover {
    background: #023E84;
    color: #fff;
}

.prod_item:hover .circle-box .circle_b {
    display: none;
}

.prod_item:hover .circle-box .circle_w {
    display: block;
}

.pro_contact {
    padding: 0 5%;
}

.pro_contact img {
    width: 100%;
    height: auto;
    margin-top: 20px;

}



.pro_contact div {
    line-height: 49px;
    font-size: 16px;
    text-align: left;
}

.pro_contact .num {
    font-weight: bold;
    font-size: 32px;
    color: #2E4185;
    line-height: 36px;
    text-align: left;

}

@media screen and (max-width: 1440px) {
    .pro_contact .num {
        font-size: 28px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1240px) {
    .pro_contact .num {
        font-size: 22px;
        line-height: 20px;
    }
}

@media screen and (max-width: 800px) {
    .prod_con .prod_left {
        padding-bottom: 0;
    }

    .prod_con .prod_left {
        width: 100%;
        margin-bottom: 24px;
    }

    .prod_con {
        padding-top: 32px;
        flex-direction: column;
    }

    .prod_con .prod_left h5 {
        display: none;
    }

    .pro_contact {
        display: none;
    }

    .prod_con .prod_left .other_nav_p .wrapper .scroller ul {
        flex-direction: row;
    }

    .prodDetails_con .prod_top {
        flex-direction: column;
    }

    .prod_con .prod_right {
 
        width: 100%;
        margin-left: 0;

    }
}

@media screen and (max-width: 767px) {
    .circle-box img {
        top: -0.25rem;
        right: 2.4rem;
    }

    .prod_con {
        padding-top: 0;
    }

    .pro_contact {
        display: none;
    }

    #body .container-box {
        padding-top: 0;
    }

    .container-b-bgbox .safe_width {
        padding: 0;
    }

    .prod_con {
        flex-direction: column;
        /* padding: 0 0 1.65rem 0; */
        width: 100%;

        overflow: hidden;
    }

    .prod_con .prod_left {
        width: 100%;
        background: unset;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .prod_con .prod_left h5 {
        display: none;
    }

    .prod_con .prod_left .other_nav_p {
        width: 100%;
        height: 2.1rem;
        background: unset;
        position: unset;
        background: #f2f2f2;
    }

    .prod_con .prod_left .other_nav_p .safe_width {
        padding: 0;
    }

    .prod_con .prod_left .other_nav_p .wrapper {
        position: relative;
        height: 2.1rem;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
    }

    .prod_con .prod_left .other_nav_p .wrapper .scroller ul {
        width: unset;
        display: flex;
        justify-content: unset;
        align-items: center;
        flex-direction: unset;
    }

    .prod_con .prod_left .other_nav_p .wrapper .scroller li {
        width: auto;
        height: 2.1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-right: 0px;
        padding: 0 1rem;
    }

    .prod_con .prod_left .other_nav_p .wrapper .scroller li a {
        letter-spacing: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 25px;
        width: auto;
        padding: 0;
        font-size: 0.7rem;
        line-height: 2.1rem;
    }

    .prod_item .cp_top {
        width: 100%;
    }

    .prod_con .prod_left .other_nav_p .wrapper .scroller li.active {
        background: #F81111;
    }

    .prod_con .prod_left .other_nav_p .wrapper .scroller li.active a {
        color: #fff;
    }

    .prod_con .prod_right {
        width: 100%;
        margin-left: 0;
        padding: 0 0.65rem;
    }

    /* .prod_con .prod_right .cp_name {
        display: none;
    } */

    .prod_con .prod_right .prod_box {
        margin-top: 1.35rem;
    }

    .prod_list {
        flex-direction: column;
        padding-bottom: 0rem;
    }

    .prod_item {
        width: calc(100%);
        /* height: 6.75rem; */
        margin-top: 0;
        padding: 0.58rem;
        margin-bottom: 0.85rem;
        position: relative;
    }

    .circle-box {
        position: absolute;
        right: 0.3rem;
        bottom: 1.2rem;
    }

    /* .prod_item .cp_top {
        width: 6rem;
    } */

    .prod_item .cp_bottom {
        width: 100%;
        padding: 0.2rem 0.58rem 1.93rem 0;
    }

    .prod_item .cp_bottom h6 {
        font-size: 0.75rem;
        line-height: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* .prod_item .cp_bottom p {
        font-size: 0.5rem;
        line-height: 0.75rem;
        margin: 0.4rem 0;
        -webkit-line-clamp: 1;
    } */

    .prod_item .cp_bottom span {
        font-size: 0.6rem;
        line-height: 0.7rem;
    }


}