﻿@media (max-width: 1024px) {
    .content_img {
        background-image: url('../Image/product1.png') !important;
        width: 100%;
        height: 560px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #EFF8FF;
        text-align: center;
    }

    .view_more {
        display: none;
    }

    .content_img {
        width: 100%;
        padding-top: 15rem;
    }

        .content_img .one_title {
            margin-top: 0;
            font-size: 4rem;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .content_img .title_type {
            font-size: 2rem;
        }

        .content_img .title {
            font-size: 1.8rem;
        }

    .section_row {
        text-align: center;
    }

        .section_row .text_img {
            width: 100%;
        }

        .section_row .text_del .title {
            font-size: 2.6rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .section_row .text_del .text {
            font-size: 1.8rem;
            line-height: 5rem;
        }

        .section_row .text_img img {
            width: 100%;
            height: 100%;
        }
}

@media (min-width: 1025px) {
    .content_img_box {
        background-image: url('../Image/product2.png');
        width: 100%;
        height: 560px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #EFF8FF;
        display: flex;
        align-items: center;
    }

    .content_img {
        width: 1200px;
        min-width: 1200px;
        margin: 0 auto;
        padding-left: 200px;
    }

        .content_img .one_title {
            font-size: 46px;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .content_img .title_type {
            font-size: 18px;
            font-weight: 600;
        }

        .content_img .title {
            font-size: 18px;
        }

    .section_row {
        display: flex;
        margin: 0 20px;
    }

        .section_row .text_img,
        .section_row .text_del {
            width: 580px;
        }

        .section_row .text_del {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 25px;
        }

            .section_row .text_del .title {
                font-size: 28px;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .section_row .text_del .text {
                font-size: 20px;
            }

        .section_row .text_img img {
            width: 100%;
            height: 100%;
        }
}
