@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Blacker Display';
    src: url('../fonts/BlackerDisplay-Bold.eot');
    src: url('../fonts/BlackerDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BlackerDisplay-Bold.woff2') format('woff2'), url('../fonts/BlackerDisplay-Bold.woff') format('woff'), url('../fonts/BlackerDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blacker Display';
    src: url('../fonts/BlackerDisplay-Medium.eot');
    src: url('../fonts/BlackerDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/BlackerDisplay-Medium.woff2') format('woff2'), url('../fonts/BlackerDisplay-Medium.woff') format('woff'), url('../fonts/BlackerDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blacker Display';
    src: url('../fonts/BlackerDisplay-Regular.eot');
    src: url('../fonts/BlackerDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BlackerDisplay-Regular.woff2') format('woff2'), url('../fonts/BlackerDisplay-Regular.woff') format('woff'), url('../fonts/BlackerDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blacker Display';
    src: url('../fonts/BlackerDisplay-Light.eot');
    src: url('../fonts/BlackerDisplay-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/BlackerDisplay-Light.woff2') format('woff2'), url('../fonts/BlackerDisplay-Light.woff') format('woff'), url('../fonts/BlackerDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DelonRegular';
    src: url('../fonts/DelonRegular.eot');
    src: url('../fonts/DelonRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/DelonRegular.woff2') format('woff2'), url('../fonts/DelonRegular.woff') format('woff'), url('../fonts/DelonRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    --color: #000;
    margin: 0 auto;
}

.container {
    width: 1800px;
}

.container1 {
    width: 1630px;
}

.bigtt-zt {
    font-family: 'Blacker Display';
    font-weight: 500;
}

.fam-blackerdisplay {
    font-family: 'Blacker Display';
}

.fam-delonregular {
    font-family: 'DelonRegular';
}

#header {
    z-index: 20;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 15px -5px 28px 4px rgba(201, 201, 201, 0.3);
}

#header .nav {
    position: relative;
    height: 100px;
}

#header .nav .ui.menu {
    border-radius: 10px;
    width: 74%;
}

#header .nav .ui.menu .menu-box {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container {
    height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
    content: '\20';
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 28px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    height: 100%;
    color: #000;
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    z-index: 100;
    float: left;
    position: relative;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover {
    border-color: var(--color);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
    border-color: var(--color);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a {
    display: block;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu {
    text-align: left;
    position: absolute;
    font-size: 15px;
    background: #fff;
    top: 100%;
    left: -10px;
    min-width: 180px;
    transform: scaleY(0);
    transform-origin: 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid var(--color);
    display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li {
    position: relative;
    display: block;
    float: none;
    padding: 0 15px;
    line-height: 40px;
    color: black;
    font-size: 15px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: capitalize;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li a {
    display: block;
    white-space: nowrap;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li:hover {
    background: var(--color);
    color: white;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li ul.sub-menu {
    top: 0;
    left: 100%;
    transform: scaleY(0);
    opacity: 0;
    display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li:hover>ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: scaleY(1);
    display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: scaleY(1);
    display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
    margin-right: 0;
}

#header .nav .ui.menu .right .h-language {
    position: relative;
    cursor: pointer;
}

#header .nav .ui.menu .right .h-language span>img {
    width: 33px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    top: 110%;
    right: 0;
    width: 130px;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #60b242;
    display: none \9;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li {
    display: block;
    line-height: 40px;
    text-transform: capitalize;
    text-align: center;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
    vertical-align: middle;
    width: auto;
    height: 15px;
    margin-right: 6px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
    background: #000;
    color: #fff;
}

#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}

#banner {
    margin-top: 100px;
}

#banner .banner-content {
    height: calc(100vh - 100px);
    position: relative;
}

#banner .banner-content .swiper-slide {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner .banner-content .swiper-slide .txt-content {
    height: 100%;
    padding-bottom: 110px;
}

#banner .banner-content .swiper-slide .txt-content .info {
    width: 100%;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.circle-container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.circle-container svg {
    fill: #fff;
}

.circle-container .rotating-text {
    animation: rotate2 15s linear infinite;
    transform-origin: center;
    font-family: 'DelonRegular';
}

.circle-container .cirico {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: var(--color2);
    font-size: 22px;
    line-height: 1;
}

@keyframes rotate2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-go {
    width: auto;
    min-width: 180px;
    padding: 0 30px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border: 1px solid #000;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.btn-go::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    transition: all 0.5s;
}

.btn-go:hover {
    color: #fff;
}

.btn-go:hover::after {
    left: 0;
}

.btn-txt {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
    background-size: 100% 1px;
    line-height: 1;
    transition: all 0.5s;
}

.btn-txt:hover {
    background-size: 0% 1px;
}

#index-body .init-product .mk-list ul li .box .txtbox .tt {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
    transition: all 0.5s;
}

#index-body .init-product .mk-list ul li .box .txtbox .tt:hover {
    background-size: 100% 1px;
}

#index-body .init-about {
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#index-body .init-about .right .imgbox {
    margin-right: calc((1770px - 100vw) / 2);
}

#index-body .init-video .mk-content {
    min-height: 35vw;
    background-size: cover;
}

#index-body .init-video .mk-content .play {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25);
    position: relative;
    z-index: 0;
}

#index-body .init-video .mk-content .play::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    animation: ks2 2s linear infinite;
    background-color: rgba(255, 255, 255, 0.25);
    z-index: -1;
}

#index-body .init-strength .mk-list ul {
    margin: -20px -30px;
}

#index-body .init-strength .mk-list ul li {
    width: 25%;
    padding: 20px 30px;
}

#index-body .init-strength .mk-list ul li .box i {
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#index-body .init-application {
    background-color: #f6f6f6;
}

#index-body .init-application .right {
    padding-bottom: 110px;
}

#index-body .init-application .right .swiper {
    width: 46%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18%;
}

#index-body .init-application .right .zdy-tools {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#index-body .init-application .right .zdy-tools .swiper-button {
    position: static;
    margin-top: 0;
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    flex-shrink: 0;
}

#index-body .init-application .right .zdy-tools .swiper-button::after {
    display: none;
}

#index-body .init-application .right .zdy-tools .swiper-button em {
    transition: all 0.5s;
}

#index-body .init-application .right .zdy-tools .swiper-button:hover em {
    transform: translateY(-2px);
}

#index-body .init-application .right .zdy-tools .swiper-pagination {
    flex-shrink: 0;
    width: auto;
    position: static;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}

#index-body .init-application .right .zdy-tools .line {
    width: 100%;
    height: 1px;
    background-color: #333333;
}

#index-body .init-news {
    color: #242424;
}

#index-body .init-news .mk-content>div {
    height: 500px;
    overflow-y: auto;
    padding-right: 8px;
}

#index-body .init-news .mk-content ul li {
    border-bottom: 1px solid rgba(125, 125, 125, 0.49);
    padding: 40px 0;
}

#index-body .init-news .mk-content ul li .box .txtbox {
    width: 78%;
    padding-right: 12%;
}

#index-body .init-news .mk-content ul li .box .txtbox .text {
    width: 82%;
}

#index-body .init-news .mk-content ul li .box .txtbox .text .desc {
    display: none;
}

#index-body .init-news .mk-content ul li .box .imgbox {
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.zdy-switch .swiper-button {
    position: static;
    margin-top: 0;
    color: #000;
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: 500;
}

.zdy-switch .swiper-button::after {
    display: none;
}

.zdy-switch .swiper-button i {
    display: inline-block;
    transition: all 0.5s;
}

.zdy-switch .swiper-button:hover i {
    transform: translateY(-2px);
}

#footer {
    background-color: #171717;
}

#footer .footer-center .footer-t .footer-t-gird {
    width: 100%;
}

#footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 120px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 370px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.quick {
    max-width: 180px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.pro {
    max-width: 245px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link li {
    transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link li a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
    transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover a {
    background-size: 100% 1px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
    max-width: 555px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    width: 100%;
    padding: 5px 0;
    margin-top: 25px;
    color: #fff;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input::placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form .send {
    width: 100%;
    padding: 0 30px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border: 1px solid transparent;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form .send::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form .send:hover {
    color: #fff;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form .send:hover::after {
    left: 0;
}

#footer .footer-center .footer-b {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

#footer .footer-center .footer-b .con {
    color: #fff;
    padding: 18px 0;
}

#footer .footer-center .footer-b .con p {
    margin: 0 10px;
}

#footer .footer-center .footer-b .con .svg {
    transform: translateY(2px);
}

#footer .footer-center .footer-b .con svg {
    width: auto;
    max-height: 28px;
    transition: all 0.5s;
    fill: #fff;
}

@media screen and (max-width: 1800px) {
    .container {
        width: 1600px;
    }

    #header .nav .ui.menu {
        width: 78%;
    }

    #index-body .init-about .right .imgbox {
        margin-right: calc((1570px - 100vw) / 2);
    }
}

@media screen and (max-width: 1700px) {
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        margin: 0 20px;
    }

    #index-body .init-about .right .imgbox {
        margin-right: calc((1370px - 100vw) / 2);
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
        max-width: 420px;
    }
}

@media screen and (max-width: 1450px) {
    body {
        font-size: 16px;
    }

    .btn-go {
        zoom: 0.9;
    }

    .pt-btn {
        zoom: 0.9;
    }

    .circle-container {
        zoom: 0.9;
    }

    #header .nav .ui.menu {
        width: 86%;
    }

    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        margin: 0 20px;
        font-size: 16px;
    }

    #index-body .init-about .right .imgbox {
        margin-right: calc((1170px - 100vw) / 2);
    }

    #index-body .init-strength .mk-list ul {
        margin: -20px;
    }

    #index-body .init-strength .mk-list ul li {
        padding: 20px;
    }

    #index-body .init-strength .mk-list ul li .box i {
        zoom: 0.9;
    }

    #index-body .init-application .right .zdy-tools {
        zoom: 0.9;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
        max-width: 320px;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
        max-width: 320px;
    }
}

@media screen and (max-width: 1250px) {
    #banner {
        margin-top: 60px;
    }

    #banner .banner-content {
        height: 40vw;
    }

    #banner .banner-content .swiper-slide .txt-content {
        padding-bottom: 60px;
    }

    #index-body .init-about .right .imgbox {
        margin-right: calc((940px - 100vw) / 2);
    }

    #index-body .init-strength .mk-list ul {
        margin: -10px;
    }

    #index-body .init-strength .mk-list ul li {
        padding: 10px;
        width: 50%;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
        max-width: 240px;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
        max-width: 240px;
    }
}

@media screen and (max-width: 1000px) {
    #banner .banner-content {
        height: 400px;
    }

    #banner .banner-content .swiper-slide .txt-content {
        padding-bottom: 0;
        justify-content: center;
    }

    #banner .banner-content .swiper-slide .txt-content .info .right {
        justify-content: flex-start;
        text-align: left;
    }

    .circle-container {
        zoom: 0.7;
    }

    #index-body .init-about .right .imgbox {
        margin-right: 0;
    }

    #index-body .init-about .mk-content {
        padding-bottom: 40px;
    }

    #index-body .init-application .mk-content {
        flex-wrap: wrap;
    }

    #index-body .init-application .mk-content .left {
        width: 700px;
        margin: 5% auto 0;
    }

    #index-body .init-application .right {
        width: 700px;
        margin: 0 auto;
    }

    #index-body .init-application .right .swiper {
        margin-top: 8%;
        width: 58%;
    }

    #index-body .init-application .right .zdy-tools {
        padding: 0;
    }

    #index-body .init-news .mk-content ul li .box {
        flex-wrap: wrap;
    }

    #index-body .init-news .mk-content ul li .box .txtbox {
        width: 100%;
        padding-right: 0;
        flex-wrap: wrap;
    }

    #index-body .init-news .mk-content ul li .box .imgbox {
        width: 100%;
        margin-top: 5%;
        display: block !important;
    }

    #index-body .init-news .mk-content ul li .box .txtbox .text {
        width: 100%;
    }

    #index-body .init-news .mk-content ul li .box .txtbox .text .desc {
        display: block !important;
    }

    #footer .footer-center .footer-t .footer-t-gird .link {
        display: none;
    }

    #footer .footer-center .footer-b p {
        justify-content: center;
    }

    #footer .footer-center .footer-b .con p {
        font-size: 16px;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
        max-width: 48%;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
        max-width: 48%;
    }

    #footer .footer-center .footer-b .con {
        justify-content: center;
    }
}

@media screen and (max-width: 700px) {
    body {
        font-size: 15px;
    }

    .btn-go {
        zoom: 0.8;
    }

    .pt-btn {
        zoom: 0.8;
    }

    .phone_hide {
        display: none;
    }

    #index-body .init-strength .mk-list ul li .box i {
        zoom: 0.7;
    }

    #index-body .init-application .right .zdy-tools {
        zoom: 0.8;
    }

    #index-body .init-application .mk-content {
        padding: 0 15px;
    }

    #index-body .init-application .mk-content .left {
        width: 100%;
    }

    #index-body .init-application .right {
        width: 100%;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
        max-width: 100%;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
        max-width: 100%;
        width: 100%;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.logo>img {
        zoom: 0.6;
    }
}

@media screen and (max-width: 500px) {
    #index-body .init-strength .mk-list ul li {
        width: 100%;
    }

    #index-body .init-application .right .swiper {
        width: 100%;
    }

    #index-body .init-news .mk-content>div {
        height: 425px;
    }
}

/*----- inner-page -----*/
.oxy-nav-menu .mb2-search input[type='submit'] {
    background-image: url(../images/icon-search-white.png);
}

#mobile3 .m-search form input[type='submit'] {
    background-image: url(../images/icon-search-white.png);
}

@media (max-width: 1250px) {
    #innerMobileBanner {
        margin-top: 60px;
    }
}

@media (max-width: 1000px) {
    #innerMobileBanner .banner2 .text {
        font-size: 26px;
    }
}

@media (max-width: 700px) {
    #innerMobileBanner .banner2 .text {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    #innerMobileBanner .banner2 .text {
        font-size: 22px;
    }
}


.inner-banner {
    margin-top: 100px;
}

.inner-banner .textcon {
    z-index: 0;
}

.inner-banner .textcon .title-box {
    min-height: 27.2vw;
}

.inner-banner .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/*
    product-page
==============================================*/
.inner-page .pro-box .pro-left {
    width: 22%;
    position: sticky;
    top: 135px;
}

.inner-page .pro-box .pro-left .menus>li {
    padding-bottom: 12px;
}

.inner-page .pro-box .pro-left .menus>li .menu-a {
    transition: all 0.5s;
    position: relative;
    padding-right: 30px;
}

.inner-page .pro-box .pro-left .menus>li .menu-a i{
    position: absolute;
    right: 0;
    top: 5px;
}

.inner-page .pro-box .pro-left .menus>li .sub-menu {
    padding-left: 5px;
    margin-top: 20px;
    display: none;
}

.inner-page .pro-box .pro-left .menus>li .sub-menu li {
    padding: 12px 0;
}

.inner-page .pro-box .pro-left .menus>li .sub-menu li a {
    color: #515151;
    transition: all 0.5s;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.inner-page .pro-box .pro-left .menus>li .sub-menu li a em {
    transition: all 0.5s;
    line-height: 1;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}

.inner-page .pro-box .pro-left .menus>li .sub-menu li a::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #515151;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    transition: all 0.5s;
}

.inner-page .pro-box .pro-left .menus>li .sub-menu li a:hover em {
    background-size: 100% 1px;
}

.inner-page .pro-box .pro-left .menus>li .sub-menu li.active a em {
    background-size: 100% 1px;
}

.inner-page .pro-box .pro-left .menus>li.active .menu-a {
    color: var(--color);
}

.inner-page .pro-box .pro-left .menus>li.active .menu-a i{
    transform: rotate(90deg);
}

.inner-page .pro-box .pro-left .menus>li:hover .menu-a {
    color: var(--color);
}

.inner-page .pro-box .pro-right {
    width: 74%;
}

.inner-page .pro-box .pro-right ul {
    margin: -32px -9px;
}

.inner-page .pro-box .pro-right ul li {
    padding: 32px 9px;
}

.inner-page .pro-box .pro-right ul li .box .imgbox {
    position: relative;
}

.inner-page .pro-box .pro-right ul li .box .imgbox .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    padding: 10px 20px;
    background-color: #fff;
}

.inner-page .pro-box .pro-right ul li .box:hover .imgbox .desc {
    opacity: 1;
}

.inner-page .pro-box .pro-right .fldesc {
    max-height: calc(28px * 10);
    overflow-y: auto;
    padding-right: 20px;
}

.product-page .product-2 {
    position: relative;
}

.product-page .product-2 .left .txtbox {
    background-color: #f1f1f1;
    padding: 30px 52px;
    height: 100%;
}

.product-page .product-2 .left .txtbox .desc {
    max-height: calc(30px * 6);
    overflow-y: auto;
    padding-right: 10px;
}

.inner-page .m-page {
    text-align: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    border-radius: 7px;
    background-color: #fff;
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    border: 1px solid #6c6c6c;
    margin-right: 5px;
}

.inner-page .m-page a.next {
    margin-left: 20px;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-color: #888888;
    color: #fff;
    border-color: transparent;
}

@media screen and (max-width: 1800px) {
    .inner-page .pro-box .pro-left {
        width: 22%;
    }
}

@media screen and (max-width: 1450px) {
    .inner-page .pro-box .pro-left .menus>li .sub-menu {
        margin-top: 6px;
    }

    .inner-page .pro-box .pro-left .menus>li .sub-menu li {
        padding: 5px 0;
    }
}

@media screen and (max-width: 1250px) {
    .inner-page .pro-box .pro-right {
        width: 76%;
    }

    .inner-page .pro-box .pro-right ul {
        margin: -12px;
    }

    .inner-page .pro-box .pro-right ul li {
        padding: 12px;
    }

    .product-page .product-2 .left .txtbox {
        padding: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .inner-page .pro-box .pro-left {
        display: none;
    }

    .inner-page .pro-box .pro-right {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .inner-page .pro-box .pro-right .flinfo {
        padding-left: 20px;
        padding-right: 20px;
    }
}




.product-page .product-2-0 {
    background: url(../images/about2-bg.jpg) no-repeat top -8% center;
}

.product-page .product-2-0 ul li {
    color: #fff;
    padding-bottom: 51px;
    position: relative;
}

.product-page .product-2-0 ul li .ig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.product-page .product-2-0 ul li .img {
    width: 50%;
}

.product-page .product-2-0 ul li .text {
    width: 50%;
    padding: 8% 0 106px 3%;
}

.product-page .product-2-0 ul li .text .con {
    font-size: 18px;
    line-height: 1.6;
    color: white;
    opacity: 0.65;
    margin-top: 26px;
}

.product-page .product-2-0 ul li .nr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 32px;
}

.product-page .product-2-0 ul li .nr .left {
    width: 62%;
    text-align: right;
    padding-right: 60px;
}

.product-page .product-2-0 ul li .nr .left span {
    font-size: 18px;
    line-height: 1.6;
    padding: 0 112px 0 21px;
    position: relative;
}

.product-page .product-2-0 ul li .nr .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}

.product-page .product-2-0 ul li .nr .left .title {
    font-size: 90px;
    line-height: 1;
    font-weight: bold;
}

.product-page .product-2-0 ul li .nr .right {
    width: 38%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.26;
}

.product-page .product-2-0 ul li:nth-child(odd) .ig {
    align-items: flex-end;
}

@media screen and (max-width: 1800px) {
    .product-page .product-2-0 ul li .nr .left .title {
        font-size: 78px;
    }
}

@media screen and (max-width: 1700px) {
    .product-page .product-2-0 ul li .nr .left .title {
        font-size: 68px;
    }

    .product-page .product-2-0 {
        background-position: top -4% center;
    }
}

@media screen and (max-width: 1450px) {
    .product-page .product-2-0 ul li .nr .left .title {
        font-size: 56px;
    }

    .product-page .product-2-0 ul li .text .con {
        font-size: 16px;
    }
}

@media screen and (max-width: 1250px) {
    .product-page .product-2-0 ul li .text {
        padding: 8% 0 40px 3%;
    }

    .product-page .product-2-0 ul li .nr .left .title {
        font-size: 44px;
    }
}

@media screen and (max-width: 1000px) {
    .product-page .product-2-0 ul li {
        padding-bottom: 0;
    }

    .product-page .product-2-0 ul li .ig {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-page .product-2-0 ul li .img {
        width: 100%;
    }

    .product-page .product-2-0 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .product-page .product-2-0 ul li .nr {
        position: initial;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .product-page .product-2-0 ul li .nr .left {
        text-align: left;
        width: 100%;
        padding-right: 0;
    }

    .product-page .product-2-0 ul li .nr .left .title {
        font-size: 38px;
        line-height: 1.4;
    }

    .product-page .product-2-0 ul li .nr .right {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .product-page .product-2-0 ul li .nr .left .title {
        font-size: 32px;
    }
}

@media screen and (max-width: 500px) {
    .product-page .product-2-0 ul li .nr .left .title {
        font-size: 26px;

    }
}





/*
    prodet-page
==============================================*/
.prodet-page .prodet-1 .prodet-right .prodetbox {
    width: 100%;
}

.prodet-page .prodet-1 .prodet-right .prodetbox .left {
    width: 40.25%;
    position: sticky;
    top: 135px;
}

.prodet-page .prodet-1 .prodet-right .prodetbox .left .bigImg {
    width: 100%;
}

.prodet-page .prodet-1 .prodet-right .prodetbox .right {
    width: 59.75%;
    padding-left: 5%;
}

.prodet-page .prodet-1 .prodet-right .prodetbox .right .cat_name {
    color: #515151;
}

.prodet-page .prodet-1 .prodet-right .prodetbox .right .prodet_name {
    max-width: 70%;
}

.prodet-page .prodet-1 .prodet-right .prodetbox .right .smallImg {
    width: 49%;
}

.prodet-page .prodet-1 .prodet-right .prodetbox .right .smallImg ul {
    margin: -10px;
}

.prodet-page .prodet-1 .prodet-right .prodetbox .right .smallImg ul li {
    padding: 10px;
}

.prodet-page .prodet-1 .prodet-right .prodetbox .right .smallImg ul li .box {
    display: block;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.prodet-page .prodet-1 .prodet-right .prodetbox .right .smallImg ul .slick-current .box {
    border-color: var(--color);
}

.prodet-page .prodet-1 .prodet-right .prodetbox .right .btns .btn-go {
    min-width: 252px;
    height: 46px;
}

.prodet-page .prodet-1 .prodet-right .prodetbox .right .prodet_con {
    border-top: 1px solid rgba(0, 0, 0, 0.29);
}

.prodet-page .prodet-1 .prodet-right .prodetbox .right .prodet_con .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.29);
}

.prodet-page .prodet-1 .prodet-right .prodetbox .right .prodet_con .item .txtbox {
    display: none;
}

.prodet-page .prodet-2 .mk-list ul li .box .imgbox {
    position: relative;
}

.prodet-page .prodet-2 .mk-list ul li .box .imgbox .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    padding: 10px 20px;
    background-color: #fff;
}

.prodet-page .prodet-2 .mk-list ul li .box:hover .imgbox .desc {
    opacity: 1;
}

.prodet-page .prodet-2 .pro-switch .swiper-button {
    position: static;
    width: auto;
    height: auto;
    margin-top: 0;
    color: #000;
}

.prodet-page .prodet-2 .pro-switch .swiper-button:after {
    font-size: 16px;
}

.prodet-page .prodet-2 .pro-switch .swiper-scrollbar {
    width: 140px;
    height: 10px;
    background-color: #ebebeb;
    border-radius: 5px;
}

.prodet-page .prodet-2 .pro-switch .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #000000;
}

.seoPublic .Auxil-through a {
    border: 0;
    padding: 5px 0;
    line-height: 1;
    height: auto;
    font-weight: 400;
    background: transparent;
}

@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .prodet-right .prodetbox .left {
        position: static;
    }

    .prodet-page .prodet-1 .prodet-right .prodetbox .right {
        margin-top: 4%;
    }

    .prodet-page .prodet-1 .prodet-right .prodetbox .right .prodet_name {
        max-width: 100%;
    }

    .prodet-page .prodet-1 .prodet-right .prodetbox .right .smallImg {
        width: 100%;
    }
}

.seoPublic>div {
    padding: 90px 0;
}

@media screen and (max-width: 1700px) {
    .seoPublic>div {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1450px) {
    .seoPublic>div {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1250px) {
    .seoPublic>div {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic>div {
        padding: 50px 0;
    }
}

@media screen and (max-width: 700px) {
    .seoPublic>div {
        padding: 40px 0;
    }
}

@media screen and (max-width: 500px) {
    .seoPublic>div {
        padding: 35px 0;
    }
}

/*==============================================
    prodet-page
*/

/*
    news-page
==============================================*/

.news-page .ui.container ul.newslist li {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
}

.news-page .ui.container ul.newslist li .column {
    vertical-align: top;
}

.news-page .ui.container ul.newslist li:last-child {
    margin-bottom: 0;
}

.news-page .ui.container ul.newslist li .date {
    min-width: 120px;
    width: 120px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-page .ui.container ul.newslist li .date span {
    color: var(--color);
    line-height: 1;
    text-align: center;
}

.news-page .ui.container ul.newslist li .date em {
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    color: var(--color);
    margin-top: 10px;
}

.news-page .ui.container ul.newslist li .text {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-left: 80px;
    display: flex;
}

.news-page .ui.container ul.newslist li .text .txtbox{
    width: 56%;
}

.news-page .ui.container ul.newslist li .text .imgbox{
    width: 33%;
}

.news-page .ui.container ul.newslist li .text .content {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-page .ui.container ul.newslist li .text h5 {
    margin-bottom: 20px;
    line-height: 1.5;
}

.news-page .ui.container ul.newslist li .text h5 a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.news-page .ui.container ul.newslist li .text h5 a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--color);
}

.news-page .ui.container ul.newslist li .text p {
    color: #a5a5a5;
    line-height: 2;
}

.news-page .ui.container ul.newslist li .text .content p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-page .ui.container ul.newslist li .img-box {
    max-height: 170px;
    overflow: hidden;
    width: 30%;
}
@media screen and (max-width: 1250px){
    .news-page .ui.container ul.newslist li .text{
        padding-left: 30px;
    }
}
@media screen and (max-width: 1000px){
    .news-page .ui.container ul.newslist li .text{
        flex-wrap: wrap;
    }
    .news-page .ui.container ul.newslist li .text .txtbox {
        width: 100%;
    }
    .news-page .ui.container ul.newslist li .text .imgbox {
        width: 100%;
        margin-top: 20px;
    }
}
@media screen and (max-width: 700px) {
    .news-page .ui.container ul.newslist li .text h5 {
        font-size: 20px;
    }

    .news-page .ui.container ul.newslist li {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 500px) {
    .news-page .ui.container ul.newslist li .date{
        display: none;
    }
    .news-page .ui.container ul.newslist li .text {
        width: 100%;
        padding-left: 0;
    }
}

/*==============================================
    news-page
*/


/*
    newdet-page
==============================================*/
.newdet-page .ui.container .newst {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newdet-page .ui.container .newst span {
    color: var(--color);
    font-weight: 500;
}

.newdet-page .ui.container .newst span em {
    color: #a5a5a5;
    font-weight: 400;
    margin-left: 10px;
}

.newdet-page .ui.container .content {
    color: #626262;
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
}

.newdet-page .ui.container .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0 30px;
    border-bottom: 1px solid #ccc;
}

.newdet-page .ui.container .bottom .sharebox {
    color: #222;
}

.newdet-page .ui.container .bottom .sharebox span {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
}

.newdet-page .ui.container .bottom .sharebox ul {
    width: auto;
    vertical-align: middle;
}

.newdet-page .ui.container .bottom .sharebox ul li {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    border-radius: 100%;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    line-height: 50px;
}

.newdet-page .ui.container .bottom .sharebox ul li a {
    font-size: 24px;
    color: var(--color);
}

.newdet-page .ui.container .bottom .tabbox .mores i {
    width: 50px;
    height: 50px;
    border: solid 1px #ccc;
    border-radius: 100%;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    font-size: 24px;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}


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



/*==============================================
    newdet-page
*/



/*
    contact-page
==============================================*/

.contact-page .contact-1 {
    text-align: center;
}

.contact-page .contact-1 .text {
    font-size: 20px;
    color: #626262;
    line-height: 1.6;
    max-width: 650px;
    display: block;
    margin: 1em auto 2em;
}

.contact-page .contact-1 .list ul {
    margin: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-page .contact-1 .list ul li {
    padding: 20px;
}

.contact-page .contact-1 .list ul li .box {
    padding: 35px 5% 15px;
    border: 1px solid #bfbfbf;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 100%;
    position: relative;
    top: 0;
}

.contact-page .contact-1 .list ul li .box i {
    display: block;
}

.contact-page .contact-1 .list ul li .box i img {
    display: block;
    margin: 0 auto;
}

.contact-page .contact-1 .list ul li .box span.h6 {
    font-size: 24px;
    color: #242424;
    margin: 1em 0 .5em;
    display: block;
}

.contact-page .contact-1 .list ul li .box p {
    color: #626262;
    line-height: 1.4;
    max-width: 400px;
    margin: auto;
}

.contact-page .contact-1 .list ul li .box:hover {
    border-color: var(--color);
    top: -20px;
}

.contact-page .map {
    position: relative;
    z-index: 1;
}

.contact-page .form ul {
    margin: -15px -7px;
}

.contact-page .form ul li {
    padding: 15px 7px;
}

.contact-page .form ul li input,
.contact-page .form ul li textarea {
    display: block;
    width: 100%;
    font-size: 18px;
    border-radius: 3px;
    padding: .6em 1em;
    border: 1px solid #ccc;
}

.contact-page .form ul li.wid-100 {
    width: 100%;
}

.contact-page .form ul li input::-webkit-input-placeholder,
.contact-page .form ul li textarea::-webkit-input-placeholder {
    color: #8e8e8e;
}

.contact-page .form ul li input:-moz-placeholder,
.contact-page .form ul li textarea:-moz-placeholder {
    color: #8e8e8e;
}

.contact-page .form ul li input::-moz-placeholder,
.contact-page .form ul li textarea::-moz-placeholder {
    color: #8e8e8e;
}

.contact-page .form ul li input:-ms-input-placeholder,
.contact-page .form ul li textarea:-ms-input-placeholder {
    color: #8e8e8e;
}

.contact-page .form ul li input::placeholder,
.contact-page .form ul li textarea::placeholder {
    color: #8e8e8e;
}

.contact-page .form ul li textarea {
    height: 150px;
}

.contact-page .form ul li input[type="submit"] {
    border: none;
    background: #c1c1c1;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .form ul li input[type="submit"]:hover {
    background: var(--color);
}

@media screen and (max-width: 1700px) {
    .contact-page .contact-1 .text {
        margin-bottom: 2em;
    }

    .contact-page .contact-1 .list ul li .box {
        padding: 15px 5%;
    }

    .contact-page .contact-1 .list ul li .box i img {
        max-height: 80px;
    }
}

@media screen and (max-width: 1000px) {
    .contact-page .contact-1 .list ul li {
        width: 50%;
    }
}

@media screen and (max-width: 1000px) {
    .contact-page .contact-1 .list ul li {
        width: 100%;
    }
}

/*==============================================
    contact-page
*/


/*
    factory-page
==============================================*/
.factory-page .factory-1 {
    padding-top: 100px;
    padding-bottom: 60px
}

.factory-page .factory-1 .left {
    vertical-align: middle
}

.factory-page .factory-1 .left .img video {
    display: block;
    width: 100%
}

.factory-page .factory-1 .right {
    vertical-align: middle;
    padding-left: 5%
}

.factory-page .factory-1 .right span.h2 {
    margin: 10px 0;
}

.factory-page .factory-1 .right span.h2 em {
    font-size: .875em
}

.factory-page .factory-1 .right a.more {
    margin-top: 2em
}

.factory-page .factory-2 {
    padding: 60px 0;
    background-color: var(--color);
    color: #fff;
    text-align: center
}

.factory-page .factory-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.factory-page .factory-2 ul li {
    padding: 5px;
    border-right: 1px solid #fff
}

.factory-page .factory-2 ul li span.h6 {
    font-weight: 500;
    font-size: 60px;
    display: block;
    line-height: 1.2
}

.factory-page .factory-2 ul li span.h6 sub {
    font-size: 50%;
    vertical-align: baseline
}

.factory-page .factory-2 ul li .text {
    color: inherit;
    margin-top: .5em
}

.factory-page .factory-2 ul li:last-child {
    border-right: none
}


.factory-page .factory-3 .top .left {
    vertical-align: bottom
}

.factory-page .factory-3 .top .left span.tag {
    margin-bottom: 1em
}

.factory-page .factory-3 .top .right {
    vertical-align: bottom;
}

.factory-page .factory-3 .top .right p {
    margin-left: 20px;
    display: flex;
    align-items: center;
    height: 40px;
    width: fit-content;
    padding: 0 20px;
    border: 1px solid var(--color);
    color: var(--color);
    font-size: 16px;
    transition: 0.5s;
}

.factory-page .factory-3 .top .right p.active {
    background-color: var(--color);
    color: white;
}

.factory-page .factory-3 .top .right p:first-child {
    margin-left: 0;
}


.factory-page .factory-3 .bottom .list ul {
    margin: -10px
}

.factory-page .factory-3 .bottom .list ul li {
    padding: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 10px;
    overflow: hidden
}

.factory-page .factory-3 .bottom .list ul li img {
    border-radius: 10px
}

.factory-page .factory-3 .bottom .list ul li a.img-box {
    display: block
}

.factory-page .factory-3 .bottom .list ul li span.h6 {
    display: block;
    margin-top: .6em;
    margin-bottom: 5px
}

.factory-page .factory-3 .bottom .list ul li time {
    display: block;
    color: #01a9f8
}

.factory-page .factory-4 {
    text-align: center;
    background-position: center;
    background-attachment: fixed;
    background-size: cover
}


@media screen and (max-width: 1700px) {
    .factory-page .factory-2 {
        padding: 40px 0
    }
}


@media screen and (max-width: 1250px) {
    .factory-page .factory-2 ul li span.h6 {
        font-size: 28px
    }

    .factory-page .factory-3 .top .left {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .factory-page .factory-1 .right {
        padding: 0;
        width: 100%
    }

    .factory-page .factory-1 .left {
        display: none
    }
}

@media screen and (max-width: 700px) {
    .factory-page .factory-2 ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .factory-page .factory-2 ul li {
        width: 100%;
        border: none
    }

    .factory-page .factory-2 ul li span.h6 {
        font-size: 24px
    }

    .factory-page .factory-3 .top .right a {
        font-size: 14px;
    }

    .factory-page .factory-3 .top .left {
        width: 100%;
    }

    .factory-page .factory-3 .top .right {
        margin-left: 0;
        width: 100%;
    }

    .factory-page .factory-3 .top .right a.more {
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
    .factory-page .factory-1 {
        padding-top: 40px
    }

    .factory-page .factory-2 ul li {
        width: 50% !important
    }

    .factory-page .factory-3 .top .right a {
        width: 100%;
        margin: 10px 0;
        justify-content: center;
        text-align: center;
        font-size: 16px;
    }
}

/*==============================================
    factory-page
*/


/*
    gallery-page
==============================================*/
.gallery-page {
    padding: 100px 0 80px
}

.gallery-page .bottom .list {
    margin: 90px 0
}

.gallery-page .bottom .list ul {
    margin: -35px -10px
}

.gallery-page .bottom .list ul li {
    padding: 35px 10px
}

.gallery-page .bottom .list ul li a.img-box {
    display: block
}

.gallery-page .bottom .list ul li a.img-box img {
    width: 100%
}

.gallery-page .bottom .list ul li a.img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/template/en/images/icon-zoom.png") center center no-repeat rgba(1, 169, 248, .7);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.gallery-page .bottom .list ul li a.img-box:hover:after {
    opacity: 1
}

.gallery-page .bottom .list ul li span.h6 {
    font-size: 16px;
    font-weight: 500;
    color: #120c0b;
    display: block;
    margin-top: .5em
}

@media screen and (max-width: 1700px) {
    .gallery-page .bottom .list ul li {
        width: 20%;
    }
}

@media screen and (max-width: 1250px) {
    .gallery-page .bottom .list ul li {
        width: 25%;
    }
}

@media screen and (max-width: 1000px) {
    .gallery-page .bottom .list ul li {
        width: 33.33333%;
    }
}

@media screen and (max-width: 700px) {
    .gallery-page .bottom .list ul li {
        width: 50%;
    }
}

/*==============================================
    gallery-page
*/

/*
    faq-page
==============================================*/
.faq-page .marginBox {
    text-align: center;
}

.faq-page .marginBox .box {
    margin-top: 50px;
    text-align: left;
}

.faq-page .marginBox .box .right {
    padding-left: 0;
    width: 100%;
}

.faq-page .marginBox .box .right .list ul li {
    margin-bottom: 20px;
    padding: 15px;
    background: #eee;
    border: 1px solid #bfbfbf;
}

.faq-page .marginBox .box .right .list ul li span.title {
    font-size: 26px;
    color: #242424;
    display: block;
    position: relative;
    padding-right: 25px;
}

.faq-page .marginBox .box .right .list ul li span.title i {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    cursor: hand;
}

.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
    content: '';
    background: black;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.faq-page .marginBox .box .right .list ul li span.title i:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-page .marginBox .box .right .list ul li .text {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 2;
    margin: 30px 0;
    display: none;
}

.faq-page .marginBox .box .right .list ul li.active {
    background: white;
}

.faq-page .marginBox .box .right .list ul li.active span.title i:before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}

.faq-page .marginBox .box .right .list ul li:last-child {
    margin-bottom: 0;
}

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

    .faq-page .marginBox .box .right .list ul li span.title,
    .faq-page .marginBox .box .right .list ul li .text {
        font-size: 16px;
    }

    .faq-page .marginBox .box .right .list ul li .text {
        margin: 20px 0;
    }

    .faq-page .marginBox .box .right .list ul li {
        padding: 10px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 1250px) {
    .faq-page .marginBox .box {
        margin-top: 30px;
    }

    .faq-page .marginBox .box .right {
        width: 100%;
        padding-left: 0;
    }
}

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

    .faq-page .marginBox .box .right .list ul li span.title,
    .faq-page .marginBox .box .right .list ul li .text {
        font-size: 14px;
    }

    .faq-page .marginBox .box .right .list ul li span.title {
        padding-right: 25px;
    }
}

/*==============================================
    faq-page
*/

/*
    customize-page
==============================================*/
.customize-page .customize-1 {
    position: relative;
    overflow: hidden
}

.customize-page .customize-1 .bg_fix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 690px
}

.customize-page .customize-1 .bg_fix:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0
}

.customize-page .customize-1 .bg_fix img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.customize-page .customize-1 .top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 47px;
    z-index: 1;
    position: relative
}

.customize-page .customize-1 .top .hu_h3 {
    color: #fff
}

.customize-page .customize-1 .top p {
    text-align: center;
    color: #fff;
    margin-top: 10px
}

.customize-page .customize-1 .top .line {
    height: 75px;
    width: 1px;
    background-color: rgba(255, 255, 255, .4);
    margin: 28px 0;
    position: relative
}

.customize-page .customize-1 .top .line:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    animation: 2s linear .5s infinite hua2
}

@keyframes hua2 {
    from {
        top: 0
    }

    to {
        top: 95%
    }
}

.customize-page .customize-1 .botF {
    padding: 0 90px;
    position: relative
}

.customize-page .customize-1 .bot {
    position: relative;
    overflow: hidden;
    margin: auto
}

.customize-page .customize-1 .bot .box {
    background-color: #fff;
    padding: 50px 0 40px;
    box-shadow: 0px 5px 15px rgb(102 102 102/30%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 420px;
    transition: all 0.5s;
}

.customize-page .customize-1 .bot .box .icon {
    border-radius: 50%;
    position: relative;
    height: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 111px
}

.customize-page .customize-1 .botF .swiper-button-next:after,
.customize-page .customize-1 .botF .swiper-button-prev:after {
    display: none;
}

.customize-page .customize-1 .bot .swiper-slide {
    padding: 15px;
}

.customize-page .customize-1 .bot .box:hover .icon:before {
    animation: img01anime 10s 0s linear infinite
}

.customize-page .customize-1 .bot .box:hover .icon:after {
    animation: img02anime 10s 0s linear infinite
}

.customize-page .customize-1 .bot .box .icon:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    border: 1.6px dashed var(--color)
}

.customize-page .customize-1 .bot .box .icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.6px dashed var(--color)
}

@keyframes img01anime {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes img02anime {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.customize-page .customize-1 .bot .box .icon img {
    width: 56px;
    transition: 0s
}

.customize-page .customize-1 .bot .box h4 {
    color: #333;
    margin-bottom: 5px;
    margin-top: 54px;
    text-align: center;
    padding: 0 30px;
    line-height: 1.2;
}

.customize-page .customize-1 .bot .box p {
    padding-right: 15px;
    height: 70px;
    overflow-y: auto;
    text-align: center;
    width: calc(100% - 60px);
    margin: 15px auto 0;
    color: rgba(0, 0, 0, 0.6);
}

.customize-page .customize-1 .bot .box:hover h4,
.customize-page .customize-1 .bot .box:hover p {
    color: #fff
}

.customize-page .customize-1 .bot .box:hover .icon img {
    filter: grayscale(10) brightness(10)
}

.customize-page .customize-1 .bot .box:hover .icon,
.customize-page .customize-1 .bot .box:hover .icon:before,
.customize-page .customize-1 .bot .box:hover .icon:after {
    border-color: #fff
}

.customize-page .customize-1 .bot .box:hover {
    background-color: var(--color)
}

.customize-page .customize-1 .bot {
    width: 100%;
    margin: auto;
    padding: 22px 0
}

@media screen and (max-width: 1450px) {
    .customize-page .customize-1 .botF {
        padding: 0;
    }
}


.customize-page .customize-2 .box {
    height: 700px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5%
}

.customize-page .customize-2 .box .mask i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.customize-page .customize-2 .box .mask i.active {
    opacity: 1
}

.customize-page .customize-2 .box .content {
    width: 660px;
    border: 1px solid #e5e5e5;
    padding: 4% 3%;
    position: relative;
    z-index: 1;
    background-color: #fff
}

.customize-page .customize-2 .box .content span.tag {
    display: block;
    color: #d4ab57;
    margin-bottom: .5em;
    font-weight: 500
}

.customize-page .customize-2 .box .content .text {
    margin: 1.5em 0;
    max-width: 90%
}

.customize-page .customize-2 .box .content .slickBtn {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right
}

.customize-page .customize-2 .slickBtn {
    font-size: 30px;
}

.customize-page .customize-2 .slickBtn div {
    background-color: #eaf5fa;
    color: var(--color);
    width: 40px;
    height: 40px;
}

.customize-page .customize-2 .slickBtn div i {
    font-size: 18px;
}

.customize-page .customize-2 .slickBtn div:hover {
    color: #fff;
    background-color: var(--color)
}

@media screen and (max-width: 1450px) {
    .customize-page .customize-2 .box {
        height: 600px
    }
}

@media screen and (max-width: 1250px) {
    .customize-page .customize-2 .box {
        height: 500px
    }

}

@media screen and (max-width: 1000px) {
    .customize-page .customize-2 .box {
        height: 420px
    }

    .customize-page .customize-2 .box .content {
        width: 80%;
    }

}

@media screen and (max-width: 700px) {
    .customize-page .customize-2 .box .content {
        max-width: 100%;
        width: 100%;
    }

    .customize-page .customize-2 .box {
        height: auto
    }

    .customize-page .customize-2 .box .content {
        background-color: rgba(255, 255, 255, .6)
    }
}

.customize-page .customize-3 {
    position: relative;
    overflow: hidden
}

.customize-page .customize-3 .icenter2 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.customize-page .customize-3 .icenter2 .le {
    overflow: hidden;
    position: relative;
    width: 44%;
}

.customize-page .customize-3 .icenter2 .le:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    z-index: 1
}

.customize-page .customize-3 .icenter2 .le:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0)
}

.customize-page .customize-3 .icenter2 .le img {
    height: 100%;
    transition: all 0.5s;
}

.customize-page .customize-3 .icenter2 .le:hover img {
    transform: scale(1.1)
}

.customize-page .customize-3 .icenter2 .ri {
    width: 50%
}

.customize-page .customize-3 .icenter2 .ri>ul {
    margin: 30px 0 0
}

.customize-page .customize-3 ul.list3 li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.customize-page .customize-3 ul.list3 li.active {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.customize-page .customize-3 ul.list3 li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 28px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee
}

.customize-page .customize-3 ul.list3 li .top em {
    margin-left: 25px;
}

.customize-page .customize-3 ul.list3 li .top i.fr {
    position: absolute;
    top: 35px;
    right: 25px
}

.customize-page .customize-3 ul.list3 li .content {
    padding: 10px 30px 20px;
    line-height: 1.8;
    display: none;
    font-size: 16px
}


@media only screen and (max-width: 1000px) {
    .customize-page .customize-3 .icenter2 {
        flex-flow: wrap
    }

    .customize-page .customize-3 .icenter2 .le {
        width: 100%;
        margin-bottom: 20px
    }

    .customize-page .customize-3 .icenter2 .ri {
        width: 100%
    }
}

/*==============================================
    customize-page
*/

/*
    about-page
==============================================*/
.tags:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #000;
}

.about-page .about-1 .box {
    height: 600px;
}

.about-page .about-1 .box .mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%;
}


.playbtn {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25);
    position: relative;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.playbtn::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    animation: ks2 2s linear infinite;
    background-color: rgba(255, 255, 255, 0.25);
    z-index: -1;
}

.about-page .about-1 .list li:not(.line) {
    min-width: 15%;
}

.about-page .about-1 .list span.h2 {
    opacity: .3;
    color: var(--color);
    line-height: 0.7;
}

.about-page .about-1 .list .line {
    height: 5.5em;
    width: 1px;
    background-color: rgba(122, 122, 122, 0.4);
}

.about-page .about-1 .list p {
    white-space: nowrap;
}


.about-page .about-2 i.bg {
    position: relative;
    background-color: white;
    z-index: -1;
}


.about-page .about-2 .left {
    width: 40%;
    position: -webkit-sticky;
    position: sticky;
    top: 15%;
}

.about-page .about-2 .right {
    width: 50%;
    padding-left: 8%;
    position: relative;
}

.about-page .about-2 .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.about-page .about-2 .right .tag ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}

.about-page .about-2 .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.about-page .about-2 .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.about-page .about-2 .right .tag ul li p {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: 700;
}

.about-page .about-2 .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0;
}

.about-page .about-2 .right .tag ul li.current p {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.about-page .about-2 .right .content ul li {
    padding: 40px 24px 40px 43px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-page .about-2 .right .content ul li .tit {
    line-height: 1;
    color: #030303;
    font-weight: 700;
}

.about-page .about-2 .right .content ul li .con {
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 21px;
}

.about-page .about-2 .right .content ul li:last-child {
    margin-bottom: 0;
}

.about-page .about-2 .right .content ul li.active {
    background: #f5f5f5;
}

.about-page .about-2 i.bg em {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: white;
    z-index: 1;
}

.about-page .about-4 .list .box {
    padding: 6.5%;
    background-color: white;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.about-page .about-4 .list .box .star {
    color: var(--color);
    line-height: 1;
}

.about-page .about-4 .list ul li {
    padding-bottom: 15px;
    padding-top: 15px;
}

.about-page .about-4.list .box .text {
    line-height: 30px;
}

@media screen and (max-width: 1250px) {
    .about-page .about-1 .box {
        height: 400px;
    }
}

@media screen and (max-width: 1000px) {
    .about-page .about-1 .top .right {
        text-align: left;
        margin-top: 20px;
    }

    .about-page .about-1 .box {
        height: 320px;
    }

    .about-page .about-1 .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-page .about-1 .list ul li.line {
        display: none;
    }

    .about-page .about-1 .list ul li {
        width: 49%;
        padding: 10px 0;
        border-bottom: 1px solid rgba(122, 122, 122, 0.4);
    }

    .about-page .about-2 .right .content {
        padding-left: 80px;
    }
    .about-page .about-2 .right .content ul li{
        min-height: 320px;
    }
    .about-page .about-2 .left {
        position: static;
    }
    .hide-1000{
      display: none!important;
    }
}

@media screen and (max-width: 700px) {
    .about-page .about-2 .right .content ul li {
        padding: 5%;
    }
}

@media screen and (max-width: 500px) {
    .about-page .about-1 .box {
        height: 240px;
    }
}

.about-page .about-4-0 .mk-list .swiper {
    perspective: 1200px;
}

.about-page .about-4-0 .mk-list ul {
    transform-style: preserve-3d;
}

.about-page .about-4-0 .mk-list{
  position: relative;
}
.about-page .about-4-0 .mk-list .tools .swiper-pagination{
  position: static;
  width: auto;
}
.about-page .about-4-0 .mk-list .tools .swiper-scrollbar{
  height: 2px;
  width: 315px;
}
.about-page .about-4-0 .mk-list .tools .cir {
    background-color: transparent;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}
.about-page .about-4-0 .mk-list .tools .cir::after{
  content:'';
  display: block;
  width: 100%;
  height: 100%;border-radius: 50%;
  border: 3px solid #959595;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}

.about-page .about-4-0 .mk-list .tools .cir svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-page .about-4-0 .mk-list .tools .cir circle {
    opacity: 0;
    transition: all 0.5s;
}
.about-page .about-4-0 .mk-list .tools .cir circle.ani{
    animation: rotate 5s linear ;
    /*animation: rotateWithDelay 6.5s linear infinite;*/
}
.about-page .about-4-0 .mk-list .tools .cir circle {
    opacity: 1;
    /*animation-delay: 0s;*/
}

.about-page .about-4-0 .mk-list .tools .cir circle.delayed {
    /*animation-delay: 1.5s;*/
}

@keyframes rotate {
    from {
        stroke-dashoffset: 95px;
    }

    to {
        stroke-dashoffset: 0;
    }
}
/*==============================================
    about-page
*/

/*
    oemodm2-page
==============================================*/
.oemodm2-page .oemodm2-1 span.h6 {
    line-height: 1.2;
    max-width: 600px;
}

.oemodm2-page .oemodm2-1 .play path {
    fill: none;
}

.oemodm2-page .oemodm2-1 .play i {
    font-size: 3em;
}

.oemodm2-page .oemodm2-1 .play svg {
    height: 100%;
    letter-spacing: .05em;
    font-weight: 500;
    -webkit-animation: xz 5s linear infinite;
    -moz-animation: xz 5s linear infinite;
    animation: xz 5s linear infinite;
}

.oemodm2-page .oemodm2-1 .play>img {
    margin-left: -15%;
}

.oemodm2-page .oemodm2-1 .content .img img {
    width: auto;
    max-width: none;
}

.oemodm2-page .oemodm2-2 .top .text {
    font-weight: 500;
}

.oemodm2-page .oemodm2-3 {
    overflow: hidden;
}

.oemodm2-page .oemodm2-3 .list .slick-list {
    overflow: unset;
}

.oemodm2-page .oemodm2-3 .list li {
    margin-right: 7.8vw;
    position: relative;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
}

.oemodm2-page .oemodm2-3 .list li span.h6 {
    color: white;
    line-height: 1.2;
}

.oemodm2-page .oemodm2-3 .list li.ie1 {
    width: 21.8vw !important;
}

.oemodm2-page .oemodm2-3 .list li.ie1 span.h6 {
    position: absolute;
    transform-origin: left center;
    transform: rotate(-90deg);
    left: 0;
    bottom: 2%;
    width: 120%;
}

.oemodm2-page .oemodm2-3 .list li.ie2 {
    width: 33.3vw !important;
}

.oemodm2-page .oemodm2-3 .list li.ie2 span.h6 {
    margin-top: -5%;
}

.oemodm2-page .oemodm2-4 span.h6 {
    line-height: 1.2;
}

.oemodm2-page .oemodm2-4 .text {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
}

.oemodm2-page .oemodm2-4 .box .left {
    position: sticky;
    top: 120px;
}

@media screen and (max-width: 1000px) {
    .oemodm2-page .oemodm2-4 .box .left {
        position: static;
    }

    .oemodm2-page .oemodm2-3 .list li.ie2 {
        width: 60vw !important;
    }

    .oemodm2-page .oemodm2-3 .list li.ie1 {
        width: 40vw !important;
    }

    .oemodm2-page .oemodm2-3 .list li span.h6 {
        zoom: .5;
    }

    .oemodm2-page .oemodm2-2 .top .img,
    .oemodm2-page .oemodm2-1 .bottom .img,
    .oemodm2-page .oemodm2-2 .bottom .img {
        transform: translateX(0);
        width: 100%;
    }

    .oemodm2-page .oemodm2-2 .top .content,
    .oemodm2-page .oemodm2-1 .bottom .content,
    .oemodm2-page .oemodm2-2 .bottom .content {
        width: 100%;
    }

    .oemodm2-page .oemodm2-2 .top,
    .oemodm2-page .oemodm2-1 .bottom,
    .oemodm2-page .oemodm2-2 .bottom {
        flex-wrap: wrap;
    }

    .oemodm2-page .oemodm2-1 .content .img {
        margin-top: 30px;
    }

    .oemodm2-page .oemodm2-1 .content .img img {
        max-width: 100%;
    }
}

@keyframes xz {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*==============================================
    oemodm2-page
*/

#sidebar ul li.shopping_cart {
    position: relative;
}

#sidebar ul li.shopping_cart em {
    position: absolute;
    left: 52%;
    top: 3%;
    font-size: 15px;
    border-radius: 50%;
    background-color: #d9272c;
    text-align: center;
    width: 22px;
    height: 22px;
}

#cart .box.two {
    display: block !important;
}

.download-page .download-1 .content-box {
    padding: 42px 32px;
    background: #f1f1f1;
    border-radius: 8px;
}

.download-page .download-1 .content-box .search1 {
    margin-top: 0px;
}

.download-page .download-1 .content-box .search1 form {
    position: relative;
}

.download-page .download-1 .content-box .search1 input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: white;
    border: none;
    border-radius: 10px;
    font-size: 18px;
}

.download-page .download-1 .content-box .search1 input:first-child {
    padding-right: 60px;
}

.download-page .download-1 .content-box .search1 input[type="submit"] {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../images/search.png) no-repeat center;
}

.download-page .download-1 .list .the_head {
    background-color: #444;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 86px;
    width: 100%;
}

.download-page .download-1 .list .dw-list li .column {
    display: block;
    padding: 10px;
    border: 1px solid rgba(68,68,68,0.54);
    border-top: none;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-page .download-1 .list .dw-list li .column.img {
    border-left: 1px solid rgba(68,68,68,0.54);
    /*padding: 88px 20px;*/
}

.download-page .download-1 .list .dw-list li .column img {
    max-height: 90%;
    vertical-align: middle;
}

.download-page .download-1 .list .dw-list li .sTitle {
    line-height: 1.6;
    height: auto;
    width: 33.33%;
    border: none;
}

.download-page .download-1 .list .dw-list li .downbtn .btntxt{
    min-width: 238px;
    width: auto;
    padding: 0 25px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background-color: #1d2088;
    border: 1px solid transparent;
    transition: all 0.5s;
}
.download-page .download-1 .list .dw-list li .downbtn i{
    background-color: #1d2088;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    padding: 0 30px;
    border: 1px solid transparent;transition: all 0.5s;
}
.download-page .download-1 .list .dw-list li .downbtn i img{
    filter: brightness(0) invert(1);
    transition: all 0.5s;
}
.download-page .download-1 .list .dw-list li .downbtn:hover .btntxt{
    background-color: #444;
}
.download-page .download-1 .list .dw-list li .downbtn:hover i{
    background-color: #444;
}

.download-page .download-1 .list ul li:hover {
    background: #f1f1f1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    transition: 0.3s ease;
    position: relative;
    z-index: 5;
}
.download-page .download-2 .mk-list ul li video{
    width: 100%;
}

.download-page .download-2 .mk-list ul li .imgbox{

}
.play_icosj {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.play_icosj i {
  font-size: 36px;
  color: var(--color);
}
.play_icosj::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.26);
  z-index: -1;
}
.play_icosj::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.658);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -1;
}


@media screen and (max-width: 1450px){
    .download-page .download-1 .list .dw-list li .column.img{
        padding: 40px 20px;
    }
    .download-page .download-1 .list .dw-list li .downbtn{
        zoom: 0.8;
    }
}
@media screen and (max-width: 1000px) {
    .play_icosj{
        zoom:0.8;
    }
    .download-page .download-1 .list .dw-list {
        width: 100%;
        overflow-x: auto;
    }

    .download-page .download-1 .list .dw-list .minwi {
        width: 670px;
    }
    .download-page .download-1 .list .dw-list li .downbtn{
        zoom: 0.6;
    }
}

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

}

.sustainability-page .sustainability-1{
    position: relative;
}
.sustainability-page .sustainability-1 .bg{
    position: absolute;
    right: 5%;
    top: -5%;
    max-width: 30%;
}
#mobile2 .logo img{
    filter: brightness(0) invert(1);
}