.product_show_box .p_show {
    width: 45%;
}

.product_show_box .text_show {
    width: 50%;
}

.product_show_box .p_show ul li {
    width: 24%;
    border: 1px solid #B5B5B5;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.product_show_box .p_show ul li img {
    display: block;
    width: 100%;
}

.product_show_box .p_show .p_box img {
    display: block;
    width: 100%;
}

.product_show_box .p_show .p_box {
    margin: 0 0 .25rem 0;
    border: 1px solid #B5B5B5;
    border-radius: 10px;
    overflow: hidden;
}

.product_show_box .p_show ul li:hover {
    border: 1px solid #0059BA;
    transition: all 0.6s;
}

.product_show_box .text_show {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product_show_box .text_show h4 {
    margin: 0 0 .5rem 0;
    color: #0059BA;
}

.product_show_box .text_show span {
    line-height: .45rem;
}

.product_show_box .text_show a {
    display: block;
    text-align: center;
    color: #fff !important;
    background-color: #0059BA;
    padding: .1875rem 0;
    width: 50%;
    border-radius: 20px 0 20px 0;
    box-sizing: border-box;
}

.three_unit {
    margin: .5rem 0;
}

.three_unit ul li {
    padding: .125rem .25rem;
    box-sizing: border-box;
    cursor: pointer;
}

.three_act {
    color: #fff;
    background-color: #0059BA;
}

.three_unit ul li:hover {
    color: #fff;
    background-color: #0059BA;
    transition: all 0.6s;
}

.three_content .content {
    display: none;
}

.three_content .content_act {
    display: block;
}

.three_content .content img {
    display: block;
    width: 100% !important;
}

.three_content .content span p {
     display: block;
    width: 100% !important;
}

.three_content .content span p img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.three_content .content span {
    line-height: .45rem;
}

.correlation ul li {
    width: 23%;
}

.correlation ul li a img {
    display: block;
    width: 100%;
}

.correlation ul li a {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.correlation ul li a:hover {
    box-shadow: 0 0 10px 2px #0059BA;
    transition: all 0.6s;
}

.correlation ul {
    margin: .75rem 0 !important;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .product_show_box .p_show,
    .product_show_box .text_show {
        width: 100%;
    }
    .product_show_box {
        flex-wrap: wrap;
    }
    .product_show_box .text_show span {
        line-height: 1.5;
    }
    .product_show_box .text_show {
        margin: 10px 0;
    }
    .three_content .content span {
        line-height: 1.5;
    }
    .three_unit ul li {
        padding: 10px;
    }
    
    .correlation ul li {
        width: 49%;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}