@media (min-width:1600px) {
    .float-xxxl-start {
        float: left !important
    }

    .float-xxxl-end {
        float: right !important
    }

    .float-xxxl-none {
        float: none !important
    }

    .d-xxxl-inline {
        display: inline !important
    }

    .d-xxxl-inline-block {
        display: inline-block !important
    }

    .d-xxxl-block {
        display: block !important
    }

    .d-xxxl-grid {
        display: grid !important
    }

    .d-xxxl-table {
        display: table !important
    }

    .d-xxxl-table-row {
        display: table-row !important
    }

    .d-xxxl-table-cell {
        display: table-cell !important
    }

    .d-xxxl-flex {
        display: flex !important
    }

    .d-xxxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxxl-none {
        display: none !important
    }

    .flex-xxxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxxl-row {
        flex-direction: row !important
    }

    .flex-xxxl-column {
        flex-direction: column !important
    }

    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxxl-0 {
        gap: 0 !important
    }

    .gap-xxxl-1 {
        gap: 0.25rem !important
    }

    .gap-xxxl-2 {
        gap: 0.5rem !important
    }

    .gap-xxxl-3 {
        gap: 1rem !important
    }

    .gap-xxxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxxl-center {
        justify-content: center !important
    }

    .justify-content-xxxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxxl-start {
        align-items: flex-start !important
    }

    .align-items-xxxl-end {
        align-items: flex-end !important
    }

    .align-items-xxxl-center {
        align-items: center !important
    }

    .align-items-xxxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxxl-start {
        align-content: flex-start !important
    }

    .align-content-xxxl-end {
        align-content: flex-end !important
    }

    .align-content-xxxl-center {
        align-content: center !important
    }

    .align-content-xxxl-between {
        align-content: space-between !important
    }

    .align-content-xxxl-around {
        align-content: space-around !important
    }

    .align-content-xxxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxxl-auto {
        align-self: auto !important
    }

    .align-self-xxxl-start {
        align-self: flex-start !important
    }

    .align-self-xxxl-end {
        align-self: flex-end !important
    }

    .align-self-xxxl-center {
        align-self: center !important
    }

    .align-self-xxxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxxl-stretch {
        align-self: stretch !important
    }

    .order-xxxl-first {
        order: -1 !important
    }

    .order-xxxl-0 {
        order: 0 !important
    }

    .order-xxxl-1 {
        order: 1 !important
    }

    .order-xxxl-2 {
        order: 2 !important
    }

    .order-xxxl-3 {
        order: 3 !important
    }

    .order-xxxl-4 {
        order: 4 !important
    }

    .order-xxxl-5 {
        order: 5 !important
    }

    .order-xxxl-last {
        order: 6 !important
    }

    .m-xxxl-0 {
        margin: 0 !important
    }

    .m-xxxl-1 {
        margin: 0.25rem !important
    }

    .m-xxxl-2 {
        margin: 0.5rem !important
    }

    .m-xxxl-3 {
        margin: 1rem !important
    }

    .m-xxxl-4 {
        margin: 1.5rem !important
    }

    .m-xxxl-5 {
        margin: 3rem !important
    }

    .m-xxxl-auto {
        margin: auto !important
    }

    .mx-xxxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .mx-xxxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .mx-xxxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-xxxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-xxxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxxl-0 {
        margin-top: 0 !important
    }

    .mt-xxxl-1 {
        margin-top: 0.25rem !important
    }

    .mt-xxxl-2 {
        margin-top: 0.5rem !important
    }

    .mt-xxxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxxl-auto {
        margin-top: auto !important
    }

    .me-xxxl-0 {
        margin-right: 0 !important
    }

    .me-xxxl-1 {
        margin-right: 0.25rem !important
    }

    .me-xxxl-2 {
        margin-right: 0.5rem !important
    }

    .me-xxxl-3 {
        margin-right: 1rem !important
    }

    .me-xxxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxxl-5 {
        margin-right: 3rem !important
    }

    .me-xxxl-auto {
        margin-right: auto !important
    }

    .mb-xxxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxxl-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-xxxl-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-xxxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxxl-0 {
        margin-left: 0 !important
    }

    .ms-xxxl-1 {
        margin-left: 0.25rem !important
    }

    .ms-xxxl-2 {
        margin-left: 0.5rem !important
    }

    .ms-xxxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxxl-auto {
        margin-left: auto !important
    }

    .p-xxxl-0 {
        padding: 0 !important
    }

    .p-xxxl-1 {
        padding: 0.25rem !important
    }

    .p-xxxl-2 {
        padding: 0.5rem !important
    }

    .p-xxxl-3 {
        padding: 1rem !important
    }

    .p-xxxl-4 {
        padding: 1.5rem !important
    }

    .p-xxxl-5 {
        padding: 3rem !important
    }

    .px-xxxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .px-xxxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .px-xxxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-xxxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-xxxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxxl-0 {
        padding-top: 0 !important
    }

    .pt-xxxl-1 {
        padding-top: 0.25rem !important
    }

    .pt-xxxl-2 {
        padding-top: 0.5rem !important
    }

    .pt-xxxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxxl-0 {
        padding-right: 0 !important
    }

    .pe-xxxl-1 {
        padding-right: 0.25rem !important
    }

    .pe-xxxl-2 {
        padding-right: 0.5rem !important
    }

    .pe-xxxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxxl-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-xxxl-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-xxxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxxl-0 {
        padding-left: 0 !important
    }

    .ps-xxxl-1 {
        padding-left: 0.25rem !important
    }

    .ps-xxxl-2 {
        padding-left: 0.5rem !important
    }

    .ps-xxxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxxl-5 {
        padding-left: 3rem !important
    }

    .text-xxxl-start {
        text-align: left !important
    }

    .text-xxxl-end {
        text-align: right !important
    }

    .text-xxxl-center {
        text-align: center !important
    }
}

@media (max-width:575.98px) {

    #name_box_w { position: relative !important; }

    .container-fluid,
    .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto {
        padding-left: 10px;
        padding-right: 10px
    }

    .de-page-mian .page-inner .prev,
    .de-page-mian .page-inner .next,
    .de-page-mian .page-inner span,
    .de-page-mian .page-inner input,
    .de-page-mian .page-inner .page-btn {
        display: none !important
    }

    .flash .swiper-pagination .swiper-pagination-bullet {
        line-height: auto !important;
        height: 8px !important
    }

    .flash .swiper-pagination-bullet:before {
        width: 10px !important;
        height: 2px !important;
        margin-right: 5px !important;
        top: 0 !important
    }

    .flash .swiper-pagination-bullet-active:before {
        width: 12px !important
    }

    .icon_img {
        width: 40px
    }

    .col-12.border-start,
    .col-12.border-end {
        border: 0 !important
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 2.0rem !important
    }
}

@media (min-width:576px) {
    .fs-sm-12 {
        font-size: 1.2rem
    }

    .fs-sm-13 {
        font-size: 1.3rem
    }

    .fs-sm-14 {
        font-size: 1.4rem
    }

    .fs-sm-15 {
        font-size: 1.5rem
    }

    .fs-sm-16 {
        font-size: 1.6rem
    }

    .fs-sm-18 {
        font-size: 1.8rem
    }

    .fs-sm-20 {
        font-size: 2.0rem
    }

    .fs-sm-22 {
        font-size: 2.2rem
    }

    .fs-sm-24 {
        font-size: 2.4rem
    }

    .fs-sm-26 {
        font-size: 2.6rem
    }

    .fs-sm-28 {
        font-size: 2.8rem
    }

    .fs-sm-30 {
        font-size: 3.0rem
    }

    .fs-sm-40 {
        font-size: 4.0rem
    }

    .de-page-mian .page-inner span,
    .de-page-mian .page-inner input,
    .de-page-mian .page-inner .page-btn {
        display: none !important
    }

    .flash .swiper-pagination .swiper-pagination-bullet {
        line-height: auto !important;
        height: 8px !important
    }

    .flash .swiper-pagination-bullet:before {
        width: 10px !important;
        height: 2px !important;
        margin-right: 5px !important;
        top: 0 !important
    }

    .flash .swiper-pagination-bullet-active:before {
        width: 12px !important
    }

    .icon_img {
        width: 50px
    }

    .col-12.border-left {
        border: 0 !important
    }
}

@media (min-width:768px) {
    body {
        font-size: 1.4rem
    }

    .fs-md-12 {
        font-size: 1.2rem
    }

    .fs-md-13 {
        font-size: 1.3rem
    }

    .fs-md-14 {
        font-size: 1.4rem
    }

    .fs-md-15 {
        font-size: 1.5rem
    }

    .fs-md-16 {
        font-size: 1.6rem
    }

    .fs-md-18 {
        font-size: 1.8rem
    }

    .fs-md-20 {
        font-size: 2.0rem
    }

    .fs-md-22 {
        font-size: 2.2rem
    }

    .fs-md-24 {
        font-size: 2.4rem
    }

    .fs-md-28 {
        font-size: 2.8rem
    }

    .fs-md-30 {
        font-size: 3.0rem
    }

    .fs-md-36 {
        font-size: 3.6rem
    }

    .fs-md-40 {
        font-size: 4.0rem
    }

    .h-md-100 {
        height: 100% !important
    }

    .py-md-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-md-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .de-page-mian .page-inner .prev,
    .de-page-mian .page-inner .next,
    .de-page-mian .page-inner span,
    .de-page-mian .page-inner input,
    .de-page-mian .page-inner .page-btn {
        display: block !important;
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .de-page-mian .page-inner span {
        width: auto
    }

    .de-page-mian .page-inner a,
    .de-page-mian .page-inner a.page-btn {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .de-page-mian .page-inner a.page-btn {
        width: 60px
    }

    .w-md-25 {
        width: 25% !important
    }

    .w-md-50 {
        width: 50% !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .w-md-100 {
        width: 100% !important
    }

    .w-md-auto {
        width: 100% !important
    }

    .icon_img {
        width: 60px
    }

    .wmdys_gd .swiper-slide {
        width: 69.5% !important
    }

    .wmdys-button-next {
        left: 69.5% !important
    }

    #name_box_w,
    #menu_name_box_w {
        height: 90px
    }

    .col-12.border-left {
        border: 0 !important
    }

    .ball_left,
    .ball_right {
        width: 40%
    }

    #header_logo img {
        max-height: 40px
    }

    #about,
    #product,
    #menu_body {
        padding-top: 100px
    }

    #menu_body {
        height: calc(100% - 100px)
    }

    .pro_gd .imgbox {
        max-width: 50%;
        margin: 0 auto
    }
}

@media (min-width:992px) {
    .overflow-lg-visible { overflow: visible !important; }
    .overflow-lg-hidden {
        overflow: hidden !important
    }

    .fs-lg-12 {
        font-size: 1.2rem
    }

    .fs-lg-13 {
        font-size: 1.3rem
    }

    .fs-lg-14 {
        font-size: 1.4rem
    }

    .fs-lg-15 {
        font-size: 1.5rem
    }

    .fs-lg-16 {
        font-size: 1.6rem
    }

    .fs-lg-17 {
        font-size: 1.7rem
    }

    .fs-lg-18 {
        font-size: 1.8rem
    }

    .fs-lg-20 {
        font-size: 2.0rem
    }

    .fs-lg-22 {
        font-size: 2.4rem
    }

    .fs-lg-24 {
        font-size: 2.4rem
    }

    .fs-lg-26 {
        font-size: 2.6rem
    }

    .fs-lg-28 {
        font-size: 2.8rem
    }

    .fs-lg-30 {
        font-size: 3.0rem
    }

    .fs-lg-32 {
        font-size: 3.2rem
    }

    .fs-lg-34 {
        font-size: 3.4rem
    }

    .fs-lg-35 {
        font-size: 3.5rem
    }

    .fs-lg-36 {
        font-size: 3.6rem
    }

    .fs-lg-38 {
        font-size: 3.8rem
    }

    .fs-lg-39 {
        font-size: 3.9rem
    }

    .fs-lg-40 {
        font-size: 4.0rem
    }

    .fs-lg-50 {
        font-size: 5.0rem
    }

    .fs-lg-60 {
        font-size: 6.0rem
    }

    .mb-lg-20 {
        margin-bottom: 20px !important
    }

    .mb-lg-60 {
        margin-bottom: 60px !important
    }

    .fw-lg-bold {
        font-weight: 700 !important
    }

    .lh-lg-base {
        line-height: 1.75 !important
    }

    .h-lg-unset {
        height: unset !important
    }

    .pt-lg-25 {
        padding-top: 25px
    }

    .py-lg-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-lg-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-lg-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-lg-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .w-lg-35 {
        width: 35% !important
    }

    .w-lg-50 {
        width: 50% !important
    }

    .w-lg-75 {
        width: 75% !important
    }

    .w-lg-100 {
        width: 100% !important
    }

    .w-lg-auto {
        width: auto !important
    }

    .w-lg-120 {
        max-width: 120%;
        width: 120%;
        margin-left: 10%;
        margin-top: -5%
    }

    .w-lg-155 {
        max-width: 155%;
        width: 155%;
        margin-left: 10%;
        margin-top: -5%
    }

    .r-lg-26 {
        width: 26px !important;
        height: 26px !important
    }

    .r-lg-36 {
        width: 36px !important;
        height: 36px !important
    }

    .r-lg-20 {
        width: 20px !important;
        height: 20px !important
    }

    .r-lg-30 {
        width: 30px !important;
        height: 30px !important
    }

    .r-lg-40 {
        width: 40px !important;
        height: 40px !important
    }

    .r-lg-50 {
        width: 50px !important;
        height: 50px !important
    }

    .r-lg-60 {
        width: 60px !important;
        height: 60px !important
    }

    .icon_img {
        width: auto
    }

    .border-lg {
        border: 1px solid #d0d6dc !important
    }

    .border-lg-top {
        border-top: 1px solid #d0d6dc !important
    }

    .border-lg-start {
        border-left: 1px solid #d0d6dc !important
    }

    .border-lg-end {
        border-right: 1px solid #d0d6dc !important
    }

    .border-lg-bottom {
        border-bottom: 1px solid #d0d6dc !important
    }

    .border-lg-top-0 {
        border-top: 0 !important
    }

    .border-lg-bottom-0 {
        border-bottom: 0 !important
    }

    .w-lg-60 {
        width: 60px;
        height: 60px
    }

    .w-lg-auto {
        width: auto !important;
        height: auto !important
    }

    .h-lg-100 {
        height: 100% !important
    }

    .h-lg-auto {
        width: auto !important;
        height: auto !important
    }

    .mw-lg-50 {
        max-width: 50%
    }

    .mw-lg-75 {
        max-width: 75%
    }

    .mw-lg-240 {
        max-width: 240px
    }

    .mw-lg-300 {
        max-width: 300px
    }

    .mw-lg-600 {
        max-width: 600px
    }

    .mw-lg-640 {
        max-width: 640px
    }

    .mw-lg-800 {
        max-width: 800px
    }

    .bg-lg-white {
        background-color: white
    }

    .diamond,
    .diamond:after {
        width: 80px;
        height: 80px
    }

    .diamond:after {
        border: 3px solid var(--base_color)
    }

    .position-lg-absolute {
        position: absolute !important
    }

    .position-lg-relative {
        position: relative !important
    }

    #about,
    #product,
    #menu_body {
        padding-top: 0
    }

    #menu_body {
        height: calc(100% - 115px)
    }

    #index .wmdys_gd,
    #index .wmdys_gd img {
        height: 100%
    }

    #in_box3 .box_right {
        height: 100%
    }

    #in_box4_1,
    #in_box4_1_1,
    #in_box4_1_1_1,
    #in_box4_1_1_2,
    #in_box4_1_1_2_1,
    #in_box4_1_1_2_1 a {
        height: 100%
    }

    #in_box4 .box_left {
        border-right: 1px solid #dee2e6 !important
    }

    .ball_left,
    .ball_right {
        width: 40%
    }

    .icon_top_tel {
        width: auto
    }

    .icon_end_tel {
        width: auto
    }

    #name_box_w,
    #menu_name_box_w {
        height: 90px
    }

    #header_logo img {
        max-height: 80px !important
    }

    .border-lg-end {
        border-right: 1px solid #d0d6dc !important
    }

    #product,
    #about {
        margin-top: 90px;
        height: calc(100% - 90px);
    }

    #section_gsjj img {
        max-height: calc(100vh - 90px - var(--next_position) - 60px)
    }

    #section_gsjj .contentSwiper {
        max-height: calc(100vh - 90px - var(--next_position) - 200px)
    }

    #section_cqsl .cqsl_gd .swiper-slide:nth-child(odd) {
        transform: translateY(-25px)
    }

    #section_cqsl .cqsl_gd .swiper-slide:nth-child(even) {
        transform: translateY(25px)
    }

    .contentSwiper .swiper-scrollbar-drag {
        background: var(--base_color);
        transition: all 0.3s !important
    }

    .contentSwiper .swiper-scrollbar {
        background: none
    }

    #section_cqsl .cqsl_gd .swiper-slide:nth-child(odd) {
        transform: translateY(-10px)
    }

    #section_cqsl .cqsl_gd .swiper-slide:nth-child(even) {
        transform: translateY(10px)
    }

    #page_right {
        position: relative
    }

    #page_right:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        width: 150%;
        height: 100%;
        background-color: #ffffff
    }

    #case #page_right:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        width: 150%;
        height: 100%;
        background: url(../images/case/map.png) center 100px no-repeat #fff
    }

    #header_logo .header_slogan { display: none !important; }
    #header_tel .header_text { display: none !important; }

    #e_nav a { margin-right: 5rem !important; }
    .wmdys_gd .swiper-slide .contbox { margin-bottom: 16%; }
}

@media (min-width:1200px) {
    .clamp-xl-1 {
        -webkit-line-clamp: 1
    }

    .clamp-xl-2 {
        -webkit-line-clamp: 2
    }

    .clamp-xl-3 {
        -webkit-line-clamp: 3
    }

    .clamp-xl-4 {
        -webkit-line-clamp: 4
    }

    .clamp-xl-5 {
        -webkit-line-clamp: 5
    }

    .clamp-xl-6 {
        -webkit-line-clamp: 6
    }

    .clamp-xl-7 {
        -webkit-line-clamp: 7
    }

    .text-xl-truncate {
        overflow: hidden !important;
        text-overflow: ellipsis;
        white-space: nowrap !important
    }

    .container {
        max-width: 1200px
    }

    .fs-xl-13 {
        font-size: 1.3rem
    }

    .fs-xl-14 {
        font-size: 1.4rem
    }

    .fs-xl-15 {
        font-size: 1.5rem
    }

    .fs-xl-16 {
        font-size: 1.6rem
    }

    .fs-xl-17 {
        font-size: 1.7rem
    }

    .fs-xl-18 {
        font-size: 1.8rem
    }

    .fs-xl-19 {
        font-size: 1.9rem
    }

    .fs-xl-20 {
        font-size: 2.0rem
    }

    .fs-xl-22 {
        font-size: 2.2rem
    }

    .fs-xl-24 {
        font-size: 2.4rem
    }

    .fs-xl-26 {
        font-size: 2.6rem
    }

    .fs-xl-28 {
        font-size: 2.8rem
    }

    .fs-xl-30 {
        font-size: 3.0rem
    }

    .fs-xl-32 {
        font-size: 3.2rem
    }

    .fs-xl-34 {
        font-size: 3.4rem
    }

    .fs-xl-35 {
        font-size: 3.5rem
    }

    .fs-xl-36 {
        font-size: 3.6rem
    }

    .fs-xl-38 {
        font-size: 3.8rem
    }

    .fs-xl-40 {
        font-size: 4.0rem
    }

    .fs-xl-45 {
        font-size: 4.5rem
    }

    .fs-xl-50 {
        font-size: 5.0rem
    }

    .fs-xl-55 {
        font-size: 5.5rem
    }

    .fs-xl-60 {
        font-size: 6.0rem
    }

    .fs-xl-65 {
        font-size: 6.5rem
    }

    .fs-xl-70 {
        font-size: 7.0rem
    }

    .fs-xl-80 {
        font-size: 8.0rem
    }

    .fs-xl-90 {
        font-size: 9.0rem
    }

    .fs-xl-100 {
        font-size: 10.0rem
    }

    .fs-xl-200 {
        font-size: 20.0rem
    }

    .h-xl-100 {
        height: 100% !important
    }

    .lh-xl-22 {
        line-height: 2.2
    }

    .lh-xl-27 {
        line-height: 27px
    }

    .lh-xl-32 {
        line-height: 32px
    }

    .lh-xl-35 {
        line-height: 35px
    }

    .p-xl-20 {
        padding: 20px !important
    }

    .pt-xl-20 {
        padding-top: 20px !important
    }

    .pt-xl-25 {
        padding-top: 25px !important
    }

    .pb-xl-20 {
        padding-bottom: 20px !important
    }

    .ps-xl-20 {
        padding-left: 20px !important
    }

    .pe-xl-20 {
        padding-right: 20px !important
    }

    .px-xl-20 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .py-xl-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .m-xl-20 {
        margin: 20px !important
    }

    .mt-xl-20 {
        margin-top: 20px !important
    }

    .mb-xl-20 {
        margin-bottom: 20px !important
    }

    .ms-xl-20 {
        margin-left: 20px !important
    }

    .me-xl-20 {
        margin-right: 20px !important
    }

    .mx-xl-20 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .my-xl-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-xl-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-xl-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }

    .p-xl-40 {
        padding: 40px !important
    }

    .p-xl-50 {
        padding: 50px !important
    }

    .ps-xl-50 {
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .px-xl-50 {
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .py-xl-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .px-xl-60 {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .px-xl-70 {
        padding-left: 70px !important;
        padding-right: 70px !important
    }

    .py-xl-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-xl-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .py-xl-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-xl-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

    .py-xl-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .py-xl-110 {
        padding-top: 110px !important;
        padding-bottom: 110px !important
    }

    .py-xl-120 {
        padding-top: 120px !important;
        padding-bottom: 120px !important
    }

    .py-xl-130 {
        padding-top: 130px !important;
        padding-bottom: 130px !important
    }

    .py-xl-140 {
        padding-top: 140px !important;
        padding-bottom: 140px !important
    }

    .py-xl-145 {
        padding-top: 145px !important;
        padding-bottom: 145px !important
    }

    .py-xl-150 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }

    .lh-xl-30 {
        line-height: 30px
    }

    .lh-xl-32 {
        line-height: 32px
    }

    .mb-xl-17 {
        margin-bottom: 17px !important
    }

    .mb-xl-20 {
        margin-bottom: 20px !important
    }

    .mb-xl-25 {
        margin-bottom: 25px !important
    }

    .mb-xl-35 {
        margin-bottom: 35px !important
    }

    .mb-xl-40 {
        margin-bottom: 40px !important
    }

    .mb-xl-45 {
        margin-bottom: 45px !important
    }

    .mb-xl-50 {
        margin-bottom: 50px !important
    }

    .mb-xl-55 {
        margin-bottom: 55px !important
    }

    .mb-xl-60 {
        margin-bottom: 60px !important
    }

    .mb-xl-65 {
        margin-bottom: 65px !important
    }

    .mb-xl-70 {
        margin-bottom: 70px !important
    }

    .mb-xl-75 {
        margin-bottom: 75px !important
    }

    .mb-xl-80 {
        margin-bottom: 80px !important
    }

    .mb-xl-85 {
        margin-bottom: 85px !important
    }

    .mb-xl-90 {
        margin-bottom: 90px !important
    }

    .mb-xl-95 {
        margin-bottom: 95px !important
    }

    .mb-xl-100 {
        margin-bottom: 100px !important
    }

    .mb-xl-135 {
        margin-bottom: 135px !important
    }

    .mb-xl-170 {
        margin-bottom: 170px !important
    }

    .mt-xl-20 {
        margin-top: 20px !important
    }

    .mt-xl-50 {
        margin-top: 50px !important
    }

    .pt-xl-45 {
        padding-top: 45px !important
    }

    .pt-xl-50 {
        padding-top: 50px !important
    }

    .pt-xl-60 {
        padding-top: 60px !important
    }

    .pb-xl-50 {
        padding-bottom: 50px !important
    }

    .pb-xl-60 {
        padding-bottom: 60px !important
    }

    .pb-xl-75 {
        padding-bottom: 75px !important
    }

    .pb-xl-80 {
        padding-bottom: 80px !important
    }

    .mt-xl-70 {
        margin-top: 70px !important
    }

    .w-xl-50 {
        width: 50% !important
    }

    .w-xl-60 {
        width: 60% !important
    }

    .w-xl-75 {
        width: 75% !important
    }

    .w-xl-auto {
        width: auto !important
    }

    .mImg {
        max-width: 600px !important
    }

    .mainInfo img {
        max-width: 600px !important
    }

    .mw-xl-400 {
        max-width: 400px !important
    }

    .mw-xl-600 {
        max-width: 600px !important
    }

    .mw-xl-800 {
        max-width: 800px !important
    }

    .mw-xl-1000 {
        max-width: 1000px !important
    }

    .mw-xl-1000 img {
        width: 750px !important
    }

    .mw-xl-1100 {
        max-width: 1100px !important
    }

    .mw-xl-1200 {
        max-width: 1200px !important
    }

    .r-xl-20 {
        width: 20px !important;
        height: 20px !important
    }

    .r-xl-30 {
        width: 30px !important;
        height: 30px !important
    }

    .r-xl-40 {
        width: 40px !important;
        height: 40px !important
    }

    .r-xl-50 {
        width: 50px !important;
        height: 50px !important
    }

    .r-xl-60 {
        width: 60px !important;
        height: 60px !important
    }

    .pos-xl-mid {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .scrolling {
        white-space: unset;
        width: 100%;
        overflow: unset
    }

    .tixing:after {
        width: 100%;
        left: -24%
    }

    .overflow-xl-visible {
        overflow: visible !important
    }

    .mb-xl-20 {
        margin-bottom: 20px !important
    }

    .mb-xl-45 {
        margin-bottom: 45px !important
    }

    .mb-xl-50 {
        margin-bottom: 50px !important
    }

    .mb-xl-55 {
        margin-bottom: 55px !important
    }

    .mb-xl-60 {
        margin-bottom: 60px !important
    }

    .mb-xl-70 {
        margin-bottom: 70px !important
    }

    .ball_left {
        width: 450px
    }

    .ball_right {
        width: 450px
    }

    #header_logo {
        margin-left: 40px !important
    }

    #menu_left {
    }

    .border-bottom.pc-line {
        height: 0;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #d0d6dc !important;
        width: 200%;
        left: -50%;
        position: relative;
        opacity: 1
    }

    .border-bottom.pc-line-next {
        height: 0;
        padding: 0;
        margin: 0;
        border-bottom: 2px solid var(--base_color);
        width: 100%;
        left: 0;
        position: relative;
        opacity: 1
    }

    .wmdys_gd .swiper-slide .contbox {
        padding-left: 30px !important;
    }


    #in_box1 {}

    #in_box2 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    #in_box2 .btn_group a.dt {
        /*width: 190px;*/
        height: 46px
    }

    #in_box2 .prolist {
        padding-top: 51px
    }

    #in_box3 .box_right .in_map_pic {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: unset !important
    }

    #in_box4 .box_left {
        padding-top: 100px !important
    }

    .footer_main {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    #in_box4 .box_right li {
        height: 100%
    }

    #in_box4 .box_right li a img {
        height: 100%
    }


    #page_right {
        position: relative
    }

    #page_about #section_honor .honor_main_pic {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -60%);
        max-width: 100%
    }

    #page_about #section_gsjj .box_right {
        padding-left: 60px !important
    }

    #page_about #section_honor .box_left {
        padding-left: 60px !important
    }

    #page_about #section_cqsl .box_left {
        padding-left: 60px !important
    }

    #page_product section .box_left {
        padding-left: 60px !important
    }

    #name_box_w,
    #menu_name_box_w {
        height: 100px
    }

    #page_left {
        width: 360px;
        padding-left: 50px;
        padding-right: 60px !important
    }

    .page_title {
        border-bottom: 3px solid var(--base_color)
    }

    .singleInfo h3 {
        font-size: 2.6rem;
        margin: 30px 0 20px !important
    }

    #dituContent {
        height: 388px
    }

    #product,
    #about {
        margin-top: 100px;
        height: calc(100% - 100px);
    }

    #section_gsjj img {
        max-height: calc(100vh - 100px - var(--next_position) - 60px)
    }

    #section_gsjj .contentSwiper {
        max-height: calc(100vh - 100px - var(--next_position) - 200px)
    }

    #section_cqsl .cqsl_gd .swiper-slide:nth-child(odd) {
        transform: translateY(-25px)
    }

    #section_cqsl .cqsl_gd .swiper-slide:nth-child(even) {
        transform: translateY(25px)
    }

    .contentSwiper .swiper-scrollbar-drag {
        background: var(--base_color);
        transition: all 0.3s !important
    }

    .contentSwiper .swiper-scrollbar {
        background: none
    }

    #section_cqsl .cqsl_gd .swiper-slide:nth-child(odd) {
        transform: translateY(-10px)
    }

    #section_cqsl .cqsl_gd .swiper-slide:nth-child(even) {
        transform: translateY(10px)
    }

}

@media (max-width: 1200px) and (min-width: 1200px){
    .icondingbu1 { margin-top: 60px; }
}

@media (min-width:1400px) {
    .fs-xxl-14 {
        font-size: 1.4rem
    }

    .fs-xxl-15 {
        font-size: 1.5rem
    }

    .fs-xxl-16 {
        font-size: 1.6rem
    }

    .fs-xxl-18 {
        font-size: 1.8rem
    }

    .fs-xxl-20 {
        font-size: 2.0rem
    }

    .fs-xxl-22 {
        font-size: 2.2rem
    }

    .fs-xxl-24 {
        font-size: 2.4rem
    }

    .fs-xxl-26 {
        font-size: 2.6rem
    }

    .fs-xxl-28 {
        font-size: 2.8rem
    }

    .fs-xxl-30 {
        font-size: 3.0rem
    }

    .fs-xxl-32 {
        font-size: 3.2rem
    }

    .fs-xxl-34 {
        font-size: 3.4rem
    }

    .fs-xxl-36 {
        font-size: 3.6rem
    }

    .fs-xxl-38 {
        font-size: 3.8rem
    }

    .fs-xxl-40 {
        font-size: 4.0rem
    }

    .fs-xxl-50 {
        font-size: 5.0rem
    }

    .h-xxl-100 {
        height: 100% !important
    }

    .ms-xxl-n5 {
        margin-left: -3rem !important
    }

    .p-50 {
        padding: 50px !importantf
    }

    .py-xxl-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-xxl-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-xxl-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .px-xxl-50 {
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-20 {
        margin-bottom: 20px !important
    }

    .mb-xxl-25 {
        margin-bottom: 25px !important
    }

    .mb-xxl-35 {
        margin-bottom: 35px !important
    }

    .mb-xxl-40 {
        margin-bottom: 40px !important
    }

    .mb-xxl-45 {
        margin-bottom: 45px !important
    }

    .mb-xxl-50 {
        margin-bottom: 50px !important
    }

    .mb-xxl-55 {
        margin-bottom: 55px !important
    }

    .mb-xxl-60 {
        margin-bottom: 60px !important
    }

    .mb-xxl-65 {
        margin-bottom: 65px !important
    }

    .mb-xxl-70 {
        margin-bottom: 70px !important
    }

    .mb-xxl-75 {
        margin-bottom: 75px !important
    }

    .mb-xxl-80 {
        margin-bottom: 80px !important
    }

    .mb-xxl-85 {
        margin-bottom: 85px !important
    }

    .mb-xxl-90 {
        margin-bottom: 90px !important
    }

    .mb-xxl-95 {
        margin-bottom: 95px !important
    }

    .mb-xxl-100 {
        margin-bottom: 100px !important
    }

    .mb-xxl-135 {
        margin-bottom: 135px !important
    }

    .mb-xxl-170 {
        margin-bottom: 170px !important
    }

    .w-xxl-40 {
        width: 40% !important
    }

    .w-xxl-auto {
        width: auto !important
    }

    .r-xxl-20 {
        width: 20px !important;
        height: 20px !important
    }

    .r-xxl-30 {
        width: 30px !important;
        height: 30px !important
    }

    .r-xxl-40 {
        width: 40px !important;
        height: 40px !important
    }

    .r-xxl-50 {
        width: 50px !important;
        height: 50px !important
    }

    .r-xxl-60 {
        width: 60px !important;
        height: 60px !important
    }

    .p-xxl-50 {
        padding: 50px !important
    }
    
    .ps-xxl-50 {
        padding-left: 50px !important;
    }
    .ps-xxl-100 {
        padding-left: 100px !important;
    }

    .px-xxl-100 {
        padding-left: 100px !important;
        padding-right: 100px !important
    }

    .p-xxl-100 {
        padding: 100px !important
    }

    .p-xxl-50-80 {
        padding: 50px 80px !important
    }

    .mw-xxl-100 {
        max-width: 100% !important
    }

    .w_1920 {
        position: relative;
        width: 1920px !important;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    .overflow-xxl-visible {
        overflow: visible !important
    }

    #name_box_w,
    #menu_name_box_w {
        height: 115px
    }

    #banner_box .flash {
        position: relative;
        width: 1920px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        margin: 0
    }

    #page_banner_box img {
        position: relative;
        width: 1920px;
        max-width: 1920px;
        height: auto;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    #in_box1 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    #in_box1 .box_wrap {
        position: relative
    }

    #in_box1 .box_right {
        position: relative;
        height: 581px
    }

    #in_box1 .box_right .in_gsjj_pic {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 742px;
        height: 581px;
        max-width: 742px !important
    }

    #in_box1 .scroll-box {
        overflow: visible
    }

    .wmdys_gd .swiper-slide .contbox {
        padding-left: 120px !important
    }

    #in_box3 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 930px
    }


    #in_box4 .box_left {
        padding-right: 50px !important
    }

    #newsinfo .main_box,
    #proinfo .main_box {
        padding: 50px 0 50px 80px !important
    }

    #product,
    #about {
        margin-top: 115px;
        height: calc(100% - 115px);
    }

    #section_gsjj img {
        max-height: calc(100vh - 115px - var(--next_position) - 60px)
    }

    #section_gsjj .contentSwiper {
        max-height: calc(100vh - 115px - var(--next_position) - 200px)
    }

    #section_cqsl .cqsl_gd .swiper-slide:nth-child(odd) {
        transform: translateY(-25px)
    }

    #section_cqsl .cqsl_gd .swiper-slide:nth-child(even) {
        transform: translateY(25px)
    }

    .contentSwiper .swiper-scrollbar-drag {
        background: var(--base_color);
        transition: all 0.3s !important
    }

    .contentSwiper .swiper-scrollbar {
        background: none
    }

    #section_cqsl .cqsl_gd .swiper-slide:nth-child(odd) {
        transform: translateY(-10px)
    }

    #section_cqsl .cqsl_gd .swiper-slide:nth-child(even) {
        transform: translateY(10px)
    }

    #e_nav a { margin-right: 7rem !important; }

}

@media (min-width:1530px) {
    .container {
        max-width: 1400px
    }

    #header_logo {
        margin-left: 70px !important
    }
    #header_logo .slogan { display: flex !important; }
    #header_tel .header_text { display: flex !important; }

    #menu_left {
        padding-left: 70px !important
    }

    .px-xxxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    #news .border-bottom.pc-line,
    #newsinfo .border-bottom.pc-line,
    #product_type .border-bottom.pc-line,
    #proinfo .border-bottom.pc-line,
    #contact .border-bottom.pc-line,
    #case .border-bottom.pc-line,
    #case .border-bottom.pc-line {
        transform: translateX(4px);
    }

    .border-bottom.pc-line {
        height: 0;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #d0d6dc !important;
        width: 200%;
        left: 45px;
        position: relative;
        opacity: 1
    }

    .border-bottom.pc-line-next {
        height: 0;
        padding: 0;
        margin: 0;
        border-bottom: 2px solid var(--base_color);
        width: 96%;
        left: 45px;
        position: relative;
        opacity: 1
    }

    .gallery-thumbs { display: none; }

    #in_box1 .box_left {
        padding-left: 100px !important
    }

    #in_box2 .box-head {
        padding-left: 90px !important;
        /*padding-right: 70px !important;*/
    }

    #in_box2 .gallery-top {
        margin-left: 90px !important;
        margin-right: 100px !important
    }

    #in_box2 .gallery-thumbs {
        margin-left: 90px !important;
        margin-right: 100px !important
    }

    #in_box3 .box_left {
        padding-left: 100px !important
    }

    #in_box4 .box_left {
        padding-left: 100px !important;
        padding-right: 100px !important
    }

    #in_box4 .box_right li {
        height: 100%;
    }

    #in_box4 .box_right li a img {
        height: 100%
    }

    .wmdys_gd .swiper-slide .contbox {
        padding-left: 160px !important
    }

    #page_about #section_honor .honor_main_pic {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -60%);
        max-width: 125%
    }

    #page_about #section_gsjj .box_right {
        padding-left: 80px !important
    }

    #page_about #section_honor .box_left {
        padding-left: 70px !important
    }

    #page_about #section_cqsl .box_left {
        padding-left: 70px !important
    }

    #page_product section .box_left {
        padding-left: 70px !important
    }

    footer .container .row #e_nav,footer .container .row #e_logo{
        padding-left: 90px;
    }

    footer #e1 {
        padding-left: 100px !important
    }

    #e_nav a { margin-right: 7rem !important; }
    

    #page_right {
        position: relative
    }

    #page_right:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        width: 150%;
        height: 100%;
        background-color: #ffffff
    }

    #case #page_right:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        width: 150%;
        height: 100%;
        background: url(../images/case/map.png) center 100px no-repeat #fff
    }
}

@media (min-width:1600px) {
    .fs-xxxl-14 {
        font-size: 1.4rem
    }

    .fs-xxxl-15 {
        font-size: 1.5rem
    }

    .fs-xxxl-16 {
        font-size: 1.6rem
    }

    .fs-xxxl-18 {
        font-size: 1.8rem
    }

    .fs-xxxl-20 {
        font-size: 2.0rem
    }

    .fs-xxxl-22 {
        font-size: 2.2rem
    }

    .fs-xxxl-24 {
        font-size: 2.4rem
    }

    .fs-xxxl-26 {
        font-size: 2.6rem
    }

    .fs-xxxl-28 {
        font-size: 2.8rem
    }

    .fs-xxxl-30 {
        font-size: 3.0rem
    }

    .fs-xxxl-32 {
        font-size: 3.2rem
    }

    .fs-xxxl-34 {
        font-size: 3.4rem
    }

    .fs-xxxl-38 {
        font-size: 3.8rem
    }

    .fs-xxxl-40 {
        font-size: 4.0rem
    }

    .fs-xxxl-50 {
        font-size: 5.0rem
    }

    .mb-xxxl-40 {
        margin-bottom: 40px !important
    }

    .mb-xxxl-50 {
        margin-bottom: 50px !important
    }

    .py-xxxl-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .py-xxxl-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .container {
        max-width: 1400px
    }

    .en {
        margin-left: -42px
    }

    #in_box1 {
        padding-top: 150px !important;
        padding-bottom: 182px !important
    }

    #in_box1 .box_wrap {
        position: relative
    }

    #in_box1 .box_left {
        padding-left: 100px !important
    }

    #in_box2 .box-head {
        padding-left: 90px !important;
        padding-right: 70px !important
    }

    #in_box2 .gallery-top {
        margin-left: 90px !important;
        margin-right: 100px !important
    }

    #in_box2 .gallery-thumbs {
        margin-left: 90px !important;
        margin-right: 100px !important
    }

    .wmdys_gd .swiper-slide .contbox {
        padding-left: 250px !important
    }

    #in_box3 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 930px
    }

    #in_box3 .box_wrap {
        position: relative
    }

    #in_box3 .box_left {
        padding-left: 100px !important
    }

    #in_box3 .box_right {
        position: absolute;
        z-index: 0;
        top: 0;
        right: -150px;
        width: 1311px
    }

    #in_box4 .box_left {
        padding-left: 100px !important;
        padding-right: 100px !important
    }

    #in_box4 .box_right li {
        height: 100%
    }

    #in_box4 .box_right li a img {
        height: 100%
    }

    .border-bottom.pc-line {
        height: 0;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #d0d6dc !important;
        width: 200%;
        left: 32px;
        position: relative;
        opacity: 1
    }

    .border-bottom.pc-line-next {
        height: 0;
        padding: 0;
        margin: 0;
        border-bottom: 2px solid var(--base_color);
        width: 100%;
        left: -28px;
        position: relative;
        opacity: 1
    }

    #page_left {
        width: 470px;
        padding-left: 50px;
        padding-right: 70px !important
    }

    #page_right {
        position: relative
    }

    #page_right:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        width: 150%;
        height: 100%;
        background-color: #ffffff
    }

    #case #page_right:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        width: 150%;
        height: 100%;
        background: url(../images/case/map.png) center 100px no-repeat #fff
    }
    #e_nav a { margin-right: 7rem !important; }
}

@media (min-width:1920px) {
    :root {
        --next_position: 105px
    }

    .container {
        max-width: 1600px
    }

    #page_about #section_gsjj .box_left img {
        margin-left: -100px !important
    }

    .navI {
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .border-bottom.pc-line {
        height: 0;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #d0d6dc !important;
        width: 200%;
        left: -27px;
        position: relative;
        opacity: 1
    }

    .border-bottom.pc-line-next {
        height: 0;
        padding: 0;
        margin: 0;
        border-bottom: 2px solid var(--base_color);
        width: 100%;
        left: -28px;
        position: relative;
        opacity: 1
    }

    #banner_box .flash {
        position: relative;
        width: 1920px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        margin: 0
    }

    #banner_box .flash img {
        min-width: 1920px;
        max-width: unset !important;
    }


    .gallery-thumbs { display: block; }

    #page_banner_box img {
        position: relative;
        width: 1920px;
        max-width: 1920px;
        height: auto;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    #page_right {
        position: relative
    }
    
    #e_nav a { margin-right: 8rem !important; }
}

@media (min-width:1px) {
    .pb-all-0 {
        padding-bottom: 0 !important
    }

    .mb-all-0 {
        margin-bottom: 0 !important
    }
}