.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}

.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px) {
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor: pointer;
}

.poorder #ert {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder #uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder .tab-list .list .current {
    background-image: url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image: url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}


/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}


/* 手机站 左侧导航弹出特效 */

.xymob-left-close-btn {
    display: none;
}

@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }
    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }
    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }
    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }
    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }
    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }
    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */

.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


/*  */

@font-face {
    font-family: 'Modern';
    src: url(../fonts/MOD20.TTF) format('truetype');
}

@font-face {
    font-family: 'Stencil';
    src: url(../fonts/STENCIL.TTF) format('truetype');
}

body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1600 {
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.white-logo {
    opacity: 1;
    visibility: visible;
}

.black-logo {
    opacity: 0;
    visibility: hidden;
    display: none;
}

p {
    margin: 0;
}


/* header */

.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.top-mid-flex {
    height: 90px
}

.logo {
    position: relative
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 75px
}

.header-ss {
    margin-left: 20px;
    position: static;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 33px;
    height: 33px;
}

.header-ss .ss_btn {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/yzweipong/2025/04/a5b58566b4s6uujr.png) no-repeat center;
    cursor: pointer;
}

[transition="5s"],
[imgsalc] img {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s
}

.search-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    background: #fff;
    height: 100px;
    z-index: -1;
    opacity: 0;
}

.search-box.cur2 {
    width: 100%;
    padding: 13px 50px;
    opacity: 1;
    z-index: 9;
}

.header-ss .ss-search {
    display: flex;
    align-items: center;
}

.search-box .close2 {
    line-height: 74px;
    cursor: pointer
}

.search-box .close2:hover img {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg)
}

.header-ss .ss-search input {
    height: 74px;
    line-height: 74px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 73px);
    margin: 0 20px;
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//wm.cdn.cn86.cn/yzweipong/2025/04/c01d8a5a02zgymn1.png)
}

.x-menu {
    position: relative;
}

.x-menu>li {
    position: relative;
    text-align: center;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    height: 90px;
    line-height: 90px;
    font-family: "Modern";
}

.x-menu>li:hover>a {
    color: var(--main-theme-color)!important;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 180%;
    left: -40%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .6em .3em
}

.x-sub-menu>li>a:hover {
    color: #fff!important;
    background-color: var(--main-theme-color);
}

@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        margin-left: 25px;
        margin-right: 25px
    }
}

.btn-language {
    position: relative;
}

.btn-language li {
    margin-left: 20px;
}

.btn-language a {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-family: "Modern";
}

.btn-language li:hover a,
.btn-language li.active a {
    background-color: #fff;
    color: #000000!important;
}

.header.scroll {
    background-color: #fff;
}

.header.scroll .white-logo {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.header.scroll .black-logo {
    opacity: 1;
    visibility: visible;
    display: inline-block;
}

.header.scroll * {
    color: #000000!important;
}

.header.scroll .pc-navbar>li>a {
    color: #000000!important;
}

.header.scroll .header-ss {
    border-color: #000;
}

.header.scroll .header-ss .ss_btn {
    background-image: url(//wm.cdn.cn86.cn/yzweipong/2025/04/8a4e531f1fodndrv.png);
}

.header.scroll .btn-language a {
    color: #ffffff;
    border: 1px solid #000000;
}

.header.scroll .btn-language a:hover {
    border-color: var(--main-theme-color);
    background-color: var(--main-theme-color)!important;
    color: #fff!important;
}

.header.scroll .btn-language li:hover a,
.header.scroll .btn-language li.active a {
    border-color: var(--main-theme-color);
    background-color: var(--main-theme-color);
    color: #fff!important;
}


/* banner */

.home-banner {
    width: 100%;
    position: relative;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
    transform: scale(1.2);
    transition: all 2s ease-out;
}

.home-banner .swiper-slide.swiper-slide-active a>img {
    transform: scale(1);
}

.home-banner .swiper-pagination1 {
    position: relative;
    width: 14.583vw;
    height: 1px;
    background: rgba(221, 220, 217, 1);
    border-radius: 0px;
    overflow: hidden;
}

.home-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main-theme-color);
}

.home-banner .swiper-slide .text {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-banner .swiper-slide .text h1 {
    font-size: 18px;
    opacity: 1;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.home-banner .swiper-slide .text h2 {
    font-size: 3.75vw;
    opacity: 1;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    font-family: 'Stencil';
    margin: 2.60416vw 0 2.083vw;
}

.home-banner .swiper-slide .text h3 {
    font-size: 20px;
    opacity: 1;
    font-weight: normal;
    line-height: 2;
    color: #fff;
    max-width: 1100px;
    margin: 0 auto;
}

.banner-grid {
    position: absolute;
    bottom: 4.1666vw;
    width: 100%
}

.swiper-button-next1,
.swiper-button-prev1 {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 12px;
    width: auto
}

.banner-grid .swiper-button-next1:after,
.banner-grid .swiper-button-prev1:after {
    font-size: 14px;
    font-family: arial;
    text-transform: capitalize!important;
    color: #fff
}


/*  */

@keyframes text-active-animation {
    from {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    to {
        opacity: 1.0;
        filter: Alpha(opacity=100);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes text-active-animation-reverse {
    from {
        opacity: 1.0;
        filter: Alpha(opacity=100);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
    }
}

@keyframes text-fade-out {
    from {
        opacity: 1.0;
        filter: Alpha(opacity=100);
    }
    to {
        opacity: 0;
        filter: Alpha(opacity=0);
    }
}


/* 화살표 */

.main-slide-arrows {
    width: 130px;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.8s ease-in-out;
}

.main-slide-arrows .slick-arrow {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    margin-left: 10px;
    overflow: hidden;
}

.main-slide-arrows .slick-arrow:first-child {
    margin-left: 0;
}

.main-slide-arrows .slick-arrow i {
    transition: all 0.4s ease-in-out;
    position: relative;
    transition-delay: 0.2s;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.main-slide-arrows .slick-arrow:hover i {
    color: #000;
    transition-delay: 0s;
}

.main-slide-arrows .slick-arrow i.xi-angle-left-min {
    background: url(//wm.cdn.cn86.cn/yzweipong/2025/04/b95fb5abcfje8rq7.png) no-repeat center;
}

.main-slide-arrows .slick-arrow i.xi-angle-right-min {
    background: url(//wm.cdn.cn86.cn/yzweipong/2025/04/05074f894alwi8bn.png) no-repeat center;
}

.main-slide-arrows .slick-arrow:hover i.xi-angle-left-min {
    background-image: url(//wm.cdn.cn86.cn/yzweipong/2025/04/b803ebb693dakjrz.png);
}

.main-slide-arrows .slick-arrow:hover i.xi-angle-right-min {
    background-image: url(//wm.cdn.cn86.cn/yzweipong/2025/04/fcd6a1c1ebj3qxbi.png);
}


/* 프로그래스바 :: slick */

.main-slide-dots-wrapper {
    width: 0;
    transition: all 1.5s 0s ease-in-out;
    overflow: hidden;
}

.main-slide-dots {
    max-width: calc(1600px - 210px);
    width: 100%;
    padding-top: 50px;
}

.main-slide-dots .slick-dots-wrapper {}

.main-slide-dots .slick-dots {
    display: flex;
    background: #dcdcdc;
}

.main-slide-dots .slick-dots li {
    width: 100%;
    max-width: 50%;
    height: 1px;
}

.main-slide-dots .slick-dots li:first-child {
    margin-left: 0
}

.main-slide-dots .slick-dots li button {
    position: relative;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    background: none;
    vertical-align: top;
    width: 100%;
    height: 1px;
    background-color: #dadada;
    font-size: 0;
}

.main-slide-dots .slick-dots li button .bar {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #009090;
    transition: transform 0.5s linear;
    transform-origin: 100% 50%;
    transition-delay: 0s;
    transform: scale(0, 1);
}

.main-slide-dots .slick-dots li button:before {
    position: absolute;
    content: attr(data-label);
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #dadada;
    font-weight: normal;
    padding-bottom: 18px;
    width: 100%;
    text-align: left;
    opacity: 1;
    white-space: nowrap;
    font-family: "Stencil";
}

.main-slide-dots .slick-dots li button:after {
    position: absolute;
    content: attr(data-label);
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #009090;
    font-weight: normal;
    padding-bottom: 18px;
    width: 100%;
    width: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.8s 0s ease-in-out;
    font-family: "Stencil";
}


/* 프로그래스바 :: swiper */

.main-slide-dots.swiper-pagination-bullets {
    display: flex;
    background: none;
}

.main-slide-dots.swiper-pagination-bullets span {
    width: 100%;
    max-width: 50%;
    height: 2px;
    background: none;
    opacity: 1;
}

.main-slide-dots.swiper-pagination-bullets span:first-child {
    margin-left: 0
}

.main-slide-dots.swiper-pagination-bullets span button {
    position: relative;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    background: none;
    vertical-align: top;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 0;
}

.main-slide-dots.swiper-pagination-bullets span button .bar {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    transform-origin: 100% 50%;
    transition-delay: 0s;
    transform: scale(0, 1);
    transition: transform 0.5s linear
}

.main-slide-dots.swiper-pagination-bullets span button:before {
    position: absolute;
    content: attr(data-label);
    bottom: 0;
    left: 0;
    font-size: 2rem;
    letter-spacing: -0.02em;
    color: #fff;
    font-weight: 700;
    padding-bottom: 1.8rem;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    opacity: 0.2;
}

.main-slide-dots.swiper-pagination-bullets span button:after {
    position: absolute;
    content: attr(data-label);
    bottom: 0;
    left: 0;
    font-size: 2rem;
    letter-spacing: -0.02em;
    color: #fff;
    font-weight: 700;
    padding-bottom: 1.8rem;
    width: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.8s 0s ease-in-out;
}

.main-slide-dots .slick-dots li.active button:after,
.main-slide-dots.swiper-pagination-bullets span.swiper-pagination-bullet-active button:after {
    width: 100%;
}


/* 프로그래스바 :: transition */

.main-slide-dots .slick-dots li.active button .bar {
    width: 100%;
    transition: transform 5.5s linear;
    transform: scale(1, 1);
    transition-delay: 0s;
    transform-origin: 0% 50%;
}

.main-slide-dots .slick-dots li.active.progress button .bar {
    transition: transform 4.5s linear;
    transform: scale(1, 1);
    transition-delay: 0s;
    transform-origin: 0% 50%;
}

.main-slide-dots.swiper-pagination-bullets.play:not(.delay) span.swiper-pagination-bullet-active button .bar {
    width: 100%;
    transition: transform 6.5s linear;
    transform: scale(1, 1);
    transition-delay: 0s;
    transform-origin: 0% 50%;
}

.main-slide-dots.swiper-pagination-bullets.play.delay span.swiper-pagination-bullet-active button .bar {
    width: 100%;
    transition: transform 3.5s linear;
    transform: scale(1, 1);
    transition-delay: 0s;
    transform-origin: 0% 50%;
}


/* 화살표 :: animated */

.animated .main-slide-arrows {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s
}


/* 프로그래스바 :: animated */

.animated .main-slide-dots-wrapper {
    width: calc(100% - 210px);
}

.animated .main-slide-dots .slick-dots li:nth-child(1) button:before,
.animated .main-slide-dots.swiper-pagination-bullets span:nth-child(1) button:before {
    transition: all 0.8s 0s ease-in-out, opacity 0.4s 0s;
}

.animated .main-slide-dots .slick-dots li:nth-child(2) button:before,
.animated .main-slide-dots.swiper-pagination-bullets span:nth-child(2) button:before {
    transition: all 0.8s 0.2s ease-in-out, opacity 0.4s 0s;
}

.animated .main-slide-dots .slick-dots li:nth-child(3) button:before,
.animated .main-slide-dots.swiper-pagination-bullets span:nth-child(3) button:before {
    transition: all 0.8s 0.4s ease-in-out, opacity 0.4s 0s;
}

.animated .main-slide-dots .slick-dots li:nth-child(4) button:before,
.animated .main-slide-dots.swiper-pagination-bullets span:nth-child(4) button:before {
    transition: all 0.8s 0.6s ease-in-out, opacity 0.4s 0s;
}


/* -------- Product -------- */

.hm-product {
    position: relative;
    background: #fff;
    padding-top: 5.2083vw;
    padding-bottom: 6.25vw;
}

.main-product-wrap {
    position: relative;
}

.main-product-wrap .product-area {
    max-width: 1600px;
    margin: auto;
}

.main-product-con {
    display: flex;
}

.main-product-con .main-product-item {
    height: 100%;
}

.main-product-con .main-product-item .product-txt-box {
    width: 40%;
    padding: 0 15px;
}

.main-product-con .main-product-item .product-txt-box .main-tit1 {
    color: #009090;
    font-size: 1.5625vw;
    font-family: "Modern";
    line-height: 1;
}

.main-product-con .main-product-item .product-txt-box .main-tit2 {
    color: #009090;
    font-size: 2.7vw;
    font-weight: 400;
    margin-top: 2rem;
    font-family: "Stencil";
    line-height: 1;
}

.main-product-con .main-product-item .product-txt-box .main-tit3 {
    color: #747474;
    font-size: 18px;
    font-weight: 400;
    margin-top: 2rem;
    font-family: "Arial";
    line-height: 1.7;
}

.main-product-con .main-product-item .product-txt-box .main-tit4 {
    position: relative;
    margin-top: 4.166vw;
}

.main-product-con .main-product-item .product-img-box {
    width: 60%;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    transition-delay: 0.8s;
    transform: translateX(30px);
}

.main-product-con .main-product-item .product-img-box .img {
    position: relative;
    display: block;
    width: 85%;
    margin: auto;
    /*height:0; padding-top:85%;*/
}

.main-product-con .main-product-item .product-img-box .img img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}


/* more */

.cm-main-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 220px;
    height: 55px;
    border-radius: 30px;
    overflow: hidden;
    padding: 0 30px;
    box-sizing: border-box;
}

.cm-main-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #747474;
    border-radius: 30px;
    box-sizing: border-box;
}

.cm-main-btn .txt {
    position: relative;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    font-family: "Modern";
}

.cm-main-btn .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #009090;
    transition: all 0.4s ease-in-out;
}

.cm-main-btn .hover-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.cm-main-btn:hover .txt {
    color: #fff;
}

.cm-main-btn:hover .icon {
    width: 440px;
    height: 440px;
    right: -220px;
}

.cm-main-btn:hover .hover-icon {
    opacity: 1;
}


/* 공통 :: 버튼 :: white */

.cm-main-btn.white:before {
    border-color: #fff;
}

.cm-main-btn.white .txt {
    color: #fff;
}

.cm-main-btn.white .icon {
    background: #fff;
}

.cm-main-btn.white .hover-icon {
    background: #000;
}

.cm-main-btn.white:hover .txt {
    color: #000;
}


/* 공통 :: 버튼 :: white */

.cm-main-btn.white:before {
    border-color: #fff;
}

.cm-main-btn.white .txt {
    color: #fff;
}

.cm-main-btn.white .icon {
    background: #fff;
}

.cm-main-btn.white .hover-icon {
    background: #000;
}

.cm-main-btn.white:hover .txt {
    color: #000;
}


/* */

.main-slide-custom-wrap {
    position: relative;
    bottom: 0rem;
    width: 100%;
    z-index: 99;
    margin-top: 4vw;
}

.main-slide-custom-wrap .main-slide-custom-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.hm-product .main-slide-arrows .slick-arrow {
    background: #f5f5f5;
    color: #000;
}

.hm-product .cm-fill-btn .cm-fill {
    background: #009090;
}

.hm-product .main-slide-arrows .slick-arrow:hover i {
    color: #fff;
}

@keyframes visual_circle_rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


/* active */

.main-product-con .main-product-item .product-txt-box .main-tit1,
.main-product-con .main-product-item .product-txt-box .main-tit2,
.main-product-con .main-product-item .product-txt-box .main-tit3,
.main-product-con .main-product-item .product-txt-box .main-tit4,
.main-product-con .main-product-item .product-img-box {
    opacity: 0;
}

.hm-product .active-item .product-txt-box .main-tit1,
.hm-product .active-item .product-txt-box .main-tit2,
.hm-product .active-item .product-txt-box .main-tit3,
.hm-product .active-item .product-txt-box .main-tit4,
.hm-product .active-item .product-img-box {
    animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.hm-product .active-item .product-txt-box .main-tit1 {
    animation-delay: 0.7s;
}

.hm-product .active-item .product-txt-box .main-tit2 {
    animation-delay: 0.8s;
}

.hm-product .active-item .product-txt-box .main-tit3 {
    animation-delay: 1.1s;
}

.hm-product .active-item .product-txt-box .main-tit4 {
    animation-delay: 1.15s;
}

.hm-product .active-item .product-img-box {
    animation-delay: 1.2s;
}


/* animated */

.animated .main-product-con .main-product-item .product-img-box {
    opacity: 1;
    transform: translateX(0);
}

@media all and (min-width:301px) {
    /* Over BG */
    .cm-fill-btn .cm-fill {
        position: absolute;
        display: block;
        width: 0px;
        height: 0px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: #fff;
        transition: width 0.5s ease-out, height 0.5s ease-out;
    }
    .cm-fill-btn:hover .cm-fill {
        width: 40vw;
        height: 40vw;
        transition: width 0.5s ease-in 0.1s, height 0.5s ease-in 0.1s;
    }
}

@media all and (min-width:801px) {
    .main-product-con .main-product-item {
        display: flex !important;
        align-items: center;
    }
}


/* hm-strength */

.hm-strength {
    position: relative;
    background: url(//wm.cdn.cn86.cn/yzweipong/2025/04/027a899d52px9uvh.jpg) no-repeat;
    background-size: cover;
    padding: 5.2083vw 0;
}

.strength-left {
    position: relative;
    width: 40.625%;
}

.strength-left>h2 {
    line-height: 1;
    color: #fff;
    font-size: 3.75vw;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Stencil";
    padding-bottom: 35px;
    margin-bottom: 3.64583vw;
    position: relative;
}

.strength-left>h2::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 66px;
    height: 5px;
    background: url(//wm.cdn.cn86.cn/yzweipong/2025/04/86e56203a1tjiqc9.png) no-repeat;
    content: "";
}

.h-photo-list1 {
    position: relative;
    margin-bottom: 5.2083vw;
    max-width: 500px;
}

.h-photo-list1 li {
    position: relative;
}

.h-photo-list1 li h3 {
    font-size: 2.5vw;
    color: #dadada;
    font-family: arial;
    font-weight: bold;
    margin-bottom: 20px;
}

.h-photo-list1 .pp {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
}

.cm-main-btn2:before {
    border-color: #fff;
}

.cm-main-btn2 .txt {
    color: #fff;
}

.cm-main-btn2 .icon {
    background-color: #fff;
}

.cm-main-btn2:hover .icon {
    background-color: var(--main-theme-color);
}

.strength-right {
    position: relative;
    width: 59.25%;
}

.h-photo-list2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.h-photo-list2 li {
    position: relative;
    width: calc(33.33% - 20px);
    margin: 0 10px 20px 10px;
    text-align: center;
    border-radius: 10px;
    height: 300px;
    padding: 0 20px;
    background: rgba(255, 255, 255, .2);
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
}

.h-photo-list2 li:first-child {
    margin-left: calc(33.33% + 10px);
}

.h-photo-list2 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.h-photo-list2 li .img {
    margin-bottom: 20px;
}

.h-photo-list2 li .img img {
    max-height: 95px;
}

.h-photo-list2 li .text {
    position: relative;
    width: 100%;
}

.h-photo-list2 li h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.5625vw;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
}

.h-photo-list2 li .p {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #bbbbbb;
}

.h-photo-list2 li:hover {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.h-photo-list2 li:hover h3 {
    color: #2b2b2b;
}


/* hm-about */

.hm-about {
    position: relative;
    background: #f1f1f3;
    padding: 5.2083vw 0;
}

.about-top {
    position: relative;
    margin-bottom: 2.60416vw;
}

.about-top h1 {
    font-size: 2.7083vw;
    color: #009090;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Stencil";
    margin-bottom: 30px;
}

.about-top .about-txt {
    font-size: 16px;
    color: #606062;
    line-height: 2.1;
    font-family: "Arial";
}

.number {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    margin-bottom: 4.6875vw;
}

.number li {
    width: 25%;
    position: relative;
    transition: all .8s;
    -webkit-transition: all .8s;
    padding-left: 3.125vw;
}

.number li+li {
    border-left: 2px solid #dadada;
}

.number li h3 {
    color: #009090;
    display: inline-block;
    margin-bottom: 0px;
}

.number li h3 i {
    font-style: inherit;
    line-height: 1;
    color: #009090;
    font-size: 3.90625vw;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: "Stencil";
}

.number li h3 span {
    font-size: 1.0416vw;
    font-weight: 400;
    font-style: inherit;
    font-family: "Arial";
    margin-left: 10px;
    letter-spacing: 1px;
    color: #000000;
}

.number li p {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    font-family: "Stencil";
    margin-bottom: 10px;
}

.about-mid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-mid .i-item {
    position: relative;
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
}

.about-mid .i-item .img {
    position: relative;
}

.about-mid .i-item .img img {
    display: block;
    width: 100%;
}

.about-mid .i-item .test {
    position: relative;
    padding: 2.083vw 2.60416vw;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-mid .i-item .test h3 {
    font-size: 24px;
    color: #000000;
    line-height: 1.1;
    font-family: "Arial";
}

.playx {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 83px;
    height: 83px;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.playx a {
    display: block;
    width: 83px;
    height: 83px;
    background: url(//wm.cdn.cn86.cn/yzweipong/2025/04/d583e23aeakfemrf.png) no-repeat center;
}


/* hm-map */

.hm-map {
    position: relative;
    padding-top: 5.2083vw;
    padding-bottom: 20px;
}

.map-title {
    position: relative;
    margin-bottom: 2.60416vw;
}

.map-title .mp-title1 {
    font-size: 1.5625vw;
    color: #009090;
    font-family: "Modern";
    margin-bottom: 1.5625vw;
}

.map-title .mp-title2 {
    font-size: 2.5vw;
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Arial";
    line-height: 1.2;
    margin-bottom: 20px;
}

.map-title .mp-title2 span {
    color: #009090;
    font-weight: normal;
    font-family: "Stencil";
    text-transform: uppercase;
}

.map-title .mp-title3 {
    font-size: 16px;
    color: #606062;
    font-family: "Arial";
}

.map-box {
    margin: 0 auto;
    position: relative;
    max-width: 1359px;
}

.map-box img.img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dots_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.dots_box .dot {
    position: absolute;
    transform: translate(-50%, -50%)
}

.dots_box .dot .r {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #e60012;
    z-index: 2;
    position: relative
}

.dots_box .dot:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #f3c5c9;
    background: rgba(240, 198, 201, .8);
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
    border-radius: 50px
}

.dots_box .dot .r:after {
    content: '';
    width: 26px;
    height: 26px;
    border: 1px solid #e60012;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: 50%;
    margin-top: -14px;
    animation: warn 2s linear 0s infinite
}

.dots_box .dot .r:before {
    content: '';
    width: 40px;
    height: 40px;
    border: 1px solid #e60012;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: 50%;
    margin-top: -21px;
    animation: warn 2s linear .4s infinite
}

.dot-pop {
    position: absolute;
    z-index: 10;
    bottom: 100%;
    margin-bottom: 15px;
    width: 280px;
    left: 50%;
    transform: translateX(-50%);
    display: none
}

.dots_box .dot:hover .dot-pop {
    display: block
}

.dot-pop:after {
    content: '';
    position: absolute;
    bottom: -5px;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(78, 4, 8, .08);
    left: 50%;
    margin-left: -5px
}

.dot-pop .b {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(78, 4, 8, .08)
}

.dot-pop .img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.dot-pop .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.dot-pop .img .tit {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding: 30px 20px 15px;
    color: #fff;
    font-size: 14px;
    font-family: "Arial";
    height: 250px;
    overflow-y: scroll;
    /* -ms-overflow-style: none;   IE 10+ */
    /* scrollbar-width: none;      Firefox */
}

.dot-pop .img .tit::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #c3c3c3;
}

.dot-pop .img .tit::-webkit-scrollbar {
    width: 4px;
    background-color: #c3c3c3;
}

.dot-pop .img .tit::-webkit-scrollbar-thumb {
    background-color: #E60012;
}

.dot-pop .con {
    padding: 20px 15px 24px;
    line-height: 1;
    background: #fff;
    position: relative;
    z-index: 1;
    text-align: center
}

.dot-pop .con .tit {
    color: #333;
    font-size: 18px
}

.dot-pop .con .more {
    color: #999;
    font-size: 14px;
    margin-top: 15px;
    display: block
}

.dots_box .dot-on:after {
    display: none;
}

.cm-main-btn4 {
    width: 142px;
    height: 36px;
    padding: 0 15px;
    margin: 0 auto
}

.cm-main-btn4:before {
    border: 1px solid #747474;
}

.cm-main-btn4 .txt {
    position: relative;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    font-family: "Modern";
}

.cm-main-btn4 .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #009090;
    transition: all 0.4s ease-in-out;
}

.cm-main-btn4 .hover-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.cm-main-btn4:hover .txt {
    color: #fff;
}

.cm-main-btn4:hover .icon {
    width: 440px;
    height: 440px;
    right: -220px;
}

.cm-main-btn4:hover .hover-icon {
    opacity: 1;
}


/* .dots_box .dot1{top:32.53%;left:40.618%} 
.dots_box .dot2{top:28.05%;left:2.57%} 
.dots_box .dot3{top:21.45%;left:6.03%}
.dots_box .dot4{top:21.45%;left:7.35%} 
.dots_box .dot5{top:22.86%;left:6.76%}
.dots_box .dot6{top:27.48%;left:14.201%} 
.dots_box .dot7{top:53.29%;left:12.14%}  
.dots_box .dot8{top:40.39%;left:14.56%} 
.dots_box .dot9{top:38.14%;left:18.76%} 
.dots_box .dot10{top:12.62%;left:26.19%} 
.dots_box .dot11{top:12.62%;left:27.96%} 
.dots_box .dot12{top:46.28%;left:40.618%}
.dots_box .dot13{top:56.1%;left:42.45%} 
.dots_box .dot14{top:17.53%;left:3.67%}  */

.dots_box .dot:hover {
    z-index: 999;
}

.dots_box .dot1 {
    top: calc(32.53% + 15px);
    left: calc(40.618% + 15px)
}


/*江苏*/

.dots_box .dot2 {
    top: calc(28.05% + 15px);
    left: calc(2.57% + 15px)
}


/*西班牙*/

.dots_box .dot3 {
    top: calc(21.45% + 15px);
    left: calc(6.03% + 15px)
}


/*德国*/

.dots_box .dot4 {
    top: calc(21.45% + 15px);
    left: calc(7.35% + 15px)
}


/*波兰*/

.dots_box .dot5 {
    top: calc(22.86% + 15px);
    left: calc(6.76% + 15px)
}


/*捷克*/

.dots_box .dot6 {
    top: calc(27.48% + 15px);
    left: calc(14.201% + 15px)
}


/*土耳其*/

.dots_box .dot7 {
    top: calc(53.29% + 15px);
    left: calc(12.14% + 15px)
}


/*南非*/

.dots_box .dot8 {
    top: calc(29.39% + 15px);
    left: calc(9.56% + 15px);
}


/*意大利*/

.dots_box .dot9 {
    top: calc(38.14% + 15px);
    left: calc(18.76% + 15px)
}


/*沙特阿拉伯*/

.dots_box .dot10 {
    top: calc(12.62% + 15px);
    left: calc(26.19% + 15px)
}


/*俄罗斯*/

.dots_box .dot11 {
    top: calc(12.62% + 15px);
    left: calc(27.96% + 15px)
}


/*俄罗斯2*/

.dots_box .dot12 {
    top: calc(46.28% + 15px);
    left: calc(40.618% + 15px)
}


/*越南*/

.dots_box .dot13 {
    top: calc(56.1% + 15px);
    left: calc(42.45% + 15px)
}


/*马来西亚*/

.dots_box .dot14 {
    top: calc(17.53% + 15px);
    left: calc(3.67% + 15px)
}


/*英国*/

.dots_box .dot15 {
    top: calc(23.45% + 15px);
    left: calc(5.03% + 15px);
}


/*法国*/

.dots_box .dot16 {
    top: calc(40.53% + 15px);
    left: calc(22.17% + 15px);
}


/*阿联酋*/

@keyframes warn {
    0% {
        transform: scale(1);
        opacity: 0
    }
    25% {
        transform: scale(1.1);
        opacity: .2
    }
    50% {
        transform: scale(1.2);
        opacity: .4
    }
    75% {
        transform: scale(1.3);
        opacity: .2
    }
    100% {
        transform: scale(1.4);
        opacity: 0
    }
}

@media (max-width:1600px) {
    .dot-pop .con .tit {
        font-size: 16px
    }
    .dot-pop .con .more {
        margin-top: 12px;
        font-size: 13px
    }
}

@media (max-width:1200px) {
    .dot-pop {
        width: 200px
    }
    .dot-pop .con {
        padding: 16px 15px 20px
    }
}


/* hm-news */

.hm-news {
    position: relative;
    padding-top: 3.125vw;
    padding-bottom: 5.2083vw;
}

.hm-news-top {
    position: relative;
    margin-bottom: 2.083vw;
}

.news-title .np-title1 {
    font-size: 2.864583vw;
    color: #3c3b3e;
    font-weight: normal;
    font-family: "Stencil";
    text-transform: uppercase;
    line-height: 1;
}

.news-title .np-title2 {
    font-size: 16px;
    color: #606062;
    line-height: 1.2;
    font-family: "Arial";
}

.visual-swiper {
    overflow: hidden;
}

.visual-swiper .swiper-slide {
    overflow: hidden;
    border-radius: 10px;
}

.visual-swiper .swiper-slide .img {
    overflow: hidden;
    position: relative;
}

.visual-swiper .swiper-slide .img img {
    width: 100%;
    object-fit: cover;
    transition: ease .5s;
    height: 19.427vw;
    height: 100%;
}

.visual-swiper .swiper-slide .txt {
    position: relative;
    background: #fbf9fa;
}

.visual-swiper .swiper-slide .se1 {
    padding: 2.083vw 1.5625vw 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.visual-swiper .swiper-slide .se1 .tim {
    font-size: 18px;
    color: #000000;
    font-family: "Modern";
    margin-bottom: 1.5625vw;
    line-height: 25px;
    background: url(//wm.cdn.cn86.cn/yzweipong/2025/04/aa7a1517d50sukdt.png) no-repeat left center;
    padding-left: 35px;
}

.visual-swiper .swiper-slide .se1 h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #000000;
    font-family: "Stencil";
    font-weight: normal;
}

.visual-swiper .swiper-slide .se2 {
    padding: 1.5625vw 1.5625vw;
    line-height: 2;
    font-size: 14px;
    color: #8d8e8e;
}

.visual-swiper .swiper-slide:hover .img img {
    transform: scale(1.2);
}

.visual-swiper .swiper-slide:hover .se1 h3 {
    color: var(--main-theme-color);
}

.all-box {
    position: relative;
}

.main-swiper .all-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 20
}

.main-swiper .progress-box {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 11
}

.main-swiper .arrow-box {
    flex-shrink: 0
}

@media screen and (min-width: 768px) {
    .main-swiper .all-box {
        right: 16px;
        top: 16px;
        display: block;
        width: auto;
    }
    .main-swiper .progress-box {
        display: none
    }
}

@media screen and (min-width: 992px) {
    .main-swiper .all-box {
        right: 16px;
        top: 16px;
        display: flex;
        width: 27%;
    }
    .main-swiper .progress-box {
        display: flex
    }
}

@media(min-width: 1800px) {
    .main-swiper .all-box {
        top: 0;
        right: 0;
        display: flex;
        width: 27%;
    }
    .main-swiper .progress-box {
        display: flex;
    }
}

.main-swiper .arrow-box {
    position: relative;
    display: flex;
    gap: 10px;
}

.main-swiper .swiper-btn {
    position: static;
    width: 30px;
    height: 30px;
    top: 0;
    margin-top: 0;
    border-radius: 50%;
    background: #f1f2f3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(31,39,50,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center/1.8rem auto;
    filter: none;
    transition: all .2s ease
}

.main-swiper .swiper-btn::after {
    display: none
}

.main-swiper .swiper-btn:active {
    background-color: #cdd1d5
}

.main-swiper .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(31,39,50,1)'%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E")
}

.main-swiper .swiper-button-stop {
    background-image: url(../images/icon-stop.svg)
}

.main-swiper .swiper-button-start {
    display: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(31,39,50,1)'%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E")
}

@media screen and (min-width: 390px) {
    .main-swiper .swiper-btn {
        width: 36px;
        height: 36px;
        background-size: 22px auto
    }
}

@media screen and (min-width: 1024px) {
    .main-swiper .swiper-btn {
        width: 40px;
        height: 40px;
        background-size: 24px auto
    }
}

@media screen and (min-width: 1600px) {
    .main-swiper .arrow-box {
        gap: 20px;
    }
    .main-swiper .swiper-btn:hover {
        background-color: #cdd1d5
    }
}

@media(min-width: 1800px) {
    .main-swiper .swiper-btn {
        width: 48px;
        height: 48px;
        background-size: 28px auto
    }
}

.visual-autoplay {
    position: static;
    width: 100%;
    height: 4px;
    background-color: #f1f2f3
}

.visual-autoplay svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    stroke-width: 2px;
    stroke: #009090;
    fill: none;
    stroke-dashoffset: calc(100*(1 - var(--progress)));
    stroke-dasharray: 100
}

@media screen and (min-width: 1600px) {
    .visual-autoplay {
        height: 4px
    }
    .visual-autoplay svg {
        stroke-width: 4px
    }
}


/* foot */

.foot {
    position: relative;
    background: var(--main-theme-color);
}

.foot-top {
    padding-top: 3.64583vw;
    padding-bottom: 30px;
}

.foot-left {
    position: relative;
    width: 41.875%;
}

.ft-logo {
    margin-bottom: 20px;
}

.ft-logo a {
    display: block;
}

.ft-logo img {
    max-height: 105px;
}

.ft-message {
    position: relative;
}

.mess-title {
    margin-bottom: 2.083vw;
}

.mess-title h3 {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
}

.mess-title p {
    font-size: 18px;
    color: #fff;
}

.ft-message-con {
    position: relative;
    color: #fff;
    margin: 0 -10px;
}

.ft-message-con input[type=text],
.ft-message-con textarea {
    height: 45px;
    background: none;
    border: none;
    font-size: 16px;
    color: #fff;
    box-shadow: inherit;
    background-color: rgba(30, 185, 185, .26);
    border-radius: 10px;
}

.ft-message-con input[type=text]::-webkit-input-placeholder,
.ft-message-con textarea::-webkit-input-placeholder {
    color: #fff
}

.ft-message-con input[type=text]:-ms-input-placeholder,
.ft-message-con textarea:-ms-input-placeholder {
    color: #fff
}

.ft-message-con input[type=text]::-ms-input-placeholder,
.ft-message-con textarea::-ms-input-placeholder {
    color: #fff
}

.ft-message-con input[type=text]::placeholder,
.ft-message-con textarea::placeholder {
    color: #fff
}

.ft-message-con textarea {
    padding-top: 15px;
    height: 90px;
    resize: none;
    background: none;
    color: #fff;
    padding-left: 1.2rem;
    background-color: rgba(30, 185, 185, .26);
    border-radius: 10px;
}

.ft-message-con textarea:focus {
    background: none;
    box-shadow: inherit;
    color: #fff;
}

.ft-message-con input[type=text]:focus,
.ft-message-con textarea:focus {
    background-color: rgba(30, 185, 185, 1);
    color: #fff;
}

.ft-message-con .x-submit {
    width: 100%;
    height: 55px;
    background: #3c3b3e;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: 0;
    border-radius: 0px;
    margin: 0 auto;
    font-family: gilroy-regular;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.ft-message-con .x-submit:hover {
    background: #fff;
    color: #000;
}

.ft-message-con .contans {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft-message-con .contans input {
    border: none;
}

.ft-message-con .pr-5 {
    position: absolute;
    top: 14px;
    left: 0.5rem;
}

.form-input.relative input[type=text] {
    padding-left: 1.2rem;
}

.w100120 {
    width: calc(100% - 120px)!important;
}

.contans input[type=text]:focus {
    border: none;
}

.foot-right {
    position: relative;
    width: 41.25%;
}

.nax-item {
    position: relative;
    margin-bottom: 15px;
}

.nax-item:last-child {
    margin-top: 5.2083vw;
}

.nax-item>h2 {
    font-size: 20px;
    color: #fff;
    line-height: 1.1;
    font-family: "arial";
    margin-bottom: 1.0416vw;
}

.dropdown-sub {
    position: relative;
}

.dropdown-sub>li {
    position: relative;
    margin-bottom: .8em;
    overflow: hidden;
}

.dropdown-sub>li>a {
    display: block;
    font-size: 16px;
    color: #d2cdc3;
    line-height: 22px;
    transform: translateX(-7px);
}

.dropdown-sub>li>a::before {
    width: 3px;
    height: 3px;
    background: #fff;
    content: "";
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    vertical-align: 3px;
}

.dropdown-sub>li>a:hover {
    color: #fff!important;
    transform: translateX(0px);
}

.foot-right .b {
    width: 18.75vw;
    position: relative;
}

.foot-right .b h2 {
    font-size: 22px;
    color: #fff;
    line-height: 1.1;
    font-family: "arial";
    margin-bottom: 1.0416vw;
}

.foot-right .lxwm {
    font-size: 18px;
    color: #d2cdc3;
    font-family: "arial";
    line-height: 1.7;
}

.foot-bom {
    position: relative;
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ft-banq {
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    font-family: "Arial";
}

.ft-banq a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.ft-banq a:hover {
    color: #fff!important;
}

.ft-banq a:focus {
    color: #fff!important;
}

.ffxx .social-share .social-share-icon {
    border: none;
    color: #929292!important;
}

.ffxx .social-share .social-share-icon:hover {
    background-color: #fff!important;
    color: var(--main-theme-color)!important;
}


/* products-wrap */

.products-wrap {
    position: relative;
    background: #fbfbfb;
    padding: 5.2083vw 0;
}

.prs-title {
    position: relative;
    margin-bottom: 4.166vw;
}

.prs-title h3 {
    font-size: 3.02083vw;
    color: #000000;
    line-height: 1.2;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Stencil";
}

.prs-title p {
    font-size: 18px;
    color: #000000;
    line-height: 1.7;
    max-width: 1000px;
    margin: 0 auto;
}

.products-photo-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3.125vw;
}

.products-photo-list li {
    position: relative;
    width: calc(20% - 20px);
    margin: 0 10px 20px 10px;
    padding: 30px 12px;
    background: #fff;
    border: 2px solid transparent;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.products-photo-list li .pp {
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    font-family: "Modern";
    margin-bottom: 20px;
    min-height: 85px;
}

.products-photo-list li .jianx {
    margin-bottom: 35px;
}

.products-photo-list li .jianx2 {
    margin-bottom: 35px;
}

.cm-main-btn32 {
    width: 125px;
    height: 35px;
    padding: 0 15px;
    margin: 0 auto;
}

.cm-main-btn32 .icon {
    width: 11px;
    height: 12px;
    border-radius: 0%;
    background: url(//wm.cdn.cn86.cn/yzweipong/2025/05/29410ea891yr860t.png) no-repeat center;
}

.cm-main-btn32:before {
    border: 1px solid #b5b5b5;
}

.cm-main-btn32 .txt {
    font-size: 14px;
}

.cm-main-btn32:hover .icon {
    background-color: #009090;
    border-radius: 50%;
    width: 440px;
    height: 440px;
    right: -220px;
}

.cm-main-btn32:hover .hover-icon {
    width: 11px;
    height: 12px;
    border-radius: 0%;
    background: url(//wm.cdn.cn86.cn/yzweipong/2025/05/f50ca8f013bsu9qt.png) no-repeat center;
}

.products-photo-list li .img img {
    display: block;
    width: 100%;
}

.products-photo-list li:hover {
    border-color: var(--main-theme-color);
}

body,
html {
    scroll-behavior: smooth;
}

.products-cate {
    position: relative;
    background: #fff;
    padding: 4.166vw 5.2083vw 10px;
}

.products-cate>li {
    position: relative;
    margin-bottom: 4.166vw;
}

.products-cate>li>a {
    display: block;
    font-size: 32px;
    color: #000000;
    text-transform: uppercase;
    font-family: "Modern";
    margin-bottom: 40px;
}

.zi-list {
    display: flex;
    flex-wrap: wrap;
}

.zi-list li {
    position: relative;
    margin-right: 2.083vw;
    margin-bottom: 1.0416vw;
}

.zi-list li a {
    display: flex;
    align-items: center;
}

.zi-list li .img {
    margin-right: 5px;
}

.zi-list li .img img {
    max-width: 54px;
    max-height: 37px;
    opacity: .5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.zi-list li span {
    color: #000;
    font-size: 20px;
    font-family: "Arial";
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.zi-list li:hover a span {
    color: var(--main-theme-color);
}

.zi-list li:hover .img img {
    opacity: 1;
}

@media (max-width: 1280px) {
    .home-banner .swiper-slide .text h3 {
        font-size: 15px;
    }
    .prs-title h3 {
        font-size: 36px;
    }
    .prs-title p {
        font-size: 16px;
    }
    .products-photo-list li {
        padding: 20px 12px;
    }
    .products-photo-list li .pp {
        font-size: 16px;
    }
    .products-photo-list li .jianx {
        margin-bottom: 25px;
    }
    .zi-list li span {
        font-size: 18px;
    }
    .products-cate>li>a {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .mess-title h3 {
        font-size: 32px;
    }
    .nax-item>h2 {
        font-size: 18px;
    }
    .dropdown-sub>li>a {
        font-size: 15px;
    }
    .foot-right .b {
        width: 280px;
    }
    .foot-right .lxwm {
        font-size: 16px;
    }
    .cm-main-btn {
        width: 180px;
        height: 45px;
    }
    .cm-main-btn .txt {
        font-size: 16px;
    }
    .h-photo-list2 li {
        height: auto;
        padding: 30px 10px 20px 10px;
    }
    .h-photo-list2 li .img img {
        max-height: 60px;
    }
    .h-photo-list2 li h3 {
        font-size: 18px;
    }
    .visual-swiper .swiper-slide .img img {
        height: auto;
    }
    .about-mid .i-item .test h3 {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .products-photo-list li {
        width: calc(33.33% - 20px);
        margin: 0 10px 20px 10px;
    }
    .strength-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .strength-right {
        width: 100%;
    }
    .main-product-con .main-product-item .product-txt-box {
        width: 100%;
    }
    .about-mid .i-item .test h3 {
        font-size: 18px;
    }
    .main-product-con .main-product-item .product-txt-box .main-tit1 {
        font-size: 22px;
    }
    .main-product-con .main-product-item .product-txt-box .main-tit2 {
        font-size: 30px;
    }
    .main-product-con .main-product-item .product-txt-box .main-tit3 {
        font-size: 15px;
    }
    .main-product-con .main-product-item .product-img-box {
        padding: 30px 0;
        width: 100%;
    }
    .about-mid .i-item {
        width: calc(100% - 0px);
        margin: 0 0px 30px 0px;
    }
    .about-mid .i-item .test {
        padding: 30px 20px;
    }
    .about-top h1 {
        font-size: 30px;
    }
    .number li h3 i {
        font-size: 30px;
    }
    .number li h3 span {
        font-size: 14px;
    }
    .map-title .mp-title1 {
        font-size: 20px;
    }
    .map-title .mp-title2 {
        font-size: 30px;
    }
    .news-title {
        margin-bottom: 30px;
    }
    .news-title .np-title1 {
        font-size: 30px;
    }
    .visual-swiper .swiper-slide .se1 {
        padding: 20px 20px 15px;
    }
    .visual-swiper .swiper-slide .se2 {
        padding: 18px 18px;
    }
    .foot-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .foot-right {
        width: 100%;
    }
    .h-photo-list1 li h3 {
        font-size: 26px;
    }
    .header {
        position: fixed;
        background-color: #fff;
    }
    .top-mid-flex {
        height: 65px;
    }
    .logo a img {
        max-height: 50px;
    }
    .ft-logo img {
        max-height: 70px;
    }
    .ft-message-con .x-submit {
        height: 45px;
    }
    .ft-banq {
        margin-bottom: 10px;
    }
    .foot-top {
        padding-top: 40px;
    }
    .banner-grid {
        bottom: 0px;
    }
    .home-banner .swiper-slide .text h1 {
        font-size: 15px;
    }
    .home-banner .swiper-slide .text h2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 66px;
    }
    .products-wrap {
        padding: 40px 0;
    }
    .prs-title {
        margin-bottom: 30px;
    }
    .prs-title p {
        font-size: 14px;
    }
    .products-photo-list li {
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
    }
    .zi-list li span {
        font-size: 15px;
    }
    .products-cate>li>a {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .zi-list li {
        margin-right: 20px;
        margin-bottom: 12px;
    }
    .zi-list li .img img {
        max-width: 40px;
    }
    .strength-left>h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .h-photo-list1 li h3 {
        font-size: 22px;
    }
    .h-photo-list2 li h3,
    .h-photo-list2 li .p {
        font-size: 16px;
    }
    .foot-right .a {
        display: none;
    }
    .foot-right .b {
        width: 100%;
    }
    .foot-right .b h2 {
        margin-bottom: 15px;
    }
    .foot {
        margin-bottom: 70px;
    }
    .number li {
        width: 50%;
        margin-bottom: 15px;
        border-left: 2px solid #dadada;
    }
    .cm-main-btn {
        width: 140px;
        height: 40px;
    }
    .cm-main-btn .txt {
        font-size: 14px;
    }
    .mess-title h3 {
        font-size: 28px;
    }
    .mess-title p {
        font-size: 13px;
    }
    .foot-right .lxwm {
        line-height: 2;
    }
    .map-title .mp-title1 {
        margin-bottom: 15px;
    }
    .map-title .mp-title2 {
        font-size: 22px;
    }
    .map-title .mp-title3 {
        font-size: 14px;
    }
    .about-mid .i-item .test {
        padding: 20px 18px;
    }
    .about-mid .i-item .test h3 {
        margin-bottom: 0px;
    }
    .playx {
        width: 63px;
        height: 63px;
    }
    .playx a {
        width: 63px;
        height: 63px;
        background-size: 63px 63px;
    }
    .main-slide-dots {
        max-width: calc(1600px - 140px);
    }
    .hm-news-top {
        margin-bottom: 30px;
    }
    .dot-pop .img {
        width: 100%;
        height: 180px;
    }
    .dot-pop .img .tit {
        line-height: 1.7;
        font-size: 12px;
        padding: 15px;
    }
    .h-photo-list1 .pp {
        font-size: 14px;
    }
    .main-slide-custom-wrap .main-slide-custom-box {
        flex-wrap: wrap;
    }
    .animated .main-slide-dots-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }
    .main-slide-dots .slick-dots li button:before,
    .main-slide-dots .slick-dots li button:after {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .h-photo-list2 li {
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
    }
    .h-photo-list2 li:first-child {
        margin-left: 10px;
    }
    .hm-product {
        padding: 40px 0;
    }
    .hm-strength,
    .hm-about {
        padding: 40px 0;
    }
    .about-top h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .about-top .about-txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .hm-map {
        padding-top: 40px;
    }
    .rx img {
        max-width: 30px;
    }
    .dot-pop {
        left: 0px;
        transform: translateX(0px);
    }
    .products-photo-list {
        margin: 0 -10px;
        margin-bottom: 3.125vw;
    }
    .products-photo-list li {
        padding: 14px 8px;
    }
    .cm-main-btn {
        width: 115px;
        height: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .cm-main-btn .txt {
        font-size: 12px;
    }
}

@media (min-width: 1921px) {
    .hm-strength {
        padding: 100px 0;
    }
    .strength-left>h2 {
        font-size: 72px;
        margin-bottom: 70px;
    }
    .h-photo-list1 li h3 {
        font-size: 48px;
    }
    .h-photo-list1 {
        margin-bottom: 100px;
    }
    .number li h3 i {
        font-size: 75px;
    }
    .number li h3 span {
        font-size: 20px;
    }
}


/* video */

.vi-img {
    position: relative;
}

.vi-img img {
    width: 100%;
    display: block;
}

.vi-img img.hhahgn2 {
    visibility: hidden;
}

.vi-img video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.video-tt {
    font-size: 20px;
}

.afssd {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}
.afssd > div {
    flex: 1;
}

.swiper-slide-video {
    position: relative;
    padding-bottom: 47.9%;
}
.swiper-slide-video video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}