@font-face {
    font-family: "Montserrat";
    src: url("https://omo-oss-file.thefastfile.com/portal-saas/ngc202211030002/cms/file/700650ed-2798-4ca4-a5e5-73f4bb0dc115.woff2") format("woff2"),
    url("https://omo-oss-file.thefastfile.com/portal-saas/ngc202211030002/cms/file/47d75036-57e4-4b6c-9888-d2fba829c761.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("https://omo-oss-file.thefastfile.com/portal-saas/ngc202211030002/cms/file/957cd5a4-1804-48b0-af61-705afe9e57ad.woff2") format("woff2"),
    url("https://omo-oss-file.thefastfile.com/portal-saas/ngc202211030002/cms/file/36ade5ff-211b-4e37-b48e-0c39f03b2c1b.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("https://omo-oss-file.thefastfile.com/portal-saas/ngc202211030002/cms/file/02e7130b-d6db-490e-8e0d-f251b4fe56e0.woff2") format("woff2"),
    url("https://omo-oss-file.thefastfile.com/portal-saas/ngc202211030002/cms/file/c431c746-83b1-4b90-96d5-1281022c0692.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("https://omo-oss-file.thefastfile.com/portal-saas/ngc202211030002/cms/file/31bb33b3-db9c-4e17-a7dd-4d214977a0a8.woff2") format("woff2"),
    url("https://omo-oss-file.thefastfile.com/portal-saas/ngc202211030002/cms/file/62fd1bb8-68af-4ff8-8559-b51ad52ebcd5.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --fontFamily: "Montserrat", "Noto Sans SC", "PingFang SC", -apple-system, BlinkMacSystemFont, "Microsoft Yahei UI", "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
    --fontSize: 16px;
    --lineHeight: 1.65;
    --fontWeight: 400;
    --container-width: 88%;
    --container-max-width: 1440px;
    --block-max-width: 1440px;
    --color: #333333;
    --nav-height: 64px;
    --nav-padding: 20px;
}

strong {
    font-weight: inherit;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

body {
    font-family: var(--fontFamily);
    font-size: var(--fontSize);
    font-weight: var(--fontWeight);
    line-height: var(--lineHeight);
    overflow-x: hidden;
    overflow-wrap: break-word;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--color);
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font-family: var(--fontFamily);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: var(--lineHeight);
    margin-bottom: 0.5em;
}

p {
    margin: 0.5em 0;
}

* {
    white-space: normal;
    word-break: normal;
}

body {
    margin: 0;
}

body * {
    outline: none;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
}

li {
    display: block;
}

.ct-container {
    width: var(--container-width);
    max-width: var(--container-max-width);
    margin: auto;
}

.ct-container-full {
    width: var(--container-width);
    margin: auto;
}

ul {
    padding: 0;
}

div {
    -webkit-overflow-scrolling: touch;
}

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

.full-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.full-img-wrap > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

a.full-aa {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.ct-hide {
    display: none !important;
}

.normal-padding {
    padding: 6vw 0;
    position: relative;
}

.hs_bg {
    position: relative;
    z-index: 20;
}

/*  */
body .scrollbar-thumb {
    border-radius: 2px;
    opacity: 0.75;
}

body .scrollbar-track-y {
    background: rgb(255 255 255 / 0%);
}

.Scroll-Wrapper {
    height: 100vh;
    width: 100%;
    overflow: auto;
}

.split-warpper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

/*  */
.mo-desk-tr > img:last-child {
    display: none;
}

.mo-desk-tr > img:first-child {
    display: block;
}

@media screen and (max-width: 999px) {
    .mo-desk-tr > img:first-child {
        display: none;
    }

    .mo-desk-tr > img:last-child {
        display: block;
    }
}

/* 动画延迟 */
.anim_delay.active_y > *:nth-child(1) {
    transition-delay: 0.15s;
}

.anim_delay.active_y > *:nth-child(2) {
    transition-delay: 0.3s;
}

.anim_delay.active_y > *:nth-child(3) {
    transition-delay: 0.45s;
}

.anim_delay.active_y > *:nth-child(4) {
    transition-delay: 0.6s;
}

.anim_delay.active_y > *:nth-child(5) {
    transition-delay: 0.75s;
}

.anim_delay.active_y > *:nth-child(6) {
    transition-delay: 0.9s;
}

.anim_delay.active_y > *:nth-child(7) {
    transition-delay: 1.05s;
}

.anim_delay.active_y > *:nth-child(8) {
    transition-delay: 1.2s;
}

.anim_delay.active_y > *:nth-child(9) {
    transition-delay: 1.35s;
}

.anim_delay.active_y > *:nth-child(10) {
    transition-delay: 1.5s;
}

.anim_delay.active_y > *:nth-child(11) {
    transition-delay: 1.65s;
}

.anim_delay.active_y > *:nth-child(12) {
    transition-delay: 1.8s;
}

.anim_delay.active_y > *:nth-child(13) {
    transition-delay: 1.95s;
}

.anim_delay.active_y > *:nth-child(14) {
    transition-delay: 2.1s;
}

.anim_delay.active_y > *:nth-child(15) {
    transition-delay: 2.25s;
}

.anim_delay.active_y > *:nth-child(16) {
    transition-delay: 2.4s;
}

.anim_delay.active_y > *:nth-child(17) {
    transition-delay: 2.55s;
}

.anim_delay.active_y > *:nth-child(18) {
    transition-delay: 2.7s;
}

.anim_delay.active_y > *:nth-child(19) {
    transition-delay: 2.85s;
}

.anim_delay.active_y > *:nth-child(20) {
    transition-delay: 3s;
}

.anim_delay.active_y > *:nth-child(21) {
    transition-delay: 3.15s;
}

.anim_delay.active_y > *:nth-child(22) {
    transition-delay: 3.30s;
}

.anim_delay.active_y > *:nth-child(23) {
    transition-delay: 3.45s;
}

.anim_delay.active_y > *:nth-child(24) {
    transition-delay: 3.60s;
}

.anim_delay.active_y > *:nth-child(25) {
    transition-delay: 3.75s;
}

.anim_delay.active_y > *:nth-child(26) {
    transition-delay: 3.90s;
}

.anim_delay.active_y > *:nth-child(27) {
    transition-delay: 4.05s;
}

.anim_delay.active_y > *:nth-child(28) {
    transition-delay: 4.20s;
}

.anim_delay.active_y > *:nth-child(29) {
    transition-delay: 4.35s;
}

.anim_delay.active_y > *:nth-child(30) {
    transition-delay: 4.50s;
}

.anim_delay.active_y > *:nth-child(31) {
    transition-delay: 4.65s;
}

.anim_delay.active_y > *:nth-child(32) {
    transition-delay: 4.80s;
}

.anim_delay.active_y > *:nth-child(33) {
    transition-delay: 4.95s;
}

.anim_delay.active_y > *:nth-child(34) {
    transition-delay: 5.10s;
}

.anim_delay.active_y > *:nth-child(35) {
    transition-delay: 5.25s;
}

.anim_delay.active_y > *:nth-child(36) {
    transition-delay: 5.40s;
}

.anim_delay.active_y > *:nth-child(37) {
    transition-delay: 5.55s;
}

.anim_delay.active_y > *:nth-child(38) {
    transition-delay: 5.70s;
}

.anim_delay.active_y > *:nth-child(39) {
    transition-delay: 5.85s;
}

.anim_delay.active_y > *:nth-child(40) {
    transition-delay: 6.00s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(1) {
    transition-delay: 0.08s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(2) {
    transition-delay: 0.16s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(3) {
    transition-delay: 0.24s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(4) {
    transition-delay: 0.32s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(5) {
    transition-delay: 0.4s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(6) {
    transition-delay: 0.48s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(7) {
    transition-delay: 0.56s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(8) {
    transition-delay: 0.64s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(9) {
    transition-delay: 0.72s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(10) {
    transition-delay: 0.8s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(11) {
    transition-delay: 0.88s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(12) {
    transition-delay: 0.96s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(13) {
    transition-delay: 1.04s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(14) {
    transition-delay: 1.12s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(15) {
    transition-delay: 1.2s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(16) {
    transition-delay: 1.28s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(17) {
    transition-delay: 1.36s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(18) {
    transition-delay: 1.44s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(19) {
    transition-delay: 1.52s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(20) {
    transition-delay: 1.6s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(21) {
    transition-delay: 1.68s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(22) {
    transition-delay: 1.76s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(23) {
    transition-delay: 1.84s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(24) {
    transition-delay: 1.92s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(25) {
    transition-delay: 2.00s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(26) {
    transition-delay: 2.08s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(27) {
    transition-delay: 2.16s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(28) {
    transition-delay: 2.24s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(29) {
    transition-delay: 2.32s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(30) {
    transition-delay: 2.40s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(31) {
    transition-delay: 2.48s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(32) {
    transition-delay: 2.56s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(33) {
    transition-delay: 2.64s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(34) {
    transition-delay: 2.72s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(35) {
    transition-delay: 2.80s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(36) {
    transition-delay: 2.88s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(37) {
    transition-delay: 2.96s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(38) {
    transition-delay: 3.04s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(39) {
    transition-delay: 3.12s;
}

.anim_delay.anim_delay2.active_y > *:nth-child(40) {
    transition-delay: 3.20s;
}

.anim_delayB > *:nth-child(1) {
    transition-delay: 0.05s;
}

.anim_delayB > *:nth-child(2) {
    transition-delay: 0.1s;
}

.anim_delayB > *:nth-child(3) {
    transition-delay: 0.15s;
}

.anim_delayB > *:nth-child(4) {
    transition-delay: 0.2s;
}

.anim_delayB > *:nth-child(5) {
    transition-delay: 0.25s;
}

.anim_delayB > *:nth-child(6) {
    transition-delay: 0.3s;
}

.anim_delayB > *:nth-child(7) {
    transition-delay: 0.35s;
}

.anim_delayB > *:nth-child(8) {
    transition-delay: 0.4s;
}

.anim_delayB > *:nth-child(9) {
    transition-delay: 0.45s;
}

.anim_delayB > *:nth-child(10) {
    transition-delay: 0.5s;
}

.anim_delayB > *:nth-child(11) {
    transition-delay: 0.55s;
}

.anim_delayB > *:nth-child(12) {
    transition-delay: 0.6s;
}

.anim_delayB > *:nth-child(13) {
    transition-delay: 0.65s;
}

.anim_delayB > *:nth-child(14) {
    transition-delay: 0.7s;
}

.anim_delayB > *:nth-child(15) {
    transition-delay: 0.75s;
}

.anim_delayB > *:nth-child(16) {
    transition-delay: 0.8s;
}

.anim_delayB > *:nth-child(17) {
    transition-delay: 0.85s;
}

.anim_delayB > *:nth-child(18) {
    transition-delay: 0.9s;
}

.anim_delayB > *:nth-child(19) {
    transition-delay: 0.95s;
}

.anim_delayB > *:nth-child(20) {
    transition-delay: 1s;
}

.anim_delayB > *:nth-child(21) {
    transition-delay: 1.05s;
}

.anim_delayB > *:nth-child(22) {
    transition-delay: 1.1s;
}

.anim_delayB > *:nth-child(23) {
    transition-delay: 1.15s;
}

.anim_delayB > *:nth-child(24) {
    transition-delay: 1.2s;
}

.anim_delayB > *:nth-child(25) {
    transition-delay: 1.25s;
}

.anim_delayB > *:nth-child(26) {
    transition-delay: 1.3s;
}

.anim_delayB > *:nth-child(27) {
    transition-delay: 1.35s;
}

.anim_delayB > *:nth-child(28) {
    transition-delay: 1.4s;
}

.anim_delayB > *:nth-child(29) {
    transition-delay: 1.45s;
}

.anim_delayB > *:nth-child(30) {
    transition-delay: 1.5s;
}

.anim_delayB > *:nth-child(31) {
    transition-delay: 1.55s;
}

.anim_delayB > *:nth-child(32) {
    transition-delay: 1.6s;
}

.anim_delayB > *:nth-child(33) {
    transition-delay: 1.65s;
}

.anim_delayB > *:nth-child(34) {
    transition-delay: 1.7s;
}

.anim_delayB > *:nth-child(35) {
    transition-delay: 1.75s;
}

.anim_delayB > *:nth-child(36) {
    transition-delay: 1.8s;
}

.anim_delayB > *:nth-child(37) {
    transition-delay: 1.85s;
}

.anim_delayB > *:nth-child(38) {
    transition-delay: 1.9s;
}

.anim_delayB > *:nth-child(39) {
    transition-delay: 1.95s;
}

.anim_delayB > *:nth-child(40) {
    transition-delay: 2s;
}

.anim_delayB > *:nth-child(41) {
    transition-delay: 2.05s;
}

.anim_delayB > *:nth-child(42) {
    transition-delay: 2.1s;
}

.anim_delayB > *:nth-child(43) {
    transition-delay: 2.15s;
}

.anim_delayB > *:nth-child(44) {
    transition-delay: 2.2s;
}

.anim_delayB > *:nth-child(45) {
    transition-delay: 2.25s;
}

.anim_delayB > *:nth-child(46) {
    transition-delay: 2.3s;
}

.anim_delayB > *:nth-child(47) {
    transition-delay: 2.35s;
}

.anim_delayB > *:nth-child(48) {
    transition-delay: 2.4s;
}

.anim_delayB > *:nth-child(49) {
    transition-delay: 2.45s;
}

.anim_delayB > *:nth-child(50) {
    transition-delay: 2.5s;
}

/* ohho */
.s_tmpl {
    background-color: transparent;
}

.s_tmpl_footer {
    background: transparent;
}

.top_nav_1 {
    --height: 45px;
    height: var(--height);
    position: relative;
}

.top_nav_1_bg img {
    display: block;
    margin: auto;
    max-height: var(--height);
}

.top_nav_1_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #011e44;
    overflow: hidden;
}

.top_nav_1_bg:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    background: #313ff5;
}

.top_nav_1_c {
    position: relative;
    z-index: 2;
    color: #fff;
    height: var(--height);
    display: flex;
    align-items: center;
}

.top_nav_1_c > div {
    width: 50%;
    padding: 0 2.5em;
}

.news_area {
    display: flex;
    align-items: center;
}

.news_area_icon img {
    display: block;
    max-height: 12px;
}

.news_area_icon {
    margin-right: 1.5em;
}

.news_area_content {
    font-size: 0.825em;
}

.news_area_cii a b {
    display: inline-block;
    margin-left: 2em;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
    line-height: 1.25;
    font-size: 0.95em;
}

.menu_area {
    font-size: 0.825em;
}

.top_nav_1_c2 {
    display: flex;
    justify-content: flex-end;
}

.menu_area a {
    display: inline-block;
    margin: 0 1em;
}

.text_area {
    font-size: 0.825em;
}

.text_area b {
    display: block;
    line-height: 1.2;
}

.text_area b {
    font-weight: 400;
}

.top_nav_1_c2 {
    align-items: center;
}

.text_area b:first-child {
    text-indent: 3em;
}

.menu_area {
    margin-right: 8%;
}

.top_nav_2 {
    --height: 80px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.top_nav_2_c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tn_left_logo img {
    display: block;
    max-width: 196px;
    /**width:75%;**/
    width: 147px;
}

.tn_left_logo {
    padding: 1em 2.5em;
}

.tn_right_content {
    display: flex;
    min-height: var(--height);
}

.tn_menu_tree.deep-1 {
    min-height: var(--height);
    display: flex;
}

.tn_menu_tree.deep-1 > div {
    display: flex;
    margin: 0 1.5em;
}

.tn_menu_tree.deep-1 > div > a {
    display: flex;
    align-items: center;
}

.tn_right_content > div {
    margin-left: 2em;
}

.tn_right_search {
    display: flex;
    align-items: center;
}

.tn_right_search svg {
    fill: #7e7e7e;
    transition: 0.3s;
}

.tn_right_lang {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--height);
    border-left: 1px solid #f0f0f0;
    cursor: pointer;
}

.tn_right_lang.add-lang {
    width: 100px;
}

.lang_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lang_btn a span {
    font-size: 12px;
    margin-top: 6px;
    transition: 0.5s;
}

.lang_btn a:hover span {
    color: #313ff5;
}

.lang_btn img {
    display: block;
    max-width: 24px;
    max-height: 24px;
}

.search_btn {
    cursor: pointer;
}

.tn_menu_tree.deep-1 > div > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #313ff5;
    transition: 0.5s;
    transform-origin: left;
    transform: scale(1, 1);
    opacity: 0;
}

.tn_menu_tree.deep-1 > div > a {
    position: relative;
}

.tn_menu_tree.deep-1 > div > a:hover::after {
    transform-origin: left;
    transform: scale(1, 1);
    opacity: 1;
}

.global_footer_cta {
    position: relative;
    --height: 270px;
}

.global_footer_f {
    position: relative;
    z-index: 10;
}

.cta_c {
    position: relative;
    z-index: 10;
    color: #fff;
    min-height: var(--height);
    padding: 2em 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cta_title h3 {
    margin: 1em 0;
    font-size: 1.85em;
    line-height: 1.4;
}

.cta_title h3 b {
    display: block;
    font-weight: 500;
}

.more_btn a {
    display: inline-flex;
    background: #fff;
    color: #0035d8;
    padding: 1em 3.5em;
    border-radius: 200px;
    transition: 0.3s;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 0%);
}

.more_btn a:hover {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
    transform: translate(0px, -2px);
}

.ft_logo img {
    display: block;
    max-width: 196px;
    /**width:75%;**/
    width: 147px;
}

.footer_f_c {
    position: relative;
    z-index: 10;
    padding: 4em 0;
}

.footer_f_c_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subss {
    display: flex;
    border: 1px solid #c7c7c7;
    border-radius: 100px;
    overflow: hidden;
    padding: 2px;
    font-size: 0.875em;
    align-items: center;
}

.subss input {
    border: 0;
    background: transparent;
    padding: 0 1.5em;
    display: block;
    line-height: 2;
    width: 235px;
}

.subss input::placeholder {
    color: #bfbfbf;
}

.sub_btn {
    padding: 0.75em 2.5em;
    background: #0a7bff;
    color: #fff;
    border-radius: 100px;
}

.footer_f_c_2 {
    padding-top: 4em;
    display: flex;
    justify-content: space-between;
}

.ft_menu_c {
    display: flex;
    flex-wrap: wrap;
}

.ft_menu_w {
}

.menu-i-ft > a {
    font-size: 1.125em;
    color: #000;
    margin-bottom: 0.5em;
    display: block;
}

.ft_menu_c > div {
    margin-right: 2em;
}

.ft_m_sub_i a {
    display: block;
    opacity: 0.5;
    margin-bottom: 0.25em;
    font-size: 0.95em;
    transition: 0.3s;
}

.ft_m_sub_i a:hover {
    opacity: 1;
}

.the_share_con {
    display: flex;
}

.share_con_i {
    --size: 22px;
}

.s_icon_wrap img {
    display: block;
    width: var(--size);
    height: var(--size);
    object-fit: contain;
}

.share_con_i > a {
    position: relative;
}

.s_icon_wrap {
    background: #f5f9fc;
    padding: 1em;
    border-radius: 200px;
}

.the_share_con > div {
    margin-left: 0.75em;
}

.share_con_i > a .s_popo {
    position: absolute;
    top: 100%;
    padding: 0.5em;
    width: 144px;
    left: 50%;
    transition: 0.4s;
    transform: translate(-50%, 12px);
    opacity: 0;
    pointer-events: none;
}

.s_popo > div {
    padding: 1em;
    background: #fff;
    box-shadow: 0px 8px 22px rgb(0 0 0 / 8%);
    border-radius: 6px;
}

.share_con_i > a:hover .s_popo {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0px);
}

.ft_menu_c {
    justify-content: space-between;
}

.ft_menu_w {
    flex-basis: calc(100% - 360px);
    max-width: 960px;
}

.footer_f_c_3 {
    padding-top: 5em;
}

.ft_copyright {
    font-size: 0.825em;
    opacity: 0.8;
}

.ft_info {
    display: flex;
    align-items: center;
    gap: 2em;
}
.ft_info .qr-box {
    display: flex;
    align-items: center;
    gap: 1em;
}

.ft_info .qr-box .qr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5em;
    font-size: 1em;
}

.ft_info .qr-box .qr-item img {
    width: 5em;
    height: 5em;

}


/* home */
.bn_tumb_img {
    position: relative;
}

.banner_background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner_wrapper {
    position: relative;
    height: var(--height);
    max-height: calc(100vh - 126px);
}

.banner_ii {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.the-banner {
    position: relative;
    --height: 950px;
}

.banner_content {
    position: relative;
    z-index: 5;
}

.banner_content_c {
    width: 50%;
}

.bn_title_1 {
    font-size: 5em;
    line-height: 1.2;
}

.bn_title_2 {
    font-size: 1.75em;
    margin: 0.5em 0;
    font-weight: 300;
}

.bn_contents {
    max-width: 420px;
    font-size: 0.875em;
}

.bn_contents {
    color: #a4a4a4;
    font-weight: 300;
}

.bn_more {
    margin: 4em 0;
}

.more_btn_v a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0.65em 3.5em;
    border-radius: 200px;
    transition: 0.6s;
    background: rgb(79, 104, 238);
    background: linear-gradient(75deg, rgba(79, 104, 238, 1) 0%, rgba(65, 58, 195, 1) 50%, rgba(143, 82, 188, 1) 100%);
    position: relative;
    overflow: hidden;
}

.more_btn_v {
    display: inline-flex;
}

.more_btn_v:hover > a {
    /* padding: 0.65em 4em; */
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

/* .more_btn_v a:before {
  content: "";
  position: absolute;
  top: -1em;
  left: -3em;
  right: -3em;
  bottom: -1em;
  background: rgb(79, 104, 238);
  background: linear-gradient(75deg, rgba(79, 104, 238, 1) 10%, rgba(65, 58, 195, 1) 50%, rgba(143, 82, 188, 1) 90%);
  z-index: 1;
  transition: 0.6s;
} */

.more_btn_v a span {
    position: relative;
    z-index: 10;
    display: block;
}

.more_btn_v:hover a:before {
    transform: translate(-3em, 0px);
}

.banner_content_c {
    padding-bottom: 5%;
}

.banner_tumb {
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    z-index: 10;
}

.banner_tumb_wrapper {
    display: flex;
}

.banner_tumb_ii {
    max-width: 190px;
    width: 100%;
    margin-right: 0.5em;
}

.bn_tumb_img {
    padding-bottom: 38%;
}

.bn_tumb_img .full-img-wrap > img {
    object-position: top;
    transform: scale(1.01);
}

.bn_tumb_img .full-img-wrap {
    overflow: hidden;
}

.bn_title_1 div span {
    display: inline-block;
}

.banner_tumb_ii {
    position: relative;
    cursor: pointer;
}

.bn_tumb_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    background: rgb(38 23 101 / 81%);
    color: #fff;
    transition: 0.4s;
    opacity: 1;
}

.bn_tumb_text span {
    display: block;
    font-size: 0.825em;
    line-height: 1.4;
    transition: 0.4s;
    transform: translate(0px, 0px);
}

.banner_tumb_ii.active .bn_tumb_text,
.banner_tumb_ii:hover .bn_tumb_text {
    opacity: 0;
}

.banner_tumb_ii.active .bn_tumb_text span,
.banner_tumb_ii:hover .bn_tumb_text span {
    transform: translate(0px, 4px);
}

.banner_ii.active {
    z-index: 20;
}

.banner_wrapper {
    z-index: 5;
}

.banner_ii {
    background: #fff;
    overflow: hidden;
}

.banner_background {
    overflow: hidden;
}

/* anim */
.bn_title_1 div {
    overflow: hidden;
}

.bn_title_1 div span {
    transform: translate(0px, 120%);
}

.banner_content_c,
.banner_tumb_wrapper,
.banner_background,
.pf-bg-1 {
    transition: opacity 0.5s;
    opacity: 0;
}

.is-loaded .banner_content_c,
.is-loaded .banner_tumb_wrapper,
.is-loaded .banner_background,
.is-loaded .pf-bg-1 {
    opacity: 1;
}

/* about */
h3.hd1 img {
    max-width: 12px;
    display: block;
    margin-right: 0.5em;
}

h3.hd1 {
    color: #0a7bff;
    font-size: 1.25em;
    display: flex;
    align-items: center;
    font-weight: 500;
}

h4.hd2 {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.25;
    margin: 0.75em 0;
    margin-top: 0.35em;
}

h1.hd2 {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.25;
    margin: 0.75em 0;
    margin-top: 0.35em;
}

.hd3 {
    opacity: 0.65;
    max-width: 820px;
    margin-bottom: 3em;
    font-weight: 300;
}

.dr-line.ct-container {
    transform: scale(1.125, 1);
}

.dr-line {
    height: 1px;
    background: rgb(0 0 0 / 8%);
    margin: 4em auto;
}

.icons-list-c {
    display: flex;
}

.icons-list-c > div {
    width: 16.6666667%;
    padding-right: 1.5em;
}

.iiiimg-c img {
    display: block;
    max-width: 75px;
}

.iiiimg-c > div {
    margin-left: -18px;
}

.iii-text h4 {
    font-size: 1.15em;
    font-weight: 500;
    margin-bottom: 0.3em;
    line-height: 1.2;
    margin-top: 0.5em;
}

.iii-text p {
    font-size: 0.875em;
    opacity: 0.6;
    max-width: 166px;
}

.the-about-c2 .the-icons-list {
    margin-top: 3em;
}

.the-about {
    background: #f7f9fc;
    position: relative;
}

.the-about > .full-img-wrap > img {
    object-fit: contain;
    object-position: right;
    transform: scale(1.15) translate(10%, 0px);
}

.pf-bg-1 {
    position: absolute;
    top: -22%;
    z-index: 2;
    right: -5%;
}

.the-about {
    z-index: 9;
}

.the-about > .full-img-wrap {
    overflow: hidden;
}

.pf-bg-1 > div {
    opacity: 0.9;
}

.pf-bg-1 img {
    display: block;
}

.the-ff-c1-bg {
    position: relative;
}

.the-flip-lop {
    --height: 1080px;
    --max-height: 100vh;
}

.the-flip-ii-1 {
    position: relative;
    height: var(--height);
    max-height: var(--max-height);
}

.bg_w {
    position: relative;
    z-index: 1;
}

.the-flip-i-aa {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    z-index: 1;
}

.the-flip-i-aa-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.the-flip-i-bb {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.the-flip-i-bb-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}

.the-flip-i-bb-cc {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.the-flip-i-bb-cc > div {
    flex-basis: 50%;
}

.the-flip-i-bb-c1 {
    position: relative;
}

.the-ff-c1-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.the-ff-c1-bg {
    overflow: hidden;
}

.the-ff-c1-bg > .full-img-wrap > img:first-child {
    transition: opacity 0.8s, transform 0.8s;
    transform: scale(1.08);
}

.the-flip-i-bb-c1.active .the-ff-c1-bg > .full-img-wrap > img:first-child {
    transition: opacity 0.8s, transform 3s;
    opacity: 1;
    transform: scale(1);
}

.the-ff-c1-bg > .full-img-wrap > img:last-child {
    transition: opacity 0.8s, transform 0.8s;
    opacity: 0;
    transform: scale(1.08);
}

.the-flip-i-bb-c1:hover .the-ff-c1-bg > .full-img-wrap > img:last-child,
.the-flip-i-bb-c1.active .the-ff-c1-bg > .full-img-wrap > img:last-child {
    transition: opacity 0.8s, transform 3s;
    opacity: 1;
    transform: scale(1);
}

.flls-bg {
    transition: opacity 1s 0s;
    opacity: 0;
}

.flls-bg.active {
    opacity: 1;
    transition: opacity 1s 0s;
}

.the-ff-c1-c {
    position: relative;
    z-index: 10;
    display: flex;
    width: 100%;
}

.the-flip-i-bb-c1 {
    display: flex;
}

.the-ff-c1-c > div {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 640px;
    margin: 0 auto;
    padding-top: 4em;
    padding-bottom: 3em;
    justify-content: space-between;
}

.ffc-logo img {
    display: block;
    max-width: 220px;
    transition: 0.3s;
}

.the-flip-i-bb-c1.active {
    color: #fff;
}

.the-flip-i-bb-c1.active .ffc-logo img {
    filter: contrast(0) grayscale(1) brightness(100);
}

h3.ffc-tt {
    font-size: 1.85em;
    font-weight: 500;
    line-height: 1.4;
}

.ffc-text {
    margin-bottom: 3em;
}

.ffc-logo {
    margin-bottom: 3em;
}

p.subtt2 {
    border-top: 1px solid #d1d1d1;
    display: inline-block;
    margin-top: 1em;
    padding-top: 1em;
    color: #2d70e0;
    transition: 0.4s;
}

.the-flip-i-bb-c1.active p.subtt2 {
    color: #fff;
}

p.subtt2 > b {
    font-weight: 400;
    margin-right: 1em;
}

.more-btn-ff a {
    display: inline-flex;
    align-items: center;
}

.more-btn-ff a span {
    display: block;
    margin-right: 0.5em;
}

.more-btn-ff a svg {
    display: block;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.more-btn-ff a svg path {
    transition: 0.3s;
}

.the-flip-i-bb-c1.active .more-btn-ff a svg path {
    fill: #fff;
}

.the-flip-i-bb-c1.active .more-btn-ff a svg {
    transform: rotate(0deg);
}

b.cl-mores {
    position: absolute;
    background: rgb(229, 236, 249);
    background: linear-gradient(45deg, rgba(229, 236, 249, 0) 0%, rgba(229, 236, 249, 1) 100%);
    width: 64px;
    height: 64px;
    z-index: 1;
    left: -30px;
    top: 50%;
    transform: translate(0px, -55%);
    transition: opacity 0.4s;
}

.more-btn-ff a b.cl-mores {
    transition: left 0.8s;
    pointer-events: none;
}

.more-btn-ff a:hover b.cl-mores {
    left: 50%;
}

.more-btn-ff a {
    position: relative;
}

.more-btn-ff a span,
.more-btn-ff a svg {
    position: relative;
    z-index: 5;
}

b.cl-mores.msee-2 {
    border-radius: 200px;
}

.the-flip-i-bb-c1.active b.cl-mores {
    opacity: 0.15;
}

.the-flip-ii-2 {
    position: relative;
    height: var(--height);
    max-height: var(--max-height);
}

.the-flip-i2-aa {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.the-flip-i2-aa-bg {
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.the-flip-i2-bb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    z-index: 5;
    display: flex;
}

.the-flip-i2-bb-bg {
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.the-flip-i2-bb-cc {
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 10;
}

.the-flip-i2-bb-cc > div {
}

.the-flip-i2-bb-22i {
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    max-width: 640px;
}

.the-flip-i2-bb-22i > div {
    display: flex;
    justify-content: space-between;
}

.flsoii b {
    display: block;
    font-weight: 400;
    margin: 0.3em 0;
}

.the-flip-i2-sicc {
    width: 80%;
    margin: auto;
    padding-left: 10%;
    max-width: 640px;
    margin-top: 0;
}

.ffc-logo.i2-bb-i {
    padding-top: 18vh;
    padding-bottom: 6vh;
    padding-left: 3vw;
}

.ffc-logo.i2-bb-i img {
    max-width: 320px;
}

.more-btn-ff a img {
    position: absolute;
    top: -1em;
    right: 50%;
    transition: 0.8s;
}

.more-btn-ff.i2-bb-i {
}

.ffc-more.i2-bb-i {
    margin-top: 5vw;
}

.more-btn-ff a:hover img {
    transform: translate(40px, 0px);
}

.more-btn-ff a:hover svg {
    transform: rotate(0deg);
}

.the-flip-i2-bb-22i > div > div:nth-child(even) b {
    /*opacity: 0.65;*/
}

.the-flip-i2-sicc2 {
    width: 80%;
    margin: auto;
    max-width: 640px;
}

.the-flip-i2-aa.flip-ii-2a {
    display: flex;
}

.ffc-logo.i2-bb-i2 {
    margin-bottom: 5vw;
}

.ffc-text.i2-bb-i2 h3.ffc-tt {
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.25em;
}

p.subttSub {
    font-size: 1.25em;
    font-weight: 300;
}

.subtt2ii > div:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: rgb(255 255 255 / 45%);
    border-radius: 100px;
    margin-right: 0.5em;
}

.subtt2ii > div {
    display: flex;
    align-items: center;
    line-height: 1.2;
    margin: 1em 0;
    opacity: 0.85;
    font-weight: 300;
}

.subtt2ii {
    margin: 2em 0;
}

.subtt2ii > div:nth-child(2) {
    opacity: 0.75;
}

.subtt2ii > div:nth-child(3) {
    opacity: 0.5;
}

.swiper-background img {
    transition: opacity 0.6s .2s;
    opacity: 0;
}

.swiper-background .active {
    opacity: .75;
}

.the-chios-cc-1 {
    position: relative;
    z-index: 20;
}

.the-chios-wrapper {
    position: relative;
}

.the-chios-cc-1i {
    /*width: 50%;*/
    /*margin-left: auto;*/
    padding: 0 2em;
}

.the-chios-cc-1i h4.hd2 {
    margin-top: 0;
}

.the-chios-cc-1i h1.hd2 {
    margin-top: 0;
}

.chios-swithh-cc {
    display: flex;
    border-bottom: 1px solid #ededed;
    overflow-x: auto;
}

.chios-swithh-cc > div {
    margin-right: 3%;
    font-size: 1.15em;
    padding-bottom: 0.35em;
    position: relative;
    cursor: pointer;
    flex: 0 0 auto; /* 防止压缩宽度 */
}

.chios-swithh-cc > div:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #0a7bff;
    transition: 0.4s;
    opacity: 0;
}

.chios-swithh-cc > div.chios-ws-ii.active:before {
    opacity: 1;
}

.chios-swithh-cc > div:hover::before {
    opacity: 1;
}

.chios-swithh-con-i {
    color: #fff;
    padding: 3em;
}

.chios-swithh-con-i .text-content .title {
    font-size: 2em;
}

.chios-swithh-con-i .text-content .en-info {
    font-size: 0.7em;
    margin-top: 0.4em;
}

.chios-swithh-con-i .text-content .zh-info {
    font-size: 0.9em;
    margin-top: 0.4em;
}

.chios-swithh-con-i .info-table {
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.chios-swithh-con-i .info-item {
    display: flex;
    align-items: baseline;
    gap: 0.4em;
    font-size: 0.85em;
}

.chios-swithh-con-i .info-item .info-item-r {
    font-size: 0.6em;
}

.the-about .title_en {
    font-size: .9em;
    text-align: center;
}

.the-about .title {
    font-size: 1.4em;
    margin-top: .5vw;
    text-align: center;
}

.the-map {
    background-color: #fff;
}

.the-map .title_en {
    font-size: .9em;
    text-align: center;
}

.the-map .title {
    font-size: 1.4em;
    margin-top: .5vw;
    text-align: center;
}

.the-friend-wrapper {
    width: 100%;
    padding: 4vw 0;
    text-align: center;
}

.the-number-wrapper {
    width: 100%;
    background: linear-gradient(320deg, #CEDEFA 0%, #F4F8FF 100%);
    padding: 4vw;
    text-align: center;
}

.the-number-wrapper .title_en {
    font-size: .9em;
}

.the-number-wrapper .title {
    font-size: 1.7em;
    margin: .5vw 0;
}

.the-friend-wrapper .title_en {
    font-size: .9em;
}

.the-friend-wrapper .title {
    font-size: 1.7em;
    margin: .5vw 0;
}

.num-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3vw;
}

.num-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.num-item-top {
    display: flex;
    align-items: baseline;
    font-size: 3.3em;
}

.num-item-top .numuper {
    line-height: 1em;
}

.num-item-top .symb {
    font-size: 0.6em;
}

.num-item-btm {
    font-size: 1.2em;
}

.introduce-box {
    margin-top: 3vw;
}

.roll_box {
    width: 100%;
}

.roll_box .roll {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.roll_box .roll ul {
    display: flex;
}

.roll_box .roll li {
    width: 244px;
}

.roll_box .roll li img {
    width: 219px;
    border-radius: 10px;
}

.company-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-top: 2em;
}

.company-list .company-item {
    position: relative;
    width: 12em;
    height: 5em;
    border-radius: 12px;
    overflow: hidden;
}

.company-list .company-item img {
    width: 12em;
    height: 5em;
}

.company-list .company-item .company-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #33333369;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    padding: 0.5em;
    box-sizing: border-box;
    font-size: .9em;
}

.swithh-co-icon-c {
    display: flex;
    flex-wrap: wrap;
}

.swithh-co-icon-c > div {
    width: 25%;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.sh-co-icon-i img {
    max-width: 96px;
    height: 54px;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.sh-co-icon-i {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 1em;
}

.swithh-co-icon-c > div:nth-child(n + 5) {
    border-bottom: 0;
}

.swithh-co-icon-c > div:nth-child(5n),
.swithh-co-icon-c > div:nth-child(1) {
    border-left: 0;
}

.swithh-co-icon-w {
    margin-top: 4em;
}

.chios-swithh {
    margin-top: 4em;
}

.the-chios-cc-2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
}

.the-chios-cc-2-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.full-img-wrap video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.the-s-cc-bg.full-img-wrap {
    left: 16%;
    right: 16%;
}

.the-card-wrapper {
    width: 100%;
    background: linear-gradient(134deg, #CEDEFA 0%, #F4F8FF 100%);
    padding: 4vw;
    text-align: center;
}

.the-card-wrapper .title_en {
    font-size: .9em;
}

.the-card-wrapper .title {
    font-size: 1.4em;
    margin-top: .5vw;
}

.the-card-wrapper .list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-between;
    margin-top: 2em;
}

.the-card-wrapper .top {
    font-size: 1em;
}

.the-card-wrapper .group {
    display: flex;
    align-items: flex-end;
    text-align: left;
}

.the-card-wrapper .group .num {
    font-size: 3.5em;
    line-height: 1em;
}

.the-card-wrapper .group .r_top {
    font-size: .9em;
}

.the-card-wrapper .group .r_info {
    font-size: 1.2em;
}

.the-chios-wrapper {
    /* height: 1080px;
  max-height: 100vh; */
    display: flex;
    align-items: center;
}

.the-chios-cc-2-iicon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 6;
}

svg.the-path,
.the-path-icon-i-w {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 15%;
    bottom: 15%;
    margin: auto;
    width: 70%;
}

.the-path-icon-i {
    position: absolute;
    left: 50%;
    top: 0;
}

.the-path-icon-i > div a {
    width: 80px;
    height: 80px;
    padding: 12px;
    background: #fff;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
}

.the-path-icon-i:nth-child(2) {
    left: 7%;
    top: 25%;
}

.the-path-icon-i:nth-child(3) {
    left: 6%;
    top: 73%;
}

.the-path-icon-i:nth-child(4) {
    left: 50%;
    top: 100%;
}

.the-path-icon-i:nth-child(5) {
    top: 73%;
    left: 94%;
}

.the-path-icon-i:nth-child(6) {
    left: 93%;
    top: 25%;
}

.the-chios-cc-2-icon-si {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.8s;
    opacity: 0;
}

.the-chios-cc-2-icon-si.active {
    z-index: 5;
    opacity: 1;
}

svg.the-path {
    opacity: 0;
    display: none;
}

.the-path-icon-i > div img {
    max-height: 38px;
}

.the-path-icon-i-w > div img {
    display: block;
}

.the-path-icon-i > div a {
    transition: 0.5s;
}

.the-path-icon-i:hover > div a {
    transform: translate(-50%, -50%) scale(1.33);
}

.the-chios-cc-2 {
    z-index: 30;
}

.sh-co-icon-i img {
    transition: 0.4s;
    filter: contrast(0.25) grayscale(1) brightness(1.5);
    opacity: 0.65;
}

.sh-co-icon-i:hover img {
    filter: contrast(1) grayscale(0) brightness(1);
    opacity: 1;
}

.the-thsy-wrapper {
    position: relative;
}

.the-thsy-cc {
    position: relative;
    z-index: 10;
    color: #fff;
    display: flex;
    align-items: center;
}

.the-thsy-ii-list {
    display: flex;
}

.the-text-c.tthe-thsy h4.hd2 {
    margin: 0;
    margin-bottom: 0.25em;
}

.the-text-c.tthe-thsy h4.hd2 {
    font-size: 3.25em;
    font-weight: 400;
}

.the-text-c.tthe-thsy h1.hd2 {
    margin: 0;
    margin-bottom: 0.25em;
}

.the-text-c.tthe-thsy h1.hd2 {
    font-size: 3.25em;
    font-weight: 400;
}

.the-text-c.tthe-thsy h3.hd1 {
    color: inherit;
    opacity: 0.8;
    font-weight: 300;
}

.the-text-c.tthe-thsy .hd3 {
    font-size: 0.875em;
    margin-top: 2em;
}

.the-thsy-cc-1 {
    flex-basis: 30%;
    padding-bottom: 5vw;
}

.the-thsy-cc-2 {
    flex-basis: 70%;
}

.the-thsy-ii-list > div:nth-child(odd) {
    margin-top: 12.5vw;
}

.the-thsy-ii-list > div {
    margin: 0px;
}

.the-thsy-ii-list > div:nth-child(3) {
    margin-top: 15.5vw;
}

.the-thsy-cc-2 > div {
    width: 110%;
    margin-left: -10%;
}

.e-thsy-ii > div {
    position: relative;
}

.t-thsy-itext {
    position: absolute;
    top: 12%;
    left: 85%;
    width: 110%;
    transition: 0.8s;
    background: #fff;
    color: #000;
    line-height: 1.45;
    padding: 1.25em 1.5em;
    border-radius: 12px;
    opacity: 0;
    pointer-events: none;
}

.hsy-text-2 {
    color: #0a7bff;
    margin-top: 0.5em;
}

.t-thsy-iimg {
    transition: 0.6s;
}

.the-thsy-ii-list > div:nth-child(1) {
    width: 17%;
    display: flex;
    align-items: flex-end;
}

.the-thsy-ii-list > div:nth-child(2) {
    width: 39%;
}

.the-thsy-ii-list > div:nth-child(3) {
    width: 26%;
}

.the-thsy-ii-list > div:nth-child(4) {
    width: 17%;
    margin-top: 5vw;
}

.t-thsy-iimg div.ainimx {
    overflow: hidden;
    border-radius: 1000px;
}

.e-thsy-ii.active .t-thsy-iimg {
    transform: scale(1);
}

.t-thsy-iimg {
    transform: scale(0.9);
    /* overflow: hidden; */
}

.t-thsy-iimg > div img {
    transition: 0.6s;
    transform: scale(1.08);
    width: 100%;
}

.t-thsy-iimg > div img {
    pointer-events: none;
}

.e-thsy-ii.active .t-thsy-iimg > div img {
    transform: scale(1);
}

.e-thsy-ii > div {
    transition: 0.6s;
    filter: blur(0px) grayscale(0);
    transform: scale(1);
}

.blur.e-thsy-ii > div {
    transition: 0.6s;
    filter: blur(6px) grayscale(0.5);
    transform: scale(0.9);
}

.t-thsy-itext {
    opacity: 0;
    width: 280px;
    transform: translate(0px, 16px);
}

.e-thsy-ii.active .t-thsy-itext {
    opacity: 1;
    width: 280px;
    transform: translate(0px, 0px);
    pointer-events: auto;
}

/*  */
.the-thsy-ii-list > div:nth-child(2n + 1) .ainimx {
    transform-origin: 47% 52%;
}

.the-thsy-ii-list > div:nth-child(2n) .ainimx {
    transform-origin: 50% 48%;
}

.the-thsy-ii-list > div:nth-child(3n) .ainimx {
    transform-origin: 46% 50%;
}

.the-thsy-ii-list > div:nth-child(4n) .ainimx {
    transform-origin: 52% 48%;
}

/*  */
.the-thsy-ii-list > div:nth-child(2n + 1) .ainimx > div {
    transform-origin: 48.5% 51%;
}

.the-thsy-ii-list > div:nth-child(2n) .ainimx > div {
    transform-origin: 49% 49%;
}

.the-thsy-ii-list > div:nth-child(3n) .ainimx > div {
    transform-origin: 48.5% 49%;
}

.the-thsy-ii-list > div:nth-child(4n) .ainimx > div {
    transform-origin: 51% 49%;
}

/* scroll elm */
.Scroll-wrapper {
    height: 100vh;
    overflow: auto;
}

.the-real-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100vh;
    z-index: 10;
}

.split_elm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    will-change: transform;
    transform: translate3d(0px, calc(var(--scroll-spl-y) * 1px), 0px);
}

.the-real-footer {
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    background: #fff;
    bottom: 0;
}

.top_nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 300;
}

.fake-head {
    height: var(--height);
}

.the-real-wrapper .fake-footer {
    /* height: calc(var(--height) - 1px); */
}

.load-9 .spinner {
    animation: loadingI 2.5s linear infinite;
}

.spinner {
    position: relative;
    width: 12px;
    height: 40px;
    margin: 0 auto;
}

.load-9 .bubble-1 {
    animation: bounce 2.5s ease-in-out infinite;
}

.load-9 .bubble-2 {
    animation: bounce2 2.5s ease-in-out infinite;
}

.bubble-1,
.bubble-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #4b9cdb;
}

.bubble-2 {
    top: auto;
    bottom: 0;
}

.load-9 .bubble-2 {
    animation-delay: -1s;
}

.the-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 888;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.bubble-1 {
    background: #4d66ec;
    background: rgb(137, 79, 188);
    background: linear-gradient(45deg, rgba(137, 79, 188, 1) 0%, rgba(77, 102, 236, 1) 100%);
}

.bubble-2 {
    background: #894fbc;
    background: rgb(137, 79, 188);
    background: linear-gradient(45deg, rgba(137, 79, 188, 1) 0%, rgba(77, 102, 236, 1) 45%);
}

.ml-logo img {
    display: block;
    margin: auto;
    max-width: 222px;
}

.ml-logo {
    margin: 36px 0;
}

.load-9 {
    position: relative;
}

.spinner-w {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

.spinner {
    height: 45px;
}

@keyframes loadingI {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

@keyframes bounce2 {
    0%,
    100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

.spinner-w {
    display: none;
}

.ml-logo {
    transition: 1s;
    transform: translate(0px, 20px);
    opacity: 0;
}

.is-init .ml-logo {
    opacity: 1;
    transform: translate(0px, 0px);
}

.is-loaded .ml-logo,
.is-loaded .spinner-w {
    transition: 1s;
    filter: blur(4px);
    pointer-events: none;
}

.the-loading {
    transition: 0.5s;
    opacity: 1;
}

.is-loaded .the-loading {
    transition: opacity 0.8s;
    opacity: 0;
    pointer-events: none;
}

.top_nav > div {
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.8s;
}

.is-loaded .top_nav > div {
    opacity: 1;
    transition: opacity 0.8s;
}

.top_nav_1_bg:before {
    transition: 1s;
    left: 40vw;
}

.is-loaded .top_nav_1_bg:before {
    transition: 4s;
    left: 50vw;
}

.top_nav_1_bg img {
    transition: 1s;
    transform: translate(-10vw, 0px);
}

.is-loaded .top_nav_1_bg img {
    transition: 4s;
    transform: translate(0vw, 0px);
}

.top_nav {
    transition: transform 0.8s;
    transform: translate(0px, 0px);
}

.top_nav[data-top="0"] {
    transform: translate(0px, -100%);
}

.top_nav[data-top="0"][data-hrm="0"] {
    transform: translate(0px, -42px);
}

.the-flip-i-bb-cc {
    transition: top 1s;
}

/* [data-top="0"][data-hrm="0"] .the-flip-i-bb-cc {
  top: 84px;
} */

body.runnn .the-flip-lop {
    min-height: calc(251vh);
}

div[class^="the-flip-ii-"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.the-flip-ii-1.sticky-elm {
    z-index: 20;
}

.the-flip-lop {
    position: relative;
    z-index: 2;
}

.sticky-elm .the-flip-i-aa {
    right: 0;
    transform: translate3d(0%, 0px, 0px);
}

.sticky-elm .the-flip-i-aa > div {
    transform: translate3d(0%, 0px, 0px);
}

.the-flip-i-bb {
    overflow: hidden;
}

.the-flip-i-aa {
    overflow: hidden;
}

.no-scroll-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100vh;
    z-index: 9999;
    display: none;
}

.no-scroll-wrap.onon {
    display: block;
}

.the-flip-lop {
    overflow: hidden;
}

.the-flip-lop {
    --ease: cubic-bezier(0.63, 0.1, 0.25, 1);
}

.the-flip-ii-2 {
    z-index: 20;
}

.the-flip-ii-2.flip-ii-e-2.sticky-elm {
    z-index: 21;
    pointer-events: none;
}

.the-flip-ii-2.flip-ii-e-4.sticky-elm {
    z-index: 20;
    pointer-events: none;
}

.the-flip-ii-2.flip-ii-e-3.sticky-elm {
    z-index: 22;
    pointer-events: none;
}

.the-flip-ii-2.flip-ii-e-2.sticky-elm.on-reach {
    pointer-events: auto;
}

.the-flip-ii-2.flip-ii-e-4.sticky-elm.on-reach {
    pointer-events: auto;
}

.the-flip-ii-2.flip-ii-e-3.sticky-elm.on-reach {
    pointer-events: auto;
}

/*
.the-flip-ii-2.flip-ii-e-2 .the-flip-i2-aa {
  transition: 1.4s;
  transform: translate3d(0px, 100%, 0px);
  transition-timing-function: var(--ease);
  overflow: hidden;
}
.the-flip-ii-2.flip-ii-e-2.on-reach .the-flip-i2-aa {
  transition: 1.4s;
  transform: translate3d(0px, 0%, 0px);
}

.the-flip-ii-2.flip-ii-e-2 .the-flip-i2-aa > div {
  transition: 1.4s;
  transform: translate3d(0px, -80%, 0px);
  transition-timing-function: var(--ease);
}
.the-flip-ii-2.flip-ii-e-2.on-reach .the-flip-i2-aa > div {
  transition: 1.4s;
  transform: translate3d(0px, 0%, 0px);
}

.the-flip-ii-2.flip-ii-e-2 .the-flip-i2-bb {
  transition: 1.4s;
  transform: translate3d(0px, -100%, 0px);
  transition-timing-function: var(--ease);
  overflow: hidden;
}
.the-flip-ii-2.flip-ii-e-2.on-reach .the-flip-i2-bb {
  transition: 1.4s;
  transform: translate3d(0px, 0%, 0px);
}
.the-flip-ii-2.flip-ii-e-2 .the-flip-i2-bb > div {
  transition: 1.4s;
  transform: translate3d(0px, 80%, 0px);
  transition-timing-function: var(--ease);
}
.the-flip-ii-2.flip-ii-e-2.on-reach .the-flip-i2-bb > div {
  transition: 1.4s;
  transform: translate3d(0px, 0%, 0px);
}


.the-flip-ii-2.flip-ii-e-3 .the-flip-i2-bb {
  transition: 1.4s;
  transform: translate3d(0px, 100%, 0px);
  transition-timing-function: var(--ease);
  overflow: hidden;
}
.the-flip-ii-2.flip-ii-e-3.on-reach .the-flip-i2-bb {
  transition: 1.4s;
  transform: translate3d(0px, 0%, 0px);
}

.the-flip-ii-2.flip-ii-e-3 .the-flip-i2-bb > div {
  transition: 1.4s;
  transform: translate3d(0px, -80%, 0px);
  transition-timing-function: var(--ease);
}
.the-flip-ii-2.flip-ii-e-3.on-reach .the-flip-i2-bb > div {
  transition: 1.4s;
  transform: translate3d(0px, 0%, 0px);
}

.the-flip-ii-2.flip-ii-e-3 .the-flip-i2-aa {
  transition: 1.4s;
  transform: translate3d(0px, -100%, 0px);
  transition-timing-function: var(--ease);
  overflow: hidden;
}
.the-flip-ii-2.flip-ii-e-3.on-reach .the-flip-i2-aa {
  transition: 1.4s;
  transform: translate3d(0px, 0%, 0px);
}
.the-flip-ii-2.flip-ii-e-3 .the-flip-i2-aa > div {
  transition: 1.4s;
  transform: translate3d(0px, 80%, 0px);
  transition-timing-function: var(--ease);
}
.the-flip-ii-2.flip-ii-e-3.on-reach .the-flip-i2-aa > div {
  transition: 1.4s;
  transform: translate3d(0px, 0%, 0px);
} */
.the-flip-ii-2 {
    overflow: hidden;
}

.the-flip-ii-2 > div {
    overflow: hidden;
}

.flls-bg img {
    transition: 1s;
    transform: scale(1.1);
}

.flls-bg.active img {
    transition: opacity 1s, transform 6s;
    transform: scale(1);
}

.flls-bg-2 img {
    transition: opacity 1s, transform 1s 1s;
    transform: translate(-12%, 0%);
    opacity: 0;
}

.flls-bg-2.active img {
    transition: opacity 1s, transform 7s;
    transform: translate(0%, 0%);
    opacity: 1;
}

.the-flip-i-bb-cc > div {
    transition: flex-basis 0.8s;
}

.the-flip-i-bb-cc > div.the-flip-i-bb-c1.active {
    flex-basis: 55%;
}

.subtt2ii > div:nth-child(2) {
    color: rgb(255 255 255 / 72%);
}

.subtt2ii > div:nth-child(3) {
    color: rgb(255 255 255 / 50%);
}

[data-active_y] {
    transition: opacity 0.3s;
    opacity: 0;
}

[data-active_y="1"] {
    opacity: 1;
}

.pf-bg-1 {
    pointer-events: none;
}

.the-chios-bg.full-img-wrap {
    overflow: hidden;
}

.the-thsy-bg.full-img-wrap {
    overflow: hidden;
}

.global_footer {
    background: #fff;
}

.iiiimg-c > div {
    position: relative;
}

.iiiimg-c img.iismg-xx {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    transition: 1s;
}

img.iismg-xx.mgsixf {
    z-index: 3;
    opacity: 0.85;
}

.iiiimg-c img {
    position: relative;
    z-index: 2;
    transition: 0.5s;
}

.icons-list-ii:hover img:first-child {
    transform: scale(1.15);
}

.icons-list-ii:hover img.iismg-xx {
    transform: scale(0.85) translate(0px, 0px) rotateY(0deg);
    filter: blur(10px);
    transition: 1s;
}

.icons-list-ii:hover img.iismg-xx.mgsixf {
    transform: scale(1.5) translate(0px, 0px) rotateY(0deg);
}

/* nav2 */
.the-sec-nav-wrpper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
}

.the-sec-nav-listw {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: #f1f1f1;
    opacity: 0;
    transition: 0.6s;
}

.top_nav > div.the-sec-nav-wrpper {
    overflow: visible;
}

.spec-1-nav-c {
    display: flex;
    width: 88%;
    margin: auto;
}

.spec-1-nav-c > div {
    flex-basis: 25%;
}

.nav_sec_list_i_1.spec-1-nav {
    padding: 3.5em 4.5%;
    padding-bottom: 6vw;
    transition: 0.6s;
}

.nav_sec_list_i_1.spec-1-nav:nth-child(even) {
    /* background: rgba(255, 255, 255, 0.488); */
}

.nav_sec_list_i_1.spec-1-nav:hover {
    background: #fff;
}

.nav_sec_list_i_1.spec-1-nav > div {
    position: relative;
}

.spec-1n-a h3 {
    font-size: 1.35em;
    font-weight: 500;
    margin-bottom: 1em;
}

.spec-1n-icon-1 {
    display: flex;
}

.spec-1n-icon-1 > div {
    margin-right: 12%;
    align-items: center;
}

.spec-1n-icon-1 img {
    display: block;
    max-height: 36px;
}

.spec-1n-a {
    padding-bottom: 2em;
    margin-bottom: 1.75em;
    border-bottom: 1px solid #e1e1e1;
}

.spec-1n-b p {
    color: #5e5e5e;
    font-weight: 300;
    font-size: 0.925em;
    padding-right: 2em;
}

.spec-1n-b > p {

    -webkit-line-clamp: 9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 13.5em;
}

.spec-1n-icon-2 {
    margin-top: 2em;
}

.spec-1n-icon-2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.spec-1n-icon-2 > div {
    flex-basis: 50%;
    padding-right: 8%;
}

.spec-1n-icon-2 img {
    max-height: 18px;
}

.spec-2-nav-cww {
    display: flex;
    flex-direction: row-reverse;
    margin: auto;
    width: 88%;
    max-width: 1440px;
}

.spec-2-nav-ci1 {
    flex-basis: 30%;
}

.spec-2-nav-ci2 {
    flex-basis: 70%;
}

.spec-2-nav-ci1 > div {
    padding-top: 4em;
    padding-bottom: 6vw;
}

.spec-2-nav-ci2 {
    position: relative;
    padding-left: 3em;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 6vw;
}

.spec-2-nav-ci2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #fff;
}

.the-sec-nav-listw.spec1-nav-b {
    overflow: hidden;
}

.nav_sec_list_i_2.spec-2-nav {
    position: relative;
    z-index: 2;
}

.spec-2-nav-ci2 > div {
    flex-basis: 33.33%;
}

.spec-2-nav-ci1 {
    padding-right: 6%;
}

.nav_sec_2_des.spec-2-nav h3 {
    font-size: 1.35em;
    font-weight: 500;
    margin-bottom: 1em;
}

.nav_sec_2_des.spec-2-nav p {
    font-weight: 300;
    font-size: 0.925em;
    color: #6e6e6e;
}

.nav_sec_2_des.spec-2-nav .more_linkk {
    margin-top: 20%;
    color: #303ef5;
    font-size: 0.925em;
}

.more_linkk a {
    display: inline-block;
    position: relative;
    transition: 0.3s;
    opacity: 0.7;
}

.more_linkk a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgb(48 62 245 / 39%);
}

.more_linkk a:hover {
    opacity: 1;
}

.nav_sec_list_i_2.spec-2-nav > div {
    position: relative;
    display: flex;
    padding: 1.5em 8%;
    transition: 0.5s;
}

.spec-2_lii img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.spec-2_rii {
    padding-left: 0.65em;
}

.spec-2_rii h3 {
    line-height: 1;
    font-weight: 500;
}

.spec-2_rii p {
    font-size: 0.825em;
    color: #949494;
    margin-bottom: 0;
}

.spec-2-nav-cww > div.spec-2-nav-ci2 {
    padding-top: 2.5em;
}

.nav_sec_2_des.spec-2-nav h3 {
    line-height: 1;
}

.nav_sec_list_i_2.spec-2-nav > div:hover {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
}

.tn_menu_tree.deep-1 > div.active > a::after {
    transform-origin: left;
    transform: scale(1, 1);
    opacity: 1;
}

.the-sec-nav-listw {
    transform: translate(0px, -100%);
    pointer-events: none;
    opacity: 1;
}

.top_nav_1_w {
    position: relative;
    z-index: 11;
}

.top_nav_2_w {
    position: relative;
    z-index: 12;
}

.the-sec-nav-listw.active {
    transform: translate(0px, 0%);
    pointer-events: auto;
    opacity: 1;
    z-index: 12;
}

.the-sec-nav-listw:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
    z-index: 20;
}

.the-sec-nav-listw.active:before {
    opacity: 0.02;
}

.the-main-wrapper {
    background: #fff;
}

.spec-2_rii h3 {
    display: flex;
    align-items: center;
}

.spec-2_rii h3 span {
    margin-right: 0.5em;
}

.spec-2_rii h3 svg {
    transition: 0.5s;
    opacity: 0.35;
}

.nav_sec_list_i_2.spec-2-nav:hover .spec-2_rii h3 svg {
    opacity: 0.9;
    transform: translate(4px, 0px);
}

.spec-2-nav-cww,
.spec-1-nav-c {
    transition: 0.5s;
    opacity: 0;
}

.active > .spec-2-nav-cww,
.active > .spec-1-nav-c {
    opacity: 1;
}

.top_nav > div.nav_search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
}

.the-search-box {
    background: #fff;
}

.the-search-box > div {
    width: 88%;
    margin: auto;
    max-width: 800px;
    padding: 4em 0;
}

.search-close {
    display: none;
}

.search-contetn > div {
    display: flex;
    border-bottom: 1px solid #c2c4ff;
    padding-bottom: 1.5em;
    transition: 0.5s;
}

.search-contetn input {
    border: 0;
    display: block;
    flex-basis: 100%;
}

.search-contetn input::placeholder {
    font-size: 18px;
    font-family: "Noto sans SC";
    font-weight: 300;
    color: rgb(0 0 0 / 60%);
}

.serbutn.search-submit svg {
    width: 24px;
    height: 24px;
}

.serbutn.search-submit svg path {
    fill: #000b9e;
}

.search-contetn > div:hover {
    border-bottom: 1px solid #433ec7;
}

.the-search-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.8s;
    transform: translate(0px, -100%);
    pointer-events: none;
}

.search-open .the-search-box {
    transform: translate(0px, 0%);
    pointer-events: auto;
}

.iiiimg-c > div {
    display: inline-block;
}

.Scroll-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    /* pointer-events: none; */
}

.ny_1_banner {
    position: relative;
    height: 550px;
    max-height: 52vh;
    display: flex;
    align-items: center;
}

.banner_ny_title {
    position: relative;
    z-index: 10;
    color: #fff;
}

.banner_ny_title h1 {
    font-size: 3em;
    font-weight: 400;
}

/* case */
.the-shaixuan {
    position: relative;
    z-index: 3;
    margin-top: -32px;
}

.the-shaixuan .the-sx-wrapper {
    padding: 1em 2em;
    background: #fff;
    margin-bottom: 3.5em;
    box-shadow: 0px 8px 30px rgb(0 0 0 / 4%);
}

.coxse_wrapper {
    display: flex;
    padding: 1em 0;
    border-bottom: 1px solid #eee;
}

.p_list_cosxe1 {
    flex-basis: 140px;
}

.p_list_cosxe2 {
    flex-basis: calc(100% - 140px);
    display: flex;
}

.cosxe1_tt {
    padding: 1em;
    line-height: 1;
}

.cosoxei a {
    font-size: inherit;
    color: #323232;
    padding: 1em 2em;
    background: #f1f1f1;
    margin-right: 1em;
    border-radius: 100px;
    transition: 0.3s;
    display: block;
}

.s_title.cosoxei {
    font-size: inherit;
}

.cosoxei a:hover,
.cosoxei a.onlink {
    color: #fff;
    background: #007bff;
}

.the-alis-img > div {
    position: relative;
    padding-bottom: 54%;
}

.anli_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.6em;
}

.anli_list > div {
    width: 33.3333%;
    padding: 0.6em;
    padding-bottom: 2em;
}

.the-anli_i {
    background: #fcfcff;
}

.the-aols-text {
    padding: 2em;
}

.aols-text-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
}

.aols-text-1i img {
    display: block;
    max-height: 32px;
}

.aols-text-1i {
    font-weight: 300;
    opacity: 0.8;
}

.aols-text-2 h3 {
    font-size: 1.35em;
    font-weight: 500;
    margin-bottom: 1.5em;
}

.aols-text-3 {
    border-top: 1px solid #eee;
    padding-top: 1.5em;
}

.adol-lkist {
    display: flex;
    justify-content: space-around;
}

.adol-lkisti {
    padding: 0px 5%;
    text-align: center;
}

.adol-lkisti h4 {
    font-weight: 500;
    font-size: 1.3em;
    color: #007bff;
    line-height: 1;
    margin-bottom: 0.25em;
}

.adol-lkisti span {
    display: block;
    font-size: 0.875em;
    opacity: 0.7;
}

.nn_container {
    padding-bottom: 6vw;
}

.page_a.disabled {
    background: rgb(255 255 255 / 0%);
}

.page_a.current {
    font-size: inherit;
    font-family: inherit;
    background: #fff;
    color: #000;
    transition: 0.4s;
}

.page_con {
    display: flex;
    justify-content: center;
    align-items: center;
}

.anli_list {
    margin-bottom: 2em;
}

.cosoxei a {
    margin-top: 1em;
    margin-bottom: 1em;
}

.p_list_cosxe2 {
    flex-wrap: wrap;
}

.cosxe1_tt {
    margin: 1em 0;
}

.s_list:last-child .coxse_wrapper {
    border-bottom: 0;
}

.the-anli_i {
    position: relative;
}

.aols-text-2.huodong_text h3 {
    margin-bottom: 0.75em;
}

.timespan {
    font-size: 0.875em;
    opacity: 0.5;
}

.huodong_list .the-anli_i {
    background: #f9f9fa;
}

[data-color="dark"] {
    color: #000;
}

[data-color="white"] {
    color: #fff;
}

.banner_ny_title p {
    max-width: 430px;
    font-weight: 300;
}

.know_more_b1 {
    margin-top: 3em;
}

.know_more_b1 .more_btn a {
    padding: 0.75em 3em;
    color: #18222e;
}

.know_more_b1 .more_btn a:hover {
    background: #4080ff;
    color: #fff;
}

.aols-zhishi-2 {
    padding: 2em;
    background: #f7f9fb;
    transition: 0.6s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}

.aols-zhishi-2-a h3 {
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: 0.75em;
    line-height: 1.5;
}

.aols-zhishi-2-a p {
    font-weight: 300;
    opacity: 0.65;
}

.aols-zhishi-2 .timespan {
    opacity: 0.75;
}

.the-zhishi_i:hover .aols-zhishi-2 {
    transform: translate(0px, -12px);
}

.aols-zhishi-2 > div {
    position: relative;
    z-index: 3;
}

.aols-zhishi-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(52, 123, 246);
    background: linear-gradient(142deg, rgba(52, 123, 246, 1) 0%, rgba(19, 77, 222, 1) 100%);
    transition: 0.6s;
    opacity: 0;
}

.aols-zhishi-2 {
    position: relative;
}

.the-zhishi_i:hover .aols-zhishi-2:before {
    opacity: 1;
}

.the-zhishi_i:hover {
    color: #fff;
}

.the-main-wrapper {
    transition: opacity 0.4s;
    opacity: 0;
}

.is-loaded .the-main-wrapper {
    opacity: 1;
}

.the-honr-imgg > div {
    position: relative;
    padding-bottom: 148%;
}

.the-honor-text {
    display: flex;
}

.the-honr-imgg {
}

.the-honor-text > div {
    width: 50%;
}

.anli_list.honor_list > div {
    width: 50%;
}

.the-shaixuan.news-sxx {
    display: none;
}

.the-newss_list-i {
    position: relative;
}

.newss_list_wrapper-w {
    margin-top: 4em;
}

.newss_list_wrapper-w {
    max-height: 3280px;
    height: 192vw;
}

.newss_list_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 0.5fr 1fr 1fr 1fr 1fr 0.5fr 1fr 1fr 1fr;
    gap: 1em 1em;
    grid-auto-flow: row;
    grid-template-areas:
    "i3 i3 i3 i3"
    "i3 i3 i3 i3"
    "i4 i4 i5 i5"
    "i4 i4 i6 i9"
    "i7 i8 i8 i9"
    "i10 i10 i10 i10"
    "i10 i10 i10 i10"
    "i11 i11 i12 i12"
    "i11 i11 i13 i16"
    "i14 i15 i15 i16";
}

.newss_list_wrapper {
    height: 100%;
}

.newss_list_item:nth-child(1) {
    grid-area: i3;
}

.newss_list_item:nth-child(2) {
    grid-area: i4;
}

.newss_list_item:nth-child(3) {
    grid-area: i5;
}

.newss_list_item:nth-child(4) {
    grid-area: i6;
}

.newss_list_item:nth-child(5) {
    grid-area: i7;
}

.newss_list_item:nth-child(6) {
    grid-area: i8;
}

.newss_list_item:nth-child(7) {
    grid-area: i9;
}

.newss_list_item:nth-child(8) {
    grid-area: i10;
}

.newss_list_item:nth-child(9) {
    grid-area: i11;
}

.newss_list_item:nth-child(10) {
    grid-area: i12;
}

.newss_list_item:nth-child(11) {
    grid-area: i13;
}

.newss_list_item:nth-child(12) {
    grid-area: i14;
}

.newss_list_item:nth-child(13) {
    grid-area: i15;
}

.newss_list_item:nth-child(14) {
    grid-area: i16;
}

.newss_list_item {
    display: flex;
}

.the-newss_list-i {
    display: flex;
    width: 100%;
}

.the-newss_list-cc {
    position: relative;
    display: flex;
    width: 100%;
}

.the-newss-imgg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.newss_list_item:nth-child(1) .aols-newss_list-2 {
    position: relative;
    margin-left: auto;
    width: 40%;
}

.newss_list_item:nth-child(1) .the-newss-imgg {
    width: 60%;
}

.newss_list_item:nth-child(8) .aols-newss_list-2 {
    position: relative;
    margin-left: auto;
    width: 40%;
}

.newss_list_item:nth-child(8) .the-newss-imgg {
    width: 60%;
}

.newss_listttares {
    position: relative;
    z-index: 10;
    padding: 2em;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.aols-newss_list-2 {
    display: flex;
}

.aols-newss_list-2-a h3 {
    font-weight: 400;
    font-size: 1.15em;
}

.newss_list_item:nth-child(1) .newss_listttares {
    padding: 10%;
    justify-content: space-between;
}

.newss_list_item:nth-child(1) .aols-newss_list-2-a h3 {
    font-size: 1.65em;
}

.newss_list_item:nth-child(1) .aols-newss_list-2 {
    background: url(/portal-saas/ngc202211030002/cms/image/59d770fb-4f15-4818-89a6-492185d2869c.jpg);
    background-size: cover;
    background-position: center;
}

.newss_list_item:nth-child(8) .newss_listttares {
    padding: 10%;
    justify-content: space-between;
}

.newss_list_item:nth-child(8) .aols-newss_list-2-a h3 {
    font-size: 1.65em;
}

.newss_list_item:nth-child(8) .aols-newss_list-2 {
    background: url(/portal-saas/ngc202211030002/cms/image/59d770fb-4f15-4818-89a6-492185d2869c.jpg);
    background-size: cover;
    background-position: center;
}

.aols-newss_list-2 {
    position: relative;
    z-index: 5;
}

.aols-newss_list-2-a h3 {
    line-height: 1.4;
}

.newss_list_item:nth-child(2) .newss_listttares,
.newss_list_item:nth-child(3) .newss_listttares,
.newss_list_item:nth-child(6) .newss_listttares {
    justify-content: flex-end;
    max-width: 480px;
}

.newss_list_item:nth-child(9) .newss_listttares,
.newss_list_item:nth-child(10) .newss_listttares,
.newss_list_item:nth-child(13) .newss_listttares {
    justify-content: flex-end;
    max-width: 480px;
}

.newss_list_item:nth-child(2) .the-newss_list-cc:before,
.newss_list_item:nth-child(3) .the-newss_list-cc:before,
.newss_list_item:nth-child(6) .the-newss_list-cc:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 3;
    opacity: 0.35;
}

.newss_list_item:nth-child(9) .the-newss_list-cc:before,
.newss_list_item:nth-child(10) .the-newss_list-cc:before,
.newss_list_item:nth-child(13) .the-newss_list-cc:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 3;
    opacity: 0.35;
}

.newss_list_item:nth-child(4) .newss_listttares,
.newss_list_item:nth-child(5) .newss_listttares {
    justify-content: space-between;
}

.newss_list_item:nth-child(11) .newss_listttares,
.newss_list_item:nth-child(12) .newss_listttares {
    justify-content: space-between;
}

.newss_list_wrapper-w {
    margin-bottom: 4em;
}

.page_a.disabled {
    border: 0;
}

.page_a {
    border: 0;
}

a.page_a.page_num {
    line-height: 1;
    font-size: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    transition: 0.2s;
}

.page_a.current {
}

a.page_a.page_num:hover {
    border-color: rgb(0 0 0 / 0%);
    background: #000;
    color: #fff;
}

.newss_list_item:nth-child(1) .the-newss-imgg {
    transition: 0.6s;
}

.newss_list_item:nth-child(1):hover .the-newss-imgg {
    /* width: 58%; */
}

.newss_list_item:nth-child(1) .aols-newss_list-2 {
    transition: 0.6s;
}

.newss_list_item:nth-child(1):hover .aols-newss_list-2 .full-img-wrap {
    /* width: 110%; */
}

.newss_list_item:nth-child(8) .the-newss-imgg {
    transition: 0.6s;
}

.newss_list_item:nth-child(8):hover .the-newss-imgg {
    /* width: 58%; */
}

.newss_list_item:nth-child(8) .aols-newss_list-2 {
    transition: 0.6s;
}

.newss_list_item:nth-child(8):hover .aols-newss_list-2 .full-img-wrap {
    /* width: 110%; */
}

.aols-newss_list-2 .full-img-wrap {
    transition: 0.6s;
    left: auto;
    width: 100%;
}

.newss_list_item:nth-child(1) .newss_listttares {
    transition: 0.6s;
}

.newss_list_item:nth-child(1):hover .newss_listttares {
    transition: 0.6s;
    transform: translate(-5px, 0px);
}

.newss_list_item:nth-child(8) .newss_listttares {
    transition: 0.6s;
}

.newss_list_item:nth-child(8):hover .newss_listttares {
    transition: 0.6s;
    transform: translate(-5px, 0px);
}

.the-newss-imgg {
    overflow: hidden;
}

.the-newss-imgg .full-img-wrap img {
    transition: 1.5s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}

.the-newss_list-i:hover .the-newss-imgg .full-img-wrap img {
    transform: perspective(1000px) translate3d(0, 0, 80px);
}

.the-newsdd-wrapper {
    padding: 4em 0;
    background: #f2f3f7;
    margin-bottom: 4em;
}

.news-dd-tt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.s_title.news-dddtt {
    font-size: 2.15em;
    max-width: 800px;
    line-height: 1.4;
}

.date-www > div {
    display: flex;
}

.date-www > div > p {
    margin-right: 8px;
    font-size: 1.5em;
    font-weight: 300;
    color: #333bf5;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.date-www > div > p span {
    font-size: 0.9em;
    opacity: 0.5;
    display: block;
    margin-right: 8px;
}

.the-newsdd-wrapper {
    position: relative;
    z-index: 10;
}

.newsddd-ac1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsddd-ac1 > div:first-child {
    width: 70%;
    max-width: 920px;
}

.newsddd-ac1 > div:last-child {
    width: 24%;
}

.s_title.newsddd-ac11 {
    font-size: inherit;
    line-height: inherit;
    font-weight: 300;
}

.s_title.newsddd-ac11 p {
    margin-bottom: 1.5em;
    margin-top: 0;
}

.s_title.newsddd-ac11 img {
    margin: 0.75em 0;
}

.s_title.newsosg {
    font-weight: 300;
    font-size: 1.05em;
    line-height: 1.5;
    margin-bottom: 1.5em;
    display: flex;
    position: relative;
    transition: 0.5s;
}

.s_title.newsosg:before {
    content: "";
    display: block;
    width: 18px;
    height: 16px;
    background: url(/portal-saas/ngc202211030002/cms/image/214cf4a9-2172-4389-9864-ac068ff30f82.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0.5em 0;
    margin-right: 0.65em;
    position: absolute;
    right: 100%;
    top: 0;
    transition: 0.7s;
    opacity: 0;
    pointer-events: none;
    transform: translate(-18px, 0px);
}

.s_title.newsosg a {
    display: block;
    transition: 0.5s;
}

.s_title.newsosg:hover a {
    /* transform: translate(calc(0.65em + 18px), 0px); */
    color: #0577fe;
}

.s_title.newsosg:hover::before {
    transform: translate(0px, 0px);
    opacity: 1;
}

.listtle {
    font-size: 1.5em;
    line-height: 1;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #d3d3d3;
}

.newsdd-tslr {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d6d6d6;
    margin-top: 4em;
    padding-top: 2em;
}

.s_title.psnpre {
    font-size: inherit;
}

.s_title.psnpre b {
    display: block;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 300;
}

.s_title.psnpre a {
    display: block;
    max-width: 400px;
    line-height: 1.5;
    opacity: 0.85;
}

.newsdd-tslr > div {
    width: 42%;
    transition: 0.4s;
    opacity: 0.5;
}

.newsdd-tslr > div:last-child {
    text-align: right;
}

.newsdd-tslr > div:last-child a {
    margin-left: auto;
}

.newsdd-tslr > div:hover {
    opacity: 1;
}

.s_img.jiaodisnl {
    margin-bottom: 1em;
}

.p_list_jiaodianns {
    margin-top: 3em;
}

.s_icon_wrap img {
    transition: 0.5s;
    filter: grayscale(1);
    opacity: 0.75;
}

.share_con_i > a:hover .s_icon_wrap img {
    opacity: 1;
    filter: grayscale(0);
}

.gol-loading .spinner-w {
    display: block;
}

.the-thsy-ii-list > div:nth-child(4) .t-thsy-itext {
    right: 85%;
    left: auto;
}

/* anli popup */
.the-anli-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    background: #000;
}

.the-anli-popup .anli_list {
    margin: 0;
}

.the-anli-popup .anli_list > div {
    padding: 0;
}

.the-anli-popup .anli_list .the-aols-text {
    display: none;
}

.the-anli-popup .anli_list .the-alis-img > div {
    padding-bottom: 33.33333vh;
}

.the-anli-popup {
    transition: 1s;
    /* transform: translate3d(100%, 0px, 0px); */
    background: rgb(0 0 0 / 0%);
    pointer-events: none;
}

.anli_load .the-anli-popup {
    pointer-events: auto;
    background: rgb(0 0 0 / 80%);
}

.the-anli-popup-wrapper {
    transition: 1s;
    transform: translate3d(100%, 0px, 0px);
}

.anli_load .the-anli-popup .the-anli-popup-wrapper {
    transform: translate3d(0%, 0px, 0px);
}

.the-anli-close-w {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4%;
    display: flex;
    transition: 0.8s;
}

.the-anli-close-w:hover {
    width: 10%;
    transition-timing-function: cubic-bezier(0.4, 0.35, 0.25, 1);
}

.the-anli-close-w > div {
    display: flex;
    width: 100%;
}

.anli-close {
    cursor: pointer;
}

.the-anli-close-w {
    z-index: 20;
}

.anli_load.anli_pre .the-anli-popup .the-anli-popup-wrapper {
    transition: 0.6s;
    transform: translate3d(10%, 0px, 0px);
}

.anli-close {
    transition: 0.8s;
    opacity: 0;
}

.anli_load.anli_pre .anli-close {
    transition: 0.8s;
    opacity: 1;
}

.the-main-wrapper {
    transition: transform 1s;
}

.anli_load .the-main-wrapper {
    transform: translate3d(-50%, 0px, 0px);
}

.the-anli-close-w > div {
    align-items: center;
    justify-content: center;
}

.the-anli-popup-wrapper .the-alis-img > div {
    transition: 0.6s;
    opacity: 0.2;
}

.the-anli-popup-wrapper .the-alis-img {
    background: #000;
}

.the-anli-popup .anli_list > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.the-anli-popup .anli_list > div > div {
    width: 33.3333%;
}

.the-anli-popup-wrapper .anli_list > div > div:hover .the-alis-img > div {
    opacity: 1;
}

.the-anli-popup-wrapper {
    background: #000;
    height: 1600px;
    max-height: 100vh;
}

.the-anli-popup-wrapper,
.the-main-wrapper,
.the-anli-close-w,
.anli-close {
    transition-timing-function: cubic-bezier(0.7, 0.02, 0.25, 1);
}

.ny_1_banner.bn-a2 {
    height: 40vw;
    max-height: 100vw;
}

.bn_bg.full-img-wrap.bn-a2 img {
    object-position: bottom center;
}

.banner_ny_title.ct-container.bn-a2 {
    margin-top: 0;
    text-align: center;
    padding-top: 4em;
    padding-bottom: 0em;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_ny_title.ct-container.bn-a2 h1 {
    font-size: 4em;
}

.ny_1_banner.bn-a2 .banner_background {
    overflow: visible;
}

.runnn div#c_static_001-1663836159520 {
    padding-top: 0;
}

.e_container-10.s_layout.the-cttso-wrappe {
    margin-top: calc(-40vw + 300px);
    position: relative;
    z-index: 10;
}

.the-cts0ot {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 20px 50px rgb(166 192 246 / 16%);
    padding: 3em 5%;
}

.lysos-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lysos {
    margin-bottom: 4em;
}

.lysos-ris {
    display: flex;
}

.lysos-ris > div {
    background: #f1f1f1;
    padding: 0.75em 2em;
    border-radius: 200px;
    margin-left: 1em;
    cursor: pointer;
    transition: 0.3s;
}

.s_layout.the-cttso-wrappe.ct-container {
    max-width: 1200px;
}

.lysos-ris > div:hover,
.lysos-ris > div.active {
    color: #fff;
    background: #007bff;
}

.lysos-c > h3 {
    font-size: 1.35em;
    font-weight: 500;
    margin: 0;
}

.the-cts0ot .form-group {
    width: 48.5%;
}

.the-cts0ot .p_formItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.the-cts0ot .s_form_layout1 .s_label {
    color: #000;
}

.the-cts0ot .s_form_layout1 input.form-control {
    font-size: 0.875em;
    border-radius: 12px !important;
    padding: 1.5em;
    height: auto;
}

.s_form_layout1 .s_input,
.s_form_layout1 .e_label .p_labelItem label,
.s_form_layout1 .e_rangeDate .j_date,
.s_form_layout1 .e_address .cascader-wrap .zd-input__inner {
}

/* .the-cts0ot .s_form_layout1 select.form-control {
  font-size: 0.875em;
  height: auto;
  padding: 1.5em;
  border-radius: 12px !important;
} */
.the-cts0ot .s_form_layout1 .selsove {
    font-size: 0.875em;
    height: auto;
    padding: 0 1.5em;
    border-radius: 12px !important;
    border: 1px solid #ddd;
    padding-right: 10px;
}

.the-cts0ot .s_form_layout1 .inputWrap {
    font-size: 0.875em;
    height: auto !important;
    padding: 0.5em 1.5em;
    /* border-radius: 12px !important; */
    font-size: inherit;
    font-weight: 400;
}

.the-cts0ot .s_form_layout1 .inputWrap span.placeholder {
    position: relative !important;
    font-size: inherit;
    padding: 0 !important;
    line-height: inherit !important;
    font-weight: 300;
}

.the-cts0ot .s_form_layout1 .multSelect.s_form-control {
    padding-left: 0;
    font-size: inherit !important;
    border-radius: 12px !important;
}

.the-cts0ot .s_form_layout1 select.form-control {
    color: #aaa;
}

.bdd_more {
    width: 100%;
    text-align: center;
    margin-top: 2em;
    padding-bottom: 3em;
}

.the-cts0ot .form-group {
    margin-bottom: 2.25em;
}

.the-cts0ot .e_multipleSelect-31 .multSelect li {
    padding: 0.5em !important;
    margin: 0.5em 0 !important;
    margin-right: 0.5em !important;
}

.the-cts0ot .s_form_layout1 .inputWrap span.placeholder {
    margin: 1em;
    display: block;
    margin-left: 0;
}

.the-cts0ot .s_form_layout1 .s_input .multSelect-option {
    background: #fff !important;
}

.s_layout.ct-container.etos-arpper > div {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 20px 50px rgb(14 37 86 / 16%);
    padding: 3em 5%;
}

.s_layout.ct-container.etos-arpper {
    max-width: 1200px;
    margin-top: 4em;
}

.the-sxdse-wrapper {
    display: flex;
    justify-content: space-between;
}

.the-sxdse-wrapper > div:first-child {
    flex-basis: 70%;
}

.e_image-43.s_img.dsfagar img {
    max-width: 214px;
    display: block;
    margin-left: auto;
}

.s_title.sfa0t1 {
    font-size: 2.5em;
    font-weight: 500;
}

.s_title.sfa0t1a {
    font-size: 1.15em;
    color: #313df5;
    margin-bottom: 1em;
}

.s_title.sfa0t1b {
    line-height: 1.65 !important;
    opacity: 0.75;
    font-weight: 300;
}

.s_list.siaear4eqwa {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #eee;
}

.the-sx-wrasgre6r {
    display: flex;
}

.the-sx-wrasgre6r > div:first-child {
    min-width: 125px;
    margin-right: 1em;
    opacity: 0.75;
    font-weight: 500;
}

.the-sx-wrasgre6r > div:last-child {
    font-weight: 500;
}

.the-sxdse-wrapper {
    align-items: center;
}

.s_layout.ct-container.etos-arpper > div {
    padding: 5em 5%;
}

.the-cts0ot .s_form_layout1 select.form-control {
    color: #aaa;
    border: 0;
    width: 100%;
    height: auto;
    padding: 1.5em 0;
}

.the-cts0ot .e_multipleSelect-31 .multSelect .inputWrap > .fa svg {
    width: 12px !important;
}

.zd-cascader-menu {
    padding-right: 1.5em;
    background: #fff;
}

.zd-cascader-panel {
    width: 100%;
}

.cascader-wrap.is-focus .zd-cascader__dropdown {
    /*     width: 100%; */
    background: #fff;
}

.cascader-wrap.is-focus .zd-cascader__dropdown {
    width: 100%;
}

.zd-cascader-menu {
    width: 100%;
}

.s_form_layout1 .invalid-feedback {
    position: absolute;
    top: 100%;
    left: 0;
}

.the-cts0ot .s_form_layout1 select.form-control:focus {
    border: 0;
    box-shadow: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background: none !important;
    color: rgb(241 137 137) !important;
}

.s_form_layout1 .s_input.is-invalid,
.s_form_layout1 .is-invalid .s_input,
.s_form_layout1 .e_rangeDate .j_date.is-invalid,
.s_form_layout1 .e_date .is-invalid .p_input {
    background: none;
    color: #e15a5a;
}

.the-cts0ot .e_multipleSelect-31 .multSelect.is-invalid .inputWrap span.placeholder {
    color: #f16573 !important;
}

.the-cts0ot .form-group {
    position: relative;
}

.the-anli_i,
.the-honor-i {
    transition: 0.65s;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 6%);
}

.the-anli_i:hover,
.the-honor-i:hover {
    box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
}

.banner_ny_title h1.h2o {
    font-size: 3.2em;
    line-height: 1.2;
}

.ny_1_banner.bn-a3 .banner_ny_title p {
    max-width: 550px;
}

.ny_1_banner.bn-a3 {
    height: 955px;
    max-height: 100vh;
}

.know_more_b1.km2o {
    margin-top: 6.5vw;
}

.n_j_2p-c {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.n_j_2p-c1 {
    width: 35%;
}

.n_j_2p-c1 img {
    display: block;
    width: 100%;
}

.n_j_2p-c2 {
    width: 65%;
    padding-left: 6%;
}

.n_j_2p-tc1 h2 {
    font-size: 2.75em;
    font-weight: 400;
    margin: 0;
    line-height: 1.25;
}

.n_j_2p-tc1 h3 {
    font-size: 1.75em;
    margin-bottom: 1em;
}

.n_j_2p-tc1 h4 {
    color: #333bf5;
    font-weight: 400;
    font-size: 1.2em;
}

.n_j_2p-tc1 {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5em;
    margin-bottom: 4em;
}

.n_j_2p-tc2 h4 {
    font-size: 1.25em;
    margin: 0;
}

.n_j_2p-tc2 p {
    margin-top: 2em;
    margin-bottom: 4em;
}

.n_j_2p-tc2 span {
    display: block;
    opacity: 0.75;
}

.n_j_3p-cc {
    position: relative;
    height: 815px;
    display: flex;
    flex-wrap: wrap;
    max-height: 68vw;
}

.n_j_3p-cc > div {
    width: 50%;
    background: #f7fafc;
}

.n_j_3p-cc:nth-child(even) {
    flex-direction: row-reverse;
}

.n_j_3p-cc2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.n_j_3p-ctsxt {
    margin: auto;
    width: 80%;
    max-width: 600px;
}

.n_j_3p-ctsxt h2, .mjzst-5n-text.n_j_3p-ctsxt.szjs-1n h2 {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2;
}

.mjzst-1n-text.n_j_3p-ctsxt h2 {
    margin-bottom: 0;
    font-size: 2.5em;
    font-weight: 500;
}

.subtt3 b {
    display: block;
    font-weight: 500;
    color: #3235ff;
    font-size: 1.2em;
}

.summary3 {
    margin-top: 3em;
    line-height: 2;
    color: #5a5a5a;
    font-weight: 300;
}

.summary3 b {
    display: block;
    margin-bottom: 0.5em;
    color: #000;
}

.n_j_2p > .full-img-wrap {
    bottom: -20%;
}

.n_j_4p-c.ct-container {
    position: relative;
    z-index: 10;
}

.ctxt-a {
    text-align: center;
    margin-bottom: 4em;
}

.ctxt-a h3 {
    font-size: 2.75em;
    font-weight: 400;
    line-height: 1.2;
}

.ctxt-a p {
    opacity: 0.75;
    font-weight: 300;
}

.ctxt-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2em;
}

.ctxt-lists > div {
    width: 17.5%;
}

.ctxt-list-i {
    display: flex;
    padding: 2em;
    background: #f6f7fa;
    border-radius: 32px;
}

.ctxt-list-i h3 {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.2;
}

.ctxt-list-i {
    transition: 0.6s;
    box-shadow: 0px 5px 40px rgb(48 53 236 / 0%);
}

.ctxt-list-i:hover {
    color: #fff;
    background: #3237ff;
    box-shadow: 0px 12px 40px rgb(48 53 236 / 50%);
    transform: translate(0px, -12px);
}

.ctxt-list-img img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
    transition: 0.6s;
}

.ctxt-list-img {
    margin-top: 2em;
}

.ctxt-list-i:hover .ctxt-list-img img {
    filter: contrast(0) grayscale(1) brightness(5);
}

.ctxt-list-i p {
    transition: 0.4s;
    opacity: 0;
    transform: translate(0px, 8px);
    color: #fff;
}

.ctxt-list-i:hover p {
    opacity: 0.75;
    transform: translate(0px, 0px);
}

.n_j_5p-c.ct-container {
    position: relative;
    z-index: 10;
}

.n_j_5p-c-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.n_j_5p-c-1 > div {
    width: calc(33.33% - 20px);
}

.n_j_5p-c-1i {
    padding: 2em;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 6px 20px rgb(0 0 0 / 4%);
    overflow: hidden;
}

.n_j_5p-c-1i h3 {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.2;
}

.n_j_5p-c-1i p {
    opacity: 0.75;
    font-weight: 300;
    margin: 0;
}

.n_j_5p-c-1i {
    position: relative;
}

.n_j_5p-c-1i:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: rgb(140, 86, 248);
    background: linear-gradient(90deg, rgba(140, 86, 248, 1) 56%, rgba(115, 149, 250, 1) 100%);
}

.n_j_5p-c-1i:nth-child(2n)::after {
    background: rgb(115, 149, 250);
    background: linear-gradient(90deg, rgba(115, 149, 250, 1) 0%, rgba(64, 189, 255, 1) 100%);
}

.n_j_5p-c-1i:nth-child(3n)::after {
    background: rgb(64, 189, 255);
    background: linear-gradient(90deg, rgba(64, 189, 255, 1) 0%, rgba(240, 107, 255, 1) 100%);
}

.n_j_5p-c > div {
    margin-bottom: 4em;
}

.n_j_5p-c-2 {
    columns: 3;
    column-gap: 30px;
}

.n_j_5p-c-2 > div {
    break-inside: avoid;
    margin-bottom: 2em;
}

.n_j_5p-c-2i {
    overflow: hidden;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 3%);
}

.n_j_5p-c-2i img {
    display: block;
    width: 100%;
}

.n_j_5p-c-2-text {
    padding: 2em;
}

.n_j_5p-c-2-text h3 {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}

.n_j_5p-c-2-text p {
    opacity: 0.75;
    font-weight: 300;
}

.bn_more.j_5p {
    text-align: center;
    margin-bottom: 0;
}

.banner_wrapper {
    max-height: calc(100vh - var(--nav-height));
}

.ny_1_banner.bn-a3 {
    max-height: calc(100vh - var(--nav-height));
}

.qqst-1n-c {
    display: flex;
    flex-wrap: wrap;
}

.qqst-1n-c1 {
    width: 46%;
    padding-right: 5%;
}

.qqst-1n-c2 {
    width: 54%;
}

.qqst-1n-text.n_j_3p-ctsxt {
    margin-left: 0;
    width: auto;
}

.qqst-1n-text.n_j_3p-ctsxt .summary3 {
    margin-top: 0em;
    color: #202020;
    margin-bottom: 4em;
}

.qqst-txt-listi:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(/portal-saas/ngc202211030002/cms/image/214cf4a9-2172-4389-9864-ac068ff30f82.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0.5em 0;
    margin-right: 0.65em;
    position: relative;
    right: auto;
    top: 0;
    transition: 0.7s;
}

.qqst-txt-listi {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0.85em;
    font-weight: 300;
}

.qqst-txt-listi span {
    display: block;
    font-size: 1.05em;
}

.qst-1n-logo-wr-1c1 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0px;
    grid-auto-rows: minmax(10px, auto);
}

.qst-1n-logo-wr-1c1 > div:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.qst-1n-logo-wr-1c1 > div:nth-child(2) {
    grid-column: 3 / 5;
    grid-row: 1 / 3;
}

.qst-1n-logo-listi > div {
    background: var(--bg);
    position: relative;
    padding-bottom: 100%;
}

.n-logo-listimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}

.n-logo-listimg img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.n-logo-listi-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.n-logo-listimg {
    width: 100%;
    height: 100%;
}

.n-logo-listi-text {
    padding-bottom: 0.33em;
    text-align: center;
    color: var(--bg, #000);
    /* mix-blend-mode: difference; */
}

.n-logo-listi-text span {
    font-size: 0.875em;
    font-weight: 300;
}

.qst-1n-logo-wr-1c2,
.qst-1n-logo-wr-1c3 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0px;
    grid-auto-rows: minmax(10px, auto);
}

.qqst-1n-c2 > div {
    width: 44vw;
}

.qqst-1n-logo-wr-1 {
    width: 100%;
    border: 8px solid #000;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0px 45px 50px rgb(0 0 0 / 6%);
    filter: drop-shadow(0px 140px 32px rgb(0 0 0 / 6%));
}

.qqst-1n-logo-wr-2 {
    width: 100%;
    border: 8px solid rgb(0 0 0 / 0%);
    border-top: 0;
    margin-top: -8px;
}

.qqst-1n-c {
    align-items: flex-start;
}

.qqst-1n-c1 {
    padding-top: 8vw;
    padding-bottom: 8vw;
}

.nns2n.full-img-wrap img {
    object-fit: contain;
    object-position: left top;
}

.nns2n.full-img-wrap {
}

.qqst-2n-skt .nns2n.full-img-wrap {
    width: 45%;
}

.qqst-2n-skt.normal-padding {
    display: flex;
    align-items: flex-end;
    height: 1000px;
    max-height: 100vh;
}

.qqst-2n-c.ct-container {
    margin-bottom: 0;
}

.qqst-2n-c1 {
    margin-left: auto;
    width: 50%;
    margin-bottom: 6vw;
}

.the-curps-listwcw {
    display: flex;
}

.the-curps-listw {
    display: flex;
    flex-wrap: nowrap;
}

.the-curps-listwcw > div {
    margin-right: 3em;
}

.the-curps-listi {
    padding: 2em;
    width: 250px;
    background-image: url(/portal-saas/ngc202211030002/cms/image/a6cc841f-1527-4ef2-9d25-c74b5ac2c827.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    box-shadow: 4px 8px 24px rgb(12 11 80 / 7%);
    border-radius: 6px;
    overflow: hidden;
}

.the-curps-text {
    margin-top: 1.5em;
}

.the-curps-text span {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0.5em;
}

.qqst-2n-skt.normal-padding {
    padding-top: 0em;
}

.qqst-1n.normal-padding {
    padding-bottom: 3em;
}

.qqst-3n.normal-padding {
    height: 1000px;
    max-height: 100vh;
    display: flex;
    align-items: center;
}

.qqst-3n-c {
    display: flex;
    flex-wrap: wrap;
}

.qqst-3n-text.n_j_3p-ctsxt .qqst-txt-list {
    margin-top: 3em;
}

.qqst-3n-text.n_j_3p-ctsxt .summary3 {
    margin-top: 2em;
}

.qqst-3n-c1 {
    width: 40%;
}

.qqst-3n-text.n_j_3p-ctsxt {
    width: 100%;
    max-width: 500px;
    margin: 0;
}

.nns3n.full-img-wrap img {
    object-position: 70% 40%;
}

.qqst-2n-text.n_j_3p-ctsxt .qqst-txt-list {
    margin-top: 2em;
}

.qqst-2n-text.n_j_3p-ctsxt {
    width: 100%;
}

.swiper-slide.autowidths {
    width: auto;
}

.hzst-hzzn_loop_1 {
    border-bottom: 1px solid #e9e9e9;
}

.hzzn-tsl {
    padding-bottom: 1em;
    margin: 0 1.2em;
}

.hzzn-tsl {
    position: relative;
}

.swiper-slide-thumb-active .hzzn-tsl:after {
    opacity: 1;
}

.hzzn-tsl:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #2c3dff;
    transition: 0.3s;
    opacity: 0;
}

.hzst-hzzn_loop_2 {
    margin-top: 3.5em;
    margin-bottom: 3em;
}

.hzzn-tssg {
    display: flex;
    justify-content: center;
}

.klogo-wii img {
    display: block;
    max-width: 175px;
    max-height: 60px;
}

.hzzn-tssg > div {
    margin: 0 2em;
}

.hzst-1n-text.n_j_3p-ctsxt {
    text-align: center;
    margin-bottom: 4em;
}

.ny_1_banner.bn-a3.bn-mjcm .banner_ny_title {
    color: #000;
}

.ny_1_banner.bn-a3.bn-mjcm .banner_ny_title[data-color="white"] {
    color: #fff;
}

h3.h2o2 {
    font-weight: 400;
    font-size: 1.75em;
    margin-bottom: 0;
}

.ny_1_banner.bn-a3.bn-mjcm .know_more_b1.km2o {
    margin-top: 4.5vw;
}

.mjzst-1n-c1.ct-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mjzst-1n-c1.ct-container > div {
}

.mjzst-1n-c1a {
    width: 60%;
    padding-right: 5%;
}

.mjzst-1n-c1b {
    width: 40%;
}

.mjzst-1n-text.n_j_3p-ctsxt h3 {
    margin-bottom: 0;
    font-size: 2.5em;
    font-weight: 500;
}

.mjzst-1n-text.n_j_3p-ctsxt .summary3 {
    margin-top: 0.15em;
    font-size: 1.2em;
    font-weight: 400;
    color: #313df5;
}

.qqst-txt-list {
}

.mjzst-1n-text.n_j_3p-ctsxt .qqst-txt-list {
    margin-top: 3em;
    margin-bottom: 2em;
}

.mjzst-1n-text.n_j_3p-ctsxt .qqst-txt-list .qqst-txt-listi {
    margin-bottom: 0.2em;
    color: #000;
}

.summary4 {
    font-size: 0.925em;
    opacity: 0.75;
}

.mjzst-1n-text.n_j_3p-ctsxt .qqst-txt-list .qqst-txt-listi:before {
    width: 12px;
    height: 12px;
}

.mjzst-2n-c1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mjzst-2n-c1b {
    width: 50%;
}

.mjzst-2n-c1a {
    width: 50%;
}

.mjzst-2n.normal-padding {
    padding-top: 0;
}

.mjzst-1img2 {
    position: relative;
}

.mjzst-1img2 > img {
    display: block;
    width: 114%;
    max-width: none;
}

.psximg {
    position: absolute;
    z-index: 2;
}

.mjzst-1img2a.psximg {
    left: -7%;
    top: -7%;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 20px 20px 40px rgb(0 5 186 / 70%);
}

.mjzst-2n.normal-padding {
    margin-left: auto;
    width: 92%;
}

.mjzst-3n-c.ct-container {
    display: flex;
    align-items: center;
    margin-right: 0;
    max-width: none;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
}

.mjzst-3n-c1 {
    width: 50%;
}

.mjzst-3n-c2 {
    width: 50%;
}

.mjzst-1n-text.n_j_3p-ctsxt.mjzst-3n-text {
    color: #fff;
    max-width: 420px;
}

.mjzst-1n-text.n_j_3p-ctsxt.mjzst-3n-text .summary3 {
    color: #fff;
}

.mjzst-1n-text.n_j_3p-ctsxt.mjzst-3n-text .qqst-txt-listi {
    color: #fff;
}

.mjzst-3n.normal-padding {
    margin-left: 6%;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.mjzst-1n-text.n_j_3p-ctsxt.mjzst-3n-text .qqst-txt-listi:before {
    filter: grayscale(1) contrast(0) brightness(2);
}

.mjzst-1img4a.psximg {
    left: -10%;
    top: 26%;
    width: 22%;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 10px 20px 30px rgb(7 8 72 / 59%);
}

.mjzst-1img4 {
    position: relative;
}

.mjzst-1img4b.psximg {
    top: 0;
    right: -5%;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 10px 20px 30px rgb(0 0 0 / 15%);
    width: 31%;
}

.mjzst-1img4 img {
    display: block;
    width: 100%;
}

.mjzst-1img4 {
    padding-top: 6%;
}

.mjzst-1n-c1.ct-container.mjzst-4ncc .mjzst-1n-c1a {
    width: 55%;
}

.mjzst-1n-c1.ct-container.mjzst-4ncc .mjzst-1n-c1b {
    width: 45%;
}

.mjzst-5n-text.n_j_3p-ctsxt {
    margin-left: 0;
}

.mjzst-5c-skt {
    background: #382cf1;
    color: #fff;
    height: 2200px;
    max-height: 100vh;
    display: flex;
    align-items: center;
}

.mjzst-5n-c1 {
    margin-bottom: 8vw;
}

.mjzst-5-listc {
    display: flex;
}

.mjzst-5-listw {
    display: flex;
}

.mjzst-5-listi {
    width: 380px;
    max-width: 80vw;
    margin-right: 3.5vw;
}

.mjzst-5-limg img {
    display: block;
    height: 68px;
    max-width: 180px;
    object-fit: contain;
    object-position: left center;
}

.mjzst-5-limg {
    margin-bottom: 1.5em;
    padding-bottom: 2.5em;
    border-bottom: 1px solid rgb(255 255 255 / 33%);
}

.mjzst-5-ltext h3 {
    margin: 0;
    font-weight: 500;
    font-size: 1.25em;
}

.mjzst-5-ltext span {
    display: block;
    font-weight: 300;
    opacity: 0.75;
    color: #fff;
}

.mjzst-5n-c2 {
    margin-bottom: 8vw;
}

.mjzst-4n.normal-padding {
    padding-bottom: 8vw;
    padding-top: 8vw;
}

.mjzst-6n-c1 {
    margin-bottom: 3em;
}

.mjzst-6c-skt.normal-padding {
    height: 2200px;
    max-height: 100vh;
    display: flex;
    align-items: center;
}

.mjzst-6-listw {
    display: flex;
}

.mjzst-6-listc {
    display: flex;
}

.mjzst-6-listi {
    height: 800px;
    max-height: calc(100vh - 110px - 12vw);
    display: flex;
    width: calc(100vh - 110px - 12vw - 5em);
    max-width: 800px;
    margin-right: 3.5vw;
}

.mjzst-6-listi > div {
    width: 100%;
}

.mjzst-6-listi:nth-child(even) {
    /* width: calc(85vh - 110px - 12vw); */
}

.mjzst-6-listi:nth-child(even) > div {
    /* margin: auto; */
    /* height: 90%; */
}

.mjzst-6-ltext {
    position: absolute;
    z-index: 10;
    color: #fff;
    left: 10%;
    bottom: 10%;
}

.silx h3 {
    margin: 0;
    font-weight: 400;
    font-size: 2em;
    line-height: 1;
}

.silx h3 span {
    font-size: 0.6em;
    margin-left: 0.2em;
}

.silx p {
    font-weight: 400;
    font-size: 1.15em;
    opacity: 0.85;
}

.silx {
    margin-bottom: 3em;
}

.silx:last-child {
    margin-bottom: 0;
}

.mjzst-6-listi:nth-child(even) .mjzst-6-ltext > div {
    /* display: flex; */
    /* justify-content: space-around; */
    /* width: 100%; */
    /* text-align: center; */
}

.mjzst-6-ltext {
    right: 10%;
}

.mjzst-6-listi:nth-child(even) .mjzst-6-ltext > div .silx {
    /* margin-bottom: 0; */
}

.szcy_bn_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
    display: flex;
}

.szcy_bn_content > div {
    flex-basis: 100%;
}

.szcy_bn_ccc {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.szcy_bn_ccc {
    position: relative;
}

.szcy_bn_ccct {
    padding: 10%;
    text-align: center;
}

.tehs-img {
    max-width: 340px;
    margin: auto;
    margin-bottom: 2em;
}

.tehs-text h2,
.tehs-text h3 {
    line-height: 1.2;
    font-weight: 400;
    font-size: 1.35em;
}

.tehs-text p {
    margin: 0;
    font-weight: 300;
}

.tehs-img img {
    max-height: 82px;
}

.szcy_bn_content > div {
    border-left: 1px solid rgb(125 125 125 / 10%);
}

.szcy_bn_content > div:first-child {
    border-left: 0;
}

.szcy_bn_ccc {
    transition: 0.8s;
}

.szcy_bn_ccc::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    transition: 0.6s;
    background: rgb(0 0 0 / 32%);
    opacity: 1;
}

.szcy_bn_ccct {
    position: relative;
    z-index: 8;
}

.szcy_bn_ccc:hover::before,
.szcy_bn_ccc.on::before {
    opacity: 0;
}

.bn_bg_szcy > div {
    opacity: 0;
    transition: opacity 1s, transform 1s 1s;
    transform: perspective(1000px) translate3d(0px, 0px, 50px);
}

.bn_bg_szcy > div.active {
    opacity: 1;
    transform: perspective(1000px) translate3d(0px, 0px, 0px);
    transition: opacity 1s, transform 3s;
}

.bn_bg_szcy {
    overflow: hidden;
}

.szcy_stk_zs_bg {
    display: none;
}

.szcy_stk_ccbg_a.hs_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2000px;
    max-height: 100vh;
}

.szcy_stk_wrapper {
    position: relative;
}

.szcy_stk_ccc {
    display: flex;
    height: 2000px;
    max-height: 100vh;
}

.szcy_stk_ccc > div {
    position: relative;
}

.szcy_stk_cc01 {
    width: 34%;
}

.szcy_stk_cc02 {
    width: 66%;
}

.szcy_stk_asb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.szcy_stk_asb {
    opacity: 0;
    pointer-events: none;
}

.szcy_stk_asb.anims-1 {
    opacity: 1;
    pointer-events: auto;
}

.szcy_stk_asb.anims-3 {
    opacity: 1;
    pointer-events: auto;
}

.solg-img {
    max-width: 320px;
}

.szcy_sektext h3 {
    font-weight: 400;
    font-size: 1.35em;
    margin-top: 1em;
    margin-bottom: 3.5em;
}

.szcy_sektext h1 {
    font-weight: 400;
    font-size: 1.35em;
    margin-top: 1em;
    margin-bottom: 3.5em;
}

.szcy_sektext {
    color: #fff;
}

.szcy_sektext .know_more_b1 {
    margin-top: 0;
}

.szcy_sogeimg > div:not(:first-child) {
    position: absolute;
    z-index: 1;
}

.szcy_sogeimg {
    position: relative;
}

.szcy_sogeimg-img[data-imgset="zza-1a"] {
    left: -15%;
    top: -10%;
    width: 40%;
}

.szcy_sogeimg-img {
    box-shadow: 5px 10px 30px rgb(0 0 0 / 7%);
    border-radius: 12px;
    overflow: hidden;
}

.szcy_sogeimg-img[data-imgset="zza-1b"] {
    right: 5%;
    bottom: -26%;
    width: 30%;
}

.szcy_sektext.amm1 {
    margin-top: 20%;
}

.szcy_stk_ccbg_a .full-img-wrap video.bn_vdo {
    object-fit: cover;
}

.szcy_sogeimg-img {
    background: #fff;
}

.uonm-1 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f4f6fc;
    z-index: 1;
    left: 58%;
    overflow: hidden;
}

.uonm-1 > div {
    padding: 17% 10%;
    margin-left: 12.5%;
}

.uonm-1 h3 {
    font-weight: 500;
    font-size: 2.5em;
    line-height: 1.2;
    color: #000;
}

.uonm-1 p {
    font-size: 0.875em;
    max-width: 172px;
    line-height: 1.5;
    opacity: 0.5;
    font-weight: 300;
}

.szcy_stk_asb.anims-4 {
    z-index: 2;
}

.szcy_sogeimg-img {
    position: relative;
}

.szcy_ssx-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.uonm-2 > div {
    display: flex;
    padding: 2em 6%;
    justify-content: space-between;
    align-items: flex-start;
}

.uonm-2 > div > div {
    flex-basis: 23%;
}

.uonm-2 > div > div:nth-child(even) {
    margin-top: 6%;
}

.uonm-2 > div > div {
    overflow: hidden;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 2%);
    border-radius: 8px;
}

.szcy_sogeimg-img img {
    display: block;
}

.solg2-img {
    max-width: 50px;
    margin-bottom: 2em;
}

.szcy_sektext2 h2,
.szcy_sektext2 h3 {
    font-size: 2.25em;
    font-weight: 500;
    margin-bottom: 1em;
}

.szcy_sektext2 h4 {
    font-weight: 300;
    font-size: 1.2em;
    margin-bottom: 1em;
}

.szcy_sektext2 {
    max-width: 320px;
}

.szcy_sektext2 p {
    opacity: 0.65;
    font-weight: 300;
}

.szcy_stk_cc01 > .szcy_stk_asb {
    right: 12%;
}

.szcy_stk_asb.anims-5 {
    z-index: 4;
}

.szcy_stk_asb.anims-6 {
    z-index: 3;
}

.szcy_sogeimg-img[data-imgset="zza-5a"] {
    top: -10%;
    width: 38%;
    right: -10%;
}

.szcy_sogeimg-img[data-imgset="zza-5b"] {
    width: 24%;
    bottom: -23%;
    left: -5%;
}

.szcy_sogeimg2 {
    position: relative;
    box-shadow: 5px 10px 30px rgb(0 0 0 / 7%);
    border-radius: 12px;
}

.szcy_sogeimg2_ffbg {
    position: absolute;
    top: 9%;
    left: 15%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    background: #fff;
    padding: 4%;
}

.szcy_sogeimg2-img {
    margin-bottom: 3%;
}

.szcy_stk_ccc {
    position: relative;
}

.szcy_sogeimg2-ititle {
    font-size: 1.5em;
    margin-bottom: 1em;
    font-weight: 300;
}

.szcy_stk_asb.anims-6 .szcy_sogeimg2 {
    overflow: hidden;
}

.szcy_stk_zs_bg {
    display: block;
    position: static;
    pointer-events: none;
}

.szcy_stk_ccc {
    z-index: 10;
}

.szcy_stk_zs_bg .ssgtk_zs_img:nth-child(1) {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 21;
    width: 25%;
    opacity: 0.8;
}

.szcy_stk_zs_bg .ssgtk_zs_img:nth-child(2) {
    position: absolute;
    left: 10%;
    bottom: -26%;
    width: 42%;
}

.szcy_wom {
}

.szcy_wom_c {
    padding-top: 8vw;
}

.full-img-wrap.szcy_bg1 {
    bottom: 6vw;
}

.szcy_womsve {
    background: #fcfcfc;
    border-radius: 14px;
    overflow: hidden;
}

.szcy_womsve .full-img-wrap video {
    object-fit: cover;
    transform: scale(1.015);
}

.szcy_wom_ccc {
    position: relative;
    z-index: 20;
    display: flex;
    padding: 4vw 5%;
}

.szcy_w_top_immg {
    position: relative;
    z-index: 20;
    padding: 1.5em 2em;
}

.szcy_wom_ccc > div {
    margin: 0 2%;
}

.szcy_w_ccc_listi[data-title="zis4-1"] {
    width: 30%;
}

.szcy_w_ccc_listi[data-title="zis4-2"] {
    width: 40%;
}

.szcy_w_ccc_listi[data-title="zis4-3"] {
    width: 30%;
}

.szcy_w_ccc_listi[data-title="zis4-1"] img {
    display: block;
    max-width: 236px;
    margin-top: 11%;
}

.szcy_dsp_text.szcy_sektext2 {
    max-width: 640px;
    width: 64%;
    margin-top: -5%;
}

.szcy_womsve {
    box-shadow: 0px 18px 50px rgb(0 0 0 / 7%);
}

.anim_delay > * {
    transition-duration: 0.8s;
    opacity: 0;
    transform: translate(0px, 30px);
}

.anim_delay.active_y > * {
    opacity: 1;
    transform: translate(0px, 0px);
}

.img_wrp_aim {
    overflow: hidden;
}

.img_wrp_aim > * {
    display: block;
}

.anim_delay.anim_delay2 > .qst-1n-logo-listi {
    transform: perspective(1000px) translate3d(0px, 0px, -300px);
}

.anim_delay.anim_delay2.active_y > .qst-1n-logo-listi {
    transform: perspective(1000px) translate3d(0px, 0px, 00px);
}

.mjzst-6-listi a.full-aa {
    z-index: 12;
}

.anli_wlos {
    height: 1200px;
    max-height: calc(100vh);
    position: relative;
    width: 100%;
    transition: 2s;
    opacity: 1;
}

.anli_wlos video {
    background: rgb(0 0 0 / 80%);
}

.the-anli-popup {
    z-index: 500;
}

.anli_wlos > * {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.anli_load .anli_wlos {
    opacity: 1;
}

.mjzst-6-limg.full-img-wrap {
    overflow: hidden;
}

.mjzst-6-limg.full-img-wrap img {
    transition: 1s;
    transform: perspective(1000px) translate3d(0px, 0px, 0px);
}

.mjzst-6-listi:hover .mjzst-6-limg.full-img-wrap img {
    transform: perspective(1000px) translate3d(0px, 0px, 80px);
}

.the-slide-panel {
    position: fixed;
    right: 6px;
    bottom: 0;
    top: var(--nav-height, 0px);
    display: flex;
    align-items: center;
    z-index: 80;
}

.the-slide-panel-c {
    position: relative;
}

.the-slide-panel-c::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(79, 104, 238);
    background: linear-gradient(75deg, rgb(97 134 234) 10%, rgb(94 111 205) 50%, rgb(59 93 229) 90%);
    z-index: 1;
    transition: 0.6s;
    border-radius: 16px;
}

.the-slide-panel-c > div {
    position: relative;
    z-index: 10;
    color: #fff;
}

.slide-panel_ii > div {
    position: relative;
}

.slide-panel_ii > div > img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin: auto;
}

.slide-panel_ii {
    position: relative;
}

.slide-panel_ii > div.slide-panel_i2 {
    position: absolute;
    right: calc(100% - 16px);
    background: rgb(79, 104, 238);
    background: linear-gradient(90deg, rgb(113 133 233) 10%, rgb(95 119 215) 90%);
    width: 220px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    top: 8px;
    bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-panel_ivv p {
    text-align: center;
    font-weight: 300;
    font-size: 0.825em;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 0.85em;
}

.slide-panel_ivv {
    padding: 1.25em 0.8em;
}

.slide-panel_ii {
    /* border-bottom: 1px solid rgb(255 255 255 / 12%); */
}

.slide-panel_i:last-child .slide-panel_ii {
    border-bottom: 0;
}

.slide-panel_i2 > div {
    font-size: 1.2em;
}

.slide-panel_ii > div.slide-panel_i3 {
    position: absolute;
    right: calc(100% + 6px);
    background: rgb(123 142 247);
    background: linear-gradient(75deg, rgb(116 136 237) 10%, rgb(64 91 200) 90%);
    width: 108px;
    border-radius: 12px;
    top: 0;
    bottom: auto;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.slide-panel_ii > div.slide-panel_i3 img {
    display: block;
    width: 100%;
    max-width: none;
}

.slide-panel_i3 > div {
    overflow: hidden;
    border-radius: 8px;
}

.slide-panel_i3,
.slide-panel_i2 {
    transition: 0.6s;
    transform: translate(6px, 0px);
    opacity: 0;
    pointer-events: none;
}

.slide-panel_ii:hover .slide-panel_i3,
.slide-panel_ii:hover .slide-panel_i2 {
    transition: 0.6s;
    transform: translate(0px, 0px);
    opacity: 1;
    pointer-events: auto;
}

.slide-panel_ivv {
    transition: 0.4s;
    position: relative;
}

.slide-panel_ivv::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background: #9029f0;
    background: linear-gradient(75deg, #9029f0 10%, rgb(64 91 200) 90%);
    transition: 0.6s;
    opacity: 0;
    border-radius: 14px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
}

.slide-panel_ivv:hover::before {
    opacity: 1;
}

.slide-panel_ivv img,
.slide-panel_ivv p {
    position: relative;
    z-index: 3;
}

.slide-panel_ivv:after {
    content: "";
    position: absolute;
    top: auto;
    left: 5%;
    right: 5%;
    bottom: 0;
    height: 0.06em;
    background: rgb(255 255 255 / 18%);
    transition: 0.3s;
}

.slide-panel_i:last-child .slide-panel_ivv:after {
    opacity: 0;
}

.the-slide-panel-c:hover .slide-panel_ivv:after {
    opacity: 0;
}

.the-slide-panel-c {
    transform-origin: right;
    transform: scale(0.9) translate(120%, 0%);
    transition: 0.6s;
}

.is-loaded .the-slide-panel-c {
    transform-origin: right;
    transform: scale(0.9) translate(0%, 0%);
    transition: 1.5s 0.8s;
}

[data-hrm="1"].is-loaded .the-slide-panel-c {
    transform-origin: right;
    transform: scale(0.9) translate(120%, 0%);
    transition: 1.5s;
}

.the-slide-panel-c {
    pointer-events: auto;
}

.the-slide-panel {
    pointer-events: none;
}

.slide-panel_ii > div.slide-panel_i2 {
    margin: auto;
    max-height: 100px;
}

.slide-panel_ivv {
    z-index: 2;
}

.global_footer.to-out.split_elm {
    margin-top: -2px;
}

.about_b .full-img-wrap video {
    object-fit: cover;
}

.about_banner_w_cc .banner_ny_title-1 {
    height: 1600px;
    max-height: calc(100vh - var(--nav-height));
    display: flex;
    align-items: center;
}

.about_banner_w_cc .banner_ny_title-1 h2 {
    line-height: 1.2;
    font-size: 5em;
    margin-bottom: 0.85em;
}

.about_banner_w_cc .banner_ny_title-1 h4 {
    font-weight: 500;
    font-size: 1.15em;
}

.about_banner_w_cc .banner_ny_title-1 > div {
    max-width: 520px;
    margin-bottom: 5%;
}

.about_banner_w_cc .banner_ny_title-1 p {
    max-width: none;
    font-size: 0.925em;
    margin-top: 1.25em;
}

.about_banner_w_cc {
    color: #fff;
}

.about_banner_w_cc .banner_ny_title-1 h2 {
    font-weight: 400;
}

.conup-warp {
    display: flex;
    justify-content: space-between;
}

.conup-iii .numm {
    font-size: 6em;
}

.numm {
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.numm span {
    font-size: 0.5em;
    display: block;
    margin-left: 0.3em;
}

.numtext {
    font-weight: 300;
}

.about_banner_w_cp1 {
    padding-bottom: 8vw;
}

.abosl-w1 {
    display: flex;
    flex-wrap: wrap;
}

.abosl-w1 > div {
    flex-basis: 49%;
    margin-right: 1%;
}

.abosl-iii {
    background: rgb(255 255 255 / 15%);
    padding: 5%;
}

.about_banner_w_cp2 {
    padding-bottom: 8vw;
}

.abosl-htext {
    font-size: 2.5em;
    line-height: 1.3;
}

.abosl-hc {
    font-size: 1.15em;
    margin-bottom: 1em;
}

.abosl-w1 {
    width: 87vw;
    align-items: flex-start;
}

.abosl-w1 > div:nth-child(odd) {
    margin-top: 7%;
}

.abosl-iii {
    position: relative;
}

.abosl-iii::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #5387ef;
    background: linear-gradient(90deg, rgba(83, 135, 239, 1) 0%, rgb(101, 51, 237) 100%);
}

.abosl-iii:nth-child(even)::before {
    background: rgb(81, 28, 221);
    background: linear-gradient(90deg, rgba(101, 51, 237, 1) 0%, rgba(248, 127, 227, 1) 98%);
}

.banner_background.about_b.skytk-c {
    bottom: auto;
    height: 100%;
    max-height: calc(100vh - 0px);
}

.about_banner_w {
    --img-w: 240px;
}

.ab_bnn_mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.ab_bnn_mask_c {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(0px - var(--nav-height));
    bottom: auto;
    margin: auto;
    height: 100%;
}

.ab_bnn_mask_c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab_bnn_mask_c > div.mask-csos {
    display: block;
    width: var(--img-w);
    position: relative;
}

.mask-csosbg {
    position: absolute;
}

.ab_bnn_mask_c img {
    display: block;
}

.ab_bnn_testxa {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 7;
}

.about_banner_w_cc {
    /* opacity: 0; */
}

.ab_bnn_testxa {
    height: 1200px;
    max-height: calc(100vh - var(--nav-height));
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.ab_bnn_testxa > div {
    height: 500px;
    max-height: calc(50vh - var(--img-w) / 2);
}

.ab_bnn_testxa > div {
    text-align: center;
    max-width: 515px;
}

.ab_bnn_testxa h4 {
    color: #0a7bff;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1;
}

.ab_bnn_testxa h1 {
    font-size: 2.25em;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

.ab_bnn_testxa p {
    font-size: 0.875em;
    /* opacity: 0.5; */
    color: #b4b4b4;
    font-weight: 300;
}

.scroll_dd {
    display: block;
    margin: auto;
    border: 1px solid #bdbdbd;
    height: 16px;
    width: 12px;
    border-radius: 100px;
    /* opacity: 0.3; */
    margin-top: 2.5em;
    position: relative;
}

.scroll_dd > div {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 1px;
    height: 3px;
    background: #bdbdbd;
    margin-top: 3px;
}

.ab_bnn_mask_c {
    transform-origin: 52% 39%;
}

.mask-csosbg1.mask-csosbg {
    left: 99%;
    width: 100vw;
    top: 50%;
    bottom: 0;
    background: #fff;
    height: 100vw;
    transform: translate(0%, -50%);
}

.mask-csosbg2.mask-csosbg {
    right: 99%;
    width: 100vw;
    top: 50%;
    bottom: 0;
    background: #fff;
    height: 100vw;
    transform: translate(0%, -50%);
}

.mask-csosbg3.mask-csosbg {
    left: 50%;
    width: 100vw;
    top: 99%;
    background: #fff;
    height: 100vw;
    transform: translate(-50%, 0);
}

.mask-csosbg4.mask-csosbg {
    left: 50%;
    width: 100vw;
    bottom: 99%;
    background: #fff;
    height: 100vw;
    transform: translate(-50%, 0);
}

.ab_bnn_mask_c > div.mask-csos {
    margin-bottom: calc(45vh - var(--img-w));
}

.mask-csos svg {
    width: 100%;
    height: 100%;
    display: block;
}

.abab_wom_tt {
    text-align: center;
    font-size: 2.5em;
}

.abab2_wom_t1 .n_j_3p-ctsxt {
    width: auto;
    margin-left: 0;
}

.abab2_wom_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

.counslww {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    justify-content: flex-end;
}

.abab2_wom_t1 .mjzst-1n-text.n_j_3p-ctsxt .summary3 {
    line-height: 1;
    margin-top: 0.5em;
}

.counslww > div {
    margin-left: 10%;
}

.abab2_wom_t2 {
    flex-basis: 70%;
}

.counslwwii {
    display: flex;
    align-items: baseline;
    line-height: 1;
    margin-bottom: 0.5em;
}

.ccuom-num {
    font-size: 2.5em;
    color: #313df5;
}

.ccuom-text {
    margin-right: 0.5em;
}

.abab2_wom_map.ct-container {
    margin-top: 4vw;
}

.abab2_wom {
    background: #f1f6fa;
}

.wom_mapp img {
    display: block;
}

.abab2_wom_map_c {
    position: relative;
}

.wom_mapp_points {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mapp_pointii {
    position: absolute;
}

.mapp_poiio {
    width: var(--size);
    height: var(--size);
    border-radius: 1000px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mapp_poiio > div {
    width: var(--size);
    height: var(--size);
    /* background: var(--color); */
    border-radius: 1000px;
    position: relative;
}

.mapp_poiio > div:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--color);
    border-radius: 1000px;
    margin: auto;
    width: 8px;
    height: 8px;
    transition: 0.4s;
}

.mapp_poiio > div:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--color);
    border-radius: 1000px;
    margin: auto;
    opacity: 0.2;
}

@keyframes map_point {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    70% {
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.mapp_poiio > div:after {
    animation: map_point 2.8s ease infinite;
}

.mapp_poiio:hover > div:before {
    transform: scale(1.2);
}

.mapp_pointii {
    --color: #2431ff;
    --size: 46px;
    margin-left: calc(var(--size) / -2);
    margin-top: calc(var(--size) / -2);
}

.mapp_poiio::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--color);
    border-radius: 1000px;
    opacity: 0.15;
}

.wom_mapp img {
    /* filter: saturate(0.5) grayscale(0.8) brightness(1.8); */
}

.mapp_poii_text {
    position: absolute;
    left: 100%;
    top: -12px;
    background: #fff;
    border-radius: 16px;
    width: 230px;
    margin-left: 1em;
    box-shadow: 0px 8px 30px rgb(23 28 110 / 18%);
}

.mapp_poii_text > div {
    padding: 1em;
}

.mapp_poii_text h4 {
    margin: 0;
    font-weight: 500;
}

.mapp_poii_text h5 {
    margin: 0;
    font-weight: 400;
    font-size: 1.25em;
    color: #313df5;
    line-height: 1;
}

.mapp_poii_text p {
    font-size: 0.75em;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 0;
}

.mapp_pointii.active {
}

.mapp_pointii.active .mapp_poiio::before {
    background: #fff;
    opacity: 0.5;
}

.mapp_poiio div {
    position: relative;
    z-index: 2;
}

.mapp_poiio::before {
    transition: 0.6s;
}

.mapp_poiio::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff url(/portal-saas/ngc202211030002/cms/image/dd54ffa5-8faf-4f60-b4f5-392cf9a1a341.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    width: 75%;
    height: 75%;
    border-radius: 1000px;
    z-index: 10;
    transition: 0.3s;
    opacity: 0;
}

.mapp_pointii.active .mapp_poiio::after {
    opacity: 1;
}

.mapp_poii_text {
    transition: 0.6s;
    pointer-events: none;
    transform: translate(0px, 20px);
    opacity: 0;
}

.mapp_pointii.active .mapp_poii_text {
    transition: 0.6s;
    pointer-events: auto;
    transform: translate(0px, 0px);
    opacity: 1;
}

.mapp_pointii.active {
    z-index: 10;
}

.wom_mapp_points > div.mapp_pointii {
    pointer-events: none;
}

.wom_mapp_points > div.mapp_pointii .mapp_poiio > div:before {
    pointer-events: auto;
    cursor: pointer;
}

.history_wom {
    color: #fff;
}

.history_wom_swiper.swiper .swiper-slide {
    width: auto;
}

.top_olologo::before {
    content: "";
    display: block;
    width: 18px;
    height: 16px;
    background: url(/portal-saas/ngc202211030002/cms/image/214cf4a9-2172-4389-9864-ac068ff30f82.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0.5em 0;
    margin-right: 0.65em;
    position: relative;
    transition: 0.7s;
}

.history_wom_date {
    font-size: 1.5em;
    font-weight: 500;
}

.history_wom_h1 {
    color: #fb4ec0;
    font-weight: 500;
    font-size: 1.15em;
}

.history_wom_p {
    margin-top: 2em;
}

.history_wom_p p {
    margin-bottom: 1em;
}

.history_wom_ii > div {
    padding: 4em 2em;
    position: relative;
}

.history_wom_p {
    font-weight: 300;
}

.history_wom_ii > div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255 255 255 / 37%) 39%, rgb(255 255 255 / 3%) 100%);
}

.history_wom_ii > div::after {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 1px;
    height: 2em;
    background: #fff;
}

.history_wom_c {
    margin-top: 3em;
}

.history_wom_ii > div {
    min-height: 26.5vw;
    padding-top: 5vw;
}

.history_wom_ii::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 2em;
    right: 2em;
    height: 2em;
    background: url(/portal-saas/ngc202211030002/cms/image/4893717d-1060-4ac0-b553-0c1c236019c2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.n_j_3p-ctsxt.jsys-text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

.jsys-2n-c1b {
    width: 30%;
}

.jsys-2n-c1a {
    width: 70%;
}

.n_j_3p-ctsxt.jsys-text h3 span {
    display: block;
    font-size: 1.5rem;
}

.n_j_3p-ctsxt.jsys-text {
}

.mjzst-1n-text.n_j_3p-ctsxt.jsys-text .summary3 {
    margin-bottom: 2em;
}

.mjzst-1n-text.n_j_3p-ctsxt.jsys-text .summary4 {
    max-width: 360px;
}

.n_j_3p-ctsxt.jsys-text2 {
    width: auto;
    margin-left: 0;
}

.n_j_3p-ctsxt.jsys-text2 h3 {
    font-size: 2em;
}

.n_j_3p-ctsxt.jsys-text2 .summary4 {
    color: #a5a5a5;
}

.jsys-2n-c2 {
    border-top: 1px solid #e9e9e9;
    padding-top: 4vw;
    margin-top: 4vw;
}

.jsys-2n-coms {
    padding-top: 3em;
}

.jsys-2n-coms .numm span {
    font-size: 0.33em;
    margin-left: 0.5em;
}

.jsys-2n-coms .numm {
    color: #3236ff;
}

.jsys-sl-cc {
    height: 1500px;
    max-height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

.jsys-sl-cc > div {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jsys-sl-cc1 {
    width: 48%;
}

.jsys-sl-cc2.hs_bg {
    width: 52%;
}

.jsys-sl-tsl {
    position: relative;
    z-index: 10;
    color: #fff;
}

.jsys-sl-tsli .n_j_3p-ctsxt.jsys-text2 {
    max-width: 400px;
    margin-bottom: 3em;
}

.jsys-sl-tsli .n_j_3p-ctsxt.jsys-text2 .summary5 {
    color: rgb(255 255 255 / 56%);
    font-weight: 300;
    margin-top: 0.8em;
}

.jsys-sl-tabb {
    max-width: 400px;
    border-left: 1px solid rgb(238 238 238 / 29%);
}

.jsys-sl-tabbi h3 {
    font-size: 1.2em;
    font-weight: 500;
    position: relative;
}

.jsys-sl-tabbi p {
    font-weight: 300;
    font-size: 0.925em;
    display: none;
    padding-bottom: 1em;
}

.jsys-sl-tabbi {
    margin: 0em 0;
}

.jsys-sl-tabbi h3::after {
    content: "+";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 300;
    bottom: 0;
}

.jsys-sl-tabbi > div {
    padding-left: 2em;
    position: relative;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    cursor: pointer;
    transition: 0.4s;
}

.jsys-sl-tabbi > div::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #fff;
    transition: 0.6s;
    opacity: 0;
}

.jsys-sl-tabbi.active > div::before {
    opacity: 1;
}

.jsys-sl-tabbi h3::after {
    transition: 0.3s;
}

.jsys-sl-tabbi.active h3::after {
    opacity: 0;
}

.jsys-sl-zzlist {
    display: flex;
}

.zzlistimg img {
    max-height: 42px;
}

.jsys-sl-zzlisti h3 {
    margin-top: 0.5em;
    font-weight: 500;
}

.jsys-sl-zzlist > div {
    margin-right: 10%;
}

.jsys-sl-tsl > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jsys-sl-tsl {
    width: 100%;
    height: 100%;
}

.jsys-sl2_bgi:not(:first-child) {
    transform: translateY(100%);
}

.jsys-sl2_bgi.full-img-wrap {
    overflow: hidden;
}

.jsys-sl-tsli > div > div {
    opacity: 0;
}

.jsys-sl-pagin {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 40;
    width: 48%;
}

.jsys-sl-pagin-c {
    max-width: 400px;
    width: 88%;
    margin: auto;
    margin-bottom: 3em;
    display: flex;
    color: #fff;
}

.jsys-sl-pagin-o {
    display: inline-flex;
    background: rgb(255 255 255 / 17%);
    border-radius: 100px;
    padding: 0.25em 0.5em;
}

.l-pagin-i {
    background: rgb(255 255 255 / 0%);
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0 0.1em;
    transition: 0.6s;
}

.l-pagin-i.active {
    background: #fff;
    color: #313aed;
}

.jsys-4n.abab_wom.hs_bg.normal-padding {
    padding-bottom: 0;
}

.banner_ny_title[data-color="black"] {
    color: #000;
}

.ny_1_banner.ny_bls_a {
    height: 570px;
    max-height: 62vh;
}

.ny_1_banner.ny_bls_a .bn_more {
    margin-top: 0;
}

.ny_1_banner.ny_bls_a .know_more_b1.km2o {
    margin-top: 3em;
}

.Cms_loop.the-soslgs-wrapperrr {
    background: #fafcff;
}

.soslgs-ww img {
    max-width: 140px;
}

.the-soslgs-ii {
    display: flex;
}

.the-soslgs-ill1 {
    width: 50%;
}

.the-soslgs-ill2 {
    width: 50%;
    background: #fff;
    display: flex;
}

.the-soslgs-tt.abab_wom_tt {
    text-align: left;
    margin-bottom: 1em;
}

.the-soslgs-contetn {
    padding: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aols-soslgs-2-a h3 {
    font-size: 2em;
    line-height: 1.4;
    font-weight: 400;
}

.soslgs-ww {
    margin-bottom: 2em;
}

.aols-soslgs-2-a p {
    opacity: 0.75;
}

.bottoms3e {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottoms3e .timespan {
    font-size: 1em;
}

.aols-zhishi-2-a.dlsosltt p {
    display: none;
}

.anli_list.zhishi_list.dlsoslist > div {
    width: 25%;
}

.anli_list.zhishi_list.dlsoslist > div {
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 4%;
}

.anli_list.zhishi_list.dlsoslist {
    margin: 0 -2.5%;
}

.the-zhishi_i.dlsosl-ii {
    position: relative;
}

.the-zhishi-text.dlsosl-c {
    position: relative;
    padding-bottom: 131%;
}

.aols-zhishi-2.dlsosl-ccc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0%);
    background-image: url(/portal-saas/ngc202211030002/cms/image/921a348a-b7b1-4cc6-b854-7f004cfa9ee6.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.aols-zhishi-2-a.dlsosltt .soslgs-ww {
    width: 55%;
    min-height: 40px;
    transition: 0.5s;
}

.aols-zhishi-2-a.dlsosltt .soslgs-ww img {
    width: 100%;
}

.aols-zhishi-2-a.dlsosltt h3 {
    opacity: 1;
}

.aols-zhishi-2.dlsosl-ccc:before {
    background: rgb(255 255 255 / 0%);
    background-image: url(/portal-saas/ngc202211030002/cms/image/05825197-e536-4725-a2a7-59f38def9321.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.the-zhishi_i:hover .aols-zhishi-2 .soslgs-ww {
    filter: contrast(0) grayscale(1) brightness(5);
}

.aols-zhishi-2-a.dlsosltt {
}

.downlosad a {
    display: block;
    background: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.downlosad a:hover {
    background: #0a7bff;
}

.downlosad a:hover svg path {
    fill: #fff;
}

.downlosad a svg path {
    transition: 0.5s;
}

.aols-zhishi-2.dlsosl-ccc .downlosad a:hover {
    background: #fff;
}

.aols-zhishi-2.dlsosl-ccc .downlosad a:hover svg path {
    fill: #0a22ff;
}

/* .aols-zhishi-2.dlsosl-ccc .downlosad a {
  display: block;
  background: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.the-soslgs-ill1 {
    display: flex;
}

.the-soslgs-imgg {
    display: flex;
}

.the-soslgs-imgg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.Cms_loop.the-soslgs-wrapperrr.normal-padding {
    padding-top: 4vw;
}

.mapp_poiio {
    cursor: pointer;
}

.mapp_pointii.active .mapp_poiio {
    /* cursor: auto; */
}

.history_wom_ii {
    display: flex;
}

.history_wom_swiper.swiper .swiper-wrapper {
    align-items: stretch;
}

.history_wom_ii > div {
    min-height: 0vw;
    padding-top: 4vw;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
}

.history_wom_swiper.swiper .swiper-slide {
    display: flex;
    height: auto;
}

.wom_mapp_points {
    pointer-events: none;
}

.wom_mapp_points > div {
    pointer-events: auto;
}

.wom_mapp_points.anim_delay > * {
    transform: translate(0px, 10px) scale(1);
}

.wom_mapp_points.anim_delay.active_y > * {
    transform: translate(0px, 0px) scale(1);
}

.nns5n.full-img-wrap {
    opacity: 0;
}

.mjzst-5c-skt {
    background: rgb(56 44 241 / 0%);
    color: #000;
    transition: color 0.5s, opacity 0.3s;
}

.mjzst-5-ltext span {
    color: #000;
}

.mjzst-5-ltext span {
    transition: 0.5s;
}

.is-loaded .the-main-wrapper {
    transition: background 1s, transform 1s cubic-bezier(0.7, 0.02, 0.25, 1);
}

.change_bg .mjzst-5c-skt {
    color: #fff;
}

.change_bg .mjzst-5c-skt .mjzst-5-ltext span {
    color: #fff;
}

.mjzst-5-limg img {
    transition: 0.5s;
    filter: brightness(0);
}

.change_bg .mjzst-5-limg img {
    transition: 0.5s;
    filter: brightness(1);
}

.szcy_dsp_cimg {
    position: relative;
}

.szcy_dsp_cimg > div:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.szcy_dsp_cimg.anim_delay > * {
    transform: translate(-40px, 0px);
    transition-duration: 1.5s;
}

.szcy_dsp_cimg.anim_delay2 > * {
    transform: translate(-40px, 0px);
    transition-duration: 1.5s;
}

.szcy_dsp_cimg.anim_delay3 > * {
    transform: translate(40px, 0px);
    transition-duration: 1.5s;
}

.szcy_dsp_cimg.anim_delay.active_y > * {
    transform: translate(0px, 0px);
}

.szcy_dsp_cimg.anim_delay2.active_y > * {
    transform: translate(0px, 0px);
}

.szcy_dsp_cimg.anim_delay3.active_y > * {
    transform: translate(0px, 0px);
}

.iii-text p {
    color: #9f9f9f;
}

.swithh-co-icon-c > div img {
    width: 100%;
}

.e-thsy-ii.active {
    z-index: 10;
}

.spec-1n-ppspw {
    position: relative;
}

.spec-1n-ppspw > div:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.spec-1n-icon-2 {
    margin-top: 0;
}

.spec-1n-ppspw.spw12 {
    margin-top: 2em;
}

.spec-1n-b p {
    margin: 0;
}

.spec-1n-ppspw > div {
    transition: 0.5s;
    opacity: 0;
}

.spec-1n-ppspw > div.active {
    opacity: 1;
}

.spec-1n-icon-1 > div {
    transition: 0.3s;
    opacity: 0.65;
}

.spec-1n-icon-1 > div.active {
    opacity: 1;
}

.jhiso_ww {
    position: relative;
    z-index: 10;
    width: 100%;
}

.ny_1_banner.jhoso {
    max-height: none;
    height: auto;
    display: block;
}

.the-text-c {
}

.banner_ny_title.jhoso .the-text-c {
    max-width: 520px;
    color: #000;
}

.jhiso_ccc {
    position: relative;
}

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

.jhisoc_i {
    position: absolute;
    bottom: var(--bottom);
    left: var(--left);
    width: 10%;
}

.jhisoc_i img,
.jhisoc_i a {
    display: block;
}

.jhisoc_front {
    --bottom: 10%;
    --left: 15.5%;
    --brr: 1.4;
    --lrr: 1.8;
}

.jhisoc_i:nth-child(2) {
    bottom: calc(var(--bottom) * 1.4);
    left: calc(var(--left) * 1.8);
}

.jhisoc_i:nth-child(3) {
    bottom: calc(var(--bottom) * 2);
    left: calc(var(--left) * 2.6);
}

.jhisoc_i:nth-child(4) {
    bottom: calc(var(--bottom) * 2.8);
    left: calc(var(--left) * 3.37);
}

.jhisoc_i:nth-child(5) {
    bottom: calc(var(--bottom) * 3.84);
    left: calc(var(--left) * 4.14);
}

.jhisoc_i:nth-child(6) {
    bottom: calc(var(--bottom) * 5.16);
    left: calc(var(--left) * 4.84);
}

.jhisoc_i:nth-child(7) {
    bottom: calc(var(--bottom) * 6.7);
    left: calc(var(--left) * 5.5);
}

.jhiso_cc.ct-container {
    margin-bottom: 6vw;
}

.jhisoc_i > div {
    border-radius: 1000px;
    box-shadow: 0px 10px 50px rgb(6 14 255 / 15%);
    overflow: hidden;
}

.jhisoc_i > div {
    transition: 0.8s;
}

.jhisoc_i > div:hover {
    transform: scale(1.05) translate(0px, -6px);
    box-shadow: 0px 10px 50px rgb(6 14 255 / 40%);
}

.banner_ny_title.jhoso.ct-container {
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    padding-bottom: 4vw;
}

.the-mobv-nav {
    display: none;
}

.tn_right_lang.open-mo-nav {
    display: none;
}

/* 11-05 */

.anli_list > div {
    display: flex;
}

.the-anli_i {
    display: flex;
    flex-direction: column;
}

.the-alis-img {
    width: 100%;
}

.the-aols-text {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    justify-content: space-between;
}

.aols-text-2 {
    flex-grow: 1;
}

.the-zhishi_i {
    width: 100%;
}

.the-anli_i {
    width: 100%;
}

.anli_list > div > div {
    width: 100%;
}

.scroll-w.real-content {
    overflow: hidden;
}

.the-popadvev-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    transition: 0.65s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.the-popadvev-panel-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 90%);
}

.the-popadvev-panel-cc {
    padding: 2em;
    position: relative;
    z-index: 10;
}

.the-popadvev-ii {
    position: relative;
}

.the-popadvev-panel {
    pointer-events: none;
    opacity: 0;
}

.open-advs .the-popadvev-panel {
    pointer-events: auto;
    opacity: 1;
}

/* 11-06 */
.mjzst-6-listi {
    flex-direction: column;
}

.hs_bg.mjzst-6-listi-1 {
    flex-grow: 1;
}

.mjzst-6-listi-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.75em;
    padding: 0 1em;
}

.mjzst-6logo img {
    max-width: 130px;
    max-height: 36px;
    object-fit: contain;
}

.mjzst-6text1 {
    font-size: 0.875em;
    opacity: 0.65;
    margin-top: 0.5em;
    line-height: 1;
}

.mjzst-6text1 span {
    margin-left: 0.5em;
}

.t-6-listi-2bci {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.t-6-listi-2bci p {
    margin: 0.65em;
    background: #eee;
    padding: 0.5em 1.75em;
    border-radius: 100px;
    margin-left: 0.65em;
    margin-right: 0;
    font-size: 14px;
}

.t-6-listi-2bci p:nth-child(1) {
    margin-left: 0;
}

.t-6-listi-2bci p {
    margin-bottom: 0;
}

.mjzst-6n {
    display: none;
}

.mjzst-6n.newanlso {
    display: block;
}

.the-popadvev-panel-close div {
    margin: auto;
    max-width: 48px;
    margin-bottom: 2em;
    cursor: pointer;
}

.the-popadvev-ii img {
    max-width: 100%;
    max-width: var(--width, 100%);
    width: 100%;
}

.szcy_dsp2_c.ct-container {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.szcy_dsp2_c-1 {
    width: 66%;
    padding-right: 6%;
}

.szcy_dsp2_c-2 {
    width: 34%;
}

.szcy_dsp2_c-2 > div {
    max-width: 420px;
}

.szcy_dsp2_c-t1 .silx {
    margin-bottom: 2em;
}

.szcy_dsp2_c-t1 .silx h3 {
    font-size: 3.25em;
    color: #e34725;
}

.the-flip-i-aa-bg-psg {
    display: none;
}

.spec-1n-a {
    position: relative;
    z-index: 30;
    pointer-events: none;
}

.spec-1n-icon-1 > div {
    pointer-events: auto;
}

.mjzst-6-listi-2 {
    flex-wrap: wrap;
}

.multSelect .multSelect-option {
    max-height: 350px !important;
    overflow-y: scroll;
}

.swpier_per.swiper {
    overflow: visible;
}

.ctxt-list-i > div {
    display: flex;
    flex-direction: column;
}

.ctxt-list-i > div p {
    flex-grow: 1;
}

.adol-lkist {
    width: 100%;
}

.adol-lkisti {
    width: 50%;
}

.hzzn-tssg {
    flex-wrap: wrap;
}

.hzzn-tssg > div {
    margin-bottom: 2em;
}

.qypx-1n {
    color: #fff;
}

.qypx-1n .mjzst-6n-c1 .n_j_3p-ctsxt {
    color: #000;
    transition: 0.4s;
}

.qypx-1n.on_hover .mjzst-6n-c1 .n_j_3p-ctsxt {
    color: #fff;
}

.qypx-1n.on_hover .mjzst-6n-c1 .n_j_3p-ctsxt .summary3 {
    color: #fff;
}

.qypx-1n .summary3 {
    margin-top: 0;
    font-size: 1.2em;
}

.qypx-1n .n_j_3p-ctsxt h3 {
    margin-bottom: 0.05em;
}

.qypx-1n-ii {
    width: 35vw;
    margin-right: 3vw;
    min-width: 600px;
}

.qypx-1n-ii > div {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.qypx-1n-ii-tt.n_j_3p-ctsxt {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    max-width: none;
    padding: 8%;
    transition: 0.6s;
    transform: translate(0px, 4rem);
    padding-bottom: 6%;
}

.qypx-1n-ii-tt.n_j_3p-ctsxt .summary4 {
    margin-top: 1.25em;
    max-width: 400px;
    min-height: 4rem;
    transition: 0.6s;
    opacity: 0;
}

.qypx-1n-ii:hover .qypx-1n-ii-tt.n_j_3p-ctsxt {
    transform: translate(0px, 0px);
}

.qypx-1n-ii:hover .qypx-1n-ii-tt.n_j_3p-ctsxt .summary4 {
    opacity: 1;
}

.qypx-1n-ii .full-img-wrap > img {
    opacity: 0.6;
}

.qypx-1n-ii .full-img-wrap {
    background: #000;
    transition: 0.8s;
}

.qypx-1n-ii > div::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    border: 1px solid rgb(255 255 255 / 30%);
    transition: 0.4s;
}

.qypx-1n-ii:hover .full-img-wrap {
    opacity: 0;
}

.qypx-1n-ii {
    backdrop-filter: blur(6px);
}

.full-img-wrap.qypxx1n-fbg-i {
    transition: 0.5s;
    opacity: 0;
    background: #000;
}

.full-img-wrap.qypxx1n-fbg-i img {
    transition: 0.5s;
    opacity: 0.5;
}

.full-img-wrap.qypxx1n-fbg-i.active {
    opacity: 1;
}

.qypxso.n_j_3p-ctsxt {
    max-width: none;
    width: auto;
}

.qypx-2n {
    background: rgb(190 206 224 / 10%);
    color: #313df5;
}

.qypx-2n .numtext {
    color: #666;
}

h4.qyptt {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.qypx-2n-coms.ct-container {
    padding-bottom: 2%;
}

.qypx-2n-t.normal-padding.ct-container {
    padding-bottom: 3%;
}

.qypx-3n-coms.ct-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.qypx-3n-com1 {
    width: 350px;
}

.qypx-3n-com1 h4 {
    color: #313df5;
}

.qypx-3n-com2 {
    width: calc(100% - 350px);
    padding-left: 8%;
}

.qypx-3n-zylist {
    display: flex;
    flex-wrap: wrap;
}

.qypx-3n-zylist > div {
    width: 33.333%;
    padding: 1em;
}

.qypx-3n-zylist-i img {
    display: block;
    width: 100%;
}

.qypx-3n-zylist-i > div {
    background: #fff;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 7%);
    border-radius: 12px;
    overflow: hidden;
}

.qypx-3n-zylistt h4.qyptt {
    margin-bottom: 0.3em;
    font-size: 1.25em;
    line-height: 1.25;
    font-weight: 500;
}

.qypx-3n-zylistt {
    padding: 12% 8%;
}

.qypx-3n-zylist > div:nth-child(even) {
    margin-top: 6%;
}

.qypx-4n-img {
    position: relative;
}

.qypx-4n-img img {
    width: 100%;
}

.qypx-4n-coms.ct-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.qypx-4n.normal-padding {
    background: rgb(190 206 224 / 10%);
    overflow: hidden;
}

.qypx-4n-com1 {
    width: 45%;
}

.qypx-4n-img > div:not(:first-child) {
    position: absolute;
}

[data-immg="sdimg-a"] {
    right: -41%;
    top: -53%;
}

.qypx-4n-img > div:first-child {
    position: relative;
    z-index: 10;
}

.qypx-4n-com2 h4.qyptt {
    color: #313df5;
}

.qypx-4n-com2-listi.qypx-3n-zylistt {
    padding: 1em 0;
}

.qypx-4n-com2-listi.qypx-3n-zylistt {
}

.qypx-4n-com2-i2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3em;
}

.qypx-4n-com2 {
    padding: 10% 0px;
}

.qypx-more.normal-padding {
    padding-top: 3em;
    border-top: 1px solid #eee;
}

.qypx-more-cc .know_more_b1.km2o {
    margin-top: 0;
}

.qypx-more-cc .bn_more {
    margin: 0;
}

.qypx-more-cc {
    display: flex;
    align-items: center;
}

.qypx-more-cc h5 {
    font-size: 2em;
    font-weight: normal;
    margin-right: 1em;
    margin-bottom: 0;
}

/* .qypx-1n-ii.smqb-1nlisi .qypx-1n-ii-tt.n_j_3p-ctsxt {
  transform: translate(0px, 0px);
}

.qypx-1n-ii.smqb-1nlisi:hover .qypx-1n-ii-tt.n_j_3p-ctsxt {
  transform: translate(0px, -10px);
} */

.mwncolor {
    color: #313df5;
    transition: 0.4s;
}

.qypx-1n.on_hover .mwncolor,
.qypx-1n.on_hover .smqb-tts1 p {
    color: #fff;
}

h3.qyptt {
    font-size: 1.85em;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
}

.smqb-tts1 p {
    color: #717171;
    transition: 0.4s;
}

.mjzst-6n-c1 .smqb-tts1 {
    margin-top: 2.5em;
}

.smcb-2n.normal-padding {
    background: rgb(222, 236, 254);
    background: linear-gradient(0deg, rgba(222, 236, 254, 0) 20%, rgba(222, 236, 254, 1) 100%);
}

.smcb-2n-cc {
    margin-top: 4em;
}

.hzst-hzzn_loop2_1 .hzzn-tsl {
    margin-left: 0;
    margin-right: 3em;
}

.hzst-hzzn_loop2_1 {
    margin-bottom: 4vw;
    border-bottom: 1px solid rgb(0 0 0 / 9%);
}

.smcb-listwtabi {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.smcb-listwtabi1 {
    width: 35%;
    padding-right: 5%;
}

.smcb-listwtabi2 {
    width: 65%;
}

.smcb-3n {
    background: rgb(190 206 224 / 10%);
}

.smcb-3n-coms.ct-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.smcb-3n-cc2 {
    width: calc(100% - 395px);
    padding-left: 5%;
    text-align: right;
}

.smcb-3n.normal-padding {
    padding: 3vw 0;
}

.smcb-4n-com2 .qypx-3n-zylist > div {
    width: 25%;
}

.smcb-4n-com2 {
    margin: 0 -1em;
}

.smcb-4n-com2 .qypx-3n-zylist > div:nth-child(4n) {
    margin-top: -3%;
}

.smcb-5n.normal-padding {
    background: rgb(190 206 224 / 10%);
}

.smcb-5n-coms.ct-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.smcb-5n-coms.ct-container {
}

.smcb-5n-c1 {
    width: 55%;
    padding-right: 1%;
}

.smcb-5n-c2 {
    width: 45%;
}

.smcb-5text2i {
    display: flex;
    align-items: center;
}

.smcb-5ilogo img {
    object-fit: contain;
    max-height: 50px;
    max-width: 130px;
}

.smcb-5idstt {
    font-size: 1.2em;
}

.smcb-5text2 {
    margin-top: 4em;
}

.smcb-5text2i > div {
    margin-right: 2em;
    width: calc(25% - 2em);
}

.smcb-5ilogo img {
    width: 100%;
}

.smcb-5text2 > div {
    margin-bottom: 1.5em;
}

.smcb-5text1istt h4.qyptt {
    margin-bottom: 0.2em;
}

.mjzst-5n-text.n_j_3p-ctsxt.szjs-1n {
    text-align: center;
    width: auto;
    margin: auto;
    max-width: none;
}

.szjs-1-img-cc {
    position: relative;
}

.szjs-1-img-cc img {
    display: block;
}

.szjs-1-img-ii {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.szjs-1-img-ii > div {
    position: absolute;
    width: 14%;
    background: #fff;
    padding: 1.05% 2%;
    border-radius: 200px;
}

.soimggs {
    position: relative;
    padding-bottom: 24%;
}

.soimggs div img {
    object-fit: contain;
}

.szjs-1-img-ii > div {
    box-shadow: 0px 0px 14px rgb(0 0 0 / 3%);
    cursor: pointer;
}

.szjs-1-img-ii > div:nth-child(1) {
    left: 21%;
    top: 12%;
}

.szjs-1-img-ii > div:nth-child(3) {
    left: 21%;
    top: 39%;
}

.szjs-1-img-ii > div:nth-child(4) {
    right: 23%;
    top: 39%;
}

.szjs-1-img-ii > div:nth-child(2) {
    right: 23%;
    top: 12%;
}

.szjs-1-img-popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.szjs-1-img-popup-i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 820px;
}

.szjs-1-img-popup-i > div {
    background: #fff;
    box-shadow: 0px 10px 40px rgb(0 52 174 / 8%);
    overflow: hidden;
    border-radius: 20px;
    padding: 8% 7%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.szjs-1-img-popup-i-1 > img {
    max-width: 200px;
    width: 100%;
    display: block;
    margin-bottom: 9%;
}

.smcb-5text1 {
    color: #000;
}

.szjs-1-img-popup-i-1 {
    width: 60%;
    padding-right: 8%;
}

.szjs-1-img-popup-i-2 {
    width: 40%;
}

.szjs-1-img-popup-i-2 > div {
    width: 135%;
}

.szjs-1-img-popup-i {
    transition: 0.6s;
    transform: translate(0px, 24px);
    opacity: 0;
}

.szjs-1-img-popup-i.active {
    pointer-events: auto;
    transform: translate(0px, 0px);
    opacity: 1;
    z-index: 10;
}

.szjs-1-img-popup {
    pointer-events: none;
}

.szjs-1-img-popup-i-1 .bn_more {
    margin-bottom: 0;
    margin-top: 0em;
}

.szjs-1-img-popup-i > div {
    background: rgb(255 255 255);
    backdrop-filter: blur(12px);
    transition: background 1.6s 0.6s;
}

.szjs-1-img-popup-i.active > div {
    background: rgb(255 255 255 / 78%);
}

.szjs-2n-cc {
    position: relative;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(233, 238, 245, 1) 100%);
    height: 1200px;
    max-height: 100vh;
}

.szjs-2n-c {
    display: flex;
}

.szjs-2n-c > div {
    flex-basis: 100%;
}

.szjs-2n-cc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.szjs-2n-ctext {
    width: 88%;
    max-width: 600px;
}

.szjs-2n-ctext .mjzst-5n-text.n_j_3p-ctsxt {
    width: auto;
    max-width: 370px;
    margin-bottom: 10%;
}

.qqst-txt-list.szjs-2n-lls {
    margin-top: 10%;
    display: flex;
    flex-wrap: wrap;
}

.qqst-txt-list.szjs-2n-lls > div {
    width: 50%;
}

.qqst-txt-list.szjs-2n-lls2 {
    margin-top: 10%;
}

.qqst-txt-list.szjs-2n-lls2 .qqst-txt-listi {
    flex-wrap: wrap;
}

.qqst-txt-list.szjs-2n-lls2 .qqst-txt-listi p {
    padding-left: 23px;
}

.qqst-txt-list.szjs-2n-lls2 .qqst-txt-listi span {
    font-weight: 500;
}

.szjs-2n-c:nth-child(even) {
    flex-direction: row-reverse;
}

.szjs-1n.normal-padding {
    margin-bottom: 4vw;
}

.cosoxei .swiper-slide-thumb-active a {
    color: #fff;
    background: #007bff;
}

.yhyy-1n-tab-con {
    margin-top: 5%;
}

.yhyy-1n-tab-coni {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.yhyy-1n-tab-coni1 {
    width: 35%;
}

.yhyy-1n-tab-coni2 {
    width: 65%;
    padding-left: 2em;
}

.yhyy-1n.normal-padding {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(233, 238, 245, 1) 100%);
}

.yhyy-2n-v2img > div {
    position: relative;
    padding-bottom: 125%;
}

.yhyy-2n-v1 {
    min-width: 300px;
    width: 45vw;
    align-items: center;
    display: flex;
}

.yhyy-2n-v2img {
    width: 30vw;
    margin-right: 3em;
}

.yhyy-2n-v2 > div {
    display: flex;
    align-items: center;
    max-width: 1000px;
}

.yhyy-2n-v2 {
    padding-right: 4em;
    min-width: 60vw;
}

.yhyy-3n.normal-padding {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgb(233 238 245 / 17%) 100%);
}

.wom_mapp_points2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
}

.mapp_pointii2 {
    position: absolute;
}

.mapp_poii_text.mpowq3 {
    opacity: 1;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
}

.mapp_poii_text.mpowq3 {
    margin-left: 0;
}

.mapp_poii_text.mpowq3 p {
    margin-top: 0;
}

.mapp_poii_text.mpowq3 h3 {
    margin-bottom: 0;
    font-weight: 500;
}

.mapp_poii_text.mpowq3 > div {
    padding: 1.3em 1.3em;
}

.mapp_poiio div.mposos-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 200px;
    overflow: hidden;
    border: 2px solid #f1f1f1;
    box-shadow: 0px 2px 10px rgb(47 71 183 / 32%);
    transform: scale(1.1);
}

.mapp_poiio div.mposos-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yhyy-4n .smcb-5n-c1 {
    width: 65%;
}

.yhyy-4n .smcb-5n-c2 {
    width: 35%;
}

.yhyy-4n .smcb-5n-c2 .n_j_3p-ctsxt.jsys-text h3 {
    margin-bottom: 1em;
}

.yhyy-4n .smcb-5n-c2 .n_j_3p-ctsxt.jsys-text p {
    margin-bottom: 1.5em;
}

.szjs-1-img-popup-i-1 .smcb-5text1istt h4.qyptt {
    line-height: 1.3;
    margin-bottom: 0.5em;
}

.qypx-4n-com2 {
    width: 40%;
}

.qypx-4n.zxcl-4n .qypx-4n-com2-i2 > div {
    width: 100%;
}

.qypx-4n.zxcl-4n .qypx-4n-com2-i2 {
    max-width: 400px;
}

.qypx-4n.zxcl-4n .qypx-3n-zylistt h4.qyptt {
    font-size: 1.85em;
}

.qypx-2n.zxcl-2n .conup-iii {
    /* text-align: center; */
    width: 25%;
    max-width: 250px;
}

.qypx-2n.zxcl-2n .conup-iii .numm {
    /* justify-content: center; */
}

.mjzst-1n-text.n_j_3p-ctsxt.ctctext {
    text-align: center;
}

.zxcl-11n-coms-cc {
    margin-top: 6%;
}

.summary3a {
    font-size: 1.65em;
    font-weight: 500;
    margin-bottom: 0.65em;
}

.zxcl-11n-coms-ct1 {
    margin-bottom: 8%;
}

.zxcl-11n-coms-cc1 {
    width: 45%;
}

.n-coms-ctabw-i1 h4 {
    margin-bottom: 0;
    font-size: 1.35em;
    font-weight: 500;
    line-height: 1.25;
}

.n-coms-ctabw-i1 {
    background: #fff;
    padding: 1.15em 1.5em;
}

.n-coms-ctabw-i {
    max-width: 440px;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 1.5em;
}

.n-coms-ctabw-i2 {
    padding: 1.15em 1.5em;
    background: rgb(255 255 255 / 20%);
    padding-bottom: 1.35em;
}

.n-coms-ctabw-i2 h5 {
    font-size: 1.2em;
    font-weight: 500;
}

.n-coms-ctabw-i2 .qqst-txt-listi {
    margin-bottom: 0;
}

.n-coms-ctabw-i:not(:first-child) .n-coms-ctabw-i2 {
    display: none;
}

.n-coms-ctabw-i:not(:first-child) {
}

.n-coms-ctabw-i1::before {
    content: "+";
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 2em;
    font-weight: 200;
    transition: 0.5s;
}

.n-coms-ctabw-i {
    position: relative;
}

.n-coms-ctabw-i1 {
    position: relative;
    cursor: pointer;
}

.n-coms-ctabw-i.active .n-coms-ctabw-i1::before {
    transform: rotate(45deg);
    opacity: 0.4;
}

.zxcl-12n-coms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zxcl-12n-coms-1 {
    width: 65%;
    padding-right: 5%;
}

.zxcl-12n-coms-2 {
    width: 35%;
}

.zxcl-12n-coms-1 > div {
    position: relative;
}

.zxcl-12n-coms-1-textc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}

.zxcl-12n-coms-1-tii .n-coms-ctabw-i2 {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 6px 20px rgb(49 61 245 / 14%);
}

.zxcl-12n-coms-1-textc > div:last-child {
    align-self: flex-end;
}

.zxcl-12tav {
    margin-top: 10%;
}

.zxcl-12tav .jsys-sl-tabb {
    border-left-color: rgb(0 0 0 / 5%);
}

.zxcl-12tav .jsys-sl-tabbi > div::before {
    background: #313df5;
}

.zxcl-12tav .jsys-sl-tabbi.active h3 {
    color: #313df5;
    transform: scale(1.1);
}

.zxcl-12tav .jsys-sl-tabbi h3 {
    transition: 0.4s;
    transform-origin: left;
}

.runnn .zxcl-12n.normal-padding {
    min-height: 92vh;
    display: flex;
    align-items: center;
}

.zxcl-13n-coms {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zxcl-13n-coms-1 {
    width: 45%;
}

.zxcl-13n-coms-2 {
    width: 55%;
}

.zxcl-13n-coms-2 > div {
    margin-bottom: -6.1vw;
}

.zxcl-13n.normal-padding {
    overflow: hidden;
    padding-top: 12vw;
}

.zxcl-14n-c .n_j_3p-ctsxt h2 {
    text-align: center;
}

.zxcl-01-fn-img > div {
    position: relative;
    padding-bottom: 34%;
}

.mjzst-1n-text.n_j_3p-ctsxt.ctctext {
    max-width: none;
    width: auto;
}

.zxcl-01-fn-img .full-img-wrap > img {
    object-fit: contain;
}

.zxcl-01-fn-img {
    margin: 5% 0;
}

.zxcl-01-fn-imgc.anim_delay > * {
    transform: translate(280px, 0px);
}

.zxcl-01-fn-imgc.anim_delay.active_y > * {
    transition-duration: 2.5s;
    transform: translate(0px, 0px);
}

.zxcl-02n.normal-padding {
    background-image: url(/portal-saas/ngc202211030002/cms/image/9da2c09e-c635-4970-811f-27904c1d2624.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.zxcl-02n-coms {
    display: flex;
    flex-wrap: wrap;
}

.zxcl-02n-coms-sw1 {
    width: 50%;
    padding-right: 5%;
}

.zxcl-02n-coms-sw2 {
    width: 50%;
}

.zxcl-02n-coms-sw1 > div {
    max-width: 580px;
    margin-left: 0;
}

.mccm-sw-t1 {
    font-size: 35vw;
    line-height: 0.785;
    font-weight: 600;
    background-image: var(--bgg);
}

.mccm-sw-t1 {
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-repeat: no-repeat;
}

.mccm-sw-ii2 {
    display: flex;
    align-items: flex-end;
}

.mccm-sw-t2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.855;
    margin-left: -3vw;
}

.mccm-sw-t1 {
    letter-spacing: 0;
}

.runnn .zxcl-02n.normal-padding {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.zxcl-02n-coms-sw1 {
    padding-top: 2vw;
    padding-bottom: 2vw;
}

.zxcl-02n-coms-ct2 {
    max-width: 400px;
}

.zxcl-02n-coms-ct2 h5 {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.2;
}

.zxcl-02n-coms-ct2 {
    margin-top: 8%;
}

.mccm-sw-t2 {
    color: rgb(255 255 255 / 45%);
}

.mccm-swiper2.swiper {
    overflow: visible;
}

.swiper-pagination.zxcl-swopm {
    position: relative;
    bottom: 0;
}

.zxcl-02n-coms-sw1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mccm-swiper1.swiper {
    width: 100%;
}

.swiper-pagination.zxcl-swopm {
    display: inline-flex;
}

.zxcl-bullet {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 100px;
    background: rgb(255 0 0 / 0%);
    font-weight: 500;
    transition: 0.3s;
}

.zxcl-bullet.swiper-pagination-bullet-active {
    background: #313df5;
    color: #fff;
}

.zxcl-02n-coms-sw1 {
    align-items: flex-start;
}

.swiper-pagination.zxcl-swopm {
    background: rgb(255 255 255 / 75%);
    padding: 8px 10px;
    border-radius: 100px;
}

.zxcl-bullet {
    cursor: pointer;
    margin: 0 2px;
}

.zxcl-bullet:hover {
    background: #313df5;
    color: #fff;
}

.mccm-sw-ii1 .anim_delay.active_y > * {
    transform: translate(0px, 20px);
    opacity: 0;
}

.swiper-slide-active .mccm-sw-ii1 .anim_delay.active_y > * {
    transform: translate(0px, 0px);
    opacity: 1;
}

.mccm-sw-ii2.anim_delay.active_y > * {
    transform: translate(40px, 0px);
    opacity: 0;
}

.swiper-slide-active .mccm-sw-ii2.anim_delay.active_y > * {
    transform: translate(0px, 0px);
    opacity: 1;
}

.mccm-sw-ii2.anim_delay.active_y > .mccm-sw-t1 {
    transform: translate(-50px, 0px);
    opacity: 0;
    background-position: 10% 50%;
}

.swiper-slide-active .mccm-sw-ii2.anim_delay.active_y > .mccm-sw-t1 {
    transform: translate(0px, 0px);
    opacity: 1;
    background-position: 50% 50%;
    transition: background-position 8s 0.7s linear, transform 2s 0.7s, opacity 0.8s 0.7s;
}

.szjs-1-img-ii > div:nth-child(5) {
    top: 31.5%;
    left: 0%;
    opacity: 0;
}

.szjs-1-img-ii > div:nth-child(6) {
    top: 17.5%;
    right: 4%;
    opacity: 0;
}

.szjs-1-img-ii > div:nth-child(7) {
    top: 45.5%;
    left: 2%;
    opacity: 0;
}

.szjs-1-img-ii > div:nth-child(8) {
    top: 33.5%;
    right: 4%;
    opacity: 0;
}

.zxcl12-swiper-1.swiper .swiper-slide {
    padding: 20px;
}

.zxcl12-swiper-1.swiper .swiper-slide > div {
    position: relative;
}

.szjs-1-img-ii > div:nth-child(9) {
    top: 81.5%;
    left: 41.4%;
    opacity: 0;
}

.szjs-1-img-popup-i-1 > img {
    max-height: 80px;
    object-fit: contain;
    object-position: left;
}

.szjs-1-img-ii > div:nth-child(10) {
    top: 5.4%;
    left: 5%;
    opacity: 0;
}

.szjs-1-img-ii > div:nth-child(11) {
    top: 18.4%;
    left: 5%;
    opacity: 0;
}

.icons-list-ii {
    position: relative;
}

.bdd_more .more_btn_v {
    position: relative;
}

.huiju_button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}

.huiju_success {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    transition: 0.4s;
    display: none;
}

.bn_title_1 div.anim_delay.active_y span {
    transform: translate(0px, 120%);
}

.is-loaded .banner_wrapper .active .bn_title_1 div span {
    transform: translate(0px, 0%);
    opacity: 1;
}

.banner_wrapper .bn_title_1 div span {
    transition-duration: 1.6s;
}

.banner_wrapper .bn_title_2 {
    transition: 1s;
    transform: translate(0px, 100%);
    opacity: 0;
}

.is-loaded .banner_wrapper .active .bn_title_2 {
    transform: translate(0px, 0%);
    opacity: 1;
    transition: 1s 0.4s;
}

.banner_wrapper .bn_contents {
    transition: 1s;
    transform: translate(0px, 100%);
    opacity: 0;
}

.is-loaded .banner_wrapper .active .bn_contents {
    transform: translate(0px, 0%);
    opacity: 1;
    transition: 1s 0.6s;
}

.banner_wrapper .bn_more {
    transition: 1s;
    transform: translate(0px, 100%);
    opacity: 0;
}

.is-loaded .banner_wrapper .active .bn_more {
    transform: translate(0px, 0%);
    opacity: 1;
    transition: 1s 0.8s;
}

.banner_ii {
    transform: translate(100%, 0px);
    transition: 1.5s cubic-bezier(0.59, 0.18, 0.25, 1);
}

.banner_ii.active {
    transform: translate(0%, 0px);
}

.banner_ii.prev {
    transform: translate(-100%, 0px);
}

.banner_ii .banner_background,
.banner_ii .banner_content_c {
    transform: translate(-100vw, 0px);
    transition: transform 1.5s cubic-bezier(0.59, 0.18, 0.25, 1);
}

.banner_ii.prev .banner_background,
.banner_ii.prev .banner_content_c {
    transform: translate(100vw, 0px);
}

.banner_ii.active .banner_background,
.banner_ii.active .banner_content_c {
    transform: translate(0%, 0px);
}

.banner_ii .banner_background .full-img-wrap img:nth-child(1) {
    transform: scale(1.1);
    transition: 2s;
}

.is-loaded .banner_ii.active .banner_background .full-img-wrap img:nth-child(1) {
    transform: scale(1);
    transition: 4s;
}

.banner_ii .banner_background .full-img-wrap img:nth-child(2) {
    transform: scale(1.1);
    transition: 2s;
}

.is-loaded .banner_ii.active .banner_background .full-img-wrap img:nth-child(3) {
    transform: scale(1);
    transition: 5s;
}

.banner_ii .banner_background .full-img-wrap img:nth-child(3) {
    transform: scale(0.8);
    transition: 2s;
}

.is-loaded .banner_ii.active .banner_background .full-img-wrap img:nth-child(3) {
    transform: scale(1);
    transition: 5s;
}

/* yingongchuhai */
.banner_background_aa {
    position: relative;
    height: 1000px;
    max-height: 55vh;
}

.banner_background_aa .full-img-wrap > img {
    object-fit: contain;
    object-position: top;
}

.banner_background_aa .full-img-wrap > img {
    transition-duration: 1s;
    transform: scale(1.2);
    transition-property: transform, opacity;
    opacity: 0;
}

.is-loaded .banner_background_aa .full-img-wrap > img {
    transition-duration: 1.25s;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1;
}

.ny_aa_banner .banner_ny_title {
    text-align: center;
    margin-top: 1em;
}

.ny_aa_banner .banner_ny_title p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.ny_aa_banner .banner_ny_title h1 {
    margin-bottom: 1rem;
}

.ny_aa_banner .banner_ny_title .know_more_b1.km2o {
    margin-top: 2em;
    margin-bottom: 6.5vw;
}

.yych-n-sty-c {
    color: #fff;
}

.yych-n-sty-cc > div {
    max-width: 480px;
}

.yych-n-sty-cc > div {
    padding-top: 5vw;
}

.yych-n-sty-cc .n_j_3p-ctsxt.jsys-text {
    margin-bottom: 6vw;
}

.yych-n-sty-cc .n_j_3p-ctsxt.jsys-text h3 {
    margin-bottom: 0.4em;
}

.yych-sl-zs1 h3 {
    font-weight: normal;
    font-size: 1.5em;
    margin-bottom: 1em;
}

.yych-sl-zs1-list {
    display: flex;
    flex-wrap: wrap;
}

.yych-sl-zs1-list-i {
    width: calc(50% - 1em);
    margin-right: 1em;
    margin-bottom: 1em;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 8%) 100%);
    padding: 1.85em;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.yych-sl-zs1-list-i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 4px;
    background: #fff;
}

.zs1-list-a1 {
    margin-bottom: 1em;
}

.zs1-list-a1 img {
    width: 40px;
    height: 34px;
    object-fit: contain;
}

.zs1-list-a2 {
    font-size: 1.15em;
    margin-bottom: 0.25em;
}

.zs1-list-a3 {
    font-size: 0.875em;
    opacity: 0.8;
    font-weight: 300;
}

.yych-sl-zs1-list.zs1-list22 .yych-sl-zs1-list-i {
    width: 100%;
    margin-right: 0;
}

.yych-n {
    background: #272727;
}

.yych-n-sty-bgg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1440px;
    max-height: 100vh;
}

.yych-n-sty {
    position: relative;
}

.yych-n-sty-bgg .full-img-wrap.yychbg {
    transition: 1s;
}

.yych-n-sty-bgg .full-img-wrap.yychbg:last-child {
    opacity: 0;
}

.yych-n-sty-bgg.onreach2 .full-img-wrap.yychbg:last-child {
    opacity: 1;
}

.yych-dc-listi.swiper-slide {
    max-width: 280px;
    width: 75vw;
}

.yych-6-listw.swiper {
    overflow: visible;
}

.yych-6n-c2 {
    padding-top: 3vw;
}

.yych-6c-skt::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 88%;
    height: 1px;
    background: rgb(232 232 232);
    bottom: 0;
    max-width: 1440px;
}

.yych-6c-skt::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 1px;
    background: rgb(232 232 232);
}

/* qqstxq */
.qqst1logo img {
    width: 100%;
    max-width: 300px;
    display: block;
}

.qqst1logo {
    margin-bottom: 5vw;
}

.qqxxt h3 {
    font-size: 2em;
}

.qqst2list1 {
    margin-bottom: 5vw;
}

.qqxxtist > div {
    flex-basis: 100%;
}

.qqxxtist > div > div {
    padding: 2em;
    margin: 0.5em;
    background: rgb(35, 76, 197);
    background: linear-gradient(0deg, rgba(35, 76, 197, 0) 0%, rgb(35 76 197 / 10%) 100%);
    padding-bottom: 5vw;
}

.qqxxtisti {
    display: flex;
    text-align: center;
}

.qqxxtist > div:nth-child(even) > div {
    background: linear-gradient(0deg, rgba(35, 76, 197, 0) 0%, rgba(45, 89, 223, 0.15) 100%);
}

.qqxxt h3 {
    margin-bottom: 0;
}

.qqxxt {
    margin-bottom: 2em;
}

.qqxxt p {
    max-width: 520px;
}

.qqst2list2 .qqxxt {
    margin-bottom: 3em;
}

.qst-1n-logo-listic a.full-aa {
    z-index: 12;
}

.qst-1n-logo-listi > div {
    overflow: hidden;
}

.qst-1n-logo-listi > div .n-logo-listimg {
    transition: 0.5s;
}

.qst-1n-logo-listi:hover > div .n-logo-listimg {
    transform: scale(1.12);
}

.main {
    position: relative;
    z-index: 2;
}

.runnn div#c_static_001-1663836159520 {
    min-height: 0px;
}

.runnn #c_static_001-1663836159520 .e_container-1 {
    min-height: 0px;
}

.runnn div[class^="cbox-"],
.runnn div[id^="c_"] {
    min-height: 0px !important;
}

.runnn div[id^="c_"] .e_container-1 {
    min-height: 0px !important;
}

.runnn div#c_static_001-1671603472266 {
    display: none;
}

.subss.error {
    border-color: rgb(245 81 81 / 30%);
}

.serbutn.search-submit {
    cursor: pointer;
}

.sub_submit {
    cursor: pointer;
}

/* lang */
.tn_right_lang {
    position: relative;
}

.lang_swsws {
    position: absolute;
    top: 100%;
    z-index: 100;
    background: rgb(255 255 255 / 95%);
    left: 0;
    right: 0;
    border-top: 1px solid #eee;
    transition: 0.5s;
    transform: translate(0px, 5px);
    opacity: 0;
    pointer-events: none;
}

.top_nav > div.top_nav_2_w {
    overflow: visible;
}

.lang_swsws > div {
    height: calc(var(--height) / 1.25);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eee;
}

/*
.tn_right_lang:hover .lang_swsws {
  pointer-events: auto;
  opacity: 1;
  transform: translate(0px, 0px);
}
*/
.lang_swsws > div {
    transition: 0.3s;
}

.lang_swsws > div:hover {
    background: #4864dc;
    color: #fff;
}

@media screen and (min-width: 999px) {
    .qqxxtist {
        display: flex;
        justify-content: space-between;
    }

    .qqxxtist > div:nth-child(odd) {
        margin-top: 2em;
    }

    .qqst2list2 .smcb-listwtabi1 {
        width: 50%;
        padding-left: 5%;
    }

    .qqst2list2 .smcb-listwtabi2 {
        width: 50%;
        text-align: center;
    }

    .qqst2list2 .hzst-hzzn_loop2_1 .hzzn-tsl {
        margin-right: 4vw;
    }

    .deskhide {
        display: none;
    }

    .hzzn-tssg > div {
        width: calc(20% - 4em);
    }

    .qypx-1n-ii-tt.n_j_3p-ctsxt h3 {
        font-size: 2.25em;
    }

    .szjs-2n-ctext .mjzst-5n-text.n_j_3p-ctsxt h3,
    .szjs-2n-ctext .mjzst-5n-text.n_j_3p-ctsxt h2 {
        font-size: 2.5em;
    }

    .qypx-2n.zxcl-2n .conup-iii .numm {
        font-size: 5em;
    }

    /* .mjzst-6-listi {
    min-width: 520px;
  } */
}

/* response */
@media screen and (max-width: 1520px) {
    .mjzst-6-listi-2 {
        flex-wrap: wrap;
    }

    .t-6-listi-2bci p {
        margin-left: 0;
        margin-right: 0.5em;
    }

    .t-6-listi-2bci {
        margin-top: 0.35em;
        width: 100%;
        justify-content: flex-start;
    }

    .mjzst-6-listi-2b {
        width: 100%;
    }

    .mjzst-6-listi-2 {
        padding: 0;
    }

    .mjzst-6n-c1 {
        margin-bottom: 2em;
    }

    .mjzst-6c-skt.normal-padding {
        padding: 0;
    }

    .mjzst-6-listi {
        max-height: calc(100vh - 110px - 9vw);
    }

    /* .mjzst-6-listi {
    width: calc(115vh - 110px - 12vw - 5em);
  } */
    .top_nav_1_c > div {
        padding: 0 1.5em;
    }

    .news_area_icon {
        margin-right: 1em;
    }

    .news_area_cii {
        font-size: 0.825em;
    }

    .text_area {
        font-size: 0.75em;
    }

    .menu_area {
        font-size: 0.75em;
        margin-right: 5%;
    }

    .top_nav_1 {
        --height: 40px;
    }

    .tn_left_logo img {
        max-width: 178px;
    }

    .top_nav_2 {
        --height: 70px;
    }

    .tn_menu {
        font-size: 0.925em;
    }

    .tn_right_search svg {
        width: 18px;
    }

    .tn_menu_tree.deep-1 > div > a span {
        line-height: 1;
    }

    .lang_btn img {
        max-width: 24px;
    }

    .bn_title_1 {
        font-size: 3.75em;
    }

    .bn_title_2 {
        font-size: 1.5em;
    }

    .more_btn_v a {
        font-size: 0.875em;
    }

    .bn_more {
        margin: 2.5em 0;
    }

    h4.hd2 {
        font-size: 2em;
    }

    h1.hd2 {
        font-size: 2em;
    }

    h3.hd1 {
        font-size: 1em;
    }

    h3.hd1 img {
        max-width: 8px;
    }

    p {
        font-size: 0.925em;
    }

    .iii-text h4 {
        font-size: 1em;
    }

    .iii-text p {
        font-size: 0.75em;
        color: #9f9f9f;
    }

    .ffc-logo img {
        max-width: 164px;
    }

    .ffc-logo {
        margin-bottom: 1.5em;
    }

    h3.ffc-tt {
        font-size: 1.35em;
    }

    p.subtt2 {
        margin-top: 0.5em;
    }

    .more-btn-ff a {
        font-size: 0.875em;
    }

    .ffc-text {
        margin-bottom: 1em;
    }

    .the-ff-c1-c > div {
        width: 80%;
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .ffc-logo.i2-bb-i img {
        max-width: 250px;
    }

    .ffc-logo.i2-bb-i {
        padding-top: 20vh;
    }

    .the-flip-i2-sicc {
        padding-left: 12%;
        width: 75%;
    }

    .the-flip-i2-bb-22i > div {
        font-size: 0.825em;
    }

    .the-flip-i2-bb-22i {
        width: 70%;
    }

    .ffc-text.i2-bb-i2 h3.ffc-tt {
        font-size: 1.85em;
    }

    p.subttSub {
        font-size: 1em;
    }

    .chios-swithh {
        margin-top: 2em;
    }

    .chios-swithh-con-i {
        padding-top: 2em;
    }

    .hd3 {
        font-size: 0.825em;
        margin-bottom: 2.5em;
    }

    .swithh-co-icon-w {
        margin-top: 2em;
    }

    .sh-co-icon-i img {
        height: 40px;
        max-width: 75px;
    }

    .the-text-c.tthe-thsy h4.hd2 {
        font-size: 2.75em;
    }

    .the-text-c.tthe-thsy h1.hd2 {
        font-size: 2.75em;
    }

    .cta_title h3 {
        font-size: 1.5em;
    }

    .menu-i-ft > a {
        font-size: 1em;
    }

    .ft-sub-menu {
        font-size: 0.875em;
    }

    .share_con_i {
        --size: 20px;
    }

    .s_icon_wrap {
        padding: 14px;
    }

    .banner_ny_title h1.h2o {
        font-size: 2.75em;
    }

    h3.h2o2 {
        font-size: 1.35em;
    }

    .mjzst-1n-text.n_j_3p-ctsxt h3 {
        font-size: 2em;
    }

    .mjzst-1n-text.n_j_3p-ctsxt .summary3 {
        font-size: 1.1em;
    }

    .qqst-txt-listi {
        font-size: 0.875em;
    }

    .summary4 {
        font-size: 0.875em;
    }

    /* .n_j_3p-ctsxt h2 {
    font-size: 2.2em;
  }*/
    .mjzst-5-ltext h3 {
        font-size: 1.1em;
    }

    .mjzst-5-ltext span {
        font-size: 0.875em;
    }

    .tehs-img {
        max-width: 250px;
    }

    .solg-img {
        max-width: 240px;
    }

    .szcy_sogeimg-img[data-imgset="zza-1b"] {
        margin-bottom: 4%;
    }

    .solg2-img {
        max-width: 36px;
    }

    .szcy_sektext2 h3 {
        font-size: 2em;
    }

    .szcy_sektext2 h4 {
        font-size: 1.1em;
    }

    .szcy_sogeimg-img[data-imgset="zza-5a"] {
        width: 35%;
        right: -5%;
    }

    .szcy_sogeimg-img[data-imgset="zza-5b"] {
        left: -4%;
        bottom: -16%;
    }

    .silx p {
        font-size: 0.925em;
    }

    .banner_ny_title h1 {
        font-size: 2.5em;
        margin-bottom: 0.2em;
    }

    .banner_ny_title p {
        font-size: 0.875em;
        margin-top: 0;
    }

    .know_more_b1 {
        margin-top: 2em;
    }

    .coxse_wrapper {
        padding: 0;
    }

    .cosoxei a {
        font-size: 0.875em;
    }

    .cosxe1_tt {
        font-size: 0.875em;
    }

    .aols-zhishi-2-a h3 {
        font-size: 1.15em;
    }

    .aols-text-1i:first-child {
        width: 33%;
    }

    .aols-text-2 h3 {
        font-size: 1.15em;
    }

    .abab_wom_tt {
        font-size: 2em;
    }

    .aols-soslgs-2-a h3 {
        font-size: 1.75em;
    }

    .ab_bnn_testxa h1 {
        font-size: 2em;
    }

    .about_banner_w {
        --img-w: 200px;
    }

    .about_banner_w_cc .banner_ny_title-1 h2 {
        font-size: 4em;
    }

    .about_banner_w_cc .banner_ny_title-1 .know_more_b1 {
        margin-top: 4em;
    }

    .conup-iii .numm {
        font-size: 5em;
    }

    .abosl-htext {
        font-size: 1.85em;
    }

    .abab2_wom_map.ct-container {
        width: 80%;
    }

    .n-logo-listi-text span {
        font-size: 0.75em;
    }

    .n-logo-listi-text {
        line-height: 1.3;
    }

    .the-curps-text {
        font-size: 0.875em;
    }

    .s_title.sfa0t1 {
        font-size: 2em;
    }

    .banner_ny_title.ct-container.bn-a2 h1 {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 1367px) {
    .szjs-1-img-popup-i {
        top: 50px;
    }
}

@media screen and (max-width: 1367px) {
    .the-chios-wrapper {
        /*min-height: 60vw;*/
    }

    .mjzst-5-limg img {
        max-width: 140px;
        height: 54px;
    }

    .mapp_poii_text {
        width: 200px;
    }

    .history_wom_ii > div {
        transition: 0.5s;
        min-height: calc(8vw + 55vh);
    }

    .hzzn-tsl {
        margin: 0 1em;
        font-size: 0.875em;
    }

    .klogo-wii img {
        max-width: 144px;
        max-height: 54px;
    }

    .s_title.news-dddtt {
        font-size: 1.85em;
    }

    .s_title.newsosg {
        font-size: 0.925em;
    }

    .ctxt-a h3 {
        font-size: 2.2em;
    }

    .qypx-1n-ii {
        min-width: 400px;
    }

    .qypx-1n-ii-tt.n_j_3p-ctsxt h3 {
        font-size: 1.65em;
    }

    .qypx-3n-zylistt h4.qyptt {
        font-size: 1em;
    }

    h3.qyptt {
        font-size: 1.5em;
    }

    .smcb-5idstt {
        font-size: 0.875em;
    }

    .t-6-listi-2bci p {
        font-size: 0.825em;
    }

    .szjs-2n-ctext .mjzst-5n-text.n_j_3p-ctsxt h3,
    .szjs-2n-ctext .mjzst-5n-text.n_j_3p-ctsxt h2 {
        font-size: 1.5em;
    }

    .smqb-tts1 h3.qyptt {
        font-size: 1.25em;
    }

    .qypx-more-cc h5 {
        font-size: 1.25em;
    }

    .yhyy-1n-tab .cosoxei a {
        font-size: 0.75em;
    }

    .zxcl-02n-coms-sw1 .mjzst-1n-text.n_j_3p-ctsxt h3 {
        font-size: 1.5em;
    }

    .zxcl-02n-coms-sw1 .zxcl-02n-coms-ct2 h5 {
        font-size: 1em;
    }

    .swiper-pagination.zxcl-swopm {
        font-size: 12px;
    }

    .zxcl-bullet {
        width: 24px;
        height: 24px;
    }

    .n-coms-ctabw-i1 h4 {
        font-size: 1.15em;
    }

    .n-coms-ctabw-i1 span {
        font-size: 0.825em;
    }

    .n-coms-ctabw-i2 h5 {
        font-size: 1em;
    }

    .summary3a {
        font-size: 1.2em;
    }
}


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


    .the-banner .bn_bg.full-img-wrap {
        display: none;
    }

    .lysos-ris > div {
        font-size: 12px;
        padding: 0.75em 1.45em;
    }

    .the-cts0ot .s_form_layout1 input.form-control {
        padding: 1em;
    }

    .the-cts0ot .s_form_layout1 select.form-control {
        padding: 1em 0;
    }

    .the-cts0ot .s_form_layout1 .selsove {
        padding: 0 1em;
    }

    .the-cts0ot .s_form_layout1 .inputWrap {
        padding: 0.3em 1em;
    }

    .the-sxdse-wrapper {
        flex-wrap: wrap;
    }

    .s_layout.ct-container.etos-arpper > div > div {
        width: 100% !important;
        flex-basis: 100% !important;
    }

    #c_static_001-1663836159520 .e_loop_sub-38 .p_loopItem {
        flex-basis: 100%;
    }

    .s_list.siaear4eqwa {
        margin-bottom: 3em;
    }

    .e_image-43.s_img.dsfagar img {
        margin-right: auto;
        max-width: 160px;
    }

    .s_title.sfa0t1 {
        font-size: 1.6em;
    }

    .s_title.sfa0t1b {
        font-size: 14px;
    }

    .s_layout.ct-container.etos-arpper > div {
        padding: 3em 10%;
    }

    .the-cts0ot {
        border-radius: 10px;
    }

    .e_container-10.s_layout.the-cttso-wrappe {
        width: 92%;
    }

    .e_container-10.s_layout.the-cttso-wrappe {
        margin-top: 2vh;
    }

    .the-cts0ot .s_form_layout1 .inputWrap span.placeholder {
        font-size: 14px;
    }

    div#c_static_001-1663836159520 .banner_ny_title.ct-container.bn-a2 h1 {
        font-size: 1.8em;
    }

    .lysos-c {
        flex-wrap: wrap;
    }

    .lysos-ris {
        flex-wrap: wrap;
        margin-top: 1em;
    }

    .lysos-ris > div {
        margin-left: 0;
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .lysos {
        margin-bottom: 2em;
    }

    .the-cts0ot .form-group {
        width: 100%;
        margin-bottom: 1em;
    }

    .n_j_2p-c1 {
        width: 100%;
    }

    .n_j_2p-c2 {
        width: 100%;
        padding-left: 0;
        padding-top: 2em;
    }

    .n_j_2p-tc1 h3 {
        font-size: 1.5em;
        margin-bottom: 0.5em;
    }

    .n_j_3p-cc > div {
        width: 100%;
    }

    .n_j_3p-cc {
        height: auto;
        max-height: none;
    }

    .n_j_3p-cc1.hs_bg {
        padding-bottom: 84%;
    }

    .n_j_3p-cc2 {
        padding: 10% 6%;
        padding-bottom: 15%;
    }

    .n_j_3p .subtt3 b {
        font-size: 1em;
    }

    .n_j_3p .n_j_3p-ctsxt h3 {
        font-size: 1.85em;
    }

    .summary3 {
        margin-top: 1em;
    }

    .top_nav_1_c2 {
        display: none;
    }

    .top_nav_1_bg:before {
        left: 100%;
    }

    .is-loaded .top_nav_1_bg:before {
        left: 100%;
    }

    .top_nav_1_bg img {
        margin-left: auto;
        display: block;
        margin-right: -28px;
    }

    .top_nav_1_c > div {
        width: 100%;
    }

    .news_area_cii span {
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        width: calc(100% - 7em);
    }

    .news_area_cii > a {
        display: inline-flex;
        align-items: center;
    }

    .news_area_cii a b {
        border-bottom: 0;
        margin-left: 1em;
    }

    .top_nav_1 {
        --height: 38px;
    }

    .tn_left_logo img {
        max-width: 160px;
    }

    .tn_right_menu {
        display: none;
    }

    .top_nav_2 {
        --height: 54px;
    }

    .tn_left_logo {
        padding: 1em 1.5em;
    }

    .tn_right_content > div {
        margin-left: 1.25em;
    }

    .banner_content_c {
        width: 100%;
    }

    .banner_content {
        margin-top: 0;
        padding: 8vh 0;
    }

    .bn_title_1 {
        font-size: 10vw;
    }

    .bn_title_2 {
        font-size: 1.2em;
    }

    .slide-panel_ivv p {
        display: none;
    }

    .pf-bg-1 {
        display: none;
    }

    .banner_tumb_ii {
        max-width: 100px;
    }

    .bn_tumb_img {
        padding-bottom: 67%;
    }

    .bn_tumb_text span {
        font-size: 0.75em;
        text-align: center;
    }

    .normal-padding {
        padding: 8vh 0;
    }

    .icons-list-c {
        flex-wrap: wrap;
    }

    .icons-list-c > div {
        width: 50%;
        text-align: center;
        margin-bottom: 2em;
    }

    .iiiimg-c > div {
        margin-left: 0;
    }

    .sticky-elm .the-flip-i-aa {
        bottom: 0;
        transform: none !important;
    }

    .sticky-elm .the-flip-i-aa > div {
        transform: none !important;
    }

    .the-flip-i-aa-bg.bg_w {
    }

    .the-flip-i-bb {
        top: 0%;
        left: 0;
    }

    .the-flip-i-bb-cc {
        left: 0%;
    }

    [data-top="0"][data-hrm="0"] .the-flip-i-bb-cc {
        top: calc(var(--nav-height) - 39px);
    }

    .top_nav[data-top="0"][data-hrm="0"] {
        transform: translate(0px, -39px);
    }

    .the-flip-ii-2.flip-ii-e-2 .the-flip-i2-bb {
        right: 0;
        bottom: 40%;
    }

    .the-flip-ii-2.flip-ii-e-2 .the-flip-i2-bb .the-flip-i2-sicc {
        padding-left: 0;
        width: 80%;
    }

    .ffc-logo.i2-bb-i {
        padding-left: 0;
        padding-bottom: 1vh;
        padding-top: 8vh;
    }

    .ffc-logo.i2-bb-i img {
        max-width: 200px;
    }

    .the-flip-ii-2.flip-ii-e-2 .the-flip-i2-bb-bg.bg_w > div:last-child {
        display: none;
    }

    .the-flip-i2-bb-22i {
        width: 80%;
    }

    .the-flip-ii-2.flip-ii-e-2 .the-flip-i2-aa {
        top: 59%;
        left: 0;
    }

    .the-flip-ii-2.flip-ii-e-3 .the-flip-i2-aa.flip-ii-2a {
        left: 0;
        z-index: 10;
        bottom: 40%;
    }

    .the-flip-ii-2.flip-ii-e-4 .the-flip-i2-aa.flip-ii-2a {
        left: 0;
        z-index: 10;
        bottom: 40%;
    }

    .the-flip-ii-2.flip-ii-e-3 .the-flip-i2-bb.flip-ii-2a {
        right: 0;
        top: 59%;
    }

    .the-flip-ii-2.flip-ii-e-4 .the-flip-i2-bb.flip-ii-2a {
        right: 0;
        top: 59%;
    }

    .the-chios-wrapper {
        height: auto;
        max-height: none;
    }

    .the-chios-cc-1i {
        width: 100%;
        padding: 0;
    }

    .the-chios-cc-2 {
        display: none;
    }

    .chios-swithh-cc > div {
        font-size: 0.925em;
    }

    .swithh-co-icon-c > div {
        padding: 1em;
    }

    .swithh-co-icon-c > div img {
        width: 100%;
    }

    .the-thsy-cc {
        flex-wrap: wrap;
    }

    .the-thsy-cc-1 {
        flex-basis: 100%;
    }

    .the-thsy-cc-2 {
        flex-basis: 100%;
    }

    .the-thsy-ii-list {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .the-thsy-ii-list > div:nth-child(1) {
        width: 47%;
    }

    .the-thsy-ii-list > div:nth-child(3) {
        width: 43%;
    }

    .the-thsy-ii-list > div:nth-child(4) {
        width: 46%;
    }

    .the-thsy-cc-2 > div {
        margin-left: 0;
        width: 100%;
    }

    .e-thsy-ii.active {
        z-index: 10;
    }

    .t-thsy-itext {
        left: 20%;
        top: 40%;
        width: 220px;
    }

    .the-thsy-ii-list > div:nth-child(even) .t-thsy-itext {
        left: auto;
        right: 20%;
        top: 40%;
    }

    .e-thsy-ii.active .t-thsy-itext {
        width: 220px;
    }

    .hsy-text-1 {
        font-size: 0.875em;
    }

    .hsy-text-2 {
        font-size: 0.75em;
    }

    .cta_c.ct-container {
        padding: 8vh 0px;
    }

    .footer_f_c_1 {
        flex-wrap: wrap;
    }

    .ft_subssi {
        margin-top: 2em;
        width: 100%;
    }

    .subss input {
        width: calc(100% - 126px);
    }

    .footer_f_c_2 {
        flex-wrap: wrap;
    }

    .ft_menu_w {
        width: 100%;
        flex-basis: 100%;
    }

    .ft_menu_c {
        justify-content: flex-start;
    }

    .ft_menu_c > div {
        margin-right: 0;
        width: auto;
        margin-bottom: 2em;
        padding-right: 8%;
    }

    .footer_f_c_2 {
        padding-top: 2em;
        border-top: 1px solid #eee;
        margin-top: 2em;
        /**border-bottom: 1px solid #eee;**/
        padding-bottom: 2em;
    }

    .ft_share_w {
        width: 100%;
        /**border-top: 1px solid #eee;**/
        padding-top: 1em;
    }

    .footer_f_c_3 {
        padding-top: 1em;
    }

    .the-anli-popup .anli_list > div {
        width: 100%;
    }

    .the-anli-popup .anli_list {
        max-height: 100vh;
        overflow-y: auto;
    }

    .the-anli-close-w {
        width: 100%;
        bottom: auto;
        display: block;
    }

    .the-anli-close-w > div.anli-close {
        opacity: 0;
        background: rgb(0 0 0 / 52%);
        width: 52px;
        margin: auto;
        height: 52px;
        border-radius: 100px;
        margin-top: 1em;
        pointer-events: none;
    }

    .anli_load .the-anli-close-w > div.anli-close {
        opacity: 1;
        pointer-events: auto;
    }

    .the-anli-close-w > div.anli-close svg {
        width: 22px;
        height: 22px;
    }

    .the-anli-popup-wrapper .the-alis-img > div {
        opacity: 0.8;
    }

    .the-anli-popup .anli_list .the-alis-img > div {
        padding-bottom: 27vh;
    }

    .banner_ny_title h1.h2o {
        font-size: 9.25vw;
    }

    h3.h2o2 {
        font-size: 1.15em;
    }

    .banner_ny_title {
        margin-top: 0;
        padding: 8vh 0;
    }

    .mjzst-1n-c1a {
        width: 100%;
    }

    .mjzst-1n-c1b {
        width: 100%;
        margin-top: 3em;
    }

    .n_j_3p-ctsxt {
        width: 100%;
    }

    .mjzst-2n-c1 {
        flex-direction: column-reverse;
    }

    .mjzst-2n-c1a {
        width: 90%;
        margin-left: auto;
    }

    .mjzst-1img2a.psximg {
        width: 38%;
        border-radius: 14px;
    }

    .mjzst-2n-c1b {
        width: 100%;
        margin-top: 2em;
    }

    .mjzst-1n-text.n_j_3p-ctsxt .qqst-txt-list {
        margin-top: 1em;
    }

    .mjzst-3n-c1 {
        width: 100%;
    }

    .mjzst-3n-c.ct-container.hs_bg {
        flex-wrap: wrap;
        padding-left: 10%;
        padding-right: 10%;
    }

    .mjzst-3n-c2 {
        width: 100%;
        margin-top: 2em;
    }

    .mjzst-3n-c2 > div {
        width: 130%;
    }

    .mjzst-1n-c1.ct-container.mjzst-4ncc .mjzst-1n-c1a {
        width: 100%;
    }

    .mjzst-4n.normal-padding {
        padding: 8vh 0;
    }

    .mjzst-1n-c1.ct-container.mjzst-4ncc .mjzst-1n-c1b {
        width: 100%;
    }

    .mjzst-5n {
        height: auto !important;
    }

    .mjzst-5n-c1 {
        margin-bottom: 3em;
    }

    .mjzst-5-listw {
        flex-wrap: wrap;
    }

    .mjzst-5-listc {
        display: block;
    }

    .mjzst-5-listi {
        width: auto;
        margin-bottom: 3em;
    }

    .mjzst-5-limg {
        padding-bottom: 1em;
    }

    .mjzst-5-listc {
        transform: none !important;
    }

    .mjzst-5n {
    }

    .mjzst-5c-skt.normal-padding {
        max-height: none;
        height: auto;
    }

    .nns5n.full-img-wrap {
        transition: 1s;
        opacity: 1;
    }

    .nns5n.full-img-wrap img {
        opacity: 0;
    }

    .mjzst-5-limg {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .mjzst-5-ltext h3 {
        font-size: 1em;
    }

    .mjzst-5-listi {
        border-bottom: 1px solid rgb(255 255 255 / 24%);
        padding-bottom: 1.5em;
    }

    .mjzst-6-listi {
        max-height: calc(80vh - 110px - 12vw);
        width: calc(100vw - 12vw);
    }

    .mjzst-6-listi:nth-child(even) {
        width: calc(100vw - 12vw);
    }

    .mjzst-1img4a.psximg {
        width: 25%;
        border-radius: 14px;
        left: -4%;
    }

    .szcy_bn_content {
        flex-direction: column;
    }

    .tehs-img {
        max-width: 168px;
    }

    .tehs-text h3 {
        font-size: 1.2em;
    }

    .szcy_bn_ccct {
        padding: 8%;
    }

    .bn_bg_szcy > .full-img-wrap {
        position: relative;
        opacity: 1;
        transform: perspective(1000px) translate3d(0px, 0px, 0px);
    }

    .bn_bg_szcy.full-img-wrap {
        display: flex;
        flex-direction: column;
    }

    .bn_bg_szcy.full-img-wrap > div {
        flex-basis: 100%;
    }

    .szcy_stk_cc01 {
        width: 100%;
    }

    .szcy_stk_ccc.ct-container {
        flex-wrap: wrap;
    }

    .szcy_stk_cc02 {
        width: 100%;
    }

    .szcy_stk_cc01 {
    }

    .szcy_sektext h3 {
        margin-bottom: 2em;
    }

    .szcy_sektext h1 {
        margin-bottom: 2em;
    }

    .szcy_stk_cc02 {
        margin-bottom: 8vh;
    }

    .szcy_stk_cc02 .szcy_stk_asb {
        right: -10%;
    }

    .szcy_sogeimg-img[data-imgset="zza-1a"] {
        left: -4%;
    }

    .szcy_sogeimg-img {
        border-radius: 8px;
    }

    .szcy_sogeimg-img[data-imgset="zza-1b"] {
        margin-bottom: -3%;
    }

    .uonm-1 h3 {
        font-size: 1em;
    }

    .uonm-1 p {
        font-size: 0.75em;
        line-height: 1.2;
    }

    .szcy_sogeimg-img[data-imgset="zza-5a"] {
        right: 4%;
    }

    .szcy_w_top_immg {
        padding: 0px 15px;
    }

    .szcy_w_ccc_listi[data-title="zis4-1"] img {
        width: 100%;
    }

    .szcy_wom_ccc {
        flex-wrap: wrap;
    }

    .szcy_w_ccc_listi[data-title="zis4-2"] {
        width: 100%;
        margin: 2em 0;
    }

    .szcy_w_ccc_listi[data-title="zis4-1"] {
        width: 50%;
    }

    .szcy_w_ccc_listi[data-title="zis4-3"] {
        width: 100%;
        margin: 0;
        margin-bottom: 1em;
    }

    .szcy_wom_ccc > div {
        width: 100%;
    }

    .szcy_dsp_text.szcy_sektext2 {
        margin-top: 2em;
        width: 72%;
    }

    .szcy_sektext2 h3 {
        font-size: 1.85em;
        line-height: 1.33;
    }

    .coxse_wrapper {
        flex-wrap: wrap;
    }

    .p_list_cosxe1 {
        flex-basis: 100%;
    }

    .p_list_cosxe2 {
        flex-basis: 100%;
    }

    .the-shaixuan .the-sx-wrapper {
        padding: 0.5em 6%;
    }

    .cosxe1_tt {
        margin: 0;
        padding: 1.5em 0.25em;
    }

    .cosoxei a {
        margin-top: 0;
        font-size: 0.75em;
    }

    .the-shaixuan .the-sx-wrapper.ct-container {
        width: 100%;
        margin-bottom: 2em;
    }

    .anli_list > div {
        width: 100%;
        padding-bottom: 1em;
    }

    .ny_1_banner {
        min-height: 260px;
        height: auto;
    }

    .banner_ny_title h1 {
        font-size: 2.2em;
    }

    .ny_1_banner.ny_bls_a {
        height: auto;
    }

    .Cms_loop.the-soslgs-wrapperrr.normal-padding {
        padding-top: 5vh;
    }

    .the-soslgs-ill1 {
        width: 100%;
    }

    .the-soslgs-ii {
        flex-wrap: wrap;
    }

    .the-soslgs-ill2 {
        width: 100%;
    }

    .the-soslgs-contetn {
        padding: 12% 8%;
    }

    .bottoms3e {
        padding-top: 2em;
    }

    .aols-soslgs-2-a h3 {
        font-size: 1.5em;
    }

    .aols-soslgs-2-a p {
        font-size: 0.875em;
    }

    .anli_list.zhishi_list.dlsoslist > div {
        width: 50%;
    }

    .aols-zhishi-2 {
        padding: 10%;
    }

    .aols-zhishi-2-a.dlsosltt .soslgs-ww {
        margin-bottom: 10px;
        min-height: 0px;
        width: 64%;
    }

    .aols-zhishi-2-a.dlsosltt h3 {
        font-size: 0.925em;
    }

    .aols-zhishi-2.dlsosl-ccc {
    }

    .aols-zhishi-2.dlsosl-ccc {
        min-height: 0px;
    }

    .bottoms3e .timespan {
        font-size: 0.75em;
    }

    .downlosad a {
        width: 30px;
        height: 30px;
    }

    .downlosad a svg {
        width: 20px;
        height: 20px;
    }

    .ab_bnn_testxa {
        width: 88%;
        margin-left: auto;
        margin-right: auto;
    }

    .about_banner_w_cc .banner_ny_title-1 h2 {
        font-size: 12.5vw;
    }

    .conup-iii .numm {
        font-size: 13vw;
    }

    .conup-warp {
        flex-wrap: wrap;
    }

    .conup-warp > div {
        margin-bottom: 1em;
    }

    .abosl-w1 > div {
        width: 100%;
        margin-right: 0;
        flex-basis: 100%;
        margin-bottom: 1em;
    }

    .abosl-iii {
        padding: 12% 6%;
    }

    .abosl-htext {
        font-size: 1.45em;
    }

    .abab_wom_tt {
        font-size: 1.5em;
    }

    .counslww {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 1em;
    }

    .counslww > div.counslwwii {
        flex-wrap: wrap;
        margin-left: 0;
        margin-top: 1em;
        flex-direction: column-reverse;
    }

    .counslwwii > div {
        width: 100%;
        margin-left: 0;
    }

    .abab2_wom_map.ct-container {
        width: 100%;
        margin-top: 2em;
    }

    .abab2_wom_map_c {
        margin-bottom: 2em;
    }

    .abab2_wom_map_stickyy_ssw {
        width: 350vw;
        float: right;
    }

    .abab2_wom_map_c {
        margin-right: 100px;
    }

    .abab2_wom_map_c {
        margin-top: 10vh;
        margin-left: 50px;
    }

    .qqst-1n-c1 {
        width: 100%;
        padding-top: 0;
    }

    .qqst-1n-text.n_j_3p-ctsxt .summary3 {
        margin-bottom: 2em;
    }

    .summary3 {
        font-size: 0.925em;
    }

    .qqst-txt-listi {
        margin-bottom: 0.5em;
    }

    .qqst-1n-c2 {
        width: 100%;
    }

    .qqst-1n-c2 > div {
        width: 100%;
    }

    .n-logo-listi-text {
        display: none;
    }

    .qqst-1n-logo-wr-2 {
        margin-top: -1px;
    }

    .qqst-1n-logo-wr-1 {
        border: 4px solid #000;
        border-radius: 10px;
    }

    .qqst-2n-skt .nns2n.full-img-wrap {
        width: 100%;
    }

    .qqst-2n-c1 {
        width: 100%;
        margin-bottom: 3em;
    }

    .qqst-2n-c.ct-container.hs_bg {
        margin-bottom: 8vh;
    }

    .qqst-3n.normal-padding .nns3n.full-img-wrap img {
        object-fit: contain;
        object-position: bottom;
        left: auto;
        width: 170%;
        max-width: none;
    }

    .qqst-3n-c1 {
        width: 100%;
        padding-bottom: 32vh;
    }

    .qqst-3n.normal-padding {
        height: auto;
    }

    .the-curps-img img {
        max-width: 100px;
    }

    .hzzn-tssg {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .hzzn-tssg > div {
        width: 33.33333%;
        margin: 0;
        margin-bottom: 1.5em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .klogo-wii img {
        width: 85%;
    }

    .newss_list_wrapper {
        display: block;
        height: auto;
    }

    .newss_list_wrapper-w {
        height: auto;
        max-height: none;
    }

    .the-newss_list-cc {
        flex-wrap: wrap;
    }

    .newss_list_item:nth-child(1) .the-newss-imgg {
        width: 100%;
        position: relative;
        padding-bottom: 60%;
    }

    .newss_list_item:nth-child(1):hover .the-newss-imgg {
        width: 100%;
    }

    .newss_list_item:nth-child(1) .aols-newss_list-2 {
        width: 100%;
    }

    .newss_list_item:nth-child(1):hover .newss_listttares {
        transform: translate(0%, 0px);
    }

    .newss_listttares {
        overflow: hidden;
    }

    .aols-newss_list-2 {
        overflow: hidden;
    }

    .newss_list_item {
        margin-bottom: 1em;
    }

    .news-dd-tt > div {
        width: 100%;
    }

    .news-dd-tt {
        flex-wrap: wrap;
    }

    .news-dd-tt > div {
    }

    .news-dd-tt > div .the_share_con {
        display: none;
    }

    .s_title.news-dddtt {
        font-size: 1.35em;
    }

    .newsddd-ac1 {
        flex-wrap: wrap;
    }

    .newsddd-ac1 > div:first-child {
        width: 100%;
    }

    .newsddd-ac1 > div:last-child {
        width: 100%;
        margin-top: 3em;
    }

    .s_title.psnpre b {
        font-size: 1em;
    }

    .newsdd-tslr {
        flex-wrap: wrap;
    }

    .newsdd-tslr > div {
        width: 100%;
        margin-bottom: 1em;
    }

    .newsdd-tslr > div:last-child {
        text-align: left;
    }

    .s_title.psnpre a {
        font-size: 0.75em;
    }

    .newss_list_item:nth-child(1) .aols-newss_list-2-a h3 {
        font-size: 1.25em;
    }

    .newss_list_item:not(:first-child) .newss_listttares {
        padding: 6%;
        padding-top: 44%;
        padding-bottom: 1em;
        flex-direction: column-reverse;
    }

    .aols-newss_list-2-a h3 {
        font-size: 1em;
        margin-top: 0.25em;
    }

    .newss_list_item:not(:first-child) .newss_listttares:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 63%;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        opacity: 0.5;
    }

    .aols-newss_list-2-a {
        position: relative;
        z-index: 10;
    }

    .anli_list.honor_list > div {
        width: 100%;
    }

    .the-honor-i .aols-zhishi-2-a p {
        display: none;
    }

    .the-honor-i .aols-zhishi-2 {
        min-height: 0px;
    }

    .the-honor-text .aols-zhishi-2-a h3 {
        font-size: 1em;
    }

    .the-honor-text .aols-zhishi-2 {
        padding: 6%;
    }

    .ctxt-lists {
        flex-wrap: wrap;
    }

    .ctxt-lists > div {
        width: 100%;
        margin-bottom: 1em;
    }

    .n_j_5p-c-1 > div {
        width: 100%;
        margin-bottom: 1em;
    }

    .n_j_5p-c-2 {
        columns: 1;
        column-gap: 1em;
    }

    .jsys-2n-c1a {
        width: 100%;
        margin-bottom: 2em;
    }

    .jsys-2n-c1b {
        width: 100%;
    }

    .jsys-2n-c2 {
        margin-top: 2em;
        padding-top: 2em;
    }

    .jsys-2n-coms {
        padding-top: 2em;
    }

    .jsys-sl-cc {
        flex-direction: column;
    }

    .jsys-sl-cc1 {
        width: 100%;
        height: 65%;
    }

    .jsys-sl-cc2.hs_bg {
        width: 100%;
        height: 35%;
    }

    .jsys-sl-tsl > div {
        padding: 6%;
    }

    .jsys-sl-tabbi p {
        font-size: 0.75em;
    }

    .jsys-sl-tabbi h3 {
        font-size: 1em;
    }

    .mjzst-1n-text.n_j_3p-ctsxt h3 {
    }

    .jsys-sl-w .mjzst-1n-text.n_j_3p-ctsxt h3 {
        font-size: 1.5em;
    }

    .jsys-sl-tsli .n_j_3p-ctsxt.jsys-text2 .summary5 {
        font-size: 0.875em;
    }

    .jsys-sl-tsli .n_j_3p-ctsxt.jsys-text2 {
        margin-bottom: 1.5em;
    }

    .jsys-2n .mjzst-2n-c1.ct-container {
        flex-direction: column;
    }

    .jsys-2n-c1a {
        margin-top: 2em;
    }

    .bn_tumb_text span {
        display: none;
    }

    .banner_tumb_ii {
        max-width: 80px;
    }

    .the-anli-popup .anli_list > div > div {
        width: 100%;
    }

    /* mobile */
    .the-mobv-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        z-index: 260;
        background: #fff;
        display: flex;
    }

    .the-mob-nav-ww {
        position: relative;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5em;
        padding-bottom: 2em;
        overflow-y: auto;
    }

    .the-mob-close {
        position: absolute;
        left: 10%;
        top: 2.5em;
    }

    .the-mobv-nav-c * {
        fill: #000;
    }

    .mo-menu-item.mo-menu-ii {
        font-size: 1.5em;
    }

    .the-mobv-nav-c {
        padding: 1em 0;
    }

    .mo-menu-aii {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mo-menu-aii > svg {
        width: 22px;
        height: 22px;
        opacity: 0.4;
        transition: 0.4s;
    }

    .child-mo-menu {
        font-size: 0.8em;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 0.5em 0;
        margin: 0.5em 0;
        color: #575757;
    }

    .mo-menu-item.mo-menu-ii {
        margin: 0.25em 0;
    }

    .child-mo-menu {
        display: none;
    }

    .mo-menu-aii > svg {
        display: block;
        transition: 0.4s;
        transform: rotate(-90deg);
    }

    .the-mobv-nav-c {
        overflow: hidden;
        margin: auto;
        width: 80%;
    }

    .mo-menu-ii.open > .mo-menu-aii > svg {
        transform: rotate(-180deg);
    }

    .the-mobv-nav {
        transition: 0.6s;
        transform: translate3d(100%, 0px, 0px);
        pointer-events: none;
    }

    .nav-open .the-mobv-nav {
        transition: 0.6s;
        transform: translate3d(0%, 0px, 0px);
        pointer-events: auto;
    }

    .the-mobv-nav {
        z-index: 300;
    }

    .tn_right_lang.open-mo-nav {
        margin-left: 0;
        display: flex;
    }

    .mo-menu-item.mo-menu-ii > .mo-menu-aii:before {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        background: url(/portal-saas/ngc202211030002/cms/image/214cf4a9-2172-4389-9864-ac068ff30f82.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin: auto 0;
        margin-right: 0.65em;
        position: absolute;
        transition: 0.7s;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .mo-menu-aii {
        position: relative;
    }

    .mo-menu-item.mo-menu-ii > .mo-menu-aii {
        padding-left: 0.75em;
    }

    .child-mo-menu {
        padding-left: 1em;
    }

    .szcy_sektext2.amm2 {
        margin-top: 10vh;
    }

    .szcy_sektext2 h4 {
        font-size: 1em;
        font-weight: 500;
    }

    .szcy_sektext2 p {
        font-size: 0.825em;
    }

    .p_list_jiaodianns {
        display: none;
    }

    /* 11-05 */
    div[class^="the-flip-ii-"] {
        position: relative;
        top: auto;
    }

    [data-top="0"][data-hrm="0"] .the-flip-i-bb-cc {
        top: 0px;
    }

    .the-flip-i-bb-cc > div.the-flip-i-bb-c1.fibb-c2 {
        flex-basis: 60%;
    }

    .the-flip-i-bb-cc > div.the-flip-i-bb-c1.active {
        flex-basis: 60%;
    }

    .the-flip-ii-2 {
        height: auto;
        max-height: none;
    }

    .the-flip-i2-aa {
        position: relative;
    }

    .the-flip-i2-bb {
        position: relative;
    }

    .the-flip-ii-2.flip-ii-e-2 .the-flip-i2-bb {
        bottom: auto;
    }

    .the-flip-ii-2.flip-ii-e-2 .the-flip-i2-aa {
        top: auto;
    }

    .the-flip-i2-bb-cc {
        padding-bottom: 10em;
    }

    .the-flip-i2-bb {
        width: 100%;
    }

    .the-flip-i2-aa {
        width: 100%;
    }

    .the-flip-i2-aa-bg.bg_w {
        position: relative;
        padding-bottom: 100%;
        width: 100%;
    }

    .the-flip-ii-2.flip-ii-e-2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .the-flip-ii-2.flip-ii-2a.flip-ii-e-3 {
        display: flex;
        flex-direction: column-reverse;
    }

    .the-flip-ii-2.flip-ii-2a.flip-ii-e-4 {
        display: flex;
        flex-direction: column-reverse;
    }

    .the-flip-i2-bb-cc.flip-ii-2a {
        padding-bottom: 5em;
        padding-top: 5em;
    }

    body.runnn .the-flip-lop {
        min-height: 0px;
        height: auto;
    }

    /* .Scroll-wrapper {
    position: relative;
  } */
    div#c_static_001-1663836159520 {
        min-height: 0px;
    }

    #c_static_001-1663836159520 .e_container-1 {
        min-height: 0px;
    }

    .ft_menu_c > div {
        width: 50%;
    }

    /* .bn_title_1 div span {
    transform: translate(0px, 0%);
  }

  .banner_ii {
    transition: 1.2s;
    transform: translate(0%, 0px);
    opacity: 0;
  }
  .banner_ii .bn_bg.full-img-wrap {
    transition: 1.2s;
    transform: scale(1.2);
  }

  .banner_ii.active {
    transform: translate(0%, 0px);
    z-index: 10;
    opacity: 1;
  }
  .banner_ii.active .bn_bg.full-img-wrap {
    transition: 3s;
    transform: scale(1);
  }

  .banner_ii.next,
  .banner_ii.prev {
    transition: 1.2s 1.2s;
  }

  .is-loaded .banner_content_c {
    transition: 1s 0.5s;
    opacity: 0;
    transform: translate(0px, 30px);
  }

  .is-loaded .active .banner_content_c {
    transition: 1s 0.8s;
    opacity: 1;
    transform: translate(0px, 0px);
  } */
    .the-flip-i-bb-cc {
        position: relative;
    }

    .the-flip-i-bb {
        position: relative;
    }

    .the-flip-i-aa {
        display: none;
    }

    .the-flip-ii-1 {
        height: auto;
        max-height: none;
    }

    .the-flip-i-aa-bg-psg {
        display: block;
    }

    .the-flip-i-aa-bg-psg.bg_w {
        padding-bottom: 100%;
        width: 100%;
        z-index: 46;
        overflow: hidden;
    }

    .the-flip-i-bb-c1 {
        display: block;
    }

    .the-flip-i-aa-bg-psg.bg_w .flls-bg {
        opacity: 1;
    }

    .the-ff-c1-bg {
        margin-bottom: 90%;
    }

    .zxcl-01n-coms .summary3 {
        line-height: 1.35;
    }

    .zxcl-01n-coms.ct-container.hs_bg {
    }

    .zxcl-01-fn-img {
        margin-left: -20%;
        margin-right: -20%;
    }

    .zxcl-02n-coms-sw1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8vh;
    }

    .zxcl-02n-coms-sw2 {
        width: 100%;
    }

    .runnn .zxcl-02n.normal-padding {
        min-height: 0;
    }

    .mccm-sw-t2 {
        font-size: 1em;
    }

    .mccm-sw-t1 {
        font-size: 80vw;
    }

    .zxcl-swopm-w {
        margin-top: 2em;
    }

    .zxcl-02n-coms-sw2 {
        margin-left: -18%;
    }

    .zxcl-11n-coms-cc1 {
        width: 100%;
    }

    .mjzst-1n-text.n_j_3p-ctsxt h3 {
        font-size: 1.65em;
    }

    .zxcl-11n-coms-ct1 .mjzst-1n-text.n_j_3p-ctsxt h3 {
        font-size: 1.35em;
    }

    .zxcl-12n-coms-1 {
        width: 100%;
        margin-bottom: 3vh;
    }

    .zxcl-12n-coms-2 {
        width: 100%;
    }

    .zxcl-12n-coms-1-textc > div {
        width: 80%;
        margin-bottom: 1em;
    }

    .zxcl-12n-coms-1-textc {
        flex-wrap: wrap;
        position: relative;
    }

    .zxcl-12n-coms-1-textc > div:last-child {
        margin-left: auto;
    }

    .zxcl-12n-coms-1-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .zxcl-13n-coms-1 {
        width: 100%;
        margin-bottom: 8vh;
    }

    .zxcl-13n-coms-2 {
        width: 100%;
    }

    .zxcl-13n-coms-2 > div {
        margin-bottom: -8vh;
    }

    .qypx-2n.zxcl-2n .conup-iii {
        width: 100%;
    }

    .qypx-3n-com1 {
        width: 100%;
        margin-bottom: 2em;
    }

    .qypx-3n-com2 {
        width: 100%;
        padding-left: 0;
    }

    .qypx-3n-zylist > div {
        width: 100%;
        padding: 0.75em 0;
    }

    .qypx-3n-zylist > div:nth-child(even) {
        margin-top: 0;
    }

    .qypx-4n-com1 {
        width: 100%;
    }

    .qypx-4n-com2 {
        width: 100%;
    }

    .yhyy-1n-tab-coni1 {
        width: 100%;
        margin-bottom: 2em;
        padding-top: 2em;
    }

    .yhyy-1n-tab-coni2 {
        width: 100%;
        padding-left: 0;
    }

    .mjzst-1n-text.n_j_3p-ctsxt.jsys-text .summary3 {
        margin-bottom: 1em;
    }

    /*.n_j_3p-ctsxt h2 {
    font-size: 1.65em;
  }*/
    .yhyy-1n-tab {
        margin-top: 2em;
    }

    .yhyy-2n .mjzst-6-listc {
        flex-wrap: wrap;
    }

    .yhyy-2n-v1 {
        width: 88vw;
        margin-bottom: 2em;
    }

    .mjzst-6c-skt.normal-padding.sticky-elm {
    }

    .yhyy-2n .mjzst-6c-skt.normal-padding {
        height: auto;
        padding: 8vh 0;
        max-height: none;
    }

    .mjzst-1n-text.n_j_3p-ctsxt .summary3 {
        line-height: 1.35;
    }

    .yhyy-2n-v2img {
        width: 100%;
        margin-bottom: 1em;
    }

    .yhyy-2n-v2 {
        width: 88vw;
        padding-right: 0;
        margin-bottom: 2em;
    }

    .yhyy-2n-v2 > div {
        flex-wrap: wrap;
    }

    .yhyy-2n {
        height: auto !important;
    }

    .mapp_pointii2 {
        font-size: 14px;
    }

    .wom_mapp_points2 {
        top: -5%;
    }

    .yhyy-4n .smcb-5n-c1 {
        width: 100%;
        margin-bottom: 6vh;
    }

    .yhyy-4n .smcb-5n-c2 {
        width: 100%;
    }

    .summary3 {
        line-height: 1.35;
    }

    .qypx-1n .n_j_3p-ctsxt h3 {
        margin-bottom: 0.5em;
        font-size: 1.45em;
    }

    .szjs-2n-c {
        flex-wrap: wrap;
    }

    .szjs-2n-cc {
        height: auto;
        padding: 8vh 0;
    }

    .szjs-2n-c > div {
        flex-basis: 100%;
        min-height: 100vw;
    }

    .bn_bg_2A.full-img-wrap {
        display: none;
    }

    .qypx-1n .mjzst-6-listc {
        flex-wrap: wrap;
    }

    .qypx-1n-ii {
        min-width: 0px;
        width: 88vw;
        margin-bottom: 1em;
    }

    .qypx-1n .mjzst-6c-skt.normal-padding {
        height: auto;
        max-height: none;
        padding: 8vh 0;
    }

    .qypx-1n {
        height: auto !important;
    }

    .qypx-1n .mjzst-6-listc {
        transform: none !important;
    }

    .smcb-listwtabi1 {
        width: 100%;
        padding-top: 2em;
    }

    .smcb-listwtabi .know_more_b1 {
        margin-top: 0;
    }

    .smcb-listwtabi .know_more_b1 .bn_more {
        margin-top: 1em;
    }

    .smcb-listwtabi2 {
        width: 100%;
    }

    .smcb-3n.normal-padding {
        padding: 8vh 0;
    }

    .smcb-4n-com2 .qypx-3n-zylist > div {
        width: 100%;
    }

    .smcb-4n-com2 {
    }

    .smcb-4n-com2 {
        margin: 0;
    }

    .smcb-5n-c1 {
        width: 100%;
        margin-bottom: 2em;
    }

    .smcb-5n-c2 {
        width: 100%;
    }

    .smcb-5text2i > div.smcb-5idstt {
        width: 100%;
        margin-bottom: 1em;
    }

    .smcb-5text2i {
        flex-wrap: wrap;
    }

    .smcb-5text2 {
        margin-top: 2em;
    }

    .smcb-5text2i > div {
        width: calc(33% - 2em);
    }

    .smcb-4n-com2 .qypx-3n-zylist > div:nth-child(4n) {
        margin: 0;
    }

    .qypx-2n-coms.ct-container .conup-warp > div {
        width: 100%;
    }

    .qypx-4n-com2-i2 > div {
        width: 50%;
    }

    .ny_1_banner.bn-a3 {
        height: auto;
    }

    .ny_1_banner.bn-a3 .banner_ny_title h1.h2o {
        font-size: 6vw;
    }

    .ny_1_banner.bn-a3 .banner_ny_title p {
        font-size: 0.75em;
        max-width: 260px;
    }

    .ny_1_banner.bn-a3 .banner_ny_title {
        padding: 6vh 0;
    }

    .ny_1_banner.bn-a3 .banner_ny_title .bn_more {
        margin-bottom: 0;
    }

    .ny_1_banner.bn-a3 h3.h2o2 {
        font-size: 1em;
    }

    [data-pageid="4acfdcf5-d2c6-4789-a7e9-00e98805745c"] .ny_1_banner.bn-a3 .banner_ny_title > div {
        max-width: 205px;
    }

    .runnn .ny_1_banner.bn-a3.bn-szcy {
        height: 100vh;
    }

    .szcy_dsp2_c-1 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 2em;
    }

    .szcy_dsp2_c-2 {
        width: 100%;
    }

    .szjs-1-img-popup-i {
        transform: translate(100%, 0%);
    }

    .szjs-1-img-popup-i.active {
        transform: translate(0%, 0%);
    }

    .szjs-1-img-popup-i > div {
        flex-wrap: wrap;
    }

    .szjs-1-img-popup-i-1 {
        width: 100%;
        padding-right: 0;
    }

    .szjs-1-img-popup-i-2 {
        width: 100%;
        margin-top: 2em;
    }

    .szjs-1-img-popup-i-1 > img {
        max-width: 128px;
    }

    .szjs-1-img-popup-i-1 .smcb-5text1istt h4.qyptt {
        font-size: 1.1em;
    }

    .szjs-1-img-popup-i-1 .summary4 {
        font-size: 0.75em;
    }

    .szjs-1-img-popup-i > div:after {
        content: "X";
        color: #000;
        position: absolute;
        right: 1.5em;
        top: 1.5em;
        background: #fff;
        width: 2em;
        height: 2em;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
    }

    .qqst-txt-listi span {
        font-size: 0.825em;
    }

    .zxcl-12n-coms {
        flex-direction: column-reverse;
    }

    .zxcl-12n-coms-1 {
        margin-top: 3vh;
    }

    .bn_contents {
        font-size: 0.75em;
        max-width: 270px;
    }

    .bn_title_1 {
        font-size: 8vw;
        font-weight: 500;
    }

    .banner_background_aa .full-img-wrap > img {
        object-fit: cover;
    }

    .banner_background_aa {
        max-height: 36vh;
    }

    .yych-n-sty-c.hs_bg .full-img-wrap > img {
        object-position: left;
    }

    .yych-sl-zs1-list-i {
        width: 100%;
        margin-right: 0;
    }

    .qqst1logo img {
        max-width: 200px;
    }

    .qqxxt h3 {
        font-size: 1.5em;
    }

    .qqst1logo {
        margin-bottom: 6vh;
    }

    .qqxxt {
        margin-bottom: 1em;
    }

    .qqxxtist > div > div {
        margin: 0;
        margin-bottom: 1em;
        font-size: 0.875em;
        padding-bottom: 3em;
    }

    .smcb-listwtabi1 {
        padding-bottom: 1em;
    }
}

.spec-2_lii {
    width: 20px;
}

.spec-2_rii {
    width: calc(100% - 20px);
}

.spec-2_lii img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* 新增页面 date 12.30 */

.mtgbanner > [class^="mtg_"] {
    position: relative;
    z-index: 4;
}

.mtg_logo img {
    display: block;
    max-width: 188px;
    margin: auto;
    padding: 5vh 0;
}

.mtg_float_ele {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.mtg_float_ele img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mtg_ipad_w {
    position: relative;
}

.mtg_ipad_w-front {
    margin: auto;
    width: 45%;
    position: relative;
    z-index: 10;
}

.mtg_ipad_w-front img {
    width: 100%;
}

.mtg_ipad_w-back {
    position: absolute;
    left: 0;
    right: 0;
    top: -4.125%;
    width: 57.5%;
    margin: auto;
}

.mtg_ipad_w-back img {
    width: 100%;
}

.mtg_text {
    color: #fff;
    text-align: center;
}

.mtg_t1 h1 {
    margin: 0.5em 0;
    margin-top: 0;
    font-size: 2.5em;
    font-weight: 500;
    font-size: max(min(2.5vw, 2.5em), 1.85em);
    line-height: 1.2;
}

.mtg_t1 span {
    font-size: 1.25em;
}

.mtg_t2 {
    font-size: 1.15em;
    margin-bottom: 2em;
}

.mtg_ipad_w-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.mtg_ipad_w-video video {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.mtg_2_video {
    position: relative;
    z-index: 10;
    max-height: 100vh;
    height: 1280px;
}

.mtg_2_video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mtg_2_w.hs_bg:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 12;
    height: 100%;
    background: rgb(0, 0, 0);
    /* background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 97%) 68%, rgb(0 0 0) 98%); */
    /* background-image: url(/portal-saas/ngc202211030002/cms/image/d8017dc0-ddce-4e66-9288-92cf909930cf.png); */
    background-position: top;
    background-repeat: repeat-x;
    background-size: contain;
}

.mtg_2_video video {
    transition: opacity 1.5s;
}

.mtg_2_video {
    z-index: 15;
}

.mtgw2 .n_j_3p-ctsxt {
    text-align: center;
    max-width: none;
    width: auto;
}

.mtgw2 .n_j_3p-ctsxt .summary3 {
    color: inherit;
}

.mtg-gis {
    border-radius: 24px;
}

.mtg-gis::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 24px;
    right: 24px;
    height: 33%;
    border-radius: 24px;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 40%);
}

.mtg-gis > .full-img-wrap {
    border-radius: 24px;
    overflow: hidden;
}

.mtg-gis-textc1 {
    font-size: 1.75em;
    font-weight: 500;
    margin-bottom: 0.3em;
}

.mtg-gis-text {
    display: flex;
    align-items: center;
}

.mtg-gis-textc {
    width: 50%;
    padding: 0 6%;
}

.mtg-gis-textc2 {
    font-weight: 300;
    font-size: 0.925em;
}

.mtg-gis-textc .more_btn_v {
    margin-top: 2.5em;
}

.mtg-gis-imgc {
    margin-top: -1.5%;
    margin-bottom: -1.5%;
}

.mtgw2cstk {
    padding-top: 2.5em;
}

.gis-num {
    position: absolute;
    z-index: 15;
    left: 2.5em;
    bottom: 0.75em;
    color: #fff;
}

.mtg-gis-imgc1 {
    position: relative;
    padding-bottom: 78%;
    width: 100%;
}

.mtg-gis-imgc1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mtg-gis-imgc {
    width: 50%;
    display: flex;
    align-items: center;
    min-height: 360px;
}

.mtgw2cstk > div {
    margin-bottom: 2.5em;
}

.mtg-gis-textc2 {
    max-width: 400px;
}

.mtgw3.hs_bg {
    display: flex;
}

.mtgw3-1 {
    width: 50%;
    text-align: right;
    padding-left: 4%;
}

.mtgw3-2 {
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 15%;
    padding-right: 4%;
    color: #fff;
}

.mtgw3-1 img {
    max-width: 100%;
}

.mtgw3-2-text {
    max-width: 480px;
}

.mtgw3-2-textc1 h3 {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 0.5em;
}

.mtgw3-2-textc1 span {
    display: block;
    font-size: 1.3em;
}

.mtgw3-2-textc2 {
    font-weight: 300;
}

.mtgw3-2-textc .more_btn_v {
    margin-top: 2.5em;
}

.more_btn_v.color_yy a {
    background: #f8a639;
}

.mtgw3-2 > .full-img-wrap > img {
    object-position: left;
}

.mtgw3-2 > .full-img-wrap {
    left: -7%;
}

.mtgw3-1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 85%;
    background: #ff9c00;
    background: rgb(255, 156, 0);
    background: linear-gradient(0deg, rgba(255, 156, 0, 1) 0%, rgba(255, 156, 0, 0) 70%);
}

.meetgames_wrapper.mjzstcp .mjzst-2n.normal-padding {
    padding-top: 8vw;
}

.meetgames_wrapper.mjzstcp .mjzst-1n-text.n_j_3p-ctsxt .qqst-txt-list .qqst-txt-listi {
    flex-wrap: wrap;
}

.meetgames_wrapper.mjzstcp .mjzst-1n-text.n_j_3p-ctsxt .qqst-txt-list .qqst-txt-listi b {
    width: 100%;
    padding-left: 22px;
    font-size: 0.875em;
    opacity: 0.65;
}

.meetgames_wrapper.mjzstcp .mjzst-1n-text.n_j_3p-ctsxt .qqst-txt-list .qqst-txt-listi {
    margin-bottom: 1em;
}

.meetgames_wrapper.mjzstcp .mjzst-2n-c1b .more_btn_v {
    margin-top: 2em;
}

.meetgames_wrapper.mjzstcp .mjzst-1n-text.n_j_3p-ctsxt .summary3 {
    color: #4517b5;
}

.mtgw5-1-c {
    position: relative;
    z-index: 5;
    color: #fff;
}

.mtgw5-1-c .conup-iii .numm {
    font-size: 4em;
    font-size: max(min(4vw, 4em), 2em);
    font-weight: 600;
}

.mtgw5-1-c.ct-container .conup-warp {
    max-width: 1100px;
    margin-top: 2em;
}

.mtgw5-2-c1,
.mtgw5-2-c2 {
    position: relative;
    z-index: 10;
}

.mtgw5-2 {
    color: #fff;
}

.mtgw5-2-cc.ct-container {
    display: flex;
    align-items: center;
}

.mtgw5-2-c1 {
    width: calc(100% - 220px);
    padding-right: 1em;
}

.mtgw5-2-c2 {
    max-width: 220px;
}

.mtgw5-2-c1 .mtgw5-2cct {
    margin: 4vw 0;
}

.mtgw5-2-c2 .mtg-gis-textc1 {
    font-size: 2.2em;
}

.mtgw5-2 {
    min-height: 36.5vw;
    display: flex;
}

.gaming_case_sw_item {
    height: auto;
    /* max-height: 100vh; */
    display: flex;
    color: #fff;
}

.gcsi-t1 {
    font-size: 2em;
    margin-bottom: 1em;
    font-weight: 500;
}

.gcsi-img img {
    max-width: 230px;
    width: 100%;
    margin-bottom: 1em;
}

.gcsi-t2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.45;
    text-transform: uppercase;
    font-weight: 600;
}

.gcsi-t3 {
    color: #f4b645;
    font-weight: 300;
    margin-bottom: 0.5em;
}

.gcsi-t4 {
    max-width: 450px;
}

.gcsi-t4 {
    margin-bottom: 1em;
}

.gcsi-list {
    display: flex;
    text-align: center;
    margin: 3vw 0;
}

.gcsi-list-i .nummi strong {
    font-size: 2em;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    line-height: 1;
    justify-content: center;
    margin-bottom: 0.25em;
}

.gcsi-list-i .nummi span {
    display: block;
    font-size: 1.35rem;
}

.gcsi-list > div {
    margin-right: 5%;
}

.nummitext {
    font-weight: 300;
}

.gcsi-more {
    margin-top: 3em;
}

.mtg_ipad_w-front {
    overflow: hidden;
    border-radius: 10px;
}

.mtgbanner.hs_bg {
    z-index: 25;
}

.snnilogo {
    margin-bottom: 2.5vw;
}

.snnilogo img {
    max-width: 220px;
}

.sinoclick-wrapper .more_btn_v a {
    background: linear-gradient(75deg, rgb(31 55 183) 0%, #3d78dd 80%, #3d78dd 100%);
}

.sinoclick-page {
    height: 66vw;
    max-height: 100vh;
    display: flex;
}

.snclick-text h3 {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}

.snclick-text h4 {
    font-size: 2.2em;
    line-height: 1.2;
    font-weight: 600;
    color: #0403b7;
}

.snclick-list {
    margin-top: 2.5em;
    margin-bottom: 4vw;
}

.snclick-more {
    margin-top: 2.5em;
}

.snclick-text {
    max-width: 480px;
}

.snclick-list-i::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #12aaff;
    margin-right: 8px;
}

.snclick-list-i {
    display: flex;
    align-items: center;
    margin: 0.5em 0;
    font-weight: 300;
}

[data-color="white"] .snclick-text h4 {
    color: #fff;
}

[data-color="white"] .snclick-list-i::before {
    background: #fff;
}

.sinoclick-wrapper [data-color="white"] .snclick-more .more_btn_v a {
    background: #fff;
    color: #12379f;
}

.sinoclick-page {
    overflow: hidden;
}

.gcsi-t1 {
    max-width: 560px;
    line-height: 1.4;
}

/* 新增2023.2.15 */
.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 14px;
    color: #fff;
    display: block;
}

.swiper-button-prev,
.swiper-button-next {
    background: linear-gradient(75deg, rgb(97 134 234) 10%, rgb(94 111 205) 50%, rgb(59 93 229) 90%);
    width: 36px;
    height: 36px;
    border-radius: 125px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spec-1n-b {
    position: relative;
    z-index: 20;
}

.spec-1n-icon-2.active {
    z-index: 10;
}

.spec-1n-ppspw > div:first-child {
    position: relative;
}

.the-loading {
    opacity: 0;
}

.gol-loading {
    display: none;
}

.lang_swsws {
    left: auto;
    width: 200px;
    font-size: 14px;
}

.is-loaded .top_nav > div.nav_search.iitnm {
    transition: opacity 0.8s 0.5s;
}

[id*="c_static_"] [class*="e_container-"] {
    display: block !important;
}

[id*="c_static_"] [class*="e_container-"] > div {
    max-width: none !important;
}

[id*="c_static_"] [class*="e_container-"] > div.ct-container {
    width: var(--container-width);
    max-width: var(--container-max-width) !important;
}

.wtfsls .p_list:not(.anli_list) {
    display: none !important;
}

body div[id*="c_static_"] .Scroll-wrapper [class*="e_loop-"] .p_loopitem {
    flex-basis: auto !important;
}

/* 新增2023.2.15 */
@media screen and (min-width: 999px) {
    .swiper-button-prev.swiper-fs-prev {
        left: 2%;
    }

    .swiper-button-next.swiper-fs-next {
        right: 2%;
    }
}

@media screen and (min-width: 999px) {
    .runnn .sinokkcase .gaming_case_sw_item {
        min-height: 100vh;
    }

    .sinoclick-content {
        display: flex;
        align-items: center;
    }

    .sinoclick-content > div.snclick-cc1 {
        flex-basis: 44%;
        padding-right: 2em;
    }

    .sinoclick-content > div.snclick-cc2 {
        flex-basis: 72%;
        padding-left: 2em;
    }

    .mtgw2 {
        max-height: 100vh;
    }

    .mtgw2cstkc.mtgstk1 {
        position: relative;
        z-index: 10;
    }

    .mtgw2cstkc.mtgstk2 {
        position: absolute;
        top: 5.25em;
        left: 0;
        right: 0;
        z-index: 9;
    }

    .mtgw2cstk {
        position: relative;
    }

    .mtgw2cstkc.mtgstk3 {
        position: absolute;
        top: 8em;
        left: 0;
        right: 0;
        z-index: 8;
    }

    .mtgw2cstkc.mtgstk2 .mtg-gis-imgc1,
    .mtgw2cstkc.mtgstk3 .mtg-gis-imgc1 {
        transition: 0.8s;
        transform: translate(0px, 16px);
        opacity: 0;
    }

    .mtgw2cstkc.mtgstk2.active .mtg-gis-imgc1,
    .mtgw2cstkc.mtgstk3.active .mtg-gis-imgc1 {
        transition: 0.8s;
        transform: translate(0px, 0px);
        opacity: 1;
    }

    .mtg_float_ele img {
        transition: 2s;
    }

    .mtg_float_ele img {
        transform: scale(0.75);
        opacity: 0;
    }

    .is-loaded .mtg_float_ele img {
        transform: scale(1);
        opacity: 1;
    }
}

@media screen and (max-width: 999px) {
    .sinoclick-page {
        height: auto;
    }

    .snnilogo img {
        max-width: 164px;
    }

    .snclick-text h3 {
        font-size: 1.3em;
    }

    .snclick-text h4 {
        font-size: 1.25em;
    }

    .snclick-list {
        margin-top: 2em;
    }

    .snclick-list-i {
        font-size: 0.825em;
    }

    .sinoclick-page .full-img-wrap > img {
        object-position: 12%;
    }

    .snclick-text {
        max-width: 230px;
    }

    .snclick-cc1 {
        margin-bottom: 2em;
    }

    .gcsi-t1 {
        font-size: 1.25em;
        max-width: 250px;
    }

    .gcsi-t4 {
        font-size: 0.825em;
    }

    .nummitext {
        font-size: 0.825em;
    }

    .gcsi-list > div {
        margin-right: 10%;
    }

    .gcsi-list {
        margin: 4vh 0;
    }

    .mtg_2_video {
        height: 60vw;
    }

    .mtg_ipad_w-front {
        width: 66%;
        border-radius: 4px;
    }

    .mtg_ipad_w-back {
        width: 84%;
    }

    .mtg-gis-text {
        flex-wrap: wrap;
    }

    .mtg-gis-textc {
        width: 100%;
        padding-top: 2em;
    }

    .mtg-gis-imgc {
        width: 100%;
    }

    .mtgw3-1 {
        width: 100%;
        padding-right: 4%;
    }

    .mtgw3.hs_bg {
        flex-wrap: wrap;
    }

    .mtgw3-2 {
        width: 100%;
        padding-left: 8%;
        padding-right: 8%;
    }

    .mtgw3-2-textc2 {
        font-size: 0.825em;
    }

    .mtgw3-2-textc1 h3 {
        font-size: 1.75em;
    }

    .mtgw3-2 > .full-img-wrap > img {
        object-position: 100%;
    }

    .mtgw3-2 > .full-img-wrap {
        left: -10%;
        bottom: -25%;
    }

    .mtgw3-2 {
        overflow: hidden;
    }

    .meetgames_wrapper.mjzstcp .mjzst-2n.normal-padding {
        padding-top: 10vh;
        margin-right: auto;
        width: 88%;
    }

    .numtext {
        font-size: 0.75em;
    }

    .mtgw5-1-c .conup-iii .numm {
        justify-content: center;
    }

    .mtgw5-2-cc.ct-container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .mtgw5-2-c1 {
        width: 100%;
    }

    .mtgw5-2-c2 {
        width: 100%;
        margin-left: 0;
        max-width: none;
    }

    .mtgw5-2-c2 .mtg-gis-textc1 {
        font-size: 1.5em;
    }

    .mtg-gis-textc1 {
        font-size: 1.3em;
    }

    .gcsi-img img {
        max-width: 144px;
    }

    .meetgames_wrapper.mtgst001 {
        height: auto !important;
    }

    .mtg_t1 h1 {
        font-size: max(min(2.5vw, 2.5em), 1.5em);
    }

    /* 新增2023.2.15 */
    .the-mob-left_logo {
        position: absolute;
        left: 10%;
        width: 160px;
        top: 2.5em;
    }

    .the-mob-close {
        left: auto;
        right: 10%;
    }

    .the-mobv-nav-c {
        border-top: 0;
        margin-top: 1.2em;
        border-bottom: 1px solid #eee;
        padding-bottom: 0;
    }

    .mo-menu-item.mo-menu-ii {
        font-size: 1.125em;
        font-weight: 400;
        margin: 0.75em 0;
        border-top: 1px solid #eee;
        padding-top: 0.75em;
    }

    .mo-menu-item.mo-menu-ii > .mo-menu-aii:before {
        opacity: 0;
    }

    .mo-menu-item.mo-menu-ii > .mo-menu-aii {
        padding-left: 0;
    }

    .child-mo-menu {
        border: 0;
        padding-left: 0;
    }

    .child-mo-menu > div {
        margin: 0.5em 0;
    }

    .mo-menu-aii > svg {
        width: 18px;
        height: 18px;
    }

    .close-nav-btn svg {
        width: 25px;
        height: 28px;
    }

    .bclick {
        position: relative;
    }

    .bclick-img {
        position: absolute;
        bottom: 100%;
        padding-bottom: 6px;
        transition: 0.35s;
        pointer-events: none;
        opacity: 0;
    }

    .bottom-bclick {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        width: 100%;
        margin: auto;
        font-size: 0.875em;
        gap: 0;
    }

    .bottom-bclick > div {
        flex-basis: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #007aff;
        color: #fff;
        border-radius: 0;
        background: linear-gradient(75deg, rgb(97 134 234) 10%, rgb(94 111 205) 50%, rgb(59 93 229) 90%);
    }

    .bottom-bclick > div:nth-child(even) {
        background: linear-gradient(75deg, rgb(154 105 241) 10%, rgb(92 62 225) 50%, rgb(59 132 229) 90%);
    }

    .bclick-img img {
        display: block;
        border: 1px solid #eee;
        width: 90%;
        margin: auto;
        max-width: 150px;
    }

    .bclick:hover .bclick-img {
        opacity: 1;
        pointer-events: auto;
    }

    .the-mob-nav-ww {
        padding-bottom: 60px;
    }
}

/* 新增 23.03.01 */
.company_name_list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 8px 20px hsl(0deg 0% 0% / 10%);
    border-radius: 12px;
    font-size: 14px;
}

.company_ww.s_form1.form-group {
    z-index: 10;
}

.company_name_list > div {
    margin: 0.45em 0;
    cursor: pointer;
    transition: 0.3s;
}

.company_name_list > div:hover {
    color: #313ff5;
}

.company_name_list {
    max-height: 220px;
    overflow-y: auto;
}

.company_name_list > div {
    padding: 0 1.5em;
}

.company_name_list > div:first-child {
    margin-top: 1em;
}

.company_name_list > div:last-child {
    margin-bottom: 1em;
}

/* 新增 23.03.03 */

.beyondclick-banner h3.h2o2 span {
    color: #2b6ddf;
}

.beyondclick-wrapper .more_btn_v a {
    background: linear-gradient(75deg, #081cb6 0%, #235bcd 50%, #235bcd 100%);
}

.byc-list-2i {
    position: relative;
}

.byc-list-1i {
    position: relative;
}

.n_j_3p-ctsxt.jsys-text.byc-tt {
    max-width: none;
    text-align: center;
    margin-bottom: 2.5em;
}

.n_j_3p-ctsxt.jsys-text.byc-tt .summary3 {
    margin-top: 0;
}

.n_j_3p-ctsxt.jsys-text.byc-tt h2 {
    margin-bottom: 0em;
}

.n_j_3p-ctsxt.jsys-text.byc-tt .summary3 {
    font-size: 1.75em;
    line-height: 1.33;
}

.byc-list-1 {
    margin-bottom: 2em;
}

.byc-listiis {
    position: relative;
    z-index: 10;
    padding: 15%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.byc-list-1i {
    background: #f4f7fa;
}

.byc-list-1i .full-img-wrap {
    transition: 0.5s;
    opacity: 0;
}

.byc-list-1i:hover .full-img-wrap {
    opacity: 1;
}

.byc-list-1i:hover p {
    color: #fff;
}

.byc-list-1i:hover h4 {
    color: #fff;
}

.byc-list-1i h3 {
    color: #2d6edf;
    font-size: 1.35em;
    font-weight: 500;
    line-height: 1.33;
    padding-bottom: 1em;
}

.byc-listiis {
    position: relative;
    z-index: 10;
    padding: 15%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.byc-list-1i {
    background: #f4f7fa;
}

.byc-list-1i .full-img-wrap {
    transition: 0.5s;
    opacity: 0;
}

.byc-list-1i:hover .full-img-wrap {
    opacity: 1;
}

.byc-list-1i:hover p {
    color: #fff;
}

.byc-list-1i:hover h3 {
    color: #fff;
}

.byc-list-1i h3 {
    color: #2d6edf;
    font-size: 1.35em;
    font-weight: 500;
    line-height: 1.33;
    padding-bottom: 1em;
}

.byc-listiis2 {
    position: relative;
    z-index: 10;
    padding: 10% 7%;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.byc-list-2i:first-child .byc-listiis2 {
    color: #fff;
}

.byc-list-2i:first-child .byc-listiis2 h3 {
    font-size: 2.5em;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
}

.byc-list-2i .byc-listiis2 h3 {
    line-height: 1;
    font-size: 1.35em;
    font-weight: 500;
    margin: 0;
    color: #2d6edf;
}

.byc-3n-c2-2i {
    position: relative;
}

.byc-3n-tt {
    position: relative;
    z-index: 10;
}

.byc-3n-c2-1i {
    position: relative;
}

.byc-3n.normal-padding.byc-n {
    padding-top: 0;
}

.normal-image-byc1 {
    max-width: 480px;
    margin: auto;
    margin-bottom: 2em;
    margin-top: 2em;
}

.byc-3n-c2 {
    color: #fff;
}

.byc-3n-c2-2 {
    display: flex;
    flex-direction: column;
}

.byc-3n-c2-2i {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 14% 10%;
    min-height: 300px;
    flex-direction: column;
    justify-content: flex-end;
}

.byc-3n-c2-1i {
    min-height: 200px;
    padding: 10%;
    height: 28vw;
    max-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.byc-3n-tt h3 {
    font-weight: 500;
    line-height: 1;
    font-size: 2em;
    margin: 0;
}

.byc-4n-c1 .n_j_3p-ctsxt.jsys-text.byc-tt h3 {
    margin-bottom: 1em;
}

.byc-5n-c1ai {
    position: relative;
}

.byc-5n-c1a {
    color: #fff;
    margin-bottom: 2em;
    padding-top: 2em;
}

.byc-5n-c1a .summary3 {
    color: #fff;
    margin-top: 0;
}

.byc-5n-c1ai {
    padding: 6% 5%;
}

.byc-5n-c1ai {
    transition: 0.5s;
}

.byc-5n-c1ai:hover {
    transform: translate(0px, -8px);
}

.byc-3n-c2-1i .full-img-wrap {
    transition: 1s;
}

.byc-3n-c2-1i:hover .full-img-wrap {
    transform: scale(1.05);
}

.byc-3n-c2-1i {
    overflow: hidden;
}

.byc-3n-c2-2i {
    overflow: hidden;
}

.byc-3n-c2-2i .full-img-wrap {
    transition: 1s;
}

.byc-3n-c2-2i:hover .full-img-wrap {
    transform: scale(1.05);
}

.byc-5n-c1ai h3 {
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.35em;
    color: #061b4c;
}

.byc-7n-c2a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.byc-7n-c2a > div {
    flex-basis: 33.333%;
    text-align: center;
    padding: 1em;
    margin-bottom: 1em;
}

.byc-7n-c2a > div img {
    max-width: 100%;
}

@media screen and (min-width: 999px) {
    .byc-7n-c2a > div img {
        width: 75%;
    }

    .byc-7n-c2a > div {
        flex-basis: 16.6666%;
    }

    .byc-5n-c1 {
        display: flex;
        gap: 6%;
    }

    .byc-5n-c1 > .byc-5n-c1a {
        flex-basis: 32%;
    }

    .byc-5n-c1 > .byc-5n-c2a {
        flex-basis: 70%;
    }

    .byc-5n-c2a {
        display: flex;
        flex-wrap: wrap;
        gap: 2em;
        justify-content: space-between;
    }

    .byc-5n-c2a > div {
        flex-basis: calc(50% - 1em);
    }

    .byc-5n.normal-padding.byc-n {
        padding: 10vw 0;
    }

    .beyondclick-banner .snnilogo img {
        max-width: 300px;
    }

    .beyondclick-banner h3.h2o2 {
        font-size: 1.5em;
        line-height: 1.33;
        margin-bottom: 0.5em;
    }

    .byc-list-1 {
        display: flex;
        gap: 2em;
    }

    .byc-list-1 > div {
        flex-basis: 25%;
    }

    .byc-listiis {
        min-height: 350px;
    }

    .byc-list-2 {
        display: flex;
        gap: 2em;
    }

    .byc-list-2 > div {
        flex-basis: 50%;
    }

    .byc-3n-c2 {
        display: flex;
    }

    .byc-3n-c2 > div {
        flex-basis: 50%;
        width: 100%;
    }

    .byc-3n-c2-2i .byc-3n-tt h3 {
        margin-bottom: 0.75em;
    }

    .swiper-button-prev.swiper-fs-prev {
        left: 2%;
    }

    .swiper-button-next.swiper-fs-next {
        right: 2%;
    }
}

@media screen and (max-width: 999px) {
    .byc-listiis {
        min-height: 0;
        padding: 8%;
    }

    .byc-list-1i:nth-child(even) {
        background: #e4ecf3;
    }

    .byc-listiis2 {
        justify-content: flex-start;
        padding-top: 15%;
    }

    .byc-list-2i .full-img-wrap > img {
        object-position: 70%;
    }

    .byc-listiis2 > * {
        width: 70%;
    }

    .byc-list-2i .byc-listiis2 h3 {
        line-height: 1.2;
    }

    .normal-image-byc1 {
        width: 80%;
    }

    .byc-3n-tt h3 {
        font-size: 1.5em;
    }

    .byc-5n-c1ai {
        margin-bottom: 0.5em;
    }

    .swiper.gaming_case_sw .swiper-button-prev,
    .swiper.gaming_case_sw .swiper-button-next {
        opacity: 0;
    }

    .banner_ny_title.jhoso.ct-container {
        padding-top: 0;
    }

    .jhiso_ccc {
        width: 192vw;
        padding: 0 6vw;
    }

    .jhiso_cc.ct-container {
        overflow-x: auto;
        width: 100%;
    }

    .Scroll-wrapper[data-scrollbar] {
        position: fixed;
    }
}

/* 新增 */
.ffc-more {
    position: relative;
    z-index: 50;
}

.jhisoc_bg {
    position: relative;
}

.jhisoc_bg > img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.jhisoc_bg_fixed.jhisoc_front {
    width: 10%;
    position: sticky;
    left: 0;
    opacity: 1;
}

.jhisoc_bg_fixed.jhisoc_front img {
    height: auto;
    width: 100%;
}

@media screen and (max-width: 999px) {
    .jhisoc_bg_fixed.jhisoc_front {
        opacity: 1;
    }

    .jhisoc_bg_fixed.jhisoc_front {
        left: 0;
        background: #fcfdff;
        z-index: 30;
        padding: 0 1%;
        width: 12%;
    }

    .the_share_con {
        justify-content: center;
    }

    .tn_left_logo img {
        width: 120px;
    }
}

/* 新增 */
.ny_1_banner.bn-a2.bn-contact .banner_ny_title p {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
}

.ny_1_banner.bn-a2.bn-contact .banner_ny_title h1 {
    margin-bottom: 0;
}

.normal-image-byc2 > img {
    display: block;
    width: 100%;
}

.normal-image-byc2 > img:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    opacity: 0;
}

.image-byc2-hover {
    position: absolute;
    z-index: 10;
}

.normal-image-byc2 > img:not(:first-child).active {
    opacity: 1;
}

@media screen and (min-width: 999px) {
    #c_static_001-1663836159520 .e_container-14 {
        display: flex !important;
    }

    #c_static_001-1663836159520 .e_container-14 {
        display: flex !important;
    }

    #c_static_001-1663836159520 .e_container-21 {
        display: flex !important;
        justify-content: space-between;
    }

    #c_static_001-1663836159520 .e_container-21 .cbox-21-0 {
        width: 65%;
        flex: auto;
    }

    #c_static_001-1663836159520 .e_container-23 > .p_item {
        width: 100% !important;
    }

    #c_static_001-1663836159520 .e_loop-24 .p_loopitem {
        width: 100%;
    }

    .s_title.newsosg a {
        line-height: 1.8;
    }

    p.e_text-25.s_title.newsosg {
        margin: 0.5em 0;
    }

    #c_static_001-1663836159520 .e_container-21 .cbox-21-1 {
        width: 24%;
        flex: auto;
        margin-left: 6%;
    }

    div#c_static_001-1663836159520 .e_container-27 {
        display: flex !important;
    }

    #c_static_001-1663836159520 .e_container-38 .p_item {
        display: flex;
        gap: 10%;
    }

    #c_static_001-1663836159520 .e_container-18 {
        padding-right: 10%;
    }

    #c_static_001-1663836159520 .e_container-38 .p_item p {
        margin-bottom: 0;
    }

    .p_list_cosxe2a {
        flex-basis: calc(100% - 140px);
        width: calc(100% - 140px);
    }
}

.news-catev1.ctl-1 .category.deep-1 > .category-wrap > .category.deep-2 {
    display: none;
}

.news-catev1.ctl-2 .category.deep-1 > .category-wrap > .category-container {
    display: none;
}

.news-catev1.ctl-1.swiper .category-wrap.swiper-slide {
    width: auto;
}

.p_list_cosxe2a .cosoxei a {
    line-height: 1;
}

.category.deep-2.swiper-wrapper .category-wrap.swiper-slide {
    width: auto;
}

.category-wrap.swiper-slide.swiper-slide-active .category.deep-2.swiper-wrapper .category-wrap.swiper-slide {
    pointer-events: auto;
}

.lang_btn {
    transform: translate3d(0, 0, 0) !important;
}

.introduce_media_mediaCard__TKYLy {
    width: 20rem;
    height: 44rem;
}

.introduce_media_collapsedDesc__zkWAT {
    width: 14rem !important;
}

.introduce_media_expanded__9GT7C {
    width: 40rem !important;
}