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

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

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

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

@-webkit-keyframes img-in {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@-moz-keyframes img-in {
    0% {
        clip-path: inset(0 100% 0 0);
    }

    100% {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes img-in {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

#Pop_UpsBtn {
    display: none !important;
}

#ewm canvas,
#ewm img {
    width: 100%;
    display: block;
}

#pups_shadow {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 21;
    display: none;
}

#pups_from_s {
    position: fixed;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    -o-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-50%);
    max-height: 80%;
    width: 500px;
    max-width: 90%;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 22;
    background: white;
    padding: 30px;
    overflow: auto;
}

#pups_from_s h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#pups_from_s form {
    margin-top: 40px;
}

#pups_from_s i.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #eee;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#pups_from_s i.close::after,
#pups_from_s i.close::before {
    content: '';
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    width: 70%;
    height: 2px;
    margin-top: -1px;
    background: black;
    position: absolute;
    top: 50%;
    right: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#pups_from_s i.close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#pups_from_s i.close:hover {
    background: var(--color);
}

#pups_from_s i.close:hover::before,
#pups_from_s i.close:hover::after {
    background: white;
}

#pups_from_s ul li {
    margin-bottom: 10px;
    position: relative;
}

#pups_from_s ul li label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

#pups_from_s ul li label em {
    color: red;
    margin-left: 2px;
}

#pups_from_s ul li input,
#pups_from_s ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    border: 1px solid #eee;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
}

#pups_from_s ul li input:focus,
#pups_from_s ul li textarea:focus {
    border-color: var(--color);
}

#pups_from_s ul li textarea {
    height: 80px;
}

#pups_from_s ul li input[type="submit"] {
    width: auto;
    padding: 6px 40px;
    display: inline-block;
    background: var(--color);
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#pups_from_s ul li input[type="submit"]:hover {
    opacity: 0.7;
}

#pups_from_s ul li:last-child {
    margin-bottom: 0;
}

.right_nav_list {
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 10;
}

.right_nav_list ul li {
    margin-top: 2px;
    width: 56px;
    height: 56px;
    cursor: pointer;
    padding: 0;
    position: relative;
    color: #fff;
    background: var(--color);
    border: 1px solid #fff;
}

.right_nav_list ul li .iImg {
    width: 24px;
    height: 32px;
}

.right_nav_list ul li .text {
    padding: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 24px;
}

.right_nav_list ul li .cont {
    position: absolute;
    right: -150px;
    top: 0;
    width: 150px;
    min-height: 100%;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    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);
    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;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    overflow: hidden;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}

.right_nav_list ul li .cont #ewm {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
    border: 1px solid #ccc;
}

.right_nav_list ul li:hover {
    background-color: #000;
}

.right_nav_list ul li:hover .cont {
    transform: rotate3d(0, 0, 0, -90deg);
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    -ms-transform: rotate3d(0, 0, 0, -90deg);
    -o-transform: rotate3d(0, 0, 0, -90deg);
    opacity: 1;
}

@media (max-width: 500px) {
    .right_nav_list {
        left: 5px;
        bottom: 150px;
    }

    .right_nav_list ul li {
        width: 38px;
        height: 38px;
        margin-top: 5px;
    }

    .right_nav_list ul li .more_cont {
        font-size: 16px;
    }

    .right_nav_list ul li .iImg {
        width: 16px;
        height: 24px;
    }
}

iframe {
    display: block;
    width: 100%;
}

#Pop_UpsBtn {
    z-index: 20;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    border-radius: 100%;
    background: var(--color);
    color: white;
    left: 2%;
    bottom: 40%;
    font-size: 24px;
    -o-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    cursor: hand;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#Pop_UpsBtn:hover {
    background: #889aff;
}

*::-webkit-scrollbar-thumb {
    background-color: #222;
}

b,
strong {
    font-weight: bold;
    color: var(--color);
}

html,
body {
    position: relative;
    max-width: 1920px;
    margin: auto;
}

body {
    overflow-x: hidden;
    position: relative;
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    --color: #0e3092;
    height: auto;
}

#ewm img,
#ewm canvas {
    display: block;
    width: 100%;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

table {
    margin-bottom: 20px;
    word-break: break-word;
    width: 100%;
    height: auto;
    display: block;
    overflow: auto;
}

table tbody {
    display: table;
    width: 100% !important;
}

table tbody td,
table tbody th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: auto !important;
    height: auto !important;
}

table tbody tr {
    width: auto !important;
    height: auto !important;
}

table tbody tr:nth-child(even) {
    background: #eee;
}

html.mobile {
    overflow: hidden;
}

html.mobile .body-overflow-box {
    position: relative;
    right: 280px;
}

#mobile {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    display: none;
    z-index: 20;
    height: 100%;
}

#mobile:before {
    content: '';
    width: 200%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.13);
    z-index: -1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#mobile .mobile-logo {
    position: absolute;
    right: 100%;
    width: 100vw;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #111;
    -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

#mobile .mobile-logo img {
    max-height: 30px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    -o-object-fit: contain;
    object-fit: contain;
    width: 220px;
}

#mobile #menu-on {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    position: absolute;
    right: 100%;
    top: 0;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
}

#mobile #menu-on i {
    width: 23px;
    height: 2px;
    background: #222;
    display: block;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50.0%);
    -moz-transform: translateX(50.0%);
    -ms-transform: translateX(50.0%);
    -o-transform: translateX(50.0%);
    transform: translateX(50.0%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

#mobile #menu-on i.line1 {
    top: 12px;
}

#mobile #menu-on i.line2 {
    top: 19px;
}

#mobile #menu-on i.line3 {
    top: 26px;
}

#mobile .menu-content {
    width: 100%;
    height: 100%;
    display: block;
    background: #222;
    padding: 40px 10% 60px;
    overflow-y: auto;
    color: white;
}

#mobile .menu-content::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}

#mobile .menu-content::-webkit-scrollbar-button {
    display: none;
}

#mobile .menu-content::-webkit-scrollbar-track {
    background-color: #222;
}

#mobile .menu-content::-webkit-scrollbar-thumb {
    background-color: #eee;
}

#mobile .menu-content .h3 {
    font-size: 20px;
    color: inherit;
    text-transform: capitalize;
    margin-bottom: 10px;
}

#mobile .menu-content .h3 i {
    font-size: 16px;
    position: relative;
    top: -1px;
}

#mobile .menu-content .menu-logo {
    display: block;
}

#mobile .menu-content .menu-logo img {
    margin: 0 auto;
}

#mobile .menu-content .menu-list {
    margin: 40px 0;
}

#mobile .menu-content .menu-list ul li {
    font-size: 15px;
    color: inherit;
    text-transform: uppercase;
    line-height: 20px;
}

#mobile .menu-content .menu-list ul li a {
    padding: 8px 0;
    display: block;
}

#mobile .menu-content .menu-list ul li a:hover {
    color: var(--color);
    text-decoration: underline;
}

#mobile .menu-content .menu-list ul li li a {
    position: relative;
    padding-right: 15px;
    font-size: 13px;
    line-height: 18px;
}

#mobile .menu-content .menu-list ul li li a:after {
    content: '';
    width: 6px;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#mobile .menu-content .menu-list ul li li li a {
    padding-right: 25px;
}

#mobile .menu-content .menu-list ul li li li a:after {
    width: 12px;
}

#mobile .menu-content .mob-search form {
    position: relative;
}

#mobile .menu-content .mob-search form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: black;
}

#mobile .menu-content .mob-search form input[type="submit"] {
    width: 45px;
    height: 45px;
    background: url("../images/icon-search-white.png") no-repeat center center #222;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    border: 1px solid #fff;
}

#mobile .menu-content .mob-yuy {
    margin: 40px 0;
}

#mobile .menu-content .mob-yuy ul li {
    margin-bottom: 10px;
    color: inherit;
    font-size: 14px;
}

#mobile .menu-content .mob-yuy ul li img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

#mobile .menu-content .mob-share ul li {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #333;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 14px;
    margin-left: 3px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#mobile .menu-content .mob-share ul li:hover {
    background: var(--color);
}

#mobile .menu-content #menu-off {
    margin-top: 40px;
    cursor: pointer;
    cursor: hand;
}

#mobile.active {
    right: 0;
}

#mobile.active:before {
    left: 0;
}

#mobile.active #menu-on i.line1 {
    -webkit-transform: translateX(50.0%); rotateZ(45deg);
    -moz-transform: translateX(50.0%); rotateZ(45deg);
    -ms-transform: translateX(50.0%); rotate(45deg);
    -o-transform: translateX(50.0%); rotateZ(45deg);
    transform: translateX(50.0%); rotateZ(45deg);
    top: 12px;
    margin-right: 3px;
}

#mobile.active #menu-on i.line2 {
    opacity: 0;
}

#mobile.active #menu-on i.line3 {
    -webkit-transform: translateX(50.0%); rotateZ(-45deg);
    -moz-transform: translateX(50.0%); rotateZ(-45deg);
    -ms-transform: translateX(50.0%); rotate(-45deg);
    -o-transform: translateX(50.0%); rotateZ(-45deg);
    transform: translateX(50.0%); rotateZ(-45deg);
    top: 28px;
    margin-right: 3px;
}

#mobile.white .mobile-logo {
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: white;
}

#mobile.white .menu-content {
    background: white;
    color: black;
}

#mobile.white .menu-content .menu-list ul li li a:after {
    background: black;
}

#mobile.white .menu-content .mob-search form input {
    border: 1px solid black;
}

#mobile.white .menu-content .mob-search form input[type="submit"] {
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    left: 25px;
    top: 15px;
    cursor: pointer;
}

.search-box form {
    position: absolute;
    top: 45%;
    right: 50%;
    width: 60%;
    margin-right: -30%;
}

.search-box form input {
    background: none;
    outline: none;
    border: none;
}

.search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0;
}

.search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    left: 15px;
    top: 20px;
}

.search-box.sa form {
    right: auto;
    left: 50%;
}

.search-box.sa form input[type="submit"] {
    right: 15px;
    left: auto;
}

@keyframes ks2 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -o-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes roll {
    0% {
        transform: translateX(-0.0);
    }

    100% {
        transform: translateX(100.0%);
    }
}

@keyframes rotateX {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

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

@keyframes hua {
    0% {
        top: 0;
    }

    100% {
        top: 100%;
    }
}

@keyframes round_translate1 {
    0% {
        left: 75%;
    }

    74.99% {
        opacity: 1;
    }

    75% {
        left: -25%;
        top: 100%;
        opacity: 0;
    }

    75.05% {
        left: 100%;
        opacity: 0;
    }

    75.1% {
        opacity: 1;
    }

    100% {
        left: 75%;
    }
}

@keyframes round_translate2 {
    0% {
        left: 40%;
    }

    64.99% {
        opacity: 1;
    }

    65% {
        left: -30%;
        opacity: 0;
    }

    65.05% {
        left: 100%;
        opacity: 0;
    }

    65.1% {
        opacity: 1;
    }

    100% {
        left: 40%;
    }
}

@keyframes round_translate3 {
    0% {
        left: 0;
    }

    9.99% {
        opacity: 1;
    }

    10% {
        left: -25%;
        opacity: 0;
    }

    10.05% {
        left: 100%;
        opacity: 0;
    }

    10.1% {
        opacity: 1;
    }

    100% {
        left: 0;
    }
}

/*@keyframes banner_ani{
  0%{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100%{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}*/
.font-107 {
    font-size: calc(4.84375vw + 14px);
}

.font-126 {
    font-size: calc(5.8333vw + 14px);
}

.font-154 {
    font-size: calc(7.2916vw + 14px);
}

.font-110 {
    font-size: calc(5vw + 14px);
}

.container {
    width: 1750px;
    padding: 0 15px;
}

.minDes {
    line-height: 2;
    color: var(--color);
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

.Hbtn {
    background-color: var(--color);
    border-radius: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 5px 4px 19px;
    position: relative;
    min-height: 46px;
}

.Hbtn img {
    width: 20px;
    height: 14px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
}

.Hbtn::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    width: 37px;
    height: 37px;
    border-radius: 23px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.Hbtn span {
    z-index: 1;
}

.Hbtn:hover::before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
}

.Hbtn:hover span {
    color: var(--color);
}

.Hbtn1 {
    background-color: #fff;
    border-radius: 23px;
    padding: 5px;
    padding-left: 20px;
    position: relative;
    min-height: 46px;
    min-width: 196px;
}

.Hbtn1 img {
    width: 20px;
    height: 14px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
}

.Hbtn1::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 37px;
    height: 37px;
    border-radius: 23px;
    background-color: var(--color);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.Hbtn1 span {
    z-index: 1;
    color: var(--color);
}

.Hbtn1:hover::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}

.Hbtn1:hover span {
    color: #fff;
}

#header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 18;
}

#header a {
    display: block;
}

#header img {
    display: block;
    width: 100%;
}

#header>.nav {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    background-color: #fff;
    border-bottom: 1px solid rgba(220, 220, 220, 0);
}

#header>.nav>.menu {
    padding: 18px 0;
}

#header>.nav>.menu .menu-box {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header>.nav>.menu .menu-box .left {
    position: relative;

}

#header>.nav>.menu .menu-box .left .logo {
    position: relative;
    display: block;
    z-index: 1;
}

#header>.nav>.menu .menu-box .left .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

#header>.nav>.menu .menu-box .menu_c {
    text-align: center;
    z-index: 2;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container {
    z-index: 2;
    width: 100%;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu {
    width: 100%;
    padding: 0;
    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;
    text-align: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item {
    display: inline-block;
    position: relative;
    margin-right: 60px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item:first-child {
    margin-right: 0;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item:hover>a::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item:hover>.sub-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 4px 0 4px 0;
    text-align: right;
    line-height: 1.2;
    position: relative;
    text-transform: capitalize;
    color: #333;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a i {
    font-size: 12px;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 2px;
    right: 0;
    background-color: var(--color);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 150px;
    width: auto;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    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;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    border-radius: 2px;
    background-color: #f7f7f7;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item {
    color: #000;
    position: relative;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item a {
    white-space: nowrap;
    font-size: 16px;
    padding: 8px 12px;
    text-align: right;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(189, 189, 189, 0);
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item:hover>a {
    background-color: var(--color);
    color: #fff;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item .sub-menu {
    right: 100%;
    top: 0;
    min-width: 120px;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item:hover>.sub-menu {
    transform: rotate3d(0, 0, 0, -90deg);
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    -ms-transform: rotate3d(0, 0, 0, -90deg);
    -o-transform: rotate3d(0, 0, 0, -90deg);
    opacity: 1;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.active>a {
    color: var(--color);
}

#header>.nav>.menu .menu-box .right {
    position: relative;
    z-index: 1;
}

#header>.nav>.menu .menu-box .right .lang_cont .c_cont {
    border-radius: 50%;
}

#header>.nav>.menu .menu-box .right .lang_cont .c_cont .textC {
    color: #fff;
    text-transform: capitalize;
}

#header>.nav>.menu .menu-box .right .lang_cont .c_cont .textC .img {
    width: 21px;
    height: 21px;
}

#header>.nav>.menu .menu-box .right .lang_cont .c_cont .textC .text {
    margin: 4px 10px 0 0;
}

#header>.nav>.menu .menu-box .right .lang_cont .c_cont .textC i {
    margin-right: 6px;
}

#header>.nav>.menu .menu-box .right .lang_cont .lang {
    padding-top: 5px;
}

#header>.nav>.menu .menu-box .right .searchBox form {
    width: 158px;
    height: 30px;
    background-color: #eee;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

#header>.nav>.menu .menu-box .right .searchBox form input {
    width: 100%;
    height: 100%;
    border: none;
    padding-right: 10px;
    padding-left: 30px;
    background-color: transparent;
    color: #000;
    font-size: 16px;
}

#header>.nav>.menu .menu-box .right .searchBox form input::placeholder {
    font-size: 14px;
    color: #999;
}

#header>.nav>.menu .menu-box .right .searchBox form input[type="submit"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('../images/index_2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 15px;
    padding: 0;
}

#header>.nav>.menu .menu-box .right .Hbtn {
    display: flex;
}

#header>.nav>.menu .menu-box .right .Hbtn img {
    width: 20px;
}

#header>.nav .lang_cont {
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

#header>.nav .lang_cont:hover .lang {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

#header>.nav .lang_cont .lang {
    overflow-y: auto;
    max-height: 400px;
    width: 150px;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    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;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    border-bottom: 3px solid #333333;
}

#header>.nav .lang_cont .lang li a {
    display: block;
    background: #f7f7f7;
    padding: 5px 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-align: right;
}

#header>.nav .lang_cont .lang li a:hover {
    background-color: #000;
    color: #fff;
}

#header>.nav .lang_cont .lang li a:hover em {
    color: #fff;
}

#header>.nav .lang_cont .lang li a img {
    display: inline;
    width: 20%;
    margin-top: 4px;
}

#header>.nav .lang_cont .lang li a em {
    display: inline;
    font-size: 16px;
    margin-right: 10px;
    color: #000;
}

#banner {
    margin-top: 80px;
    position: relative;
}

#banner .swiper ul li.imgBg {
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;
}

#banner .swiper ul li .slide-inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

#banner .swiper ul li.imgBg img.img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: center;
    z-index: 1;
    transform: scale(1.1, 1.1);
    transition: 1s linear 2s;
}

#banner .swiper ul li.imgBg .left {
    width: 46%;
}

#banner .swiper ul li.imgBg .left .minTitl {
    line-height: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#banner .swiper ul li.imgBg .left .titl {
    line-height: 1.48;
}

#banner .swiper ul li.imgBg .left .txt {
    width: 93%;
    line-height: 1.38;
    text-shadow: 0px 0px 4px rgb(0, 0, 0);
}

#banner .swiper ul li.imgBg .left .Hbtn1 {
    padding-left: 25px;
}

#banner .swiper ul li.imgBg.swiper-slide-active img.img {
    transition: 8s linear;
    transform: scale(1, 1);
}

#banner .swiper ul li.imgBg.swiper-slide-active .left .titl {
    -webkit-animation: fadeInRightSmall 1s linear;
    -moz-animation: fadeInRightSmall 1s linear;
    -o-animation: fadeInRightSmall 1s linear;
    animation: fadeInRightSmall 1s linear;
}

#banner .swiper ul li.imgBg.swiper-slide-active .left .txt {
    -webkit-animation: fadeInLeftSmall 1s linear;
    -moz-animation: fadeInLeftSmall 1s linear;
    -o-animation: fadeInLeftSmall 1s linear;
    animation: fadeInLeftSmall 1s linear;
}

#banner .bottom {
    position: absolute;
    bottom: 85px;
    right: 50%;
    transform: translateX(50.0%);
    z-index: 5;
}

#banner .bottom .swiper-pagination {
    text-align: right;
    bottom: 0;
}

#banner .bottom .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #fff;
    opacity: 1;
    margin: 0;
    margin-left: 20px;
    position: relative;
    display: block;
}

#banner .bottom .swiper-pagination .swiper-pagination-bullet::after {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50.0%,-50%);
    z-index: 2;
}

#banner .bottom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../images/bannerIcon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#index-body {
    position: relative;
    z-index: 2;
}

#index-body .init-1 .container {
    height: 120px;
    color: #333;
    overflow: hidden;
}

#index-body .init-1 .container .roll {
    white-space: nowrap;
    width: 100%;
    flex-shrink: 0;
    animation: roll 30s linear infinite;
}

#index-body .init-1 .container::after,
#index-body .init-1 .container::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 100%;
    z-index: 2;
}

#index-body .init-1 .container::after {
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    right: 0;
}

#index-body .init-1 .container::before {
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    left: 0;
}

#index-body .init-1 .container .roll li p {
    color: #111c47;
}


#index-body .init-2 {
    background-color: var(--color);
    position: relative;
    overflow: hidden;
}

#index-body .init-2 .container {
    z-index: 3;
}

#index-body .init-2 .left {
    width: 30%;
}

#index-body .init-2 .left .bigTitl {
    opacity: 0.05;
    line-height: 0.8;
}

#index-body .init-2 .left .titleBox .minDes {
    color: #fff;
    max-width: 180px;
    border-bottom: 2px solid #fff;
}

#index-body .init-2 .left .content {
    color: #ddd;
    opacity: 0.8;
}

#index-body .init-2 .left li.textBox .titl:hover {
    color: #e4e0e0;
}

#index-body .init-2 .right {
    width: 64%;
}

#index-body .init-2 .right ul .slick-list {
    padding-left: 52%;
}

#index-body .init-2 .right ul li {
    text-align: center;
}

#index-body .init-2 .right ul li .img {
    position: relative;
    width: 402px;
    height: 402px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff;
}

#index-body .init-2 .right ul li .img img,
#index-body .init-2 .right ul li .img a {
    border-radius: 50%;
}

#index-body .init-2 .right ul li .img::before {
    content: "";
    position: absolute;
    right: -58px;
    top: -60px;
    left: -62px;
    bottom: -59px;
    background: url(/uklbearing/2026/01/09/init-2ImgBg1.png) no-repeat;
    background-size: cover;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    zoom: 0.8;
    -webkit-animation: rotateX 40s 0.3s linear infinite;
    -moz-animation: rotateX 40s 0.3s linear infinite;
    animation: rotateX 40s 0.3s linear infinite;
}

#index-body .init-2 .right ul li .txt {
    position: relative;
    z-index: 3;
}

#index-body .init-2 .right ul .slick-slide {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#index-body .init-2 .right ul .slick-current {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#index-body .init-2 .right ul .slick-current .txt {
    opacity: 0;
}

#index-body .init-2 .right ul .slick-active .img::before {
    opacity: 0.3;
}

#index-body .init-2 .right button {
    display: none !important;
}

#index-body .init-2 .right .btn {
    width: 57px;
    height: 57px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex !important;
    top: 50%;
    left: 44%;
    transform: translateY(-50%);
    margin: 10px;
}

#index-body .init-2 .right .btn i {
    font-size: 30px;
}

#index-body .init-2 .right .btn:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

#index-body .init-2 .right .btn.prev {
    margin-top: -60px;
}

#index-body .init-2 #canv {
    position: absolute;
    bottom: -20%;
    right: 0;
    opacity: 0.4;

    
}

#index-body .init-2::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 31.8vw;
    background-color: #6d80d7;
    opacity: 0.3;
}

#index-body .init-3 {
    background-color: #f5f8ff;
    color: #333;
}

#index-body .init-3 .bot ul li .list {
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#index-body .init-3 .bot ul li .list .txtbox1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.5s;
}

#index-body .init-3 .bot ul li .list .txtbox1 .titl {
    background-color: rgba(10, 49, 145, 0.6);
    width: 100%;
    padding: 20px;
    min-height: 62px;
    text-align: center;
}

#index-body .init-3 .bot ul li .list .txtbox2 {
    opacity: 0;
    background-image: linear-gradient(152deg, #0e3092 0%, #507bf0 100%);
    color: #fff;
    transition: all 0.5s;
    transform: translateY(90%);
}


#index-body .init-3 .bot ul li .list .txtbox2 .titlBox {
    border-bottom: 1px solid #fff;
}

#index-body .init-3 .bot ul li .list .txtbox2 .titlBox .titl {
    height: 3em;
}

#index-body .init-3 .bot ul li .list .txtbox2 .btn a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
}

#index-body .init-3 .bot ul li .list .txtbox2 .btn a i {
    font-size: 20px;
    color: var(--color);
    display: inline-block;
}

#index-body .init-3 .bot ul li .list .txtbox2 .btn a:hover {
    background-color: #fff;
}

#index-body .init-3 .bot ul li .list .txtbox2 .btn a:hover i {
    color: var(--color);
    transform: rotate(45deg);
}

#index-body .init-3 .bot ul li .list .txtbox2 .txt {
    line-height: 1.75;
    color: #fff;
}

#index-body .init-3 .bot ul li .list .txtbox2 .textBox {
    height: 250px;
}

#index-body .init-3 .bot ul li .list .txtbox2 .imgBox .img {
    width: 59px;
    height: 59px;
    background-color: #fff;
    border-radius: 50%;
}


#index-body .init-3 .bot ul li .list .bg01 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    right: 0;
    left: 0;
    opacity: 1;
    transition: all 0.5s;
}

#index-body .init-3 .bot ul li .list .bg {
    width: auto;
    height: auto;
    left: 20px;
    bottom: 20px;
    opacity: 0;
    transition: all 0.5s;
}

#index-body .init-3 .bot ul li .list:hover .txtbox2 {
    opacity: 1;
    transform: translateY(0);
}

#index-body .init-3 .bot ul li .list:hover .bg {
    opacity: 1;
}

#index-body .init-4 .top {
    color: #333;
}

#index-body .init-4 .top .titleBox {
    max-width: 600px;
}

#index-body .init-4 .top .titleBox .minDes {
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}

#index-body .init-4 .top .titleBox h1 {
    display: inline;
}

#index-body .init-4 .top .titleBox .desc {
    /*max-height: calc(1.5em * 10);*/
    overflow-y: auto;
}

#index-body .init-4 .top .Hbtn {
    padding-left: 21px;
}

#index-body .init-4 .top .img {
    width: 36.8%;
}

#index-body .init-4 .top .txt-img {
    font-size: calc(6.25vw + 14px);
    font-weight: bold;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

#index-body .init-4 .bottom {
    background-image: linear-gradient(152deg, #0e3092 0%, #0e3092 80%, #507bf0 100%);
}

#index-body .init-4 .bottom ul li {
    box-sizing: border-box;
}

#index-body .init-4 .bottom ul li .txtBox .num .bold {
    line-height: 0.7;
}

#index-body .init-4 .bottom ul li::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 85px;
    background-color: rgba(255, 255, 255, 0.3);
    left: 0;
    bottom: 2px;
}

#index-body .init-4 .bottom ul li:nth-child(1) {
    width: 20%;
}

#index-body .init-4 .bottom ul li:nth-child(2) {
    width: 28.4%;
}

#index-body .init-4 .bottom ul li:nth-child(3) {
    width: 23.8%;
}

#index-body .init-4 .bottom ul li:nth-child(4) {
    width: 27.8%;
}

#index-body .init-4 .bottom ul li:nth-child(4)::before {
    display: none;
}

#index-body .init-4 .bottom .play-btn {
    width: 94px;
    height: 94px;
    background-color: transparent;
    top: 0;
}

#index-body .init-4 .bottom .play-btn::before,
#index-body .init-4 .bottom .play-btn::after {
    border: 1px solid #fff;
}

#index-body .init-5 {
    color: #333;
}

#index-body .init-5 ul li {
    height: 580px;
    overflow: hidden;
    position: relative;
}

#index-body .init-5 ul li .list {
    width: 100%;
    height: 100%;
    position: relative;
}

#index-body .init-5 ul li .list .cont1 a.img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f8ff;
    border-radius: 10px;
    height: 400px;
}

#index-body .init-5 ul li .list .cont1 a.img img {
    width: auto;
    height: auto;
}

#index-body .init-5 ul li .list .cont1 a.title {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}

#index-body .init-5 ul li .list .cont1 a.title:hover {
    color: #000;
}

#index-body .init-5 ul li .list .cont1 .txt {
    line-height: 2;
}

#index-body .init-5 ul li .list .cont2 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transform: translateY(30%);
    opacity: 0;
}

#index-body .init-5 ul li .list .cont2 .box {
    width: 100%;
    height: 503px;
    background-image: linear-gradient(158deg, #0e3092 0%, #507bf0 100%);
    border-radius: 10px;
}

#index-body .init-5 ul li .list .cont2 .box .title {
    display: inline-block;
    width: 100%;
    line-height: 1.38;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

#index-body .init-5 ul li .list .cont2 .box .title:hover {
    color: #fff;
    font-weight: 700;
}

#index-body .init-5 ul li .list .cont2 .box .txt {
    line-height: 2;
}

#index-body .init-5 ul li .list .cont2 .box a.img {
    display: flex;
    overflow: visible;
}

#index-body .init-5 ul li .list .cont2 .box a.img img {
    width: auto;
    height: auto;
}

#index-body .init-5 ul li .list:hover .cont1 {
    transform: translateY(20%);
    opacity: 0;
    position: absolute;
    z-index: -1;
}

#index-body .init-5 ul li .list:hover .cont2 {
    transform: translateY(0);
    opacity: 1;
    position: relative;
    z-index: 1;
}

#index-body .init-6::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 42.5vw;
    height: 100%;
    background-image: linear-gradient(145deg, #0e3092 0%, #507bf0 100%);
    z-index: -1;
}

#index-body .init-6 .left {
    width: 32%;
    padding-left: 3.2%;
    min-height: 848px;
}

#index-body .init-6 .left .txt {
    line-height: 1.875;
}

#index-body .init-6 .left .imgL {
    right: 0;
    bottom: -7px;
    width: 31.6vw;
}

#index-body .init-6 .right {
    bottom: 0;
    left: 0;
    width: 68.4%;
}

#index-body .init-6 .right .titl {
    line-height: 0.7;
    position: relative;
    top: 0;
    background: linear-gradient(to bottom, #ebebeb, #f6f6f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: calc(10.0875vw + 14px);
    top: 40px;
}

#index-body .init-6 .right .imgBox .imgUl {
    height: 744px;
    overflow: hidden;
}

#index-body .init-6 .right .imgBox .imgUl li {
    width: 100%;
    height: 100%;
    background-position: center right;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    animation: img-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;

}

#index-body .init-6 .right .imgBox .imgUl li.zIndex {
    z-index: 1;
}

#index-body .init-6 .right .imgBox .imgUl li.active {
    -webkit-animation: img-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
    -moz-animation: img-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
    animation: img-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
    z-index: 2;
}

#index-body .init-6 .right .imgBox ul.txtBox {
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-top: 1px solid #fff;
}

#index-body .init-6 .right .imgBox ul.txtBox .list {
    width: 20%;
    height: 78px;
    border-left: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.2);
}

#index-body .init-6 .right .imgBox ul.txtBox .list:last-child {
    border-left: none;
}

#index-body .init-6 .right .imgBox ul.txtBox .list img {
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 14.7%;
}

#index-body .init-6 .right .imgBox ul.txtBox .list.active {
    background-color: #fff;
    color: var(--color);
}

#index-body .init-6 .right .imgBox ul.txtBox .list.active img {
    opacity: 1;
}

#index-body .init-7 {
    color: #333;
}

#index-body .init-7 .bottom li {
    height: 100%;
}

#index-body .init-7 .bottom li .list {
    border-radius: 10px;
    border: solid 1px rgba(102, 102, 102, 0.3);
    position: relative;
    height: 100%;
}

#index-body .init-7 .bottom li .list .topBox {
    border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}

#index-body .init-7 .bottom li .list .topBox .dateBox {
    color: #999999;
}

#index-body .init-7 .bottom li .list .topBox .dateBox .menu {
    border-left: 1px solid #ececec;
    padding: 0 14px;
    margin-left: 3px;
}

#index-body .init-7 .bottom li .list .topBox .dateBox p {
    line-height: 2;
    border-radius: 3px;
}

#index-body .init-7 .bottom li .list .topBox .dateBox .date {
    padding: 0 14px;
    padding-left: 20px;
    margin-right: 4px;
}

#index-body .init-7 .bottom li .list .botBox .titl {
    line-height: 1.6;
}

#index-body .init-7 .bottom li .list .botBox .titl:hover {
    color: rgba(255, 255, 255, 0.5);
}

#index-body .init-7 .bottom li .list .botBox p.txt {
    line-height: 2;
    color: #666;
}

#index-body .init-7 .bottom li .list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-image: linear-gradient(152deg, #0e3092 0%, #507bf0 100%);
    transition: all 0.4s ease-in-out;
    z-index: 0;
    border-radius: 10px;
}

#index-body .init-7 .bottom li .list:hover::before {
    height: 100%;
}

#index-body .init-7 .bottom li .list:hover {
    color: #fff;
}

#index-body .init-7 .bottom li .list:hover .topBox {
    border-color: rgba(255, 255, 255, 0.3);
}

#index-body .init-7 .bottom li .list .topBox .imgBox {
    position: relative;
}

#index-body .init-7 .bottom li .list .topBox .imgBox img {
    transition: all 0.5s;
}

#index-body .init-7 .bottom li .list:hover .topBox .imgBox img {
    filter: brightness(0) invert(1);
}


#index-body .init-7 .bottom li .list:hover .topBox .dateBox {
    color: #fff;
}

#index-body .init-7 .bottom li .list:hover .topBox .dateBox p {
    background-color: rgba(255, 255, 255, 0.1);
    border-left: none;
}

#index-body .init-7 .bottom li .list:hover .botBox p.txt {
    color: rgba(255, 255, 255, 0.6);
}

#index-body .init-8 .listbox .list2 .slick-list {
    direction: ltr;
}

#index-body .init-8 .listbox ul {
    margin: 0 -15px;
}

#index-body .init-8 .listbox li {
    padding: 0 15px;
}

#footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -o-background-size: cover;
    background-size: cover;
    background-color: var(--color);
}

#footer .topF .left {
    width: 48.1%;
}

#footer .topF .left .item {
    max-width: 192px;
}

#footer .topF .left .item .listA {
    font-size: 14px;
    opacity: 0.6;
}

#footer .topF .left .item .listA a {
    line-height: 2;
}

#footer .topF .left .item .listA a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#footer .topF .left .item .listA:hover {
    opacity: 1;
}

#footer .topF .left .item .listA:hover a::after {
    width: 100%;
}

#footer .topF .left .item .listA:last-child {
    margin-bottom: 0;
}

#footer .topF .left .item2 {
    max-width: 245px;
}

#footer .topF .left .item3 {
    max-width: 362px;
}

#footer .topF .left .item3 .add .email {
    margin-top: -2px;
    line-height: 2.2;
}

#footer .topF .left .item3 .add i {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .topF .left .cont {
    width: 84px;
    height: 84px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 8px;
}

#footer .topF .left .share {
    font-size: 20px;
}

#footer .topF .left .share li {
    width: 39px;
    height: 39px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#footer .topF .left .share li:hover {
    background-color: #ffffff;
    color: var(--color);
}

#footer .topF .right {
    width: 39.6%;
}

#footer .topF .right .titl {
    line-height: 1.3;
}

#footer .topF .right .titl div a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
}

#footer .topF .right .titl div a::before {
    content: '';
    position: absolute;
    right: -15px;
    top: -15px;
    left: -15px;
    bottom: -15px;
    background-image: url('../images/footerBtnIcon1.png');
    background-repeat: no-repeat;
    background-size: cover;
    animation: rotateX 10s linear infinite;
}

#footer .topF .right .titl div a:hover::before {
    animation: none;
}

#footer .topF .right form {
    position: relative;
}

#footer .topF .right form input,
#footer .topF .right form textarea {
    background-color: rgba(24, 24, 24, 0.1);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    padding: 24px 20px;
    color: #fff;
    width: 48.5%;
    box-sizing: border-box;
}

#footer .topF .right form input::placeholder,
#footer .topF .right form textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

#footer .topF .right form input.mess,
#footer .topF .right form textarea.mess {
    width: 100%;
    padding: 17px;
    height: 115px;
    padding-left: 55px;
}

#footer .topF .right form button {
    background-color: transparent;
    border: none;
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 23px;
}

#footer .topF .right form button:hover {
    transform: rotate(45deg);
}

#footer .copyright {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    color: #525252;
}

#footer .copyright .container svg {
    height: 30px;
    width: auto;
    fill: #ffffff;
    position: relative;
}

#footer .copyright .container a {
    display: block;
    height: 30px;
}

#footer .copyright .container .foot-ukl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#footer .copyright .container a img {
    margin-top: 8px;
    height: 16px;
}

#footer .copyright .container .left {
    width: 36%;
    position: relative;
    top: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

#footer .copyright .container .left .line {
    width: 70%;
    border: solid 1px #dddddd;
    opacity: 0.18;
}

#footer .copyright .container .right {
    line-height: 0.7;
    opacity: 0.05;
    width: 60%;
}

#footer .copyright .container .right p {
    white-space: nowrap;
}

@media (max-width: 1800px) {
    .container {
        width: 1650px;
    }

    #footer .topF .right {
        width: 42%;
    }

    #footer .copyright .container .left {
        width: 36%;
    }
}

@media screen and (max-width: 1700px) {
    #header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item {
        margin-right: 30px;
    }

    #index-body .init-2 .right {
        width: 70%;
    }

    #index-body .init-2 .right ul .slick-list {
        padding-left: 44%;
    }

    #index-body .init-2 .right .btn {
        left: 34%;
    }

    #index-body .init-2::after {
        width: 30.5vw;
    }
    #index-body .init-4 .top{
        position: relative;
        z-index: 0;
    }
    #index-body .init-4 .top:after{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.6);
        z-index: -1;
    }

    #index-body .init-4 .top .titleBox .op-8 p{
        color: #000;
    }
    #index-body .init-6 .left {
        min-height: 825px;
    }

    #footer .topF .left {
        width: 52%;
    }

    #footer .topF .right {
        width: 44%;
    }

    #footer .copyright .container .right {
        width: 60%;
    }

    #footer .copyright .container .left {
        width: 40%;
    }

    #footer .topF .left .item2 {
        max-width: 192px;
    }

    #footer .topF .left .item3 {
        max-width: 340px;
    }
}

@media screen and (max-width: 1450px) {
    #header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item {
        margin-right: 20px;
    }

    #header>.nav>.menu .menu-box .right .searchBox form {
        width: 130px;
    }

    #header>.nav>.menu .menu-box .right .Hbtn {
        display: none;
    }

    #banner .swiper ul li.imgBg .left {
        width: 41%;
    }

    #banner .bottom {
        bottom: 60px;
    }

    #index-body .init-2 .right ul .slick-list {
        padding-left: 45%;
    }

    #index-body .init-2 .right ul li .img {
        width: 350px;
        height: 350px;
    }

    #index-body .init-2 .right ul li .img::before {
        right: -50px;
        top: -50px;
        left: -50px;
        bottom: -50px;
    }

    #index-body .init-2 .right .btn {
        width: 40px;
        height: 40px;
        left: 35%;
    }

    #index-body .init-3 .bot ul li .list .bg {
        width: 40%;
    }

    #index-body .init-3 .bot ul li .list .txtbox1 .titl {
        padding: 10px;
    }

    #index-body .init-4 .bottom .play-btn {
        width: 80px;
        height: 80px;
    }

    #index-body .init-6 .left {
        min-height: 600px;
        width: 35%;
    }

    #index-body .init-6 .left .imgL {
        width: 29vw;
    }

    #index-body .init-6 .right {
        width: 62vw;
    }

    #index-body .init-6 .right .imgBox ul.txtBox .list {
        height: 70px;
    }

    #index-body .init-6 .right .imgBox .imgUl {
        height: 530px;
    }

    #index-body .init-6 .right .titl {
        top: 0;
    }

    #footer .topF .right {
        width: 47%;
    }

    #footer .copyright .container .right {
        width: 54%;
    }

    #footer .copyright .container .left {
        width: 46%;
    }

    #footer .topF .left .item3 {
        max-width: 260px;
    }
}

@media (max-width: 1250px) {
#banner {
    margin-top: 60px;
}
    #mobile3 .box {
        padding-bottom: 80px;
    }

    .mobileForm {
        margin-bottom: 80px;
    }

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

    #banner .swiper ul li.imgBg {
        height: calc(100vh - 60px);
    }

    #banner .swiper ul li.imgBg .left {
        width: 75%;
    }

    #index-body .init-2 .left {
        width: 100%;
        margin-bottom: 30px;
    }

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

    #index-body .init-2 .right ul .slick-list {
        padding-top: 30px;
    }

    #index-body .init-2 .right ul li .img {
        width: 280px;
        height: 280px;
    }

    #index-body .init-2 .right ul li .txt {
        font-size: 22px;
    }

    #index-body .init-2::after {
        display: none;
    }

    #index-body .init-4 .top .titleBox {
        width: 90%;
    }

    #index-body .init-4 .bottom {
        padding-top: 90px;
    }

    #index-body .init-4 .bottom ul li {
        margin-top: 20px;
    }

    #index-body .init-4 .bottom ul li:nth-child(1),
    #index-body .init-4 .bottom ul li:nth-child(2),
    #index-body .init-4 .bottom ul li:nth-child(3),
    #index-body .init-4 .bottom ul li:nth-child(4) {
        width: 50%;
        padding-right: 30px;
        justify-content: center;
    }

    #index-body .init-4 .bottom ul li:nth-child(1)::before,
    #index-body .init-4 .bottom ul li:nth-child(2)::before,
    #index-body .init-4 .bottom ul li:nth-child(3)::before,
    #index-body .init-4 .bottom ul li:nth-child(4)::before {
        height: 50px;
    }

    #index-body .init-4 .bottom ul li:nth-child(2)::before {
        display: none;
    }

    #index-body .init-6 .left {
        width: 100%;
        background-image: linear-gradient(145deg, #0e3092 0%, #507bf0 100%);
        min-height: auto;
        height: auto;
        max-width: 100%;
    }

    #index-body .init-6::before {
        display: none;
    }

    #index-body .init-6 .right {
        position: static;
        width: 100vw;
        padding-top: 20px;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, .05);
    }

    #index-body .init-6 .right .titl {
        text-align: center;
    }

    #index-body .init-6 .left .imgL {
        width: 90%;
    }

    #footer .topF .left {
        width: 44%;
    }

    #footer .topF .left .item2,
    #footer .topF .left .item1 {
        display: none;
    }

    #footer .topF .left .item3 {
        width: 100%;
        max-width: 100%;
    }

    #footer .topF .right {
        width: 55%;
    }

    #footer .topF .right .titl div a {
        width: 50px;
        height: 50px;
    }

    #footer .topF .right .titl div a::before {
        right: -10px;
        top: -10px;
        left: -10px;
        bottom: -10px;
    }

    #footer .copyright .container .right,
    #footer .copyright .container .left {
        width: 100%;
        text-align: center;
    }

    #footer .copyright .container .left .line {
        width: 100%;
        margin: 10px auto;
    }
}

@media (max-width: 1000px) {

    #banner .swiper ul li.imgBg .left {
        width: 80%;
    }

    #banner .bottom {
        bottom: 40px;
    }

    #banner .swiper ul li.imgBg {
        height: 500px;
    }

    #banner .bottom {
        display: none;
    }

    #banner .swiper ul li.imgBg .left {
        width: 100%;
    }

    #index-body .init-1 .container {
        height: 85px;
    }

    #index-body .init-3 .bot ul li .list .bg {
        width: 18%;
    }

    #index-body .init-3 .bot ul li .list .txtbox2 {
        opacity: 1;
        transform: none;
    }

    #index-body .init-3 .bot ul li .list .bg01,
    #index-body .init-3 .bot ul li .list .txtbox1 {
        opacity: 0;
    }

    #index-body .init-3 .bot ul li .list .txtbox2 .titlBox .titl {
        height: 56px;
    }
    #index-body .init-2 #canv{
        display: none;
    }
    #index-body .init-4 .top .titleBox {
        width: 100%;
        max-width: unset;
    }
#index-body .init-4 .top:after {
    background-color: rgba(255, 255, 255, 0.85);
}
    #index-body .init-6 .right .imgBox ul.txtBox .list {
        width: 50%;
    }

    #index-body .init-6 .right .imgBox ul.txtBox .list img {
        width: 10%;
    }

    #index-body .init-6 .right .imgBox ul.txtBox .list:last-child {
        width: 100%;
        border-top: 1px solid #fff;
    }

    #footer .topF .left,
    #footer .topF .right {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 700px) {
    .Hbtn1 span {
        margin-right: 30px;
    }

    .Hbtn span {
        margin-right: 30px;
    }

    #index-body .init-4 .bottom ul li {
        display: flex;
        align-items: center;
        justify-content: flex-start !important;
    }

    #index-body .init-2 .right ul .slick-list {
        padding-left: 0;
    }

    #index-body .init-2 .right .btn {
        left: 1%;
    }

    #index-body .init-4 .bottom ul li:nth-child(1),
    #index-body .init-4 .bottom ul li:nth-child(2),
    #index-body .init-4 .bottom ul li:nth-child(3),
    #index-body .init-4 .bottom ul li:nth-child(4) {
        padding-right: 10px;
    }

    #index-body .init-4 .bottom ul li:nth-child(1)::before,
    #index-body .init-4 .bottom ul li:nth-child(2)::before,
    #index-body .init-4 .bottom ul li:nth-child(3)::before,
    #index-body .init-4 .bottom ul li:nth-child(4)::before {
        display: none;
    }

    #footer .topF .right .titl {
        line-height: 2.5;
    }

    #footer .topF .right form input,
    #footer .topF .right form textarea {
        padding: 15px;
    }
}

@media (max-width: 500px) {

    #index-body .init-4 .bottom ul li:nth-child(1),
    #index-body .init-4 .bottom ul li:nth-child(2),
    #index-body .init-4 .bottom ul li:nth-child(3),
    #index-body .init-4 .bottom ul li:nth-child(4) {
        width: 100%;
    }

    #index-body .init-2 .right .btn {
        display: none !important;
    }

    #index-body .init-2 .right ul li .img::before {
        right: -40px;
        top: -40px;
        left: -40px;
        bottom: -40px;
    }

    #index-body .init-4 .top .img {
        display: none;
    }

    #index-body .init-4 .top .txt-img {
        display: none;
    }

    #index-body .init-4 .bottom {
        padding-top: 160px;
    }

    #index-body .init-4 .bottom .play-btn {
        top: 17%;
    }

    #index-body .init-6 .right .imgBox ul.txtBox {
        background-color: rgba(0, 0, 0, 0.8);
        position: static;
    }

    #index-body .init-6 .right .imgBox ul.txtBox .list {
        width: 100%;
    }

    #index-body .init-6 .right .imgBox .imgUl {
        height: 220px;
    }

    #footer .topF .right form input {
        width: 100%;
    }

    #footer .copyright .container .right {
        display: none;
    }
}

/*----- inner-page -----*/
@media (max-width: 1250px) {
  #innerMobileBanner {
    margin-top: 60px;
  }
}
.inner-banner {
    height: auto;
    width: 100%;
    margin: 83px auto 0;
    overflow: hidden;
    position: relative;
}

.inner-banner::before {
    /*content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: rgba(11, 105, 170, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;*/
}

.inner-banner .inner-content {
    width: 100%;
    height: auto;
    /*background: url("../images/in-banner.png") no-repeat;*/
    background-size: cover;
    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;
    position: relative;
    padding: 100px 0;
}

.inner-banner .inner-content::before {
    /*content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color: rgba(45, 50, 121, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;*/
}

.inner-banner .inner-content::after {
    /*content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: rgba(39, 68, 151, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;*/
}

.inner-banner .mbx {
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
}

.inner-banner .mbx h2 {
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}

.inner-banner .mbx h1 {
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}

.inner-banner .mbx p {
    font-size: 16px;
    line-height: 32px;
}

.inner-page .m-page {
    text-align: center;
    margin-top: 50px
}

.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: 16px;
    font-weight: 700;
    line-height: 40px;
    border: 1px solid #999;
    margin-left: 5px;
}

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

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-image: linear-gradient(145deg, #0e3092 0%, #507bf0 100%);
    color: #fff;
    border: 1px solid var(--color);
}

@media screen and (max-width: 1000px) {
    .inner-page .m-page {
        margin-top: 40px;
    }

    .seoPublic .seoIndustry {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .inner-page .m-page {
        margin-top: 20px;
    }
}

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



.product-page {
    min-height: 80vh;
}

.product-page .pro-box .product-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-right: 35px;
    margin-right: 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 h1 {
    margin-bottom: 10px;
}

.product-page .pro-box .product-right .text .desc {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    max-height: 200px;
    overflow-y: scroll;
}

.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;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-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: 5px;
    /*background-color: white;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.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;
    transform: scale(1);
}

.product-page .pro-box .product-right ul li .img-box .icon a img.hover {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product-page .pro-box .product-right ul li .img-box .icon a:hover .cur,
.product-page .pro-box .product-right ul li .img-box .icon a.active .cur {
    opacity: 0;
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover .hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active .hover {
    opacity: 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);
    background: #F5F8FF;
}

.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;
    text-overflow: -o-ellipsis-lastline;
}

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

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

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

}

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

    .uklhide {
        display: none !important;
    }
}

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

.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 {
    left: 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 {
    transform: translateY(-50%) rotate(-90deg);

}

.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;
    min-height: 60px;
    padding: 5px 27px 5px 70px;
    font-size: 18px;
    /*text-transform: uppercase;*/
    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;
    left: -webkit-calc(100% - 8px);
    left: -moz-calc(100% - 8px);
    left: calc(100% - 8px);
    top: 0;
    /*background-color: var(--color);*/
    background-image: linear-gradient(145deg, #0e3092 0%, #507bf0 100%);
    -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;
    left: 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 {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
    /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}

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

.pro-box .pro-left .menus>li .sub-menu li:first-child {
    padding-top: 20px;
}

.pro-box .pro-left .menus>li .sub-menu li:last-child {
    padding-bottom: 20px;
}

.pro-box .pro-left .menus>li .sub-menu li a {
    font-size: 18px;
    color: #666;
    transition: all 0.5s;
}

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

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

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

.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 {
    text-align: center;
}

.prodet-page .prodet-right .box .left .bigImg ul li img {
    background: #F6F9FF;
}

.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_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);
    background: #F6F9FF;
}*/

.prodet-page .prodet-right .box .left .smallImg ul .slick-current li .img_box {
    border: 1px solid var(--color);
    background: #F6F9FF;
}

.prodet-page .prodet-right .box .right {
    width: 53.5%;
    padding-right: 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: 16px;
    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-left: 10px;
}

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

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

.prodet-page .prodet-right .box .right h1 {
    font-size: 35px;
    font-weight: bold;

}

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

}

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

.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;
    right: 50%;
    top: 50%;
    transform: translate(50.0%,-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;
    right: 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 {
    margin: 100px 0 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

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

}

.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 20px;
    margin: 0 40px;
    position: relative;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.prodet-page .prodet-right .prodet-title ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 22px;
    background: url("../images/nav-tag.png") no-repeat;
    right: 2px;
    top: -6px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.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: #fff;
}

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

.prodet-page .prodet-right .prodet-content .det table tr td {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.prodet-page .prodet-right .prodet-content .det form {
    margin-top: 50px;
    /*padding: 10px;*/
    background: #fff;
    /*box-shadow: #ccc 0 0 10px 0;*/
}

.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: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: 16px;
}

.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-image: linear-gradient(145deg, #0e3092 0%, #507bf0 100%);
    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: 16px;
}

.prodet-page .Hbtn {
    background-color: var(--color);
}

@media screen and (max-width: 1600px) {
    .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-left: 0;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1400px) {
    .prodet-page .prodet-right .box .right h1 {
        font-size: 26px;
    }

}

@media screen and (max-width: 1250px) {
    .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-right: 0;
    }

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

    .prodet-page .prodet-right .prodet-title {
        margin: 60px 0 30px 0;
    }

}


@media screen and (max-width: 1000px) {
    .prodet-page .prodet-right {
        width: 100%;
        padding-right: 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-right: 0;
    }

    .prodet-page .prodet-right .box .right h1 {
        font-size: 22px;
    }
}

@media screen and (max-width:700px) {
    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 5px;
        font-size: 18px
    }

    .product-page .pro-box .product-right .text h1 {
        font-size: 18px;
    }

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

    .prodet-page .prodet-right .prodet-content {
        padding-bottom: 30px;
    }

    .prodet-page .prodet-right .prodet-title {
        margin: 20px 0 20px 0;
    }
}

@media screen and (max-width: 500px) {
    .prodet-page .prodet-right .prodet-title ul li {
        width: 100%;
        margin-bottom: 5px;
        padding-right: 10px;
        text-align: center;
    }

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

    .prodet-page .prodet-right .prodet-content .det form {
        margin-top: 0;
    }
}

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

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

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

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

.recommended-product ul li .img_box .icon {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-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: 5px;
    /*background-color: white;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.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;
    transform: scale(1);
}

.recommended-product ul li .img_box .icon a img.hover {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    right: 0;
    top: 0;
}

.recommended-product ul li .img_box .icon a:hover .cur {
    opacity: 0;
}

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



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

.recommended-product ul li h4 {
    font-size: 20px;
    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;
}

.recommended-product ul li h4:hover {
    color: var(--color);
}

@media screen and (max-width: 1250px) {
    .recommended-product {
        padding: 60px 0;
    }
}

@media screen and (max-width: 700px) {
    .recommended-product {
        padding: 30px 0;
    }
}



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

.about-page .about-1 .list {
    position: relative;
}

.about-page .about-1 .list span.h1 {
    font-size: 12.86458333vw;
    color: var(--color);
    position: absolute;
    top: 48%;
    right: 0;
    white-space: nowrap;
    line-height: 1.2;
    -webkit-animation: lz 10s linear infinite;
    -moz-animation: lz 10s linear infinite;
    animation: lz 10s linear infinite;
}

.about-page .about-1 .list span.h1 em {
    margin-left: .5em;
}

.about-page .about-1 .list ul {
    padding-right: 22.7%;
    padding-left: 22.7%;
    overflow: hidden;
}

.about-page .about-1 .list .slick-list {
    overflow: unset;
}

.about-page .about-1 .list .slick-list li {
    transform: scale(0.76) translateX(10%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-1 .list .slick-list .slick-current li {
    transform: scale(1);
}

.about-page .about-1 .list .slick-list .slick-current~div li {
    transform: scale(0.76) translateX(-10%);
}

.about-page .about-1 span.h7 {
    font-weight: 500;
    padding: 1.2em;
    border-radius: 2em;
    border: 1px solid black;
}

.about-page .about-2 {
    background-image: -webkit-linear-gradient(50deg, #0c286c, #0c1937);
    background-image: -moz-linear-gradient(50deg, #0c286c, #0c1937);
    background-image: linear-gradient(-140deg, #0c286c, #0c1937);
    color: white;
}

.about-page .about-2 .text {
    color: inherit;
}

.about-page .about-2 .list {
    padding-left: 22%;
    margin-left: -20%;
    position: relative;
    right: -20%;
    border-top-left-radius: 15.625vw;
    border-bottom-right-radius: 15.625vw;
    overflow: hidden;
}

.about-page .about-2 .list .slick-list {
    overflow: unset;
}

.about-page .about-3 {
    position: relative;
}

.about-page .about-3:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    bottom: 8px;
    right: 0;
    z-index: -1;
}

.about-page .about-3 .list {
    padding-left: 29%;
    margin-left: -10%;
    overflow: hidden;
    font-size: 0;
}

.about-page .about-3 .list li {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

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

.about-page .about-3 .list span.h2 {
    line-height: .8;
    -webkit-text-stroke: 1px var(--color);
    color: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-3 .list i.dots {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    background-color: var(--color);
}

.about-page .about-3 .list .text {
    margin-bottom: auto;
}

.about-page .about-3 .list .slick-current span.h2 {
    color: var(--color);
}

.about-page .about-4 .text {
    max-width: 1100px;
}

.about-page .about-5 {
    background-position: center top;
}

.about-page .about-1-1.strengths .brands-list ul li .box {
    background-color: #f4f5f9;
    border-radius: 5px;
    padding: 60px 30px;
}

.about-page .about-1-1 .brands-list ul li .box {
    transition: all 0.5s;
}


.about-page .about-1-1 .brands-list ul li .box a img {
    width: unset;
}

.about-page .about-1-1 .brands-list ul li .box a .img2 {
    display: none;
}

.about-page .about-1-1 .brands-list ul li .box .txtbox .desc {
    max-height: calc(1.7em * 4);
    overflow-y: auto;
    line-height: 1.7;
    transition: all 0.5s;
}

.about-page .about-1-1 .brands-list ul li .box:hover {
    background-color: var(--color);
}

.about-page .about-1-1 .brands-list ul li .box:hover .tt {
    color: #fff;
}

.about-page .about-1-1 .brands-list ul li .box:hover .desc {
    color: #fff;
}

.about-page .about-1-1 .brands-list ul li .box:hover .desc::-webkit-scrollbar-thumb {
    background-color: #000;
}

.about-page .about-1-1 .brands-list ul li .box:hover a .img1 {
    display: none;
}

.about-page .about-1-1 .brands-list ul li .box:hover a .img2 {
    display: block;
}

@media (max-width: 1250px) {
    .about-page .about-1-1.strengths .brands-list ul li .box {
        padding: 20px 15px;
    }
}

.about-page .about-6 .text {
    max-width: 1100px;
}
@media (max-width: 500px) {
    .about-page .about-1 .box .left .img{
        display: none;
    }
}
/*==============================================
    about-page
*/
@keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}



/*
    honor-page
==============================================*/

.honor-page .list li {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1em;
}

.honor-page .list li span.h6 {
  padding: .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.honor-page .list li:hover span.h6 {
  color: white;
  background-color: var(--color);
}
/*==============================================
    honor-page
*/



/*
    faq-page
==============================================*/
.faq-page span.h6 {
  background-color: #f7f7f7;
  border-radius: 3em;
}

.faq-page span.h6 i {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: black;
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.faq-page span.h6 i:before {
  font-size: 1.4em;
}

.faq-page .text {
  color: #333;
}

.faq-page li.active span.h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 500px) {
  .faq-page span.h6 i {
    zoom: .7;
  }
}

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





.contact-page .form input,
.contact-page .form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #a1a1a1;
    padding: .5em 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .form input:focus,
.contact-page .form textarea:focus {
    border-bottom-color: var(--color);
}

.contact-page .form textarea {
    height: 120px;
}

.contact-page .form button {
    border: none;
}

.contact-page .share a {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .share a:hover {
    color: white;
    background-color: var(--color);
}

.contact-page iframe {
    height: 20.83333333vw;
    border: none;
    background-color: #f8f8f8;
}

@media screen and (max-width: 1000px) {
    .contact-page iframe {
        height: 32vw;
    }
}

@media screen and (max-width: 500px) {
    .contact-page iframe {
        height: 44vw;
    }
}




.download-page .border {
    border: 1px solid #dfdfdf;
    border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.download-page span.h3 {
    padding: 1em;
    background-color: var(--color);
    color: white;
}

.download-page .nav li {
    padding: 0 1em;
    border-bottom: 1px solid #dfdfdf;
}

.download-page .nav li:last-child {
    border-bottom: none;
}

.download-page .nav a {
    padding: 1.5em 0;
}

.download-page .nav a i {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
    box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}

.download-page .nav a i:before {
    font-size: 1.4em;
    opacity: 0;
}

.download-page .nav a.active {
    color: var(--color);
}

.download-page .nav a.active i:before {
    opacity: 1;
}

.download-page .right .border {
    padding: 1em;
}

.download-page form {
    padding-bottom: 1%;
}

.download-page form button {
    width: 2em;
    height: 2em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
    border: none;
}

.download-page form button i {
    font-size: 1.5em;
}

.download-page form input {
    width: 100%;
    border: none;
    background-color: transparent;
}

.download-page .list li {
    padding: 3% 0;
    border-top: 1px solid #dfdfdf;
}

.download-page .list li i.font-70 {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    border: 1px solid #dfdfdf;
}

.download-page .list li i.font-70 img {
    max-width: 40%;
}

.download-page .list li .link em {
    color: var(--color2);
}

.download-page .list li .more i {
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
}

@media screen and (max-width: 1000px) {
    .download-page .list li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .download-page .list li i.font-70 {
        display: none;
    }
}


.seoPublic .Auxil-news .list ul li .content:hover {
    transform: translateY(-5px);
}

.ani-delay {
    animation-delay: 1s;
}

.t_2 {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.page-header02 .logo img {
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) brightness(100%);
    -webkit-backdrop-filter: invert(100%) sepia(100%) saturate(0%) brightness(100%);
    -ms-filter: invert(100%) sepia(100%) saturate(0%) brightness(100%);
    filter: invert(100%) sepia(100%) saturate(0%) brightness(100%);
}

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

.flex-wap>.mtper5 {
    margin-top: 5%;
}



/*
    support-page
==============================================*/
.color-66 {
    color: #666;
}
.support-page .support-1 .text {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;color: #666;
}

.support-page .support-1 .list li .box{
    padding: 4% 7%;
    border: 1px solid #e7e7e7;
    background-color: #f5f5f7;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    top: 0;
}
.support-page .support-1 .list li .box .text{
    overflow-y: auto;
    height: calc(28px * 4)
}
.support-page .support-1 .list li i {
    width: 1em;
    height: 1em;
    background-color: #f6f8fa;
}

.support-page .support-1 .list li:hover {
    top: -10px;
}

.support-page .support-2 .left {
    direction: ltr;
}

.support-page .support-2 .left .img {
    width: 134%;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
}

.support-page .support-2 .left .img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.support-page .support-2 .right .content {
    padding-right: 10%;
    background-color: #f5f5f7;
    height: 94%;
    position: relative;
}
.support-page .support-2 .right .content .text{
    color: #666;
}
.support-page .support-2 .right .content>.text{
    max-height: 168px;
    overflow-y: auto;
}
.support-page .support-3 .box .right .check{
    max-height: 168px;
    overflow-y: auto;
}
.support-page .support-2 .right .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: inherit;
}

.support-page .support-2 .right .content .list {
    margin-top: auto;
    font-weight: 500;
}

.support-page .support-2 .right .content .list span.num {
    width: 2.66666667em;
    height: 2.66666667em;
    border-radius: 100%;
    background-image: linear-gradient(60deg, var(--color), var(--color));
    color: white;
}

.support-page .support-2 .right .content .list .text {
    color: #333;
}
.support-page .support-3 .box .right .text{
    overflow-y: auto;
    max-height: calc(28px * 6);
}
.support-page .support-4 .content {
    margin-right: auto;
    padding-right: 5%;
    background-color: var(--color);
    color: white;
    position: relative;
}

.support-page .support-4 .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: inherit;
}

.support-page .support-4 .content .check {
    font-weight: normal;
}

.support-page .support-4 .content .check p:before {
    background-color: white;
    color: var(--color);
}

.support-page .support-5 .right {
    -webkit-transform: translateX(-8.0%);
    -moz-transform: translateX(-8.0%);
    -ms-transform: translateX(-8.0%);
    transform: translateX(-8.0%);
}

.support-page .support-5 .right .list span.h6 {
    cursor: pointer;
    cursor: hand;
    color: #333;
}

.support-page .support-5 .right .list span.h6 em {
    width: 1.7em;
}

.support-page .support-5 .right .list span.h6 i {
    margin-right: auto;
    font-weight: normal;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.support-page .support-5 .right .list li {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.support-page .support-5 .right .list li.active {
    background-color: #f3f3f3;
}

.support-page .support-5 .right .list li.active span.h6 i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width: 1450px) {
    .support-page .support-5 .right {
        -webkit-transform: translateX(-0.0);
        -moz-transform: translateX(-0.0);
        -ms-transform: translateX(-0.0);
        transform: translateX(-0.0);
    }
}
@media screen and (max-width: 1250px){
    .support-page .support-2 .right .content{
        height: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .support-page .support-2 .left {
        direction: rtl;
    }
    .support-page .support-2 .left .img{
        width: 100%;
    }
    .support-page .support-2 .right .content {
        padding: 5% !important;
        height: auto;
    }
    .support-page .support-2 .right .content:before{
        display: none;
    }

    .support-page .support-4 .content {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .support-page .support-2 .right .content .list ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

.inner-page .check {
  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;
  gap: 1.125em;
  font-weight: 500;
}
.inner-page .check p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5em;
}
.inner-page .check p:before {
  content: '\e766';
  font-family: "iconfont";
  width: 1.375em;
  height: 1.375em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  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-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
/*==============================================
    support-page
*/



/*
    industries-page
==============================================*/
.casedet-page .list2 li .img-box{
  border: 1px solid rgba(0, 0, 0, 0.3)
}


/*==============================================
    industries-page
*/
.inner-page .sideBarLeft {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

.inner-page .sideBarLeft .nav a {
    padding: .8em 1em;
    background-color: #f5f5f5;
    margin-bottom: 1em;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .sideBarLeft .nav a i {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .sideBarLeft .nav a:not([class]) {
    display: block;
}

.inner-page .sideBarLeft .nav a:hover {
    background-color: var(--color);
    color: white;
}

.inner-page .sideBarLeft .nav a.active {
    background-color: var(--color);
    color: white;
}

.inner-page .sideBarLeft .nav a.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.inner-page .sideBarLeft .nav ul ul {
    display: none;
}

.inner-page .sideBarLeft .nav ul ul a {
    background-color: #fbfbfb;
}

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

.news-page .list li {
    padding: 14% 7% 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 1em;
}

.news-page .list li a.link {
    width: 2em;
    height: 2em;
    line-height: 1;
    border-radius: 100%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-top: 1.5em;
    margin: 0 auto;
    color: var(--color2);
}

.news-page .list li a.link i {
    font-size: 3em;
    line-height: .1;
    display: block;
}

.newdet-page .sideBarRight hr {
    background-image: -webkit-linear-gradient(left, black 0, black 5px, transparent 5px, transparent 10px);
    background-image: -moz-linear-gradient(left, black 0, black 5px, transparent 5px, transparent 10px);
    background-image: linear-gradient(to right, black 0, black 5px, transparent 5px, transparent 10px);
    background-size: 10px auto;
    background-color: transparent;
}

.newdet-page .sideBarRight .text {
    line-height: 1.8;
}

.newdet-page .newdet-2 {
    background-color: #f6f6f6;
}

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

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

.seoPublic .Auxil-about .box .right .text {
    max-height: calc(1.8em * 8);
    overflow-y: auto;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    height: auto;
}

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

.seoPublic .Auxil-news .list ul li .content div.h6 {
    height: 2.8em;
}

.seoPublic .Auxil-news .list ul li .content p {
    height: 4.3em;
}

.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;
    background-color: transparent;
}

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

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


/*
    project-page
==============================================*/
.inner-page .project_sideBarBox .sideBarLeft {
    width: 25%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.inner-page .project_sideBarBox .sideBarLeft form {
    height: 42px;
    line-height: 42px;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.inner-page .project_sideBarBox .sideBarLeft form input {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 0 1em;
}

.inner-page .project_sideBarBox .sideBarLeft form button {
    width: 42px;
    border: none;
    background-color: var(--color);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
}

.inner-page .project_sideBarBox .sideBarLeft form button img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide {
    margin-top: 50px;
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide span.h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide .nav ul li a {
    font-size: 18px;
    margin-top: 1em;
    display: block;
    padding-left: 1.5em;
    position: relative;
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa {
    position: absolute;
    left: .3em;
    top: 0;
    font-size: 140%;
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide .nav ul li a em {
    opacity: .6;
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide .nav ul li.active>a,
.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide .nav ul li:hover>a {
    color: var(--color);
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide .nav ul li ul {
    display: none;
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide .nav ul li li {
    padding-right: 1em;
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide .nav ul li li a {
    font-weight: 400;
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide .list {
    margin: 10px 0;
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide .list ul li {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide .list ul li a.img-box {
    width: 25%;
    margin-left: 4%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide .list ul li .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide .list ul li .content span.h6 {
    font-size: 17px;
    width: 100%;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide .list ul li .content .star {
    font-size: 14px;
    color: var(--color);
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarSlide .list ul li .content time {
    font-size: 14px;
    color: var(--color);
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarImg {
    background-image: url(../images/sideBarImg-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 180px 10% 80px;
    display: block;
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarImg span.h3 {
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarImg .text {
    font-size: 16px;
    line-height: 1.4;
    margin: 1em 0 2em;
}

.inner-page .project_sideBarBox .sideBarLeft .sideBarImg a.more {
    line-height: 2em;
    height: 2em;
    padding: 0 .5em 0 1em;
    background: url(../images/icon-sideBarImg-link.png) center no-repeat;
    background-size: 100% 100%;
}

.project-page .project-right {
    width: 75%;
    padding-right: 4%;
}

.project-page .project-right>ul>li {
    padding: 35px;
    background: #fff;
    margin-bottom: 30px;
}

.project-page .project-right>ul>li h6 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color);
}

.project-page .project-right>ul>li .all-case {
    display: flex;
    margin-top: 25px;
}

.project-page .project-right>ul>li .all-case .left {
    width: 50%;
    overflow: hidden;
}

.project-page .project-right>ul>li .all-case .left ul li {
    padding: 5px;
    width: 100%;
}

.project-page .project-right>ul>li .all-case .left ul li a {
    display: block;
    overflow: hidden;
}

.project-page .project-right>ul>li .all-case .right {
    width: 50%;
    padding-right: 5%;
}

.project-page .project-right>ul>li .all-case .right .text {
    font-size: 17px;
    line-height: 1.5;
    max-height: 8.9em;
    overflow-y: auto;
    position: relative;
}

.project-page .project-right>ul>li .all-case .right h4 {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 700;
    color: var(--color);
    position: relative;
}

.project-page .project-right>ul>li .all-case .right .imgC ul {
    margin-top: 30px;
}

.project-page .project-right>ul>li .all-case .right .imgC ul li {
    padding: 5px;
}

.project-page .project-right>ul>li .all-case .right .imgC ul li a {
    display: block;
}

.project-page .project-right>ul>li .all-case .right .imgC ul li a img {
    width: 100%;
}

.project-page .project-right>ul>li .all-case .right a.more {
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
    background: var(--color);
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    transition: .3s ease;
}

.project-page .project-right>ul>li .all-case .right a.more:hover {
    background: #fea305;
}

.project-page .project-right>ul>li .all-case .right h4:after {
    content: '';
    width: 40px;
    height: 3px;
    position: absolute;
    background: var(--color);
    right: 0;
    bottom: -10px;
}

.project-page .project-right>ul>li .all-case .right .imgC ul .slick-track {
    margin: 0;
}

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

    .inner-page .sideBarBox .sideBarLeft {
        display: none;
    }
}

@media screen and (max-width:700px) {
    .project-page .project-right>ul>li .all-case .right {
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
    }

    .project-page .project-right>ul>li .all-case .left {
        width: 100%;
    }

    .project-page .project-right>ul>li .all-case {
        display: block;
    }
}

@media screen and (max-width:500px) {
    .project-page .project-right>ul>li {
        padding: 30px 10px;
    }
}
/*==============================================
    project-page
*/
.video-page .video-1 .list ul {
    margin: -12px;
}
.video-page .video-1 .list ul li {
    padding: 12px;
}
.video-page .video-1 .list ul li video{
    width: 100%;
}
@media screen and (max-width:1000px) {
    .flex-3 > * {
        width: 50%;
    }
}
@media screen and (max-width:500px) {
    .flex-3 > * {
        width: 100%;
    }
}

#sidebar ul li .child p {
    white-space: nowrap;
}
#mobile2 .logo img{
    filter: brightness(0) invert(1);
}