

ul {
    list-style-type: none;
}

/* ::-webkit-scrollbar {
    display: none;
} */

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff'),
        url('../font/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff'),
        url('../font/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Light.woff2') format('woff2'),
        url('../font/Roboto-Light.woff') format('woff'),
        url('../font/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'IBMPlexSans';
    src: url('../font/IBMPlexSans.woff2') format('woff2'),
        url('../font/IBMPlexSans.woff') format('woff'),
        url('../font/IBMPlexSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBMPlexSans';
    src: url('../font/IBMPlexSans-SemiBold.woff2') format('woff2'),
        url('../font/IBMPlexSans-SemiBold.woff') format('woff'),
        url('../font/IBMPlexSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}





@font-face {  
    font-family: 'Poppins';  
    src: url('../font/Poppins-Regular.otf');
    font-weight: normal;  
    font-style: normal;
    font-display: swap;
}

@font-face {  
    font-family: 'Poppins';  
    src: url('../font/Poppins-Bold.otf');
    font-weight: bold;  
    font-style: normal;
    font-display: swap;
}

@font-face {  
    font-family: 'Poppins';  
    src: url('../font/Poppins-Light.otf');
    font-weight: 300;  
    font-style: normal;
    font-display: swap;
}

@font-face {  
    font-family: 'WorkSans';  
    src: url('../font/WorkSans-Regular.ttf');
    font-weight: normal;  
    font-style: normal;
    font-display: swap;
}

@font-face {  
    font-family: 'WorkSans';  
    src: url('../font/WorkSans-Bold.ttf');
    font-weight: bold;  
    font-style: normal;
    font-display: swap;
}

@font-face {  
    font-family: 'WorkSans';  
    src: url('../font/WorkSans-Light.ttf');
    font-weight: 300;  
    font-style: normal;
    font-display: swap;
}



* {
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-weight: normal;
    box-sizing: border-box;
    color: #000;
}

body {
    --header-height: 7.2vw;
    background-color: #F2F3F7;
}


.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

span {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

strong {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: inherit;
}

input {
    background:none;
    outline:none;
    border:none;
}

textarea {
    resize: none;
    outline: none;
    border: none;
}

.content * {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
}


.content strong {
    font-weight: bold;
}

.content em {
    font-style: italic;
}


.content img {
    max-width: 100% !important;
}

.content table {
    max-width: 100% !important;
    border-collapse: collapse;
}

.content table tr td {
    
}



.indexBox {
    width: 100%;
    height: 100%;
    padding-top: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.wh100 {
    width: 100%;
    height: 100%;
}


.p0_10 {
    padding-left: 10.416%;
    padding-right: 10.416%;
}

.lp10 {
    padding-left: 10.416%;
}

.rp10 {
    padding-right: 10.416%;
}


.p4_0 {
    padding-top: calc(3.5vw + 22px);
    padding-bottom: calc(3.5vw + 22px);
}

.p0_4 {
    padding-left: calc(3.5vw + 22px);
    padding-right: calc(3.5vw + 22px);
}

.p3_0 {
    padding-top: calc(2.2vw + 16px);
    padding-bottom: calc(2.2vw + 16px);
}

.p0_3 {
    padding-left: calc(2.2vw + 16px);
    padding-right: calc(2.2vw + 16px);
}

.w100 {
    width: 100%;
    overflow: hidden;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom img {
    transition: .6s;
}


.imgZoom:hover img {
    scale: 1.2;
}

.fadeInParent {
    position: relative;
}

.fadeInParent .fadeInSon {
    position: absolute;
    top: calc(100% + 1em);
    transform: translateX(-50%);
    left: 50%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: inherit;
    z-index: 10;
}

.fadeInParent.active .fadeInSon {
    visibility: visible;
    top: calc(100% + 0.5em);
    opacity: 1;
}

.fadeInParent:hover .fadeInSon_hover {
    visibility: visible;
    top: calc(100% +  0.5em);
    opacity: 1;
}

.contact_icons {
    display: flex;
    align-items: center;
    gap: 1em;
    color: #fff;
}

.contact_icons .cicon {
    font-size: inherit;
    color: inherit;
}

.contact_icons .cicon .cicon_img {
    font-size: inherit;
    width: 8em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2em;
    background-color: #E97300;
    top: 100%;
}

.contact_icons .cicon .cicon_img img {
    width: 100%;
    height: auto;
}

.contact_icons .cicon .cicon_img::after {
    font-size: inherit;
    position: absolute;
    bottom: calc(100% - 1px);
    transform: translateX(-50%);
    left: 50%;
    width: 1em;
    height: 0.6em;
    clip-path: polygon(0 100%, 100% 100%, 50% 0);
    content: "";
    background-color: #E97300;
    display: block;
}

.contact_icons .cicon.fadeInParent.active .cicon_img.fadeInSon {
    top: calc(100% + 1em);
}

.contact_icons .cicon.fadeInParent:hover .cicon_img.fadeInSon_hover {
    top: calc(100% + 1em);
}

.header_search {
    flex: 1;
    max-width: 30.7em;
}

.header_search form {
    font-size: inherit;
    background-color: #fff;
    height: 2.85em;
    display: flex;
    align-items: center;
    max-width: 30.7em;
}

.header_search form input {
    font-size: inherit;
    line-height: 1;
    min-width: 0;
    font-family: "IBMPlexSans";
    padding: 0 1em;
    height: 100%;
    color: #999999;
    min-width: 4em;
    flex: 1;
}

.header_search form button {
    line-height: 1;
    color: #fff;
    background-color: #0098DC;
    font-size: inherit;
    cursor: pointer;
    border: none;
    height: 100%;
    max-width: 5em;
    min-width: 2em;
    flex: 1;
}

.icon_contact {
    display: flex;
    align-items: center;
    gap: 0.6em;
    color: #fff;
    line-height: 1;
}

.icon_contact .iconfont {
    font-size: 1.33em;
}

.icon_contact p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: "IBMPlexSans";
}


.header_lang {
    display: flex;
    align-items: center;
    padding: 0.3em 0;
    color: #fff;
    line-height: 1;
    border-radius: 1.3em;
    cursor: pointer;
    transition: .4s;
    gap: 0.5em;
}

.header_lang .icon-arr-down {
    color: inherit;
    transition: .4s;
}


.header_lang.active .icon-arr-down {
    transform: rotate(180deg);
}

.header_lang span {
    user-select: none;
    font-family: "IBMPlexSans";
}

.header_lang ul {
    min-width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 0.4em;
    font-size: inherit;
    box-shadow: 0 0.2em 0.5em #ac5601b4;
}


.header_lang ul li {
    flex: 1;
    color: #fff;
    font-size: inherit;
    width: 100%;
}

.header_lang ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.6em 1em;
    font-family: "IBMPlexSans";
    user-select: none;
    color: #E97300;
}

.search_mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index:999999;
    top: 0;
    left: 0;
}

.search_mask div {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 4vw;
    top: 6vw;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search_mask div span {
    font-size: 20px;
    transition: .3s;
    color: #ffffff;
}

.search_mask div:hover {
    border-color: #d1ad90;
}

.search_mask div:hover span {
    color: #d1ad90;
}

.view_video {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index:999999;
    top: 0;
    left: 0;
}

.view_video iframe {
    display: none;
}

.view_video video, .view_video iframe {
    position: absolute;
    width: 60%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 34vw;
    max-height: 90vh;
}

.view_video div {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 50px;
    top: 50px;
    border-radius: 50%;
    border: 1px solid #ffffff88;
    color: #ffffff88;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

.view_video div span {
    font-size: 20px;
    transition: .3s;
    color: #ffffff88;
}

.view_video div:hover {
    border-color: #fff;
}

.view_video div:hover span {
    color: #fff;
}

.search_mask form {
    width: 80%;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 1% 30px;
    box-sizing: border-box;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.search_mask form input {
    width: 95%;
}

.search_mask form button {
    width: 3%;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.search_mask form button svg {
    width: 100%;
    min-width: 30px;
    height: auto;
}


.header {
    overflow: visible;
    position: fixed;
    top: 0;
    z-index: 99999;
    transition: .4s;
    display: flex;
    flex-direction: column;
}

.banner {
    position: relative;
}

.header_top {
    display: flex;
    justify-content: space-between;
    gap: 1.6%;
    background-color: #F33B3B;
    flex-shrink: 0;
    padding-top: calc(0.4vw + 2px);
    padding-bottom: calc(0.4vw + 2px);
}

.header_top p {
    color: #fff;
}

.header_top .htleft {
    display: flex;
    align-items: center;
    gap: 2em;
    flex-wrap: wrap;
}

.header_top .htright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.8em;
}

.header_top .htright .seq {
    height: 1em;
    width: 1px;
    display: block;
    background-color: #fff;
}

.header_bottom {
    display: flex;
    justify-content: space-between;
    gap: 4%;
    background-color: #0073A9;
    padding-top: calc(0.8vw + 4px);
    padding-bottom: calc(0.8vw + 4px);
}

.header_bottom .hbright {
    display: flex;
    align-items: center;
    justify-content: right;
    flex: 1;
    gap: 1%;
}

.header_logo {
    display: flex;
    align-items: center;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 1.9em;
    padding-left: 0.5833em;
}

.header_logo .himg {
    width: 2.95em;
    flex-shrink: 0;
}

.header_logo .himg img {
    width: 100%;
    height: auto;
}

.header_logo .htext {
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    font-size: inherit;
    color: #fff;
}

.header_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 26.85em;
    flex: 1;
}


.header_nav li {
    font-size: inherit;
    position: relative;
    z-index: 1;
}

.header_nav li::after {
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 0;
    transform: translateX(-50%);
    left: 50%;
    transition: .4s;
    z-index: -1;
}

.header_nav li a {
    color: #fff;
    transition: .4s;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0.7em 0.8em;
}

.header_nav li:hover::after {
    height: 100%;
}



.header_message {
    font-family: "IBMPlexSans";
    font-weight: 600;
    line-height: 1;
    background-color: transparent;
    padding: 1em 1.25em;
    border-radius: 1.5em;
    border: max(1px, 0.125em) dashed #E97300;
    color: #fff;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 1;
}

.header_message::before {
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: #E97300;
    font-size: inherit;
    width: 93.3%;
    height: 2.375em;
    border-radius: 1.1875em;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: .4s;
}

.header_products {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0098DB;
}

.header_products li {
    position: relative;
    font-size: inherit;
}

.header_products>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.875em 1.2em;
    transition: .4s;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.header_products>li>a:hover {
    background-color: rgba(0,0,0,0.1);
}

.header_products2 {
    font-size: 0.875em;
    position: absolute;
    top: calc(100% + 3em);
    left: 0;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    background-color: #EDEDED;
    min-width: 100%;
}

.header_products>li:hover .header_products2 {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.header_products2>li>a {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0.875em 1.37em;
    transition: .4s;
    line-height: 1;
    color: rgb(0 0 0 / 60%);
    width: max-content;
    min-width: 100%;
    transition: .2s;
}

.header_products2>li>a:hover {
    background-color: #D5D5D5;
}

.header_products3 {
    font-size: 0.857em;
    position: absolute;
    top: calc(3em);
    left: 100%;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    background-color: #E3E3E3;
}

.header_products3>li>a {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0.875em 1.37em;
    transition: .4s;
    line-height: 1;
    color: rgb(0 0 0 / 60%);
    width: max-content;
    min-width: 100%;
    transition: .2s;
}

.header_products3>li>a:hover {
    background-color: #CCCCCC;
}

.header_products2>li:hover .header_products3 {
    opacity: 1;
    top: 0;
    visibility: visible;
}

.header_more {
    display: none;
}


.banner .swiper .swiper-slide {
    position: relative;
    height: auto;
}

.banner .swiper .swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper .swiper-slide .swb_float {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    left: 0;
    top: 0;
}


.btnhover {
    position: relative;
    overflow: hidden;
    transition: .2s;
}

.btnhover::before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    font-size: inherit;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);

}

.btnhover:hover {
    background-color: #E98300 !important;
    color: #fff !important;
}

.btnhover:hover:before {
    animation: btnhover .75s;
    z-index: 1;
}

@keyframes btnhover {
    0% {
        background: rgba(0,0,0,.25);
        transform: translateX(-50%) translateY(-50%) scale(0)
    }

    to {
        background: 0 0;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}


.products_title {
    display: flex;
    justify-content: space-between;
    gap: calc(0.8vw + 4px);
    margin-bottom: calc(1vw + 5px);
    flex-wrap: wrap;
}

.products_title h3 {
    font-weight: bold;
    color: #333333;
}

.products_ {
    display: flex;
}

.products_left {
    width: 19.74%;
    display: flex;
    flex-direction: column;
    padding: 1.9%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
}

.products:nth-child(7) .products_left {
    background-color: #787990;
}

.products:nth-child(8) .products_left {
    background-color: #69A54D;
}

.products:nth-child(9) .products_left {
    background-color: #006170;
}

.products:nth-child(10) .products_left {
    background-color: #CF6525;
}

.products_right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.52vw;
    padding: 0.52vw;
    align-content: flex-start;
    background-color: #F8F8F8;
}

.products_left h3 {
    font-weight: bold;
    margin-bottom: 0.8em;
    color: #fff;
}

.products_left a {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.71em 2.5em;
    border-radius: 1.21em;
    background-color: #fff;
    width: max-content;
    margin-bottom: calc(1.2vw + 6px);;
}

.products_left a.btnhover:hover {
    background-color: #0097DB !important;
}

.products_left .pimg {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_left .pimg img {
    max-width: 100%;
    max-height: 100%;
}

.products_box {
    display: flex;
    flex-direction: column;
    width: calc((100% - (0.52vw * 3)) / 4);
    gap: 1.2em;
    background-color: #fff;
    padding: 0.6em;
    padding-top: 1em;
}

.products_box h2 {
    font-size: inherit;
    text-align: right;
    line-height: 1.53;
    min-height: 4.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.products_box span {
    display: flex;
    flex: 1;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
}

.products_box .pimg {
    font-size: inherit;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.products_box .pimg img {
    height: 7.14em;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.backTop {
    height: 3.75em;
    line-height: 1;
    background-color: #0097DB;
    border: none;
    color: #fff;
    cursor: pointer;
}

.foot_top {
    display: flex;
    justify-content: space-between;
    gap: 4%;
    padding-top: calc(1.6vw + 8px);
    padding-bottom: calc(1.6vw + 8px);
}

.foot_nav>h4, .foot_contact>h4 {
    font-weight: bold;
    margin-bottom: 1.47em;
    white-space: nowrap;
}

.foot_nav_ {
    display: flex;
    flex-direction: column;
    gap: 0.4em;
    color: #333333;
}

.foot_nav_ {
    white-space: nowrap;
}

.foot_contact_ {
    display: flex;
    margin-bottom: 1em;
    gap: 2em;
}

.foot_contact_left {
    flex: 1;
    font-size: inherit;
}

.foot_contact_right {
    flex-shrink: 0;
    font-size: inherit;

}

.foot_contact_left {
    display: flex;
    flex-direction: column;
    gap: 0.4em;
}

.foot_contact_left p {
    font-size: inherit;
    color: #333;
}

.foot_contact_right img {
    width: 8.57em;
    height: auto;
}

.foot_link {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6em;
}

.foot_link a {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    overflow: hidden;
}

.foot_link a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.foot_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5em;
    padding-top: calc(1.2vw + 6px);
    padding-bottom: calc(1.2vw + 6px);
    position: relative;
}

.foot_bottom::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 1px;
    background-color: #DDDDDD;
}

.foot_bottom p {
    font-size: inherit;
}

.foot_bottom_left {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    font-size: inherit;
}

.foot_bottom_right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
    font-size: inherit;
}

.position {
    padding-top: calc(1.2vw + 6px);
}

.position_ {
    padding: 1.2em 0;
    display: flex;
    align-items: flex-start;
    color: #6c757d;
    border-bottom: 1px solid #DDDDDF;
    margin-bottom: 1.2em;
}

.position_ .iconfont {
    font-size: 1.25em;
    color: #6c757d;
    margin-right: 0.44em;
    line-height: 1;
}

.position_ p {
    color: inherit;
    display: flex;
    flex-wrap: wrap;
    font-size: inherit;
    gap: 0.5em;
    font-weight: 300;
}

.position_ p span:last-child, .position_ p a:last-child {
    color: #000;
}


.sort_nav_ {
    display: flex;
    background-color: #fff;
}

.sort_nav_ a {
    flex: 1;
    line-height: 1.4;
    text-align: center;
    padding: 1.08em 1.4em;
}

.sort_nav_ .seq {
    font-size: inherit;
    height: 1em;
    width: 1px;
    flex-shrink: 0;
    background-color: #DDDDDF;
    align-self: center;
}

.sort_nav_ .seq:last-child {
    display: none;
}

.profile h4 {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #DDDDDF;
    font-weight: bold;
    line-height: 1;
}


.profile .content {
    color: #4c4c4c;
    line-height: 2.28;
}

.profile .content video {
    max-width: 100%;
}

.productlist {
    display: flex;
    align-items: flex-start;
    padding-bottom: calc(2vw + 10px);
}

.productlist_left {
    background-color: #fff;
    padding: calc(0.6vw + 4px);
    display: flex;
    flex-direction: column;
    gap: calc(0.4vw + 2px);
    flex-shrink: 0;
    margin-right: 2%;
}

.productlist_left h4 {
    text-transform: uppercase;
    font-weight: bold;
}

.productlist_left .productlist_more {
    display: none;
}

.productlist_nav {
    display: flex;
    flex-direction: column;
    width: 16.25em;
    border: 1px solid #EBEBEB;
    background-color: #F5F5F5;

}

.productlist_nav2 {
    background-color: #EDEDED;
}

.productlist_nav3 {
    background-color: #E3E3E3;
}

.productlist_nav2, .productlist_nav3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 0.9em;
    height: 0;
    overflow: hidden;
    transition: .4s;
}

.productlist_nav li {
    border-bottom: 1px solid #EBEBEB;
    font-size: inherit;
}

.productlist_nav li .productlist_nav_item {
    width: 100%;
    display: flex;
    font-size: inherit;
    transition: .2s;
}


.productlist_nav li .productlist_nav_item:hover {
    background-color: #CCCCCC;
}

.productlist_nav li.active>.productlist_nav_item {
    background-color: #0097DB;
}

.productlist_nav li:last-child {
    border-bottom: none;
}


.productlist_nav li .productlist_nav_item a {
    display: block;
    flex: 1;
    padding: 0.625em;
    line-height: 1.2;
    display: flex;
    align-items: center;
    transition: .4s;
}

.productlist_nav li .productlist_nav_item button {
    font-size: inherit;
    height: 2.8125em;
    width: 2.5625em;
    border: none;
    cursor: pointer;
    background-color: transparent;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productlist_nav li .productlist_nav_item button span {
    transition: .4s;
}

.productlist_nav2 li .productlist_nav_item a {
    color: #666;
}

.productlist_nav2 li .productlist_nav_item button {
    color: #666;
}

.productlist_nav3 li .productlist_nav_item a {
    color: #666;
}

.productlist_nav3 li .productlist_nav_item button {
    color: #666;
}



.productlist_nav li .productlist_nav_item button::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 44.44%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
}

.productlist_nav li.active>.productlist_nav_item a, .productlist_nav li.active>.productlist_nav_item button {
    color: #fff;
}

.productlist_nav li.active>.productlist_nav_item button span {
    transform: rotate(180deg);
}

.productlist_nav>li.active .productlist_nav2 {
    height: auto;
}

.productlist_nav>li.active .productlist_nav2>li.active .productlist_nav3 {
    height: auto;
}

.productlist_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: calc(0.6vw + 3px);
    gap: calc(1vw + 5px);
}

.productlist_right h3 {
    font-weight: bold;
}

.productlist_ {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 2%;
}

.productlist_box {
    width: 18.4%;
    display: flex;
    flex-direction: column;
    padding: 0.625em;
    background-color: #fff;
    margin-bottom: 2%;
}

.productlist_box .pimg {
    font-size: inherit;
    margin-bottom: calc(0.5em);
    width: 100%;
    height: 0;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}

.productlist_box .pimg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productlist_box h2 {
    font-weight: bold;
    line-height: 1.247;
    font-size: inherit;
    flex: 1;
    min-height: 3.741em;
    margin-bottom: 1.259em;
}

.productlist_box h2 span {
    display: block;
    min-height: 1em;
    line-height: 1;
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.36em;
}

.page .page-num, .page>span {
    width: 2.143em;
    height: 2.143em;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #8a8a8a;
}

.page .page-num:hover {
    background-color: #333333;
    color: #fff;
}

.page .page-num-current {
    background-color: #333333;
    color: #fff;
}

.product_top {
    display: flex;
    gap: 3%;
    background-color: #fff;
    margin-bottom: calc(1.2vw + 6px);
}

.product_img {
    width: 46%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 1%;
    gap: calc(0.8vw + 4px);
}

.productImgSwiper {
    border: 1px solid #ddd;
    /* padding: 8% 12%; */
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 85.1%;
}

.productImgSwiper::after {
    content: "";
    position: absolute;
    width: 8%;
    aspect-ratio: 1 / 1;
    display: block;
    background-color: #ccc;
    right: 1px;
    bottom: 1px;
}

.productImgSwiper .swiper {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 76%;
    height: 84%;
}

.productImgSwiper .swiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productImgSwiper .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.productThumbSwiper {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 15%;
    margin: calc(0.4vw + 2px);
}

.productThumbSwiper .swiper {
    width: 84%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 84%;
}

.productThumbSwiper .swiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(0.1vw + 1px);
    border: 1px solid #ddd;
    cursor: pointer;
}

.productThumbSwiper .swiper .swiper-slide.swiper-slide-thumb-active {
    border-color: #FF0000;
}

.productThumbSwiper .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.productThumbSwiper .sw-btn {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: calc(0.8vw + 4px);
    cursor: pointer;
}

.productThumbSwiper .sw-prev {
    transform: translate(-50%, -50%) rotate(90deg);
    left: 4%;

}

.productThumbSwiper .sw-next {
    transform: translate(-50%, -50%) rotate(-90deg);
    left: 96%;
}

.product_info_class {
    display: flex;
    gap: 1em;
    font-weight: bold;
}

.product_info_class h2 {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: underline;
}

.product_info h1 {
    font-weight: bold;
    line-height: 1;
}

.product_info_item {
    display: flex;
    gap: 0.6em;
}

.product_info_item>span {
    white-space: nowrap;
}

.product_info_item p {
    font-size: inherit;
    font-weight: bold;
}

.product_info_desc {
    flex: 1;
    line-height: 1.286;
}

.product_info_desc p {
    line-height: inherit;
}

.product_info_btn {
    display: flex;
    margin-bottom: calc(0.8vw + 4px);
    font-weight: 300;
}

.product_info_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #333333;
    padding: 0.6em 1em;
    flex: 1;
}

.product_info_btn a:nth-child(2n) {
    background-color: #0097DB;
}

.product_bottom {
    background-color: #fff;
}

.product_bottom .content {
    line-height: 1.875;
    padding: calc(1vw + 5px);
}

.product_keywords {
    display: flex;
    gap: 0.8em;
    line-height: 1.5;
}

.product_keywords_ {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6em;
    line-height: 1;
    align-content: flex-start;
}

.product_keywords_ span {
    background-color: #EEEEEE;
    padding: 0.4em;
    color: rgba(153,153,153,1);
}

.product_page {
    display: flex;
    justify-content: space-between;
    gap: 1.6em;
    background-color: #fff;
    padding: 0.8em 0.4em;
    border: 1px solid #cccccc;
}

.product_page>div {
    font-size: inherit;
    flex: 1;
    display: flex;
    gap: 1em;
    line-height: 1.4;
}

.product_page>div a {
    font-size: 0.875em;
    line-height: 1.7;
}

.product_page_next {
    justify-content: flex-end;
    text-align: right;
}

.product_message_ {
    width: 100%;
    background-color: #0097DB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message form {
    max-width: 1250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.88em;
}

.message form>h4 {
    font-weight: bold;
    margin-bottom: calc(0.4vw + 2px);
    color: #fff;
}

.message form>p {
    margin-bottom: calc(1.2vw + 6px);
    color: rgba(255, 255, 255, 0.5);
}

.message form .line {
    display: flex;
    justify-content: space-between;
    font-size: inherit;
    gap: 0.88em;
}

.message form .line input, .message form .line textarea {
    flex: 1;
}

.message form input {
    min-width: 0;
    height: 3em;
    padding: 0 1.11em;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    font-size: inherit;
}

.message form textarea {
    min-width: 0;
    height: 8.33em;
    padding: 1.11em;
    border: 1px solid #e1e1e1;
    font-size: inherit;
}

.message form button {
    font-size: inherit;
    height: 3em;
    width: 11.11em;
    background-color: #333333;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

.newslist {
    display: flex;
    flex-direction: column;
}

.newslist>h4 {
    font-weight: bold;
    line-height: 1;
    padding-bottom: 0.4em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #000;
}

.newslist_ {
    display: flex;
    flex-wrap: wrap;
    gap: 1.33%;
}

.newslist_box {
    width: 24%;
    margin-bottom: 3%;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.newslist_box .nimg {
    font-size: inherit;
    height: 0;
    padding-top: 55.55%;
    position: relative;
    overflow: hidden;
}

.newslist_box .nimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.newslist_box .ntext {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 1em;
    font-size: inherit;

}

.newslist_box .ntext>h2 {
    font-weight: bold;
    font-size: inherit;
    line-height: 1.25;
}

.newslist_box .ntext>p {
    display: block;
    flex: 1;
    color: #4c4c4c;
    font-size: 0.875em;
    line-height: 1.4;
}

.newslist_box .ntext>a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0.75em;
    width: 10em;
    height: 2.5em;
    background-color: #EEEEEE;
    color: #999999;
}

.newslist_box .ntext a.btnhover:hover {
    background-color: #079ADC !important;
}

.newslist_ .page {
    padding-top: 0 !important;
}

.news_detail {
    padding-top: 0 !important;
}

.news_detail_ {
    background-color: #fff;
    display: flex;
    gap: 10%;
}

.news_detail_left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: calc(1.6vw + 8px);
}

.news_detail_right {
    display: flex;
    flex-direction: column;
    gap: calc(1.4vw + 7px);
}

.news_detail_left .ntitle {
    border-bottom: 1px solid #E1E1E1;
}

.news_detail_left .ntitle h1 {
    font-weight: bold;
    line-height: 1;
}

.news_detail_left .ntitle .foot_link {
    gap: 0.3em;
    margin: 0.5em 0;
}

.news_detail_left .ncontent {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    line-height: 1.444;
}

.news_detail_left .ncontent .content {
    line-height: inherit;
}

.news_detail_left .seq {
    width: 100%;
    height: 1px;
    background-color: #E1E1E1;
    flex-shrink: 0;
}

.news_detail_left .npage {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.news_detail_left .npage_box {
    display: flex;
    flex-direction: column;
    font-size: inherit;
    line-height: 1.22;
}

.news_detail_left .npage_box a {
    text-decoration: underline;
    color: #666666;
}

.news_detail_right_ {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.news_detail_right_ .newslist_box {
    min-width: 14.625em;
    width: 100%;
}

.news_detail_right_ .newslist_box .nimg {
    padding-top: 100%;
}

.news_detail_right_ .seq {
    width: 100%;
    height: 1px;
    background-color: #E1E1E1;
    flex-shrink: 0;
}

.news_detail_right>h4 {
    font-weight: bold;
}

.news_detail_right>button {
    padding: 1.0625em 1.2em;
    line-height: 1;
    background-color: #333333;
    color: #fff;
    cursor: pointer;
    border: none;
    margin-top: calc(1.2vw + 6px);
}

.productlist_right .header_search {
    width: 100%;
    max-width: none;
}

.productlist_right .header_search input {
    max-width: none;
}

.contact {
    display: flex;
    padding-top: calc(1vw + 5px) !important;
    gap: 2.8%;
}

.contact_message {
    width: 48.7%;

}

.contact_message>h4 {
    font-weight: bold;
    margin-bottom: 1.2em;
}

.contact_infos {
    display: flex;
    flex-direction: column;
    gap: 0.9em;
}

.contact_infos>h1 {
    font-weight: bold;
    margin-bottom: calc(1.2vw + 6px);
}

.contact_infos>p {
    font-size: inherit;
}

.contact_infos>img {
    width: 7.5em;
    height: auto;
    margin-top: 0.4em;
}

.header_search_icon {
    display: none;
}

@media screen and (max-width: 1441px) {
    .p0_10 {
        padding-left: 6%;
        padding-right: 6%;
    }

    .lp10 {
        padding-left: 6%;
    }

    .rp10 {
        padding-right: 6%;
    }

    .header_logo {
        gap: 1em;
    }

    .header_bottom {
        gap: 4%;
    }
}

@media screen and (max-width: 1025px) {
    .p0_10 {
        padding-left: calc(3vw + 20px);
        padding-right: calc(3vw + 20px);
    }

    .lp10 {
        padding-left: calc(3vw + 20px);
    }

    .rp10 {
        padding-right: calc(3vw + 20px);
    }

    .p4_0 {
        padding-top: calc(3vw + 20px);
        padding-bottom: calc(3vw + 20px);
    }

    .p0_4 {
        padding-left: calc(3vw + 20px);
        padding-right: calc(3vw + 20px);
    }

    .p3_0 {
        padding-top: calc(2.2vw + 16px);
        padding-bottom: calc(2.2vw + 16px);
    }

    .p0_3 {
        padding-left: calc(2.2vw + 16px);
        padding-right: calc(2.2vw + 16px);
    }

    .header_logo {
        gap: 0.4em;
        font-size: 12px;
    }

    .header_bottom {
        gap: 2%;
    }

    .header_search form button {
        max-width: 4em;
    }

    .productlist_box {
        width: 23.5%;
    }

    .newslist_box {
        width: 32%;
    }
}

@media screen and (max-width: 769px) {
    .p0_10 {
        padding-left: calc(2vw + 12px);
        padding-right: calc(2vw + 12px);
    }

    .lp10 {
        padding-left: calc(2vw + 12px);
    }

    .rp10 {
        padding-right: calc(2vw + 12px);
    }

    .p4_0 {
        padding-top: calc(2vw + 12px);
        padding-bottom: calc(2vw + 12px);
    }

    .p0_4 {
        padding-left: calc(2vw + 12px);
        padding-right: calc(2vw + 12px);
    }

    .p3_0 {
        padding-top: calc(2vw + 12px);
        padding-bottom: calc(2vw + 12px);
    }

    .p0_3 {
        padding-left: calc(2vw + 12px);
        padding-right: calc(2vw + 12px);
    }

    .banner .swiper-button-next, .banner .swiper-button-prev {
        display: none;
    }

    .header_top {
        display: none;
    }

    .header_products {
        display: none;
    }

    .header_more {
        display: block;
        color: #fff;
    }
    
    .header_search_icon {
        display: block !important;
        color: #fff;
    }

    .header_bottom .hbright .header_search {
        display: none;
        flex: 0;
    }

    .header_bottom .hbright {
        gap: calc(0.8vw + 4px);
    }
    
    .header_nav {
        position: absolute;
        top: 100%;
        height: calc(100dvh - 100%);
        right: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        background-color: #0073A9;
        align-items: stretch;
        overflow: hidden;
        transition: .4s;
        --header-nav-width: 70vw;
        width: 0;
        max-width: none;
    }


    .header_nav li {
        flex: 1;
        display: flex;
        justify-content: center;
        width: var(--header-nav-width);
    }

    .header_nav li>a {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

    .header_nav.active {
        width: var(--header-nav-width);
    }

    .products_ {
        flex-direction: column;
    }

    .products_left {
        width: 100%;
        flex-direction: row;
        gap: 8%;
    }

    .products_left .pimg {
        aspect-ratio: 1 / 0.6;
        padding: 2vw 0;
    }

    .products_box {
        width: calc((100% - (0.52vw)) / 2);
    }

    .header_logo {
        padding-left: 0;
    }

    .productlist {
        flex-direction: column;
    }

    .productlist_left {
        margin-right: 0;
        width: 100%;
        padding: calc(0.8vw + 4px) calc(1.2vw + 6px);
        position: relative;
        z-index: 2;
        margin-bottom: calc(1vw + 5px);
    }
    
    .productlist_nav {
        position: absolute;
        top: 200%;
        left: 0;
        width: 100%;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        max-height: 70dvh;
        overflow: auto;
        opacity: 0;
    }

    .productlist_nav.active {
        visibility: visible;
        top: 100%;
        opacity: 1;
    }

    .productlist_left_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .productlist_left_top .productlist_more {
        display: block;
    }

    .productlist_box {
        width: 32%;
    }

    .productlist_right {
        width: 100%;
    }

    .product_top {
        flex-direction: column;
    }

    .product_img {
        width: 100%;
    }

    .product_info {
        padding: calc(2vw + 10px);
    }

    .productThumbSwiper .sw-btn {
        font-size: calc(1.6vw + 8px);
    }

    .foot_nav {
        display: none;
    }
    .foot_contact {
        width: 100%;
    }

    .foot_bottom  {
        flex-direction: column;
    }

    .foot_bottom p {
        text-align: center;
    }

    .foot_contact_ {
        flex-direction: column;
        align-items: center;
    }
    
    .foot_nav>h4, .foot_contact>h4 {
        text-align: center;
    }

    .foot_contact_left p {
        text-align: center;
    }

    .foot_contact .foot_link {
        justify-content: center;
    }

    .product_page {
        flex-direction: column;
    }

    .newslist_box {
        width: 49%;
    } 

    .news_detail_ {
        flex-direction: column;
        gap: calc(2vw + 10px);
    }

    .news_detail_right_ .newslist_box .nimg {
        padding-top: 50%;
    }

    .contact {
        flex-direction: column;
        gap: calc(2vw + 10px);
    }

    .contact_message {
        width: 100%;
    }
}

@media screen and (max-width: 431px) {
    .productlist_box {
        width: 49%;
    }

    .products_left .pimg {
        aspect-ratio: 1 / 0.8;
    }

    .header_logo {
        font-size: 9px;
    }

    .header_nav {
        --header-nav-width: 100dvw;
    }
    
}