.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);
}

#mobile2 {
    z-index: 220;
}

#mobile3 {
    z-index: 220;
}

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

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

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

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

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

body {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 18px;
    --color: #df0722;
    margin: 0 auto;
}

.container {
    width: 1710px;
}

.bigtt-zt {
    font-family: "Poppins";
    font-weight: bold;
}

.fam-myriad {
    font-family: "Myriad Pro";
}

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

#header .nav {
    position: relative;
    height: 100px;
    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-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

#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 20px;
    font-size: 20px;
    font-weight: 300;
    height: 100%;
    color: #666666;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 100;
    float: left;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    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;
}

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

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active>a::before {
    opacity: 1;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a {
    display: block;
    position: relative;
    padding-left: 18px;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a::before {
    content: "-";
    display: inline-block;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li 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;
    font-size: 15px;
    background: #fff;
    top: 100%;
    left: -10px;
    min-width: 180px;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-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;
    -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    -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 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;
    -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%;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    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: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    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: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    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 {
    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;
}

#header .nav .ui.menu .right .h-language {
    position: relative;
    cursor: pointer;
    margin: 0 60px 0 45px;
}

#header .nav .ui.menu .right .h-language span img {
    -webkit-filter: grayscale(1) brightness(2);
    filter: grayscale(1) brightness(2);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#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;
    -o-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;
    -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
    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: -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: 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;
}

#header .nav .ui.menu .right .h-language:hover img {
    -webkit-filter: none;
    filter: none;
}

#header .nav .ui.menu .right .h-search {
    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-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

#header .nav .ui.menu .right .h-search img {
    -webkit-filter: grayscale(1) brightness(2);
    filter: grayscale(1) brightness(2);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#header .nav .ui.menu .right .h-search:hover img {
    -webkit-filter: none;
    filter: none;
}


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

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

#banner .banner-content .swiper-slide .txt-content {
    height: 100%;
}

#banner .banner-content .swiper-slide .txt-content h3 .circle-container {
    width: 123px;
    height: 123px;
    border-radius: 50%;
    background-color: #ffffff;
    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-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

#banner .banner-content .swiper-slide .txt-content h3 .circle-container svg {
    fill: #b2b2b2;
}

#banner .banner-content .swiper-slide .txt-content h3 .circle-container .rotating-text {
    -webkit-animation: rotate 15s linear infinite;
    -moz-animation: rotate 15s linear infinite;
    -o-animation: rotate 15s linear infinite;
    animation: rotate 15s linear infinite;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    font-weight: 300;
}

#banner .banner-content .swiper-slide .txt-content h3 .circle-container>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

#banner .banner-content .swiper-slide .txt-content h3 em {
    max-width: 690px;
    line-height: 1.2;
}

#banner .banner-content .swiper-tool-box {
    width: 100%;
    position: absolute;
    bottom: 20%;
    left: 0;
    z-index: 1;
}

#banner .banner-content .swiper-tool-box .swiper-tool {
    position: relative;
    width: auto;
    height: 20px;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination {
    width: auto;
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
    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-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.2);
}

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

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

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

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

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

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

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

.btn-go {
    width: auto;
    min-width: 188px;
    padding: 0 55px 0 15px;
    height: 46px;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid transparent;
    background-color: var(--color);
    font-size: 18px;
    position: relative;
    color: #000;
    cursor: pointer;
}

.btn-go em {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-go span {
    background-color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.btn-go span img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-go:hover {
    border-color: var(--color) !important;
    background-color: #fff;
}

.btn-go:hover em {
    color: var(--color);
}

.btn-go:hover span {
    background-color: var(--color);
    border-color: transparent !important;
}

.btn-go:hover span img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.btn-go.tm {
    border-color: #4c4c4c;
    background-color: transparent;
}

.btn-go.tm em {
    color: #4d4d4d;
}

.btn-go.tm span {
    border: solid 1px #4c4c4c;
}

.btn-go.tm span img {
    -webkit-filter: grayscale(1) brightness(2);
    filter: grayscale(1) brightness(2);
}

.btn-go.tm:hover {
    background-color: var(--color);
}

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

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

.btn-go.tm:hover span img {
    -webkit-filter: none;
    filter: none;
}

#index-body .init-1 .mk-content .left {
    width: 50%;
}

#index-body .init-1 .mk-content .right {
    width: 50%;
    padding-left: 5%;
}

#index-body .init-1 .mk-content .right .desc {
    color: #585858;
    max-height: 330px;
    overflow-y: auto;
}

#index-body .init-2 {
    background-color: #f3f5f7;
    overflow: hidden;
}

/*#index-body .init-2 .wave {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -25%;
}*/

#index-body .init-2 .waves {
  position: absolute;
  height: 580px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

#index-body .init-2 .list {
    padding: 0 180px;
}

#index-body .init-2 .list ul li .box {
    width: 100%;;
    transition: all 1s;
    height: 488px;
    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-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: translateX(0);
}

#index-body .init-2 .list ul li .box .imgbox {
    overflow: visible;
    position: relative;
}
#index-body .init-2 .list ul li .box .imgbox img{
    max-width: 70%;
}

#index-body .init-2 .list ul li .box .imgbox .bg {
    opacity: 0;
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 0.5s;
}
#index-body .init-2 .list ul li.swiper-slide-active .box .imgbox .bg{
    opacity: 1;
}

#index-body .init-2 .list ul li .box .txt-box .tt {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-body .init-2 .list ul li.swiper-slide-active .box {
    width: 235%;
    transform: translateX(-25%);
}

#index-body .init-2 .list ul li.swiper-slide-active .box .txt-box .tt {
    font-size: 30px;
}

#index-body .init-3 .mk-content .left {
    width: 42%;
}

#index-body .init-3 .mk-content .left .desc {
    max-height: 330px;
    overflow-y: auto;
}

#index-body .init-3 .mk-content .right {
    width: 58%;
    padding-left: 4%;
}

#index-body .init-3 .mk-content .right .swiper {
    padding-left: 8%;
}

#index-body .init-3 .mk-content .right ul {
    pointer-events: none;
}

#index-body .init-3 .mk-content .right ul li .box {
    position: relative;
    z-index: 99;
}

#index-body .init-3 .mk-content .right ul li .box .imgbox {
    border-radius: 10px;
    overflow: hidden;
}

#index-body .init-3 .mk-content .right ul li .box .imgbox img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

#index-body .init-3 .mk-content .right ul li .box .txtbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 19, 33, 0.8)), color-stop(29%, rgba(0, 19, 33, 0.1)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 19, 33, 0.8) 0%, rgba(0, 19, 33, 0.1) 29%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 19, 33, 0.8) 0%, rgba(0, 19, 33, 0.1) 29%);
    background-image: -o-linear-gradient(bottom, rgba(0, 19, 33, 0.8) 0%, rgba(0, 19, 33, 0.1) 29%);
    background-image: linear-gradient(0deg, rgba(0, 19, 33, 0.8) 0%, rgba(0, 19, 33, 0.1) 29%);
    z-index: 100;
    pointer-events: all;
}

#index-body .init-3 .mk-content .right ul li .box .txtbox .tt {
    display: block;
    padding: 32px;
    color: #fff;
    width: 100%;
}

#index-body .init-3 .mk-content .right ul li .box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    pointer-events: none;
}

#index-body .init-3 .mk-content .right ul li.swiper-slide-active .box::after {
    opacity: 0;
}

#index-body .init-4 {
    background-color: #f3f5f7;
}

#index-body .init-4 .list ul li .box {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

#index-body .init-4 .list ul li .box .tag {
    width: 10%;
    min-width: 28px;
}

#index-body .init-4 .list ul li .box .tag img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

#index-body .init-4 .list ul li .box .inner {
    width: 90%;
    padding: 45px;
}

#index-body .init-4 .list ul li .box .inner .ico span i {
    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-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #cbced5;
}

#index-body .init-4 .list ul li .box .inner .ico span em {
    color: #4d4d4d;
}

#index-body .init-4 .list ul li .box .inner .tt {
    height: 3em;
}

#index-body .init-4 .list ul li .box .inner .desc {
    color: #666666;
    height: 4.5em;
    overflow-y: auto;
}

#index-body .init-5 .mk-content {
    border-radius: 10px;
    overflow: hidden;
}

#index-body .init-5 .mk-content h2 {
    max-width: 695px;
    text-shadow: 2px 2px 5px #000;
}

#index-body .init-5 .mk-content .desc {
    max-width: 950px;
    text-shadow: 2px 2px 5px #000;
}

.zdyqh .swiper-button {
    width: 45px;
    height: 45px;
    border: solid 1px #999999;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.zdyqh .swiper-button::after {
    font-size: 16px;
    color: #999999;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.zdyqh .swiper-button:hover {
    background-color: var(--color);
    border-color: var(--color);
}

.zdyqh .swiper-button:hover::after {
    color: #ffffff;
}

.zdy.swiper-pagination {
    position: static;
    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-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.zdy.swiper-pagination span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #b3b3b3;
    opacity: 1;
    border-radius: 5px;
    margin: 0 8px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.zdy.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 62px;
    height: 12px;
    background-color: var(--color);
}

#footer {
    background-color: #f6f7f9;
}

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

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

#footer .footer-center .footer-t .footer-t-gird .t-list p {
    color: #141414;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list.contact span {
    position: relative;
    padding-left: 30px;
    color: #000000;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact span i {
    width: 17px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 6px;
    left: 0;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact span h4 {
    display: inline-block;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link span {
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link span a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link span::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--color);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link span:hover {
    color: var(--color);
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link span:hover a {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link span:hover::before {
    opacity: 1;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form {
    position: relative;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input {
    background-color: transparent;
    border: 0;
    border-radius: 6px;
    border: solid 1px #e5e5e5;
    width: 100%;
    height: 60px;
    padding: 5px 32px;
    margin-top: 20px;
    color: #000000;
    background-image: url(../images/f-line.png);
    background-repeat: no-repeat;
    background-position: 22px center;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input::-webkit-input-placeholder {
    color: #666;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input:-moz-placeholder {
    color: #666;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input::-moz-placeholder {
    color: #666;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input:-ms-input-placeholder {
    color: #666;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input::-ms-input-placeholder {
    color: #666;
    font-weight: 400;
}

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

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form textarea {
    background-color: transparent;
    border: 0;
    border-radius: 6px;
    border: solid 1px #e5e5e5;
    width: 100%;
    height: 99px;
    padding: 5px 32px;
    margin-top: 20px;
    color: #000000;
    background-image: url(../images/f-line.png);
    background-repeat: no-repeat;
    background-position: 22px 10px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form textarea::-webkit-input-placeholder {
    color: #666;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form textarea:-moz-placeholder {
    color: #666;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form textarea::-moz-placeholder {
    color: #666;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form textarea:-ms-input-placeholder {
    color: #666;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form textarea::-ms-input-placeholder {
    color: #666;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form textarea::placeholder {
    color: #666;
    font-weight: 400;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form .send {
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 15px;
    bottom: 10px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form .send:hover img {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

#footer .footer-center .footer-b {
    border-top: 1px solid #e6e6e6;
}

#footer .footer-center .footer-b .con {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#footer .footer-center .footer-b .con .left .go_top {
    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-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--color);
    cursor: pointer;
    position: relative;
    color: #fff;
}

#footer .footer-center .footer-b .con .left .go_top::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: rgba(223, 7, 32, 0.4);
}

#footer .footer-center .footer-b .con .left .share li {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#footer .footer-center .footer-b .con .left .share li a {
    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-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    background-color: #ffffff;
    border-radius: 4px;
    color: var(--color);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#footer .footer-center .footer-b .con .left .share li a:hover {
    color: #fff;
    background-color: var(--color);
}

#footer .footer-center .footer-b .con .left .share li.ewm {
    position: relative;
}

#footer .footer-center .footer-b .con .left .share li.ewm #ewm {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

#footer .footer-center .footer-b .con .left .share li.ewm:hover #ewm {
    width: 120px;
    height: 120px;
}

#footer .footer-center .footer-b .con .right p {
    color: #959595;
}

#footer .footer-center .footer-b .con .right p span {
    margin: 0 10px;
    line-height: 1
}

#footer .footer-center .footer-b .con .right p img {
    width: 220px;
    height: auto;
    padding-top: 5px;
    opacity: 0.4;
}

#footer .footer-center .footer-b .con .right p svg {
    width: auto;
    max-height: 36px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    fill: #959595;
}

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

    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
        margin: 0 15px;
    }
    #index-body .init-2 .list ul li .box {
        height: 440px;
    }
}

@media screen and (max-width: 1700px) {
    #index-body .init-2 .list {
        padding: 0 160px;
    }

    #index-body .init-4 .list ul li .box .inner {
        padding: 25px;
    }

    #index-body .init-4 .list ul li .box .inner .ico {
        gap: 30px;
    }

    .btn-go {
        zoom: 0.9;
    }

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

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

    #index-body .init-2 .list {
        padding: 0 100px;
    }

    #index-body .init-4 .list ul li .box .inner .ico {
        gap: 15px;
    }

    #header .nav .ui.menu .right .h-language {
        margin: 0 25px 0 20px;
    }

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

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

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

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

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

@media screen and (max-width: 1250px) {
    #banner .banner-content {
        height: 40vw;
    }

    #index-body .init-2 .list ul li .box {
        height: 360px;
    }

    #index-body .init-5 .mk-content h2 {
        max-width: 100%;
    }

    #index-body .init-5 .mk-content .desc {
        max-width: 100%;
    }

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

    #banner {
        margin-top: 60px;
    }

    #banner .banner-content .swiper-slide .txt-content h3 .circle-container {
        zoom: 0.8;
    }

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

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

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

    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input {
        height: 44px;
        padding: 5px 16px;
        background-position: 8px center;
    }

    #footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form textarea {
        height: 74px;
        padding: 5px 16px;
        background-position: 8px 8px;
    }

    #footer .footer-center .footer-b .con .right .f-logo {
        height: 80px;
    }

    #footer .footer-center .footer-b .con .right p svg {
        max-height: 26px;
    }

    #footer .footer-center .footer-b .con .left .share {
        zoom: 0.8;
    }
}

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

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

    #footer .footer-center .footer-b p {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

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

    #index-body .init-1 .mk-content .right {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }

    #index-body .init-2 .list {
        padding: 0 32px;
    }

    #index-body .init-2 .list ul li.swiper-slide-active .box {
        width: 100%;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    #index-body .init-2 .list ul li .box {
        height: auto;
    }
    #index-body .init-2 .list ul li .box .imgbox{
        text-align: center;
    }
    #index-body .init-2 .list ul li .box .imgbox .bg{
        display: none;
    }

    #index-body .init-2 .wave {
        bottom: -64%;
    }

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

    #index-body .init-3 .mk-content .right {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }

    #index-body .init-4 .list ul li .box .inner {
        padding: 20px;
    }

    #index-body .init-4 .list ul li .box .inner .ico span i {
        zoom: 0.8;
    }

    #banner .banner-content .swiper-tool-box {
        bottom: 28px;
    }

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

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

    #footer .footer-center .footer-b .con {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #footer .footer-center .footer-b .con .left {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #footer .footer-center .footer-b .con .left .go_top {
        display: none;
    }

    #footer .footer-center .footer-b .con .left .share {
        margin-top: 0;
        margin-bottom: 30px;
    }

    #footer .footer-center .footer-b .con .right {
        text-align: center;
    }

    #footer .footer-center .footer-b .con .right .f-logo {
        height: 60px;
    }
}

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

    .btn-go {
        zoom: 0.8;
    }

    .phone_hide {
        display: none;
    }

    #banner .banner-content .swiper-slide .txt-content h3 .circle-container {
        zoom: 0.6;
    }

    #banner .banner-content .swiper-tool-box .swiper-tool {
        zoom: 0.8;
    }

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

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

    #footer .footer-center .footer-b .con .right .f-logo {
        height: 40px;
    }
}

@media screen and (max-width: 500px) {
    #index-body .init-2 .list {
        padding: 0;
    }
}


/*----- inner page -----*/
.inner_banner {
    position: relative;
    z-index: 0;
}

.inner_banner .textAniC {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.inner_banner .textAniC .text .c {
    font-size: 300px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f6f6f6;
    line-height: 0.9;
    white-space: nowrap;
    width: 5000px;
    animation: transAni2 60s linear infinite;
}

.inner_banner .container {
    position: relative;
    z-index: 2;
}

.inner_banner .innerBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inner_banner .cont {
    padding: 100px 0 80px 0;
}

.inner_banner .cont .title {
    font-weight: bold;
}

.inner_banner .cont .mbx {
    font-size: 0;
    font-weight: bold;
    margin-top: 10px;
}

.inner_banner .cont .mbx span {
    font-size: 20px;
    padding-left: 20px;
    position: relative;
}

.inner_banner .cont .mbx a {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.inner_banner .cont .mbx a:hover {
    color: #bf0000;
}

.inner_banner .cont .mbx a:first-child {
    padding-left: 0;
}

.inner_banner .cont .mbx a:first-child::before {
    display: none;
}

.inner_banner .cont .mbx a:before,
.inner_banner .cont .mbx span:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 2px;
    top: 13px;
    left: 7px;
    background-color: #000;
}

@media (max-width: 1450px) {
    .inner_banner .textAniC .text .c {
        font-size: 280px;
    }
}

@media (max-width: 1250px) {
    .inner_banner {
        display: none;
    }

    #innerMobileBanner {
        margin-top: 60px;
    }
}

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


@keyframes transAni2 {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}



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

.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    border: 1px solid #999;
    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: var(--color);
    color: #fff;
    border: 1px solid var(--color);
}




/*
    product-page
==============================================*/

.pro-box .pro-left {
    width: 340px;
    position: sticky;
    top: 135px;
    float: left;
}

.pro-box .pro-left .menus {

    margin-bottom: 50px;
}

.pro-box .pro-left .menus>li {
    border-radius: 5px;
    border-top: none;
    margin-bottom: 10px;
}

.pro-box .pro-left .menus>li:last-child {
    margin-bottom: 0;
}

.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
    right: 0;
}

.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
    color: white;
}

.pro-box .pro-left .menus>li.active .menu-a i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.pro-box .pro-left .menus>li .menu-a {
    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;
    height: 60px;
    padding: 0 70px 0 27px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 5;
}

.pro-box .pro-left .menus>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -webkit-calc(100% - 8px);
    right: -moz-calc(100% - 8px);
    right: calc(100% - 8px);
    top: 0;
    background-color: var(--color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.pro-box .pro-left .menus>li .menu-a i {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu {
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}

.pro-box .pro-left .menus>li.active .sub-menu {
    /*display: block;*/
}

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

.pro-box .pro-left .menus>li .sub-menu li a {
    font-size: 20px;
    color: #666;
    transition: all 0.5s;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 10px 0 15px 0;
}

.pro-box .pro-left .menus>li .sub-menu li:last-child a {
    border: none;
}

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

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


.product-page .pro-box .product-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 35px;
    margin-left: auto;
}

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

.product-page .pro-box .product-right ul li {
    padding: 0 12px;
    margin-bottom: 30px;
}

.product-page .pro-box .product-right ul li:hover .img-box {
    border: 1px solid var(--color);
}

.product-page .pro-box .product-right ul li .img-box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.product-page .pro-box .product-right .text {
    margin-bottom: 30px;
}

.product-page .pro-box .product-right .text h3 {
    font-size: 30px;

    margin-bottom: 10px;
}

.product-page .pro-box .product-right .text {
    color: #666;
}

.product-page .pro-box .product-right ul li .img-box:hover .icon {
    opacity: 1;
}

.product-page .pro-box .product-right ul li .img-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.product-page .pro-box .product-right ul li .img-box .icon a {
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.product-page .pro-box .product-right ul li .img-box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active {
    background-color: var(--color);
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover img,
.product-page .pro-box .product-right ul li .img-box .icon a.active img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.product-page .pro-box .product-right ul li .img-box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .2);
}

.product-page .pro-box .product-right ul li h4 {
    font-size: 20px;

    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    transition: all 0.5s;
    font-weight: 700;
}

.product-page .pro-box .product-right ul li h4:hover {
    color: var(--color);
}

@media screen and (max-width: 1450px) {
    .product-page .pro-box .product-right ul li h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1250px) {
    .product-page .pro-box .product-right ul li {
        width: 50%;
    }
}

@media screen and (max-width: 1000px) {
    .product-page .pro-box .product-right {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 700px) {
    .product-page .pro-box .product-right ul li {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .product-page .pro-box .product-right .text h3 {
        font-size: 20px;
    }
}

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

.seoPublic .Auxil-about .box .right {
    padding-top: 0;
    padding-bottom: 0;
}

.seoPublic .Auxil-about .box .right .text {
    max-height: 400px;
    overflow-y: auto;
}

.seoPublic .Auxil-news .list ul {
    margin: 0;
}

.seoPublic .Auxil-news .list ul li {
    padding: 0;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -18px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 18px;
}

.seoPublic .Auxil-related .list ul li .box {
    box-shadow: unset;
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    box-shadow: 0 0 8px rgba(125, 125, 125, .2);
}

@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;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -12px -8px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 12px 8px;
    }
}

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

/*==============================================
    product-page
*/

.prodet-page {
    padding: 50px 0 0;
}

.prodet-page .prodet-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 65px;
}

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

.prodet-page .prodet-right .box .left {
    width: 46.5%;
}
.prodet-page .prodet-right .box .left .bigImg ul li img{
    border:1px solid #eee;
}
.prodet-page .prodet-right .box .left .smallImg ul {
    margin: 0 -5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li {
    padding: 0 5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li img{
    border:1px solid #eee;
}

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

.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
    border: 1px solid var(--color);
}

.prodet-page .prodet-right .box .right {
    width: 53.5%;
    padding-left: 50px;
}

.prodet-page .prodet-right .box .right .det.max-h {
    max-height: 360px;
    overflow-y: auto;
}

.prodet-page .prodet-right .box .right .det table {
    margin-bottom: 0;
}

.prodet-page .prodet-right .box .right .det ul li {
    font-size: 20px;
    display: flex;
    align-items: center;
}

.prodet-page .prodet-right .box .right .det ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 10px;
}

.prodet-page .prodet-right .box .right .det2 ul {
    display: flex;
}

.prodet-page .prodet-right .box .right .det2 ul li {
    margin-right: 15px;
    font-size: 90px;
}

.prodet-page .prodet-right .box .right h2 {
    font-size: 35px;

}

.prodet-page .prodet-right .box .right .det {
    color: #666;
    line-height: 28px;

}

.prodet-page .prodet-right .box .right .line {
    width: 100%;
    border-radius: 35px;
    height: 10px;
    background-color: var(--color);
}

.prodet-page .prodet-right .box .right .btn {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.prodet-page .prodet-right .box .right .Auxil-through {
    color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img {
    border-color: transparent;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img {
    border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p {
    color: #000;
    transition: all 0.5s;
    cursor: pointer;
    opacity: 0;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover {
    color: var(--color);
    opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add {
    position: relative;
}

.prodet-page .prodet-right .box .right .btn .product_add .fly_love {
    display: none;
    z-index: 204;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .love {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .collect {
    opacity: 1;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .love {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .collect {
    opacity: 0;
}

.prodet-page .prodet-right .prodet-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-right .prodet-content {
    padding-bottom: 60px;
    color: #666;
}

.prodet-page .prodet-right .prodet-title ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prodet-page .prodet-right .prodet-title ul li {
    padding: 10px 0;
    margin: 0 40px;
    position: relative;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.prodet-page .prodet-right .prodet-title ul li.active {
    border-bottom: 2px solid var(--color);
}

.prodet-page .prodet-right .prodet-title ul li.active:before {
    opacity: 1;
}

.prodet-page .prodet-right .prodet-content .det table {
    table-layout: fixed;
}

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd) {
    background-color: #e1e1e1;
}

.prodet-page .prodet-right .prodet-content .det table tr td {
    color: #565656;
    text-align: center;
    background: #f5f5f5;
    white-space: nowrap;
}

.prodet-page .prodet-right .prodet-content .det form {
    background: #fff;
}

.prodet-page .prodet-right .prodet-content .det form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prodet-page .prodet-right .prodet-content .det form ul li {
    margin-top: 18px;
    width: 49.5%;
    display: inline-block;
}

.prodet-page .prodet-right .prodet-content .det form ul li a.more {
    position: relative;
}

.prodet-page .prodet-right .prodet-content .det form ul li a.more input[type="submit"] {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
    width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 20px;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
    width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
    background: #000;
}

.prodet-page .prodet-right .prodet-content .det form ul li input {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 20px;
}


.recommended-product {
    background-color: #f9f9f9;
}

.recommended-product ul {
    margin: 0 -24px;
}

.recommended-product ul li {
    padding: 0 24px;
}

.recommended-product ul li .img_box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background-color: #fff;
}

.recommended-product ul li .img_box:hover .icon {
    opacity: 1;
}

.recommended-product ul li .img_box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.recommended-product ul li .img_box .icon a {
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.recommended-product ul li .img_box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.recommended-product ul li .img_box .icon a:hover {
    background-color: var(--color);
}

.recommended-product ul li .img_box .icon a:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.recommended-product ul li .img_box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.recommended-product ul li h4 {
    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


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

    .prodet-page .prodet-right .box .right .Auxil-through .next {
        margin-top: 30px;
    }

    .prodet-page .prodet-right .box .right .Auxil-through .next .next-t {
        flex-direction: row-reverse;
    }

    .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span {
        margin-right: 0;
        margin-left: 10px;
    }
}

@media screen and (max-width: 1450px) {
    .ui.pro-container {
        width: 1200px;
    }

    .prodet-page .prodet-right .box .right h2 {
        font-size: 26px;
    }

}

@media screen and (max-width: 1250px) {
    .ui.pro-container {
        width: 1000px;
    }

    .prodet-page .prodet-right .box .left {
        width: 100%;
        margin-bottom: 60px;
    }

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

    .prodet-page .prodet-right .box .left .bigImg ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .prodet-page .prodet-right .box .right {
        padding-left: 0;
    }

    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 15px;
        font-size: 20px;
    }

    .product-yd-page .init-1 .container ul li .box .left .title {
        font-size: 36px;
    }
}

@media screen and (max-width: 1000px) {
    .ui.pro-container {
        width: 700px;
    }

    .pro-box .pro-left {
        display: none;
    }



    .prodet-page .prodet-right {
        width: 100%;
        padding-left: 0;
    }

    .prodet-page .prodet-right .box .right .line img {
        width: 100%;
    }

    .prodet-page .prodet-right .box .right .btn a:first-child {
        display: none;
    }

    .prodet-page .prodet-right .box .right .btn a:last-child {
        margin-left: 0;
    }

    .prodet-page .prodet-right .prodet-content .det form ul li input {
        font-size: 18px;
    }

    .prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
        font-size: 18px;
    }
}

@media screen and (max-width:700px) {
    .ui.pro-container {
        width: 500px;
    }



    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 5px;
        font-size: 18px
    }

    .prodet-page .prodet-right .prodet-content .det form ul li {
        width: 100%;
    }

}

@media screen and (max-width: 500px) {
    .ui.pro-container {
        width: 100%;
    }

    .prodet-page .prodet-right .prodet-title ul li {
        width: 100%;
        margin-bottom: 8px;
        padding: 0;
    }

    .prodet-page .prodet-right .prodet-title ul li.active {
        border-bottom: 1px solid var(--color);
    }



    .prodet-page .prodet-right .box .right h2 {
        font-size: 20px;
    }

    .prodet-page .prodet-right .prodet-content .det form ul li input {
        font-size: 16px;
    }

    .prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
        font-size: 16px;
    }
}



/*
    about-page
==============================================*/
.about-page {
    background-color: #fff;
}

.about-page .about-1 {
    background-size: 100% auto;
}

.about-page .about-1 .top .left {
    width: 55%;
    padding-right: 13%;
}

.about-page .about-1 .top .left span {
    font-size: 20px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}

.about-page .about-1 .top .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}

.about-page .about-1 .top .left .title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    color: #030303;
}

.about-page .about-1 .top .left .title em {
    display: block;
    text-align: right;
}

.about-page .about-1 .top .right {
    width: 45%;
    font-size: 20px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    padding-top: 78px;
}

.about-page .about-1 .img .box {
    height: 570px;
    position: relative;
    overflow: hidden;
}

.about-page .about-1 .img .box .play {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
}

.about-page .about-1 .img .box .play span {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 60px;
    padding-left: 5px;
    position: relative;
    z-index: 1;
}

.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}

.about-page .about-1 .img .box .play span::before {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.about-page .about-1 .img .box .mask {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/yiteng-nyloncage/2026/04/09/about.jpg?imageView2/2/format/webp/q/100);
    background-position: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-repeat: no-repeat;
}

.about-page .about-1 .bottom p {
    line-height: 1.8;
    color: #4c4c4c;
}

.about-page .about-1 .data {
    padding: 40px 7px 0px 20px;
}

.about-page .about-1 .data ul {
    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;
}

.about-page .about-1 .data ul li {
    position: relative;
    padding: 0 54px 0 51px;
}

.about-page .about-1 .data ul li:nth-child(2) p {
    margin-left: 10px;
}

.about-page .about-1 .data ul li .num {
    font-size: 90px;
    font-weight: bold;
    font-weight: bold;
    /*color: var(--color);*/
    opacity: 0.17;
    line-height: 1;
}

.about-page .about-1 .data ul li p {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
}

.about-page .about-1 .data ul li::after {
    content: '';
    position: absolute;
    top: 34%;
    right: 0;
    width: 1px;
    height: 58px;
    background-color: #000000;
    opacity: 0.1;
}

.about-page .about-1 .data ul li:first-child {
    padding-left: 0;
}

.about-page .about-1 .data ul li:last-child p {
    padding-left: 15px;
}

.about-page .about-1 .data ul li:last-child::after {
    display: none;
}

.about-page .about-2 {
    background: #FFFFFF;
}

.about-page .about-2 ul li {
    padding-bottom: 51px;
    position: relative;
    margin-bottom: 110px;
}

.about-page .about-2 ul li .img img {
    border-radius: 10px;
}

.about-page .about-2 ul li .text .tit {
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    color: #141414;
}

.about-page .about-2 ul li .text .con {
    line-height: 1.5;
    color: #666;
    margin-top: 20px;
    margin-bottom: 10px;
    max-height: 340px;
    overflow-y: auto;
}

.about-page .about-2 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;
}

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

.about-page .about-2 ul li .nr .left span {
    font-size: 20px;
    line-height: 1.8;
    padding: 0 75px 0 21px;
    position: relative;
}

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

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

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

.about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 41px 44px 0 0;
}

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

.about-page .about-5 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;

}

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

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

.about-page .about-5 span.h2 {
  line-height: 1.6;
}

.about-page .about-5 span.h2 em {
  color: #d42633;
}

.about-page .about-5 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.about-page .about-5 .right li {
  margin-bottom: 2em;
  position: relative;
}

.about-page .about-5 .right li:last-child {
  margin-bottom: 0;
}

.about-page .about-5 .right li:before {
  content: '';
  width: 1px;
  height: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 1.8125em;
  background-color: var(--color);
  position: absolute;
  top: 0;
  z-index: -1;
}

.about-page .about-5 .right li i {
  width: 3.625em;
  height: 3.625em;
  margin-right: 3.5em;
  border: 1px solid #767676;
  color: #767676;
  background-color: white;
}

.about-page .about-5 .right li .content {
  background-color: #f7f7f7;
  padding: 4% 6% 6% 6%;
  min-height: 260px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-5 .right li.active:before {
  height: 100%;
}

.about-page .about-5 .right li.active .content {
  background-color: var(--color);
  color: #fff;
}

@media screen and (max-width: 1700px) {
    .about-page .about-1 .data ul li {
        padding: 0 50px 0 0;
    }

    .about-page .about-2 {
        background-position-y: 100px;
        background-size: 100% 96%;
    }
}

@media screen and (max-width: 1450px) {
    .about-page .about-1 .top .left {
        padding-right: 8.5%;
    }

    .about-page .about-1 .data ul li .num {
        font-size: 90px;
    }

    .about-page .about-2 ul li .text .tit {
        font-size: 46px;
    }

    .about-page .about-2 ul li .nr .left .title {
        font-size: 90px;
    }
}

@media screen and (max-width: 1250px) {
    .about-page .about-1 .top .left {
        padding-right: 6%;
    }

    .about-page .about-1 .data ul li {
        padding: 0 26px 0 0;
    }

    .about-page .about-1 .data ul li .num {
        font-size: 60px;
    }

    .about-page .about-1 .data ul li p {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        white-space: nowrap;
    }

    .about-page .about-1 .data ul li:after {
        content: none;
    }

    .about-page .about-2 {
        background-position-y: 0px;
        background-size: 100% 100%;
    }

    .about-page .about-2 ul li {
        margin-bottom: 30px;
    }

    .about-page .about-2 ul li .text .tit {
        font-size: 40px;
    }

    .about-page .about-2 ul li:nth-child(even) .ig {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about-page .about-2 ul li:nth-child(even) .text {
        padding: 0 40px 0 0;
    }

    .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title {
        font-size: 45px !important;
    }
}

@media screen and (max-width: 1100px) {
    .about-page .about-1 .top .left .title {
        font-size: 77px;
    }

    .about-page .about-2 ul li .nr .left .title {
        font-size: 83px;
    }
}

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

    .about-page .about-1 .top .right {
        width: 100%;
    }

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

    .about-page .about-1 .data ul li {
        width: 50%;
        text-align: center;
    }

    .about-page .about-2 ul li {
        padding-bottom: 0;
    }

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

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

    .about-page .about-2 ul li .nr {
        position: initial;
        margin-top: 20px;
    }

    .about-page .about-2 ul li .nr .left {
        text-align: left;
    }

    .about-page .about-2 ul li .nr .left .title {
        font-size: 54px;
    }

    .about-page .about-2 ul li:nth-child(even) .ig .text {
        padding: 20px 0;
    }
      .about-page .about-5 .left {
    position: static;
  }

  .about-page .about-5 .right li .content {
    min-height: 100px;
  }
}

@media screen and (max-width: 700px) {
    .about-page .about-1 {
        background: transparent;
    }

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

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

    .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title {
        font-size: 30px !important;
    }

    .about-page .about-1 .data ul li .num {
        font-size: 48px;
    }
    .about-page .about-5 .right li i {
    zoom: .7;
  }

  .about-page .about-5 .right li:before {
    left: 1.2em;
  }
}

@media screen and (max-width: 500px) {
    .about-page .about-1 .top .left .title {
        font-size: 50px;
        line-height: 1.2;
    }

    .about-page .about-1 .top .right {
        font-size: 16px;
        line-height: 1.8;
        padding-top: 20px;
    }

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

    .about-page .about-1 .bottom {
        font-size: 16px;
        line-height: 1.8;
    }

    .about-page .about-2 ul li .text .tit {
        font-size: 32px;
    }

    .about-page .about-2 ul li .nr .left .title {
        font-size: 40px;
        line-height: 1.4;
    }

    .about-page .about-1 .data ul li {
        width: 100%;
        margin: 10px 0;
    }
}


/*==============================================
    about-page
*/


.cus-page .tit {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}

.cus-page .cus-1 .content {
  margin-top: 56px;
}

.cus-page .cus-1 .content .column {
  vertical-align: bottom;
}

.cus-page .cus-1 .content .left {
  padding-right: 7px;
}

.cus-page .cus-1 .content .left .text {
  /*padding-top: 180px;*/
  max-width: 700px;
}

.cus-page .cus-1 .content .right {
  padding-left: 7px;
}

.cus-page .cus-1 .content .right .text {
  padding: 0 0 100px 85px;
}

.cus-page .cus-1 .content .img {
  border-radius: 10px;
}

.cus-page .cus-1 .content .img img {
  width: 100%;
  border-radius: 10px;
}

.cus-page .cus-1 .content .text .con {
  line-height: 44px;
  color: #4B4B4B;
  margin-top: 24px;
}

.cus-page .cus-2 {
  /*padding-top: 6%;*/
}

.cus-page .cus-2 .i-title {
  text-align: center;
}

.cus-page .cus-2 .con {
  color: #666;
}

.cus-page .cus-2 .content {
  margin-top: 67px;
}

.cus-page .cus-2 .content .item {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 130px;
  /*min-height: 400px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f7f9;
}

.cus-page .cus-2 .content .item .tit {
  padding: 12px 50px;
  border-bottom: 1px solid #e1e5e5;
  height: 150px;
  display: flex;
  align-items: center;
}

.cus-page .cus-2 .content .item .con {
  padding: 45px 50px;
  max-width: 770px;
}

.cus-page .cus-2 .content .item .con .des {
  font-size: 20px;
  line-height: 1.5;
  min-height: 4.5em;
  max-height: 4.5em;
  overflow-y: auto;
  color: #666;
}

.cus-page .cus-2 .content .item .icon {
  display: block;
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.cus-page .cus-2 .content .item .icon img {
  width: 80px;
  height: 80px;
}

.cus-page .cus-2 .content .item:hover {
  background: #df0722;
}

.cus-page .cus-2 .content .item:hover .tit {
  color: #FFFFFF;
}

.cus-page .cus-2 .content .item:hover .icon img {
  filter: brightness(0) invert(1);
}

.cus-page .cus-2 .content .item:hover .con .des {
  color: #FFFFFF;
}

.cus-page .cus-3 {
  padding-top: 6%;
}

.cus-page .cus-3 .header {
  margin-top: 106px;
}

.cus-page .cus-3 .header .con {
  font-size: 20px;
  line-height: 1.6;
  color: #4B4B4B;
  max-width: 820px;
}

.cus-page .cus-3 .content {
  margin-top: 72px;
}

.cus-page .cus-3 .content ul li {
  width: 21.84%;
}

.cus-page .cus-3 .content ul li .ig {
  width: 100%;
  height: 760px;
  position: relative;
}

.cus-page .cus-3 .content ul li .ig .img-box {
  height: 100%;
}

.cus-page .cus-3 .content ul li .ig .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.cus-page .cus-3 .content ul li .ig::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
}

.cus-page .cus-3 .content ul li .ig .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  color: #fff;
  padding: 40px 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.cus-page .cus-3 .content ul li .ig .text .tit {
  margin-bottom: 25px;
}

.cus-page .cus-3 .content ul li .ig .text .con {
  line-height: 1.5;
  margin-bottom: 30px;
}

.cus-page .cus-3 .content ul li.active {
  width: 78.16%;
}

.cus-page .cus-3 .content ul li.active .ig .text {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cus-page .cus-4 {
  padding: 4% 0;
}

.cus-page .cus-4 .content {
  margin-top: 66px;
}

.cus-page .cus-4 .content .left {
  padding-right: 10px;
  width: 50%;
  height: auto;
}

.cus-page .cus-4 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}

.cus-page .cus-4 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cus-page .cus-4 .content .right {
  padding-left: 4%;
  height: auto;
  width: 50%;

}
.cus-page .cus-4 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding-top: var(--px60);
}

.cus-page .cus-4 .content .right .text .tit {
  padding: 43px 50px;
  border-bottom: 1px solid #e1e5e5;
  font-size: 27px;
  line-height: 1.4;
}

.cus-page .cus-4 .content .right .text .con {
  color: #4B4B4B;
  line-height: 1.6;
}

.cus-page .cus-4 .content .right .text .btn {
  padding: 0 50px 50px;
}

.cus-page .cus-4 .content .right .text .btn .more {
  text-transform: capitalize;
  width: 160px;
  height: 50px;
  line-height: 50px;
}

.cus-page .cus-4 .content .right .text:hover {
  background: #fff;
}

.cus-page .cus-4 .content ul li {
  margin-bottom: 20px;
}

.cus-page .cus-4 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cus-page .cus-4 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}

.cus-page .cus-4 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}

.cus-page .cus-4 .content ul li:last-child {
  margin-bottom: 0;
}

.cus-page .cus-5 {
  padding-bottom: 2%;
}

.cus-page .cus-5 .header {
  margin-top: 93px;
}

.cus-page .cus-5 .header .tit {
  max-width: 500px;
}

.cus-page .header .con {
  line-height: 1.6;
  font-weight: 300;
  color: #666;
  text-align: center;
  margin-top: 100px;
}

.cus-page .cus-5 .content {
  margin-top: 74px;
  position: relative;
}

.cus-page .cus-5 .content .img-box {
  border-radius: 10px;
}

.cus-page .cus-5 .content .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  color: #fff;
  padding: 20px 56px var(--px100);
}

.cus-page .cus-5 .content .text .con {
  font-size: 20px;
  line-height: 30px;
  margin: 25px 0 30px;
  max-width: 790px;
}

.cus-page .cus-6 {
  padding-top: 6%;
}

.cus-page .cus-6 .i-title {
  max-width: 936px;
}

.cus-page .cus-6 .content {
  margin-top: 66px;
}

.cus-page .cus-6 .content .item {
  background: #fff;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 60px 80px;
  text-align: center;
}

.cus-page .cus-6 .content .item .tit {
  font-size: 28px;
  line-height: 1.3;
  margin-top: 50px;
}

.cus-page .cus-6 .content .item .tit em {
  color: var(--color);
}

.cus-page .cus-7 {
  padding-top: 6%;
}

.cus-page .cus-7 .header {
  margin-top: 93px;
}

.cus-page .cus-7 .header .con {
  color: #4B4B4B;
  max-width: 700px;
}

.cus-page .cus-7 .content {
  margin-top: 66px;
}

.cus-page .cus-8 {
  padding-top: 6%;
}

.cus-page .cus-8 .tab {
  margin-top: 66px;
}

.cus-page .cus-8 .tab ul li {
  display: inline-block;
  line-height: 56px;
  border-radius: 56px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  background: #fff;
  cursor: pointer;
  margin-right: 20px;
  padding: 0 33px;
}

.cus-page .cus-8 .tab ul li.active {
  background: var(--color);
  color: #fff;
}

.cus-page .cus-8 .content {
  margin-top: 30px;
}

.cus-page .cus-8 .content .left {
  width: 50%;
  padding-right: 10px;
  height: auto;
}

.cus-page .cus-8 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}

.cus-page .cus-8 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cus-page .cus-8 .content .right {
  padding-left: 10px;
  width: 50%;
  height: auto;
}

.cus-page .cus-8 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}

.cus-page .cus-8 .content .right .text .tit {
  font-size: 27px;
  line-height: 1.4;
  padding: 43px 50px 39px;
  border-bottom: 1px solid #e1e5e5;
}

.cus-page .cus-8 .content .right .text .con {
  line-height: 1.6;
  padding: 35px 50px;
  color: #4B4B4B;
}

.cus-page .cus-8 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cus-page .cus-8 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}

.cus-page .cus-8 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}

.cus-page .cus-9 {
  padding-top: 6%;
}

.cus-page .cus-9 .content {
  margin-top: 66px;
}

.cus-page .cus-9 .content .img-box {
  border-radius: 10px;
}

.cus-page .cus-9 .content .img-box img {
  width: 100%;
}

.cus-page .cus-9 .content .img-box .text {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}

.cus-page .cus-9 .content .img-box .text span {
  width: 85px;
  display: inline-block;
  position: relative;
}

.cus-page .cus-9 .content .img-box .text::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  right: 50%;
  margin-right: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}

.cus-page .cus-9 .content .img-box .text::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  left: 50%;
  margin-left: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}

.cus-page .cus-9 .content .img-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 1450px) {
  .cus-page .cus-1 .content .left .text {
    padding-top: 100px;
  }

  .cus-page .cus-1 .content .right .text {
    padding: 0 0 60px 40px;
  }

  .cus-page .cus-2 .content .item .tit {
    font-size: 30px;
  }

  .cus-page .cus-3 .header .con {
    max-width: 700px;
  }

  .cus-page .cus-5 .header .con {
    max-width: 660px;
  }

  .cus-page .cus-7 .header .con {
    max-width: 620px;
  }
}

@media screen and (max-width: 1250px) {
  .cus-page .tit {
    font-size: 30px;
  }

  .cus-page .cus-1 .content .text .con {
    font-size: 18px;
  }

  .cus-page .cus-2 .content .item .tit {
    padding: 30px;
    font-size: 26px;
  }

  .cus-page .cus-2 .content .item .con {
    padding: 30px;
  }

  .cus-page .cus-3 .header .con {
    max-width: 560px;
  }

  .cus-page .cus-3 .content ul li .ig {
    height: 690px;
  }

  .cus-page .cus-4 .content .right .text .tit {
    padding: 30px;
    font-size: 24px;
  }

  .cus-page .cus-5 .header .con {
    max-width: 469px;
  }

  .cus-page .cus-6 .content .item {
    padding: 40px 36px;
  }

  .cus-page .cus-7 .header .con {
    max-width: 490px;
  }

  .cus-page .cus-8 .content .right .text .tit {
    padding: 30px 30px 26px;
    font-size: 24px;
  }

  .cus-page .cus-8 .content .right .text .con {
    padding: 30px;
  }
}


@media screen and (max-width: 1000px) {
  .cus-page .cus-1 .content {
    margin-top: 28px;
  }

  .cus-page .cus-1 .content .left {
    width: 100%;
    padding: 0;
  }

  .cus-page .cus-1 .content .left .text {
    padding-top: 30px;
  }

  .cus-page .cus-1 .content .right {
    width: 100%;
  }

  .cus-page .cus-1 .content .right .text {
    padding: 30px 0;
  }

  .cus-page .cus-2 .content {
    margin-top: 30px;
  }

  .cus-page .cus-3 .header {
    margin-top: 30px;
  }

  .cus-page .cus-3 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .cus-page .cus-3 .content {
    margin-top: 30px;
  }

  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 30px;
  }

  .cus-page .cus-4 .content {
    margin-top: 30px;
  }

  .cus-page .cus-4 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }

  .cus-page .cus-4 .content ul li .right {
    width: 100%;
    padding: 0 !important;
    margin-top: 5%;
  }
  .cus-page .cus-4 .content .right .i-title{
    padding: 0;
  }

  .cus-page .cus-5 .header {
    margin-top: 30px;
  }

  .cus-page .cus-5 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .cus-page .cus-5 .content {
    margin-top: 30px;
  }

  .cus-page .cus-5 .content .text {
    padding: 20px;
  }

  .cus-page .cus-5 .content .text .con {
    margin-bottom: 0;
  }

  .cus-page .cus-6 .content {
    margin-top: 30px;
  }

  .cus-page .cus-7 .header {
    margin-top: 30px;
  }

  .cus-page .cus-7 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .cus-page .cus-7 .content {
    margin-top: 30px;
  }

  .cus-page .cus-8 .tab {
    margin-top: 30px;
  }

  .cus-page .cus-8 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }

  .cus-page .cus-8 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }

  .cus-page .cus-9 .content {
    margin-top: 30px;
  }
}

@media screen and (max-width: 700px) {
  .cus-page .cus-3 .content ul li .ig {
    height: 580px;
  }

  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 15px;
  }

  .cus-page .cus-3 .content ul li .ig .text .tit {
    margin-bottom: 12px;
  }

  .cus-page .cus-3 .content ul li .ig .text .con {
    margin-bottom: 0;
  }

  .cus-page .tit {
    font-size: 30px;
  }

  .cus-page .cus-5 .content .img-box img {
    min-height: 360px;
  }

  .cus-page .cus-8 .tab ul li {
    font-size: 18px;
    padding: 0 20px;
  }

  .cus-page .cus-9 .content .img-box .text {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {
  .cus-page .tit {
    font-size: 24px;
    line-height: 44px;
  }

  .cus-page .cus-1 .content .text .con {
    font-size: 16px;
    line-height: 30px;
  }

  .cus-page .cus-2 .content .item {
    min-height: auto;
    padding-bottom: 100px;
  }

  .cus-page .cus-2 .content .item .tit {
    padding: 15px;
    font-size: 22px;
    line-height: 40px;
  }

  .cus-page .cus-2 .content .item .con {
    padding: 15px;
  }

  .cus-page .cus-2 .content .item .con .des {
    font-size: 16px;
    line-height: 2;
  }

  .cus-page .cus-2 .content .item .icon {
    bottom: 20px;
    left: 15px;
  }

  .cus-page .cus-3 .header .con {
    font-size: 16px;
    line-height: 1.8;
  }

  .cus-page .cus-3 .content ul {
    display: block;
  }

  .cus-page .cus-3 .content ul li {
    width: 100%;
  }

  .cus-page .cus-3 .content ul li .ig {
    height: 520px;
  }

  .cus-page .cus-3 .content ul li .ig .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 12px 6px;
  }

  .cus-page .cus-3 .content ul li .ig .text .tit {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .cus-page .cus-3 .content ul li .ig .text .con {
    font-size: 14px;
    line-height: 2;
  }

  .cus-page .cus-3 .content ul li .ig::after {
    height: 100%;
  }

  .cus-page .cus-3 .content ul li.active {
    width: 100%;
  }

  .cus-page .cus-4 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
  }

  .cus-page .cus-4 .content .right .text .con {
    line-height: 1.8;
  }

  .cus-page .cus-4 .content .right .text .btn {
    padding: 0 15px;
  }

  .cus-page .cus-5 .content .img-box img {
    min-height: 460px;
    object-fit: cover;
  }

  .cus-page .cus-6 .content {
    overflow: hidden;
  }

  .cus-page .cus-6 .content .item {
    padding: 20px 15px;
  }

  .cus-page .cus-6 .content .item .tit {
    margin-top: 12px;
    font-size: 20px;
  }

  .cus-page .cus-8 .tab ul li {
    font-size: 14px;
    padding: 0 15px;
    margin-right: 13px;
    height: 40px;
    line-height: 40px;
  }

  .cus-page .cus-8 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
    line-height: 1.5;
  }

  .cus-page .cus-8 .content .right .text .con {
    padding: 15px;
    font-size: 14px;
    line-height: 2;
  }

  .cus-page .cus-9 .content {
    margin-top: 20px;
  }

  .cus-page .cus-9 .content .img-box .text {
    font-size: 20px;
  }

  .cus-page .cus-5 .content .text .con {
    font-size: 14px;
    line-height: 2;
    margin: 12px 0 0px;
  }
}





.sustanibility-page .sustanibility-1 .img-box {
  border-radius: 20px;
  overflow: hidden;
}

.sustanibility-page .sustanibility-1 .img-box img {
  min-height: 300px;
  object-fit: cover;
}

.sustanibility-page .sustanibility-2 .what {
  background-color: #f4f5f9;
  border-radius: 20px;
}

.sustanibility-page .sustanibility-2 .what .mk-tt {
  color: #333333;
}

.sustanibility-page .sustanibility-2 .what .left {
  width: 40%;
  padding-left: 5%;
}

.sustanibility-page .sustanibility-2 .what .right {
  width: 60%;
  padding-left: 5%;
  padding-right: 5%;
}

.sustanibility-page .sustanibility-2 .what .right ul li {
  padding: 5px 0;
}

.sustanibility-page .sustanibility-2 .what .right ul li .box .top {
  padding: 25px 35px 20px;
  border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.sustanibility-page .sustanibility-2 .what .right ul li .box p {
  width: 100%;
  padding: 0 20px;
}

.sustanibility-page .sustanibility-2 .what .right ul li .box .content {
  padding: 25px 35px 40px;
  line-height: 1.7;
  display: none;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box {
  background-color: var(--color);
  border-radius: 10px;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box .top {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box .tt {
  color: #fff;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box .content {
  color: #fff;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box span.ico img {
  filter: brightness(0) invert(1);
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box i {
  color: #fff;
  transform: rotate(90deg);
}

.sustanibility-page .sustanibility-3 .zs-list ul {
  margin: 0 -20px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li {
  width: 50%;
  padding: 0 20px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box {
  position: relative;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .img-box {
  width: 100%;
  object-fit: cover;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .desc {
  opacity: 0.8;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox01 {
  opacity: 1;
  transition: all 0.5s;
}
.sustanibility-page .sustanibility-3 .zs-list ul li .box .imgbox img{
    min-height: 320px;
    object-fit: cover;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox02 {
  opacity: 0;
  transition: all 0.5s;
  max-height: calc(28px * 10);
  overflow-y: auto;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 {
  opacity: 0;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox02 {
  opacity: 1;
}

@media (max-width: 1250px) {
  .sustanibility-page .sustanibility-2 .what .right ul li .box .top {
    padding: 20px 15px;
  }

  .sustanibility-page .sustanibility-2 .what .right ul li .box .content {
    padding: 20px 15px;
  }
}

@media (max-width: 1000px) {
  .sustanibility-page .sustanibility-2 .what .left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sustanibility-page .sustanibility-2 .what .right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5%;
  }

  .sustanibility-page .sustanibility-3 .zs-list ul li {
    width: 100%;
    padding: 10px 20px;
  }
}

@media (max-width: 700px) {
  .sustanibility-page .sustanibility-2 .what .right ul li .box .top {
    padding: 10px;
  }

  .sustanibility-page .sustanibility-2 .what .right ul li .box .content {
    padding: 10px;
  }
}

@media (max-width: 500px) {
  .sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 img {
    zoom: 0.85;
  }
}


.wc {
    color: #FFFFFF;
}


.chain-page .chain-1 .img-box {
  border-radius: 20px;
  overflow: hidden;
}

.chain-page .chain-1 .img-box img {
  min-height: 300px;
  object-fit: cover;
}

.chain-page .chain-2 .strength-list ul li {
  margin-top: 70px;
}

.chain-page .chain-2 .strength-list ul li .box .img-box {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}

.chain-page .chain-2 .strength-list ul li .box .img-box img {
  border-radius: 10px;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox {
  background-color: #f6f7f9;
  border-radius: 10px;
  width: calc(50% + 40px);
  padding-left: 10%;
  padding-right: 6%;
  margin-left: -40px;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .tag .line {
  width: 65px;
  height: 1px;
  background-color: #333333;
  display: block;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .tt {
  line-height: 1.4;
  color: #333333;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .desc {
  line-height: 1.8;
  color: #4c4c4c;
}

.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box {
  flex-direction: row-reverse;
}

.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
  margin-right: -40px;
  margin-left: 0;
  padding-left: 6%;
  padding-right: 10%;
}

.chain-page .chain-3 {
  background-color: #f4f5f9;
}

.chain-page .chain-3 .process-li {
  padding: 0 10%;
}

.chain-page .chain-3 .process-li .swiper {
  padding: 25px 0;
  margin: 0 -1px;
  overflow: hidden;
}

.chain-page .chain-3 .process-li ul .slick-list {
  overflow: visible;
}

.chain-page .chain-3 .process-li ul li .in {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.chain-page .chain-3 .process-li ul li .box {
  height: 405px;
  padding: 15px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 0 20px;
}

.chain-page .chain-3 .process-li ul li .box .num {
  width: 50px;
  height: 50px;
  background-color: #f4f5f9;
  border: solid 1px #cccccc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.5s;
}

.chain-page .chain-3 .process-li ul li .box i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color);
  border-radius: 10px;
  width: 92px;
  height: 92px;
  transition: all 0.5s;
}

.chain-page .chain-3 .process-li ul li .box i img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}

.chain-page .chain-3 .process-li ul li .box:hover .num {
  background-color: #000318;
  color: var(--color);
}

.chain-page .chain-3 .process-li ul li .box:hover i {
  background-color: #000;
}

.chain-page .chain-3 .process-li ul li .box:hover i img {
  filter: none;
}

.chain-page .chain-3 .process-li ul li .in-yj {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
}

.chain-page .chain-3 .process-li ul li .in-yj.zs {
  left: 0;
  top: 0;
}

.chain-page .chain-3 .process-li ul li .in-yj.ys {
  right: 0;
  top: 0;
  transform: rotate(90deg);
}

.chain-page .chain-3 .process-li ul li .in-yj.yx {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.chain-page .chain-3 .process-li ul li .in-yj.zx {
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
}

.chain-page .chain-3 .process-li ul li.odd .box {
  border-top: 1px solid #cccccc;
  border-bottom: 0;
}

.chain-page .chain-3 .process-li ul li.odd .in-yj.zs {
  opacity: 1;
}

.chain-page .chain-3 .process-li ul li.odd .in-yj.ys {
  opacity: 1;
}

.chain-page .chain-3 .process-li ul li.even .box {
  border-top: 0;
  border-bottom: 1px solid #cccccc;
}

.chain-page .chain-3 .process-li ul li.even .num {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.chain-page .chain-3 .process-li ul li.even .in-yj.yx {
  opacity: 1;
}

.chain-page .chain-3 .process-li ul li.even .in-yj.zx {
  opacity: 1;
}

.chain-page .chain-3 .process-li .zdy-switch>div {
  background-color: #fff;
  position: absolute;
  transform: translateY(-50%);
}

.chain-page .chain-3 .process-li .zdy-switch>div:hover {
  background-color: var(--color);
}

.chain-page .oem-6 .con {
  border-radius: 10px;
  height: 400px;
  padding: 0 15px;
}

@media (max-width: 1000px) {
  .chain-page .chain-2 .strength-list ul li .box .img-box {
    width: 100%;
  }

  .chain-page .chain-2 .strength-list ul li .box .txtbox {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
    margin-right: 0;
  }
}

@media (max-width: 700px) {
  .chain-page .chain-2 .strength-list ul li {
    margin-top: 30px;
  }
}



.sa-nav .container li {
  height: 100%;
}

.sa-nav .container .sa-c {
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 25px;
}

.sa-nav .container .sa-c:hover,
.sa-nav .container .sa-c.active {
  background: var(--color);
  color: #fff;
}

.sa-nav .container .sa-c:hover img,
.sa-nav .container .sa-c.active img {
  filter: brightness(0) invert(1);
}

.sa-nav .container .sa-c img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;

  margin: 0 auto;
}

.sa-nav .container .sa-c .sa-cp{
    height: 90px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sa-nav .container .sa-c {
  text-align: center;
  color: rgba(102, 102, 102, 1);
  background: #f6f7f9;
}

/*
    contact-page
==============================================*/
.contact-page .contact-1 .header .con {
  font-size: 20px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}

.contact-page .contact-1 .content {
  margin-top: 64px;
}

.contact-page .contact-1 .content ul {
  margin: -15px;
}

.contact-page .contact-1 .content ul li {
  padding: 15px;
}

.contact-page .contact-1 .content ul li .ig {
  background-color: #f6f7f9;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 20px;
}

.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 38px;
  line-height: 60px;
  height: 60px;
  font-weight: 600;
}

.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}

.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #141414;
}

.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}

.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}

.contact-page .contact-2 {
  padding-top: 6%;
  background: #f6f7f9;
}

.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}

.contact-page .contact-2 .box .form {
  margin-top: 42px;
}

.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}

.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}

.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 20px;
  margin-bottom: 6px;
}

.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}

.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 150px;
}

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

.contact-page .contact-3 {
  padding-top: 6%;
}

.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }

  .contact-page .contact-1 .content {
    margin-top: 20px;
  }

  .contact-page .contact-1 .content ul li {
    width: 50%;
  }

  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }

  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }

  .contact-page .contact-2 .box {
    padding: 30px;
  }

  .contact-page .contact-3 iframe {
    height: 400px;
  }
  .contact-page .contact-2 .box .form ul li label{
    font-size: 16px;
  }
  .contact-page .contact-1 .content ul li .ig .info{
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .contact-page .contact-1 .content ul {
    margin: -7px;
  }

  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }

  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }

  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }

  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }

  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }

  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }

  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
}


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

  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }

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

  .contact-page .contact-3 iframe {
    height: 300px;
  }
}
/*==============================================
    contact-page
*/


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

.gallery-page .content ul {
  margin: -15px;
}
.gallery-page .content ul li {
  padding: 15px;
}
.gallery-page .content ul li .img-box {
  border-radius: 20px;
}
.gallery-page.honour .content ul li .img-box{
  border-radius: 0;
}

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




/*
    faq-page
==============================================*/
.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 2.3em;
}

.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}

.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}

.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}

.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-page .faq-2 .form form {
  height: 4.375em;
  border-radius: 2.1875em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: .8em 2em .8em 3em;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}

.faq-page .faq-2 .form form .logo2 {
  max-width: 60px;
}

.faq-page .faq-2 .form form .logo2 a {
  height: 100%;
}

.faq-page .faq-2 .form form .logo2 a img {
  height: inherit;
}

.faq-page .faq-2 .form form .logo2,
.faq-page .faq-2 .form form button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-page .faq-2 .form form button {
  width: 4.375em;
  height: 4.375em;
  border: none;
  color: var(--color);
  background-color: transparent;
}

.faq-page .faq-2 .form form button i {
  font-size: 2em;
}

.faq-page .faq-2 .form form ul {
  width: 100%;
  padding: 0 .5%;
}

.faq-page .faq-2 .form form ul li {
  width: 100%;
}

.faq-page .faq-2 .form form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .4em 1.2em;
  border-left: 1px solid #d2d2d2;
}

.faq-page .faq-2 .form form ul li:first-child input {
  border-left: none;
}

.faq-page .faq-2 .text a {
  color: var(--color);
  text-decoration: underline;
}

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

  .faq-page .faq-2 .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .faq-page .faq-2 .form form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq-page .faq-2 .form form ul li {
    width: 100%;
    margin: .5em 0;
  }

  .faq-page .faq-2 .form form ul li:first-child input {
    border-left: 1px solid #d2d2d2;
  }

  .faq-page .faq-2 .form form button {
    height: 3em;
    width: 3em;
  }

  .faq-page .faq-2 .form form {
    padding: 1em;
    border-radius: .5em;
  }
}

@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}


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


/*
    news-page、newdet-page
==============================================*/

.news-page .news-tab ul {
  margin: -6px;
}

.news-page .news-tab ul li {
  padding: 6px;
}

.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;font-weight: 500;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 6px;
}

.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}

.news-page .news-list {
  margin-top: 70px;
}

.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}

.news-page .news-list ul li .text {
  background: #f6f7f9;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}

.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 6px;
}

.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}

.news-page .news-list ul li .text .tit {
  /*height: 90px;*/
  font-weight: bold;
  margin-top: 32px;
  color: #151515;

}

.news-page .news-list ul li .text .tit:hover {
  color: var(--color);
}

.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}

.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/leceling-jingshi/2025/12/12/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}

.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news-page .news-list ul li:hover .text {
  background: #f4f9ff;
}

.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}

.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}

.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}

.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newdet-page .sideBox .sideRight {
  width: 73%;
}

.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}

.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}

.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 59px 0 60px;
}

.newdet-page .sideBox .sideRight .content {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
}

@media screen and (max-width: 1250px) {
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }

  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .news-page .news-list {
    margin-top: 30px;
  }

  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }

  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }

  .newdet-page .sideBox .sideRight {
    width: 85%;
  }
}

@media screen and (max-width: 700px) {
  .news-page .news-tab {
    display: none;
  }

  .news-page .news-list {
    margin-top: 0;
  }

  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }

  .news-page .news-list ul li .text .tit {
    margin-top: 16px;
    /*height: 10px;*/
  }

  .news-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }

  .newdet-page .sideBox .sideLeft {
    display: none;
  }

  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }

  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }

  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }

  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}

/*==============================================
    news-page、newdet-page
*/