@charset "utf-8";

@import url("global.min.css");

/**
* Description style CSS for the website
* Author Qiuyue
* Created On 2025-12
* modification
**/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize*/
/** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom.*/
html {
    font-family: sans-serif;
    /* 1*/
    -ms-text-size-adjust: 100%;
    /* 2*/
    -webkit-text-size-adjust: 100%;
    /* 2*/
}

/** * Remove default margin.*/
body {
    margin: 0;
}


:root {
    --color-primary: #1D2675;
    --color-primary-white: #fff;
}

/* HTML5 display definitions ==========================================================================*/
/** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. * Correct `block` display not defined for `main` in IE 11.*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.*/
audio,
progress,
video {
    display: inline-block;
    /* 1*/
    vertical-align: baseline;
    /* 2*/
    max-width: 100%;
}

canvas {
    display: inline-block;
    /* 1*/
    vertical-align: baseline;
}

/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices.*/
audio:not([controls]) {
    display: none;
    height: 0;
}

/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.*/
[hidden],
template {
    display: none;
}

.color_orage {
    color: var(--color-primary);
}

/* Links ==========================================================================*/
/** * Remove the gray background color from active links in IE 10.*/

a {
    color: #333;
    background: transparent;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .2s ease-in-out;
}

/** * Improve readability when focused and also mouse hovered in all browsers.*/
a:active,
a:hover {
    outline: none;
    text-decoration: none;
}


/* Text-level semantics ==========================================================================*/
/** * Address styling not present in IE 8/9/10/11, Safari, and Chrome.*/
abbr[title] {
    border-bottom: 1px dotted;
}

/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.*/
b,
strong {
    font-weight: bold;
}

/** * Address styling not present in Safari and Chrome.*/
dfn {
    font-style: italic;
}

/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome.*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/** * Address styling not present in IE 8/9.*/
mark {
    background: #ff0;
    color: #000;
}

/** * Address inconsistent and variable font size in all browsers.*/
small {
    font-size: 80%;
}

/** * Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content ==========================================================================*/
/** * Remove border when inside `a` element in IE 8/9/10.*/
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: 0;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    object-fit: cover;
}

/** * Correct overflow not hidden in IE 9/10/11.*/
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content ==========================================================================*/
/** * Address margin not present in IE 8/9 and Safari.*/
figure {
    margin: 1em 40px;
}

/** * Address differences between Firefox and other browsers.*/
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/** * Contain overflow in all browsers.*/
pre {
    overflow: auto;
}

/** * Address odd `em`-unit font size rendering in all browsers.*/
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms ==========================================================================*/
/** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set.*/
/** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.*/
button,
input,
optgroup,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
    color: #000;
    color: inherit;
    /* 1*/
    font: inherit;
    /* 2*/
    margin: 0;
    /* 3*/
    background-color: transparent;
    outline: none;
}

/** * Address `overflow` set to `hidden` in IE 8/9/10/11.*/
button {
    overflow: visible;
}

/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox.*/
button,
select {
    text-transform: none;
}

/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others.*/
button,
html input[type="button"],
/* 1*/
input[type="reset"],
input[type="submit"] {
    /*-webkit-appearance: button;*/
    cursor: pointer;
    /* 3*/
    -webkit-appearance: none;
}

/** * Re-set default cursor for disabled elements.*/
button[disabled],
html input[disabled] {
    cursor: default;
}

/** * Remove inner padding and border in Firefox 4+.*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet.*/
input {
    line-height: normal;
}

/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10.*/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1*/
    padding: 0;
    /* 2*/
    vertical-align: middle;
}

/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`.*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof).*/
input[type="search"] {
    -webkit-appearance: textfield;
    /* -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box; */
}

/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance).*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/** * Define consistent border, margin, and padding.*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets.*/
legend {
    border: 0;
    /* 1*/
    padding: 0;
    /* 2*/
}

/** * Remove default vertical scrollbar in IE 8/9/10/11.*/
textarea {
    overflow: auto;
}

/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.*/
optgroup {
    font-weight: bold;
}

/* Tables ==========================================================================*/
/** * Remove most spacing between table cells.*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #777;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #777;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color: #777;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color: #777;
}


.searchtop .search_form .search_field::-webkit-input-placeholder {
    color: #ccc;
}

.searchtop .search_form .search_field:-moz-placeholder {
    color: #ccc;
}

.searchtop .search_form .search_field::-moz-placeholder {
    color: #ccc;
}

.searchtop .search_form .search_field:-ms-input-placeholder {
    color: #ccc;
}


.swiper-container {
    position: relative;
    overflow: hidden;
}


.hasScrollbar {
    overflow: auto;
}

.hasScrollbar::-webkit-scrollbar-track-piece {
    width: 5px;
    background-color: #F6F6F6
}

.hasScrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #E6E6E6
}

.hasScrollbar::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #E6E6E6
}

.hasScrollbar::-webkit-scrollbar-thumb:hover {
    width: 5px;
    background-color: #E6E6E6
}

.company_culture_wrap .tablistr_sh .hasScrollbar::-webkit-scrollbar-track-piece {
    width: 5px;
    background-color: transparent
}

.company_culture_wrap .tablistr_sh .hasScrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(255, 255, 255, 0.49)
}

.company_culture_wrap .tablistr_sh .hasScrollbar::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: rgba(255, 255, 255, 0.49)
}

.company_culture_wrap .tablistr_sh .hasScrollbar::-webkit-scrollbar-thumb:hover {
    width: 5px;
    background-color: rgba(255, 255, 255, 0.49)
}



.scroll-animate.animated {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

/*animate补充动画*/
@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-10px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        transform: translate3d(0.3rem, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightSmall {
    animation-name: fadeInRightSmall;
}

@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, -10px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownSmall {
    animation-name: fadeInDownSmall;
}

@keyframes fadeOutDownSmall {
    from {
        opacity: 1;
        transform: none;
    }

    to {
        opacity: 0;
        transform: translate3d(0%, 10px, 0);
    }
}

.fadeOutDownSmall {
    animation-name: fadeOutDownSmall;
}

@keyframes fadeOutRightSmall {
    from {
        opacity: 1;
        transform: none;
    }

    to {
        opacity: 0;
        transform: translate3d(50px, 0px, 0);
    }
}

.fadeOutRightSmall {
    animation-name: fadeOutRightSmall;
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 10px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        backface-visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        backface-visibility: hidden;
    }
}

.scaleIn {
    animation-name: scaleIn;
}

#roll {
    position: relative !important;
    transform: none !important;
    overflow: hidden;
}


/* -------------------------------
Globals
----------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    word-break: break-word;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    cursor: auto;
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    background-color: var(--color-primary-white);
    overflow-x: hidden;
}

body,
input,
textarea,
button {
    font-family: '微软雅黑', Helvetica, Arial, sans-serif !important;
}


.allcontentwrapper {
    display: block;
}

.allcontentwrapper img {
    max-width: 100%;
    height: auto;
}

.allcontentwrapper>p:first-child {
    margin-top: 0;
}

.allcontentwrapper>p:last-child {
    margin-bottom: 0;
}

.allcontentwrapper table td {
    padding: 10px;
    border: 1px solid #E4E4E4;
}

.allcontentwrapper table thead {
    font-weight: bold;
    color: #333;
}

.allcontentwrapper table thead,
.allcontentwrapper table tr:nth-child(even) {
    background-color: #F0F0F0;
}

.allcontentwrapper ul,
.allcontentwrapper ol {
    padding-left: 20px;
}



.pagination {
    margin-top: 30px;
    text-align: center;
    line-height: 28px;
}

.pagination a,
.pagination span {
    display: inline-block;
    vertical-align: top;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0 2px;
    text-align: center;
    margin: 0 4px;
    color: #777;
    text-decoration: none;
    border-radius: 2px;
}


.pagination a:hover,
.pagination .current {
    color: var(--color-primary-white);
    background-color: var(--color-primary);
}

.navbar-header {
    position: absolute;
    top: 7px;
    right: 0;
    z-index: 20;
    padding: 3px 14px;
    border-radius: 30px;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}

.navbar-header .t {
    display: none;
    /* display: inline-block; */
    padding-right: 5px;
}

.hamburger {
    display: inline-block;
    position: relative;
    top: 5px;
    line-height: 0;
    width: 20px;
    height: 20px;
}

.hamburger:after,
.hamburger:before {
    content: '';
    display: block;
    height: 2px;
    border-radius: 2px;
}

.hamburger span {
    display: block;
    height: 2px;
    margin: 4px 0;
}

.hamburger:after,
.hamburger:before,
.hamburger span {
    position: relative;
    width: 100%;
    background: var(--color-primary);
    transition: all .3s ease-in-out;
}

.hamburger span {
    width: 64%;
}

.hamburger.active {
    top: 9px;
}

.hamburger.active span {
    display: none;
}

.hamburger.active:before {
    top: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.mmenulayBg {
    display: none;
}

.mmenuClose {
    display: block;
    position: fixed;
    left: 15px;
    top: 15px;
    z-index: 1;
    height: 26px;
    width: 26px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: url(../images/mclose.png); */
}

.mmenuClose.on {
    z-index: 950;
    opacity: 1;
    transform: rotate(360deg);
}

body.on,
html.on {
    overflow: hidden;
}

#siteName {
    display: none;
}

.newsdetail_bg,
.bgcovercenter {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 961px) {
    .container {
        max-width: 1400px;
        width: 80%;
    }

    .hamburger,
    .navbar-header {
        display: none;
    }

    .pagination {
        margin-top: 3vw;
    }

    .pagination a,
    .pagination span {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .allcontentwrapper table td {
        padding: 20px;
    }
}

@media (max-width: 960px) {

    .container,
    .container1546 {
        width: 90%;
    }
}

.products_navitems ul,
.navitemswrapper ul,
.siteheader ul,
.sitefooter ul {
    padding: 0;
    margin: 0;
    list-style: none;
}



/* header */
.siteheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--color-primary-white);
    box-shadow: 0px 2px 8px 0px rgba(124, 124, 124, 0.2)
}

.siteheader .rightr {
    display: flex;
}

.siteheader .infotopr {
    display: flex;
    align-items: center;
}

.siteheader .infotopr .getinfoall:first-child {
    margin-left: 0;
}

.siteheader .searchbxtr .lk {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/i_search_glay.png);
}

.siteheader .lang {
    position: relative;
    cursor: pointer;
}


.siteheader .topr {
    display: flex;
    justify-content: space-between;
}

.siteheader .topr .logo {
    display: flex;
    align-items: center;
}

.siteheader .topr .menur .item .w {
    display: flex;
    align-items: center;
    transition: all .2s ease-in-out;
}

.siteheader .topr .menur .item .w .jt {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 10px;
    font-size: 0;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/i_jt_xia_glay.png);
}

.siteheader .topr .menur .item .w .lik {
    display: inline-block;
}

.siteheader .topr .menur .submenu li {
    margin-top: 10px;
}

.siteheader .topr .menur .submenu li:first-child {
    margin-top: 0;
}


.siteheader .infotopr .lang a:hover {
    color: var(--color-primary);
}


.siteheader .topr .menur .item .submenu {
    font-weight: normal;
}


@media (min-width: 961px) {
    .headerhhh {
        margin-top: 81px;
    }

    .siteheader .topr .logo img {
        height: 50px;
    }

    .siteheader .topr .mmenummenu {
        display: block !important;
        position: relative;
    }

    .siteheader .topr .menur {
        display: flex;
    }

    .siteheader .topr .menur .item {
        position: relative;
    }

    .siteheader .topr .menur .item:first-child {
        margin-left: 0;
    }

    .siteheader .topr .menur .item .w .lik {
        padding: 0 16px;
    }

    .siteheader .topr .menur .item .w.hasChild .lik {
        padding-right: 34px;
    }

    .siteheader .topr .menur .submenu {
        display: none;
        position: absolute;
        left: 50%;
        top: 100%;
        z-index: 106;
        min-width: 100%;
        white-space: nowrap;
        padding: 20px 14px;
        text-align: center;
        transform: translateX(-50%);
        background-color: var(--color-primary);
    }

    .siteheader .topr .menur .submenu a,
    .siteheader .topr .menur .submenu span,
    .siteheader .topr .menur .submenu a:hover {
        color: var(--color-primary-white);
    }

    .siteheader .topr .menur .submenu a:hover {
        opacity: .8;
    }


    .siteheader .topr .menur .item .w .jt {
        position: absolute;
        right: 12px;
        top: 50%;
        margin-top: -10px;
        transition: all .2s ease-in-out;
    }

    .siteheader .topr .menur .item .w .lik {
        line-height: 80px;
        white-space: nowrap;
        cursor: pointer;
    }

    .siteheader .topr .menur .item.current .w,
    .siteheader .topr .menur .item:hover .w {
        background-color: var(--color-primary);
    }

    .siteheader .topr .menur .item.current .w>.lik,
    .siteheader .topr .menur .item:hover .w>.lik {
        color: var(--color-primary-white);
    }

    .siteheader .topr .menur .item:hover .w .jt,
    .siteheader .topr .menur .item.current .w .jt {
        background-image: url(../images/i_jt_xia_white.png);
    }

}


@media (min-width: 961px) {
    .siteheader .topr .menur .item {
        margin-left: 1vw;
    }

    .siteheader .infotopr,
    .siteheader .infotopr .getinfoall {
        margin-left: 2vw;
    }

    .siteheader {
        font-size: 16px;
    }

    .siteheader .topr .menur .submenu {
        font-size: 14px;
    }

}

@media (min-width: 1601px) {
    .siteheader {
        font-size: 20px;
    }

    .siteheader .topr .menur .submenu {
        font-size: 18px;
    }
}

@media (min-width: 2001px) {
    .siteheader .topr .menur .item {
        margin-left: 20px;
    }

    .siteheader .infotopr,
    .siteheader .infotopr .getinfoall {
        margin-left: 60px;
    }
}

@media (max-width: 1200px) and (min-width: 961px) {
    .siteheader {
        font-size: 14px;
    }

    .siteheader .topr .logo img {
        height: 40px;
    }

    .siteheader .topr .menur .item {
        margin-left: 0;
    }

    .siteheader .infotopr,
    .siteheader .infotopr .getinfoall {
        margin-left: 16px;
    }

    .siteheader .topr .menur .item .w .jt {
        width: 10px;
        height: 10px;
    }

    .siteheader .searchbxtr .lk {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 960px) {
    .siteheader .infotopr .getinfoall {
        margin-left: 16px;
    }

    .siteheader .topr .logo img {
        height: 34px;
    }

    .siteheader,
    .siteheader .topr,
    .headerhhh {
        height: 50px;
    }

    .siteheader .rightr {
        margin-right: 68px;
    }

    .siteheader #mmenu {
        display: none;
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        padding: 20px;
        padding-bottom: 20px;
        height: calc(100% - 50px);
        overflow: auto;
        background: var(--color-primary-white);
        box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    }

    .siteheader .menur .item {
        margin-top: 26px;
    }

    .siteheader .menur .item:first-child {
        margin-top: 0;
    }

    .siteheader .topr .menur,
    .siteheader .lang {
        font-size: 16px;
    }

    .siteheader .topr .menur .item .w {
        justify-content: space-between;
    }

    .siteheader .topr .menur .item .w .jt {
        width: 24px;
        height: 24px;
        margin: 0;
        background-size: 16px;
        transition: all .2s ease-in-out;
    }

    .siteheader .topr .menur .item .w .jt.active {
        top: 2px;
        transform: rotate(180deg);
    }

    .siteheader .topr .menur .submenu {
        padding-top: 14px;
        display: none;
        padding-left: 24px;
        font-size: 14px;
        font-weight: normal;
    }

    .siteheader .searchbxtr .lk {
        width: 24px;
        height: 24px;
    }

    .siteheader .topr .menur .item.current .w>.lik,
    .siteheader .topr .menur .item:hover .w>.lik,
    .siteheader .topr .menur .item .submenu a:hover {
        color: var(--color-primary);
    }
}




/* footer */
.sitefooter {
    position: relative;
    z-index: 5;
    background-color: var(--color-primary);
}

.sitefooter,
.sitefooter a {
    color: var(--color-primary-white);
}

.sitefooter a:hover {
    opacity: .8;
}

.sitefooter .fboxr {
    position: relative;
}

.sitefooter .fboxr .fmore,
.sitefooter .fboxr .finfor {
    margin-top: 20px;
}

.sitefooter .fboxr .menur .submenu p,
.sitefooter .fboxr .finfor p {
    margin: 0;
}

.sitefooter .fboxr .menur .jt {
    display: none;
}

.sitefooter .fboxr .menur .submenu img {
    max-width: 90px;
}


.sitefooter .fcopyright {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
    border-top: 1px solid rgba(255, 255, 255, .4);
}

.sitefooter .fcopyright .info a {
    text-decoration: underline;
}

.sitefooter .fcopyright .w2 .lkr {
    margin-right: 14px;
}

.sitefooter .fcopyright .w2 .lkr:last-child {
    margin-right: 0;
}

.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 89;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
}

.cookie .mak {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.cookie .cookie-box {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    width: 100%;
    padding: 20px 0;
    background: #fff;
}

.cookie .cookie-box .cgtitle40 {
    margin: 0;
    padding: 0;
}

.cookie .cookie-box .t {
    margin-top: 10px;
    line-height: 22px;
    font-size: 14px;
}

.cookie .cookie-box .t a {
    color: var(--color-primary);
}

.cookie .cookie-box .btn-list {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.cookie .cookie-box .btn-list .btns {
    padding: 0.8vw 2vw;
    border: 1px solid var(--color-primary);
    border-radius: 20px;
    line-height: 1;
    color: var(--color-primary-white);
    background-color: var(--color-primary);
    margin-right: 1.6vw;
    cursor: pointer;
    transition: all 0.5s;
    text-align: center;
}

.cookie .cookie-box .btn-list .btns:last-child {
    margin-right: 0;
}

.cookie .cookie-box .btn-list .btns:hover {
    opacity: .9;
}

.cookie.act {
    height: 0;
    top: 100vh;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}


@media (max-width: 960px) {

    .cookie .cookie-box .t {
        width: 100%;
        margin-bottom: 20px;
    }

    .cookie .cookie-box .btn-list .btns {
        padding: 10px 20px;
        margin-right: 10px;
        border-radius: 20px;
    }
}

@media (min-width: 961px) {

    .sitefooter .fcopyright .container,
    .sitefooter .fboxr .container {
        display: flex;
        justify-content: space-between;
    }

    .sitefooter .fboxr .container .leftr {
        max-width: 320px;
        width: 24%;
        display: flex;
        align-items: center;
    }

    .sitefooter .fboxr {
        padding-top: 3.4vw;
        padding-bottom: 3vw;
    }

    .sitefooter .fboxr .finfor {
        margin-top: 30px;
    }

    .sitefooter .fboxr .menur {
        flex: 1;
        padding-left: 7vw;
        display: flex;
        justify-content: space-between;
    }

    .sitefooter .fboxr .menur .submenu p,
    .sitefooter .fboxr .menur .item .subit {
        margin-top: 10px;
    }

}

@media (max-width: 960px) {
    .sitefooter .fboxr .menur .item {
        display: none;
    }

    .sitefooter .fboxr .menur .item_contact {
        display: block !important;
        margin-top: 24px;
    }

    .sitefooter .fboxr .menur .submenu p {
        margin-top: 6px;
    }

    .sitefooter .fboxr .menur .submenu img {
        width: 120px;
    }

    .sitefooter .fboxr {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sitefooter .fboxr .flogo img {
        max-width: 70%;
    }

    .sitefooter .fcopyright .w {
        margin-top: 8px;
    }
}




.morelk_lkr {
    display: inline-block;
    padding: 0;
    border: none;
}

.morelk_lkr .lk {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 20px;
    padding-right: 14px;
    color: var(--color-primary-white);
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    overflow: hidden;
}

.morelk_lkr .lk::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    background-color: var(--color-primary-white);
    transition: all .6s ease-in-out;
}

.morelk_lkr .lk .w {
    display: block;
    position: relative;
    z-index: 3;
}

.morelk_lkr .sst {
    position: relative;
    z-index: 5;
    width: 24px;
    height: 24px;
    font-size: 0;
    font-weight: normal;
    transition: all .3s ease-in-out;
    transition-delay: .2s;
    background-repeat: no-repeat;
    margin-left: 6px;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-image: url(../images/i_jt_right_white.png);
}


/* .morelk_lkr .lk:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
}
.morelk_lkr .lk:hover::after {
    width: 100%;
}
.morelk_lkr .lk:hover .sst {
    background-image: url(../images/i_jt_right_blue.png);
} */



/* .homeabout .morelk_lkr .lk:hover, */
.homeabout .morelk_lkr .lk {
    color: var(--color-primary-white);
    border-color: var(--color-primary-white);
    background-color: transparent;
}

/* .homeabout .morelk_lkr .lk:hover::after, */
.homeabout .morelk_lkr .lk::after {
    background-color: transparent;
}

/* .homeabout .morelk_lkr .lk:hover .sst {
    background-image: url(../images/i_jt_right_white.png);
} */



.banner-right,
.banner-left {
    z-index: 5;
    outline: none;
    font-size: 0;
    text-align: center;
    font-style: normal;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    user-select: none;
    background-repeat: no-repeat;
    background-position: center;
}


.bannerbusjtin.banner-left,
.bannerbusjtin.banner-right {
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-primary);
    background-image: url(../images/i_jt_zuo_blue.png);
    background-size: contain;
}

.bannerbusjtin.banner-right {
    transform: rotate(180deg)
}

.bannerbusjtin.banner-right:hover,
.bannerbusjtin.banner-left:hover {
    background-color: var(--color-primary);
    background-image: url(../images/i_jt_zuo_white.png);
}


.bannerwrapper {
    position: relative;
}

.bannerwrapper .contentwrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.bannerwrapper .contentwrap,
.bannerwrapper .contentwrap a {
    color: var(--color-primary-white);
}

.cgtitle24,
.cgtitle20,
.cgtitle64 {
    padding: 0;
    margin: 0;
}


.bannerwrapper .banner-left.swiper-button-disabled,
.bannerwrapper .banner-right.swiper-button-disabled {
    opacity: .2;
}

.banner-page {
    z-index: 6;
    height: 10px;
    text-align: center;
}

.banner-page .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    border-radius: 10px;
    opacity: .4;
    background-color: #333;
    transition: all .2s ease-in-out;
    caret-color: transparent !important;
    outline: none;
}

.banner-page .swiper-pagination-bullet-active {
    width: 40px;
    opacity: 1;
    background-color: var(--color-primary) !important;
}



.bannerwrapper .banner-right,
.bannerwrapper .banner-left {
    position: absolute;
    top: 50%;
}

/* .homebanner .swiper-slide-active .gallery img,
.homebanner .swiper-slide-duplicate-active .gallery img {
    transition: 5s linear;
    transform: scale(1.06, 1.06);
} */

.homebanner .banner-page {
    position: absolute;
}

.homebanner .banner-page .swiper-pagination-bullet {
    opacity: 1;
    background-color: var(--color-primary-white);
}




.tptitle {
    text-align: center;
}

.tptitle .cgtitle40,
.tptitle .cgtitle32 {
    position: relative;
    padding: 0;
    margin: 0;
}
.join_salary .tptitle .cgtitle24 {
    margin-top: 10px;
    font-weight: normal;
}

.tptitle_line .cgtitle40 {
    display: inline-block;
    padding-bottom: 6px;
}

.tptitle_line .cgtitle40::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 54%;
    margin-left: -23%;
    height: 2px;
    background-color: #333;
}

.tptitle .cgtitle32 {
    color: #949494;
}

.tpdesc {
    max-width: 1218px;
    margin: auto;
    margin-top: 20px;
    line-height: 2;
    text-align: center;
}

.homeabout .tptitle {
    text-align: left;
}

.homeabout .tptitle_line .cgtitle40::after {
    left: 0;
    margin-left: 0;
    background-color: var(--color-primary-white);
}


.ijtbox {
    display: flex;
    justify-content: center;
}

.ijtbox .banner-right {
    margin-left: 16px;
}

.backgroundcover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


@media (min-width: 961px) {

    .bannerwrapper .banner-left,
    .bannerwrapper .banner-right {
        margin-top: -20px;
    }

    .bannerwrapper .banner-left {
        left: 5%;
    }

    .bannerwrapper .banner-right {
        right: 5%;
    }

    .homebanner .banner-page {
        bottom: 36px;
    }

    .homeproducts,
    .homenews,
    .homeabout {
        padding-top: 5vw;
        padding-bottom: 7vw;
    }

    .homeproducts .tablistr_sh {
        margin-top: 5vw;
    }

    .homenews .tablistr_sh {
        margin-top: 3vw;
    }

    .morelk_lkr .lk,
    .morelk_lkr .lk::after {
        border-radius: 40px;
    }

    .morelk_lkr .lk {
        min-width: 110px;
        height: 52px;
        line-height: 50px;
    }

    .morelk_lkr .sst {
        width: 40px;
        height: 40px;
    }
}


@media (max-width: 960px) {

    .morelk_lkr .lk,
    .morelk_lkr .lk::after {
        border-radius: 20px;
    }

    .morelk_lkr .lk {
        min-width: 100px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 34px;
    }

    .homeproducts,
    .homenews,
    .homeabout {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .homeproducts .tablistr_sh,
    .homenews .tablistr_sh {
        margin-top: 20px;
    }

    .homebanner .banner-page {
        bottom: 10px;
    }

    .banner-page .swiper-pagination-bullet {
        width: 14px;
        height: 4px;
    }

    .banner-page .swiper-pagination-bullet-active {
        width: 20px;
    }

    .bannerbusjtin.banner-left,
    .bannerbusjtin.banner-right,
    .bannerwrapper .banner-left,
    .bannerwrapper .banner-right {
        width: 30px;
        height: 30px;
    }

    .bannerwrapper .banner-left,
    .bannerwrapper .banner-right {
        margin-top: -15px;
    }

    .bannerwrapper .banner-left {
        left: 5%;
    }

    .bannerwrapper .banner-right {
        right: 5%;
    }
}

.about_profile_02 .listr {
    display: flex;
}

.about_profile_02 .itemr {
    display: inline-block;
    text-align: center;
}

@media (min-width: 961px) {
    .about_profile_02 .itemr {
        margin-right: 12%;
    }

    .about_profile_02 .itemr:last-child {
        margin-right: 0;
    }

    .about_profile_02 .itemr .text {
        margin-top: 10px;
    }
}

@media (max-width: 960px) {
    .about_profile_02 .listr {
        justify-content: space-between;
    }

    .about_profile_02 .itemr .text {
        margin-top: 4px;
    }
}


/* homebanner */

.homebanner {
    position: relative;
}

.bannerwrapper .gallery img {
    display: block;
    position: relative;
    width: 100%;
    transition: .5s linear 1s;
    transform: scale(1, 1);
}


.homebanner .swiper-slide .gallery {
    position: relative;
}





/* homeproducts */
.homeproducts {
    background: rgba(40, 50, 130, 0.03);
}

.homeproducts .container1546 {
    margin: auto;
}

.homeproducts .tablistr_sh .itemr {
    position: relative;
    top: 0;
    padding: 18px;
    background-color: #F0F1F6;
    border-radius: 20px;
    transition: all .3s ease-in-out;
}

.homeproducts .tablistr_sh .itemr .lkrr {
    height: 100%;
}

.homeproducts .tablistr_sh .itemr .gallery {
    display: block;
}

.homeproducts .tablistr_sh .itemr .gallery img {
    display: block;
    width: 100%;
    border-radius: 15px;
}

.homeproducts .tablistr_sh .itemr .infor {
    margin-top: 14px;
}

.homeproducts .tablistr_sh .itemr .desc .t {
    margin-top: 6px;
}

.homeproducts .tablistr_sh .itemr .desc .t a {
    display: block;
    position: relative;
    padding-left: 6px;
    line-height: 24px;
}

.homeproducts .tablistr_sh .itemr .desc .t a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
}

.homeproducts .tablistr_sh .itemr:hover {
    box-shadow: 0px 4px 4px 0px rgba(29, 38, 117, 0.3);
}

.homeproducts .tablistr_sh .itemr .desc .t a:hover {
    color: var(--color-primary);
}

.homeproducts .tablistr_sh .itemr .desc .t a:hover::before {
    background-color: var(--color-primary);
}

@media (min-width: 961px) {
    .homeproducts .container1546 {
        max-width: 1546px;
        width: 80%;
    }

    .homeproducts .tablistr_sh {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 3.4vw;
    }

    .homeproducts .tablistr_sh .itemr .cgtitle24 {
        color: var(--color-primary);
    }

    .homeproducts .tablistr_sh .itemr:hover {
        top: -2vw;
    }
}


@media (max-width: 960px) and (min-width: 481px) {
    .homeproducts .tablistr_sh {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .homeproducts .tablistr_sh .itemr:last-child {
        display: none;
    }
}

@media (max-width: 480px) {
    .homeproducts .tablistr_sh .itemr {
        margin-top: 20px;
    }

    .homeproducts .tablistr_sh .itemr:first-child {
        margin-top: 0;
    }
}





/* homeabout */
.homeabout {
    background-image: url(../images/home_about_bj.png);
}

.homeabout,
.homeabout a {
    color: var(--color-primary-white);
}

.homeabout .contentr {
    max-width: 1104px;
    line-height: 2;
}


@media (min-width: 961px) {
    .homeabout .contentr {
        margin-top: 30px;
    }

    .homeabout .infor,
    .homeabout .about_profile_02 {
        margin-top: 50px;
    }

    .homeabout .infor {
        margin-top: 50px;
    }

    .homeabout .ismorebx {
        margin-top: 80px;
    }
}

@media (min-width: 1601px) {
    .homeabout .infor {
        margin-top: 80px;
    }
}

@media (max-width: 960px) {
    .homeabout .contentr {
        margin-top: 20px;
    }

    .homeabout .ismorebx,
    .homeabout .about_profile_02 {
        margin-top: 26px;
    }
}




/* homenews */
.homenews {
    background-image: url(../images/home_news_bj.png);
}

.homenews .tablistr_sh .lkrr {
    display: block;
    border-radius: 22px;
    transition: all .3s ease-in-out;
}

.homenews .tablistr_sh .infor {
    margin-top: 20px;
}

.homenews .tablistr_sh .desc {
    margin-top: 14px;
}

.homenews .tablistr_sh .cgtitle24,
.homenews .tablistr_sh .tmore {
    margin-top: 10px;
}

.homenews .tablistr_sh .tmore .w {
    position: relative;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/i_jt_right_white.png);
}



@media (min-width: 961px) {
    .homenews .tablistr_sh .ijtbox {
        margin-top: 3.6vw;
    }

    .homenews .tablistr_sh .lkrr {
        padding: 34px;
    }

    .homenews .tablistr_sh .gallery,
    .homenews .tablistr_sh .gallery img {
        border-radius: 20px;
    }

    .homenews .tablistr_sh .tmore {
        margin-top: 40px;
        opacity: 0;
    }

    .homenews .tablistr_sh .lkrr:hover {
        background-color: var(--color-primary);
        color: var(--color-primary-white);
    }

    .homenews .tablistr_sh .lkrr:hover .tmore {
        opacity: 1;
    }
}

@media (max-width: 960px) {
    .homenews .tablistr_sh .ijtbox {
        margin-top: 30px;
    }

    .homenews .tablistr_sh .gallery,
    .homenews .tablistr_sh .gallery img {
        border-radius: 14px;
    }

    .homenews .tablistr_sh .lkrr:hover {
        color: var(--color-primary);
    }
}






.positionii {
    position: relative;
    line-height: 30px;
    text-align: right;
    box-shadow: 0px 1px 5px 0px rgba(176, 176, 176, 0.25);
}

.positionii,
.positionii a {
    color: #888;
}

.positionii a:hover {
    color: var(--color-primary);
}

.positionii .container>img {
    margin: 0 5px;
}

.positionii img {
    vertical-align: middle;
}

.positionii a {
    display: inline-block;
    transition: all .2s;
}

.positionii .container .homelik img {
    opacity: 0;
}

.positionii .container .homelik {
    width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/a_icon_home_blue.png);
    transition: all .3s ease-in-out;
}

.navitemswrapper {
    box-shadow: 0px 1px 5px 0px rgba(176, 176, 176, 0.25);
}

.products_navitems .submenu .subit,
.navitemswrapper .submenu .subit {
    text-align: center;
}

.products_navitems .submenu .subit a,
.navitemswrapper .submenu .subit a {
    display: block;
    position: relative;
}

.about_profile_topr video {
    border-radius: 20px;
}


.about_profile_sfou {
    color: var(--color-primary-white);
    background-color: var(--color-primary);
}

.about_profile_sfou .about_profile_02 .listr {
    justify-content: space-between;
}




@media (min-width: 961px) {
    .positionii {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .products_navitems .submenu ul,
    .navitemswrapper .submenu ul {
        display: flex;
        flex-wrap: wrap;
    }

    .navitemswrapper .submenu .subit {
        flex: auto;
    }

    .navitemswrapper .submenu .subit a {
        padding-top: 20px;
        padding-bottom: 14px;
    }

    .navitemswrapper .submenu .subit a::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 2px;
        transform: translateX(-50%);
        background-color: var(--color-primary);
        transition: all .3s ease-in-out;
    }

    .navitemswrapper .submenu .subit a:hover::after,
    .navitemswrapper .submenu .subit.current a::after {
        width: 100%;
    }

    .navitemswrapper .submenu .subit a:hover,
    .navitemswrapper .submenu .subit.current a {
        color: var(--color-primary);
    }

    .about_profile_topr,
    .employee_profile_wrap {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

    .about_profile_topr .fboxr {
        display: flex;
        justify-content: flex-end;
    }

    .about_profile_topr .leftr {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        padding-right: 30px;
        height: 100%;
        overflow: auto;
    }

    .about_profile_topr .rightr {
        width: 44%;
    }

    .about_profile_sfou {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}

@media (max-width: 960px) {
    .positionii {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navitemswrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .products_navitems .submenu ul,
    .navitemswrapper .submenu ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .products_navitems .submenu .subit a,
    .navitemswrapper .submenu .subit a {
        padding: 8px 5px;
        border-radius: 5px;
        background-color: #ECECEC;
    }

    .navitemswrapper .submenu .subit a:hover,
    .navitemswrapper .submenu .subit.current a {
        color: var(--color-primary-white);
        background-color: var(--color-primary);
    }

    .about_profile_sfou {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .versions_wrap,
    .details_wrap,
    .products_wrap,
    .development_history_wrap,
    .company_culture_wrap,
    .about_profile_topr,
    .employee_profile_wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .details_wrap,
    .development_history_wrap {
        padding-bottom: 40px;
    }

    .about_profile_topr .rightr,
    .development_history_wrap .tablistr_sh,
    /* .company_culture_wrap .tablistr_sh, */
    .employee_profile_wrap .tablistr_sh,
    .employee_profile_wrap .ijtbox {
        margin-top: 20px;
    }
}






.employee_profile_wrap .swiper-slide img {
    transform: scale(0.8);
    transition: all .3s ease-in-out;
}

.employee_profile_wrap .swiper-slide-active img {
    transform: scale(1);
}



@media (min-width: 961px) {
    .development_history_wrap .tablistr_sh {
        margin-top: 5vw;
    }

    .employee_profile_wrap .tablistr_sh {
        margin-top: 2.6vw;
    }

    .employee_profile_wrap .ijtbox {
        margin-top: 40px;
    }
}

@media (max-width: 960px) {}






.company_culture_wrap {
    background-image: url(../images/company_culture_bj.png);
}

.company_culture_wrap .tptitle,
.company_culture_wrap .tptitle .cgtitle32 {
    color: var(--color-primary-white);
}

.company_culture_wrap,
.company_culture_wrap a {
    color: var(--color-primary-white);
}

.company_culture_wrap .tablistr_sh .itemr {
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.51);
}

.company_culture_wrap .tablistr_sh .unit {
    text-align: center;
}

.company_culture_wrap .tablistr_sh .zdesc {
    margin-top: 10px;
}

.company_culture_wrap .company_culture_list .itemr {
    text-align: center;
}

.company_culture_wrap .company_culture_list .itemr .ztitle_x {
    font-weight: bold;
}

.company_culture_wrap .company_culture_list .itemr .ztitle_x .t {
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}

.company_culture_wrap .company_culture_list .itemr .ztitle_x .t::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 4px;
    width: 0%;
    transform: translateX(-50%);
    background-color: var(--color-primary-white);
    transition: all .3s ease-in-out;
    opacity: 0;
}

.company_culture_wrap .company_culture_list .itemr .zcont_x {
    max-width: 320px;
    margin: auto;
    margin-top: 18px;
}

.company_culture_wrap .company_culture_list .itemr:hover .ztitle_x .t::after {
    opacity: 1;
    width: 90%;
}

@media (min-width: 961px) {

    /* .company_culture_wrap, */
    .development_history_wrap {
        padding-top: 6vw;
        padding-bottom: 6vw;
    }

    .company_culture_wrap .tablistr_sh {
        margin-top: 5vw;
        display: flex;
    }

    .company_culture_wrap .company_culture_list {
        display: flex;
        min-height: 33.3vw;
    }

    .company_culture_wrap .company_culture_list .itemr {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33.33%;
        font-size: 16px;
        border-right: 1px solid var(--color-primary-white);
        transition: all .3s ease-in-out;
    }

    .company_culture_wrap .tablistr_sh .itemr {
        position: relative;
        width: 24%;
        width: 32%;
        margin-right: 4%;
        padding: 30px;
    }

    .company_culture_wrap .company_culture_list .itemr:last-child {
        border-right: none;
    }

    .company_culture_wrap .company_culture_list .itemr:last-child,
    .company_culture_wrap .tablistr_sh .itemr:last-child {
        margin-right: 0;
    }

    .company_culture_wrap .company_culture_list .itemr.current,
    .company_culture_wrap .tablistr_sh .itemr.current {
        width: 58%;
    }

    .company_culture_wrap .company_culture_list .itemr:hover {
        background-color: #0000004d;
    }

    .company_culture_wrap .tablistr_sh .unit {
        padding-top: 3vw;
        padding-bottom: 3vw;
    }

    .company_culture_wrap .tablistr_sh .unit .ztitle {
        margin-top: 30px;
    }

    .company_culture_wrap .company_culture_list .itemr .hover,
    .company_culture_wrap .tablistr_sh .itemr,
    .company_culture_wrap .tablistr_sh .unit,
    .company_culture_wrap .tablistr_sh .hover {
        transition: all .3s ease-in-out;
    }

    .company_culture_wrap .tablistr_sh .hover {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
    }

    .company_culture_wrap .tablistr_sh .hover .hasScrollbar {
        height: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
    }

    .company_culture_wrap .company_culture_list .itemr .hover {
        max-height: 0;
        overflow: hidden;
    }

    .company_culture_wrap .company_culture_list .itemr:hover .hover {
        max-height: 400px;
    }

    .company_culture_wrap .tablistr_sh .itemr .hover,
    .company_culture_wrap .tablistr_sh .itemr:hover .unit {
        opacity: 0;
    }

    .company_culture_wrap .tablistr_sh .itemr:hover .hover {
        opacity: 1;
    }
}

@media (max-width: 960px) {
    .company_culture_wrap .tablistr_sh .hover .ztitle {
        display: none;
    }

    .company_culture_wrap .tablistr_sh .itemr {
        padding: 20px;
        margin-top: 20px;
    }

    .company_culture_wrap .tablistr_sh .itemr:first-child {
        margin-top: 0;
    }

    .company_culture_wrap .tablistr_sh .unit .ztitle {
        margin-top: 10px;
    }

    .company_culture_wrap .tablistr_sh .unit .zdesc {
        font-size: 14px;
    }

    .company_culture_wrap .company_culture_list .itemr {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--color-primary-white);
    }

    .company_culture_wrap .company_culture_list .itemr:last-child {
        border-bottom: none;
    }

    .company_culture_wrap .company_culture_list .itemr .ztitle_x .t {
        padding-bottom: 6px;
    }

    .company_culture_wrap .company_culture_list .itemr .ztitle_x .t::after {
        opacity: 1;
        width: 90%;
        height: 2px;
    }
}







.development_history_wrap {
    background-image: url(../images/development_history_bj.png);
}

.development_history_wrap .tablistr_sh {
    position: relative;
}

.development_history_wrap .tablistr_sh .desc img {
    vertical-align: middle;
}

.development_history_wrap .devel_botm {
    position: relative;
    text-align: center;
}

.development_history_wrap .devel_botm::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    border-bottom: 10px solid;
    border-image: linear-gradient(90deg, rgba(29, 38, 117, 0), rgba(29, 38, 117, 0.4), rgba(29, 38, 117, 1), rgba(29, 38, 117, 0.4), rgba(29, 38, 117, 0)) 10 10;
}

.development_history_wrap .banner-left,
.development_history_wrap .banner-right {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

/* .development_history_wrap .bannerbusjtin.swiper-button-disabled:hover,
.development_history_wrap .bannerbusjtin.swiper-button-disabled {
    border-color: rgba(69,69,69,0.12);
    background-image: url(../images/i_jt_zuo_glay.png);
    background-color: transparent;
} */





.development_history_wrap .devel_botm .years_txt {
    height: 40px;
    line-height: 40px;
    margin-bottom: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.development_history_wrap .devel_botm .dot {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 0;
    transition: all .3s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/i_dot.png);
}

.development_history_wrap .devel_botm .active .years_txt {
    font-size: 0;
    background-image: url(../images/i_post.png);
}

.development_history_wrap .devel_botm .active .dot {
    background-image: url(../images/i_dot_ac.png);
}

@media (min-width: 961px) {
    /* .development_history_wrap .tablistr_sh {
        margin-top: 6vw;
    } */

    .development_history_wrap .banner-left,
    .development_history_wrap .banner-right {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .development_history_wrap .tablistr_sh .dlistr {
        display: flex;
    }

    .development_history_wrap .tablistr_sh .leftr {
        width: 30%;
        border-right: 1px solid rgba(29, 38, 117, 0.36);
        text-align: center;
    }

    .development_history_wrap .tablistr_sh .rightr {
        width: 70%;
        padding-left: 5%;
    }

    .development_history_wrap .tablistr_sh .years_txt {
        line-height: 4.2vw;
        font-size: 4.2vw;
    }

    .development_history_wrap .tablistr_sh .morelk_lkr {
        margin-top: 26px;
    }

    .development_history_wrap .devel_botm {
        margin-top: 5vw;
    }

    .development_history_wrap .devel_botm .boxr {
        padding-bottom: 20px;
        cursor: pointer;
    }

    .development_history_wrap .devel_botm .dot {
        margin-left: -12px;
        width: 24px;
        height: 24px;
    }
}

@media (min-width: 1601px) {
    .development_history_wrap .banner-left {
        left: 6vw;
    }

    .development_history_wrap .banner-right {
        right: 6vw;
    }

    .development_history_wrap .devel_botm {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

@media (min-width: 2001px) {
    .development_history_wrap .tablistr_sh .years_txt {
        line-height: 100px;
        font-size: 80px;
    }
}

@media (max-width: 1600px) and (min-width: 961px) {
    .development_history_wrap .banner-left {
        left: 3vw;
    }

    .development_history_wrap .banner-right {
        right: 3vw;
    }

    .development_history_wrap .devel_botm {
        padding-left: 3vw;
        padding-right: 3vw;
    }
}

@media (max-width: 960px) {

    .development_history_wrap .banner-left,
    .development_history_wrap .banner-right {
        top: auto;
        bottom: -86px;
        margin-top: 0;
        background-color: var(--color-primary-white);
    }

    .development_history_wrap .banner-left {
        left: 10px;
    }

    .development_history_wrap .banner-right {
        right: 10px;
    }

    .development_history_wrap .devel_botm {
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 26px;
    }

    .development_history_wrap .devel_botm::after {
        bottom: 3px;
        border-width: 5px;
    }

    .development_history_wrap .devel_botm .dot {
        margin-left: -6px;
        width: 12px;
        height: 12px;
    }

    .development_history_wrap .tablistr_sh .leftr {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .development_history_wrap .tablistr_sh .years_txt {
        line-height: 30px;
        font-size: 18px;
    }

    .development_history_wrap .tablistr_sh .morelk_lkr {
        /* margin-top: 8px; */
        margin-top: 0;
    }

    .development_history_wrap .tablistr_sh .rightr {
        margin-top: 20px;
    }

    .development_history_wrap .devel_botm .years_txt {
        background-size: 20px;
    }
}


.development_wrap {
    /* background-position: top center; */
    background-image: url(../images/development_wrap_bj.png);
}

.development_wrap .developlistr::after {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 60px;
    width: 1px;
    background-color: #D9D9D9;
}

.development_wrap .developlistr .itemr .leftr {
    width: 60px;
    flex: 0 0 60px;
}

.development_wrap .developlistr .itemr .rightr {
    flex: 1;
    padding-left: 20px;
}

.development_wrap .developlistr .boxr {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.development_wrap .developlistr .itemr {
    position: relative;
    z-index: 3;
}

.development_wrap .developlistr .itemr .leftr {
    position: relative;
    color: var(--color-primary);
}

.development_wrap .developlistr .itemr .leftr::after {
    content: '';
    position: absolute;
    right: -3px;
    top: 0;
    width: 4px;
    height: 26px;
    background-color: var(--color-primary);
}

.development_wrap .developlistr .itemr .rightr .desc {
    border-bottom: 1px dashed var(--color-primary);
}




@media (min-width: 961px) {
    .development_wrap .developlistr {
        padding-bottom: 6vw;
    }

    .development_wrap .developlistr::after {
        top: 60px;
        left: 130px;
    }

    .development_wrap .developlistr .itemr .leftr {
        width: 130px;
        flex: 0 0 130px;
    }

    .development_wrap .developlistr .itemr .rightr {
        padding-left: 40px;
    }

    .development_wrap .developlistr .itemr {
        padding-top: 60px;
    }

    .development_wrap .developlistr .itemr .rightr .desc {
        padding-bottom: 60px;
    }

    .development_wrap .developlistr .itemr .leftr .year_text {
        line-height: 32px;
    }
}

@media (max-width: 960px) {
    .development_wrap .developlistr {
        padding-bottom: 40px;
    }

    .development_wrap .developlistr .itemr {
        padding-top: 30px;
    }

    .development_wrap .developlistr .itemr .rightr .desc {
        padding-bottom: 30px;
    }

    .development_wrap .developlistr .itemr .leftr::after {
        width: 2px;
        height: 20px;
        right: -2px;
    }
}






.productsbanner .contentwrap .infor_prod .leftr {
    color: #000;
    text-align: left;
}

.productsbanner .contentwrap .infor_prod .leftr .desc {
    margin-top: 10px;
}

.productsbanner .contentwrap .infor_prod .leftr .desc p {
    margin: 0;
}

.productsbanner .contentwrap .infor_prod .leftr .cgtitle24 {
    position: relative;
    padding-bottom: 6px;
    color: var(--color-primary);
}

.productsbanner .contentwrap .infor_prod .leftr .cgtitle24::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    height: 2px;
    background-color: var(--color-primary);
}



.products_navitems .submenu .subit a {
    background: #ECECEC;
    border-radius: 6px;
}

.products_navitems .submenu .subit.current a,
.products_navitems .submenu .subit a:hover {
    color: var(--color-primary-white);
    background-color: var(--color-primary);
}

.productslistr_inne {
    position: relative;
}

.productslistr_inne .itemr {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .3s ease-in-out;
}

.productslistr_inne .itemr .gallery a {
    display: block;
}

.productslistr_inne .itemr .gallery img {
    transition: all .3s ease-in-out;
}

.productslistr_inne .itemr .contentr .cgtitle24,
.productslistr_inne .itemr .contentr .cgtitle24 a {
    color: var(--color-primary);
}

.productslistr_inne .itemr .contentr .desc {
    margin-top: 12px;
    margin-bottom: 20px;
}


.innerbanner .gallery video {
    display: block;
    width: 100%;
    /* object-fit: cover; */
}

@media (min-width: 961px) {

    .versions_wrap,
    .details_wrap,
    .products_wrap {
        padding-top: 4.6vw;
        padding-bottom: 5vw;
    }

    .bannerwrapper .contentwrap .infor_prod {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bannerwrapper .contentwrap .infor_prod .leftr {
        width: 33%;
    }

    .bannerwrapper .contentwrap .infor_prod .pic {
        /* width: 62%;
        max-width: 860px; */
        width: 48%;
        max-width: 568px;
        margin-right: 6%;
    }
    .bannerwrapper .contentwrap .infor_prod .pic img {
        max-height: 25vw;
    }

    .bannerwrapper .contentwrap .infor_prod .leftr .cgtitle24 {
        padding-bottom: 20px;
    }

    .bannerwrapper .contentwrap .infor_prod .leftr .cgtitle24::after {
        height: 4px;
    }

    .bannerwrapper .contentwrap .infor_prod .leftr .desc {
        margin-top: 20px;
        font-size: 16px;
    }

    .innerbanner .gallery video {
        max-height: 31vw;
    }

    .products_navitems {
        margin-top: 3vw;
        margin-bottom: 3vw;
    }

    .products_navitems .submenu ul {
        justify-content: space-between;
    }

    .products_navitems .submenu .subit {
        min-width: 20%;
    }

    .products_navitems .submenu .subit a {
        padding: 10px 20px;
    }

    .productslistr_inne .itemr {
        padding-top: 3vw;
        padding-bottom: 3vw;
    }

    .productslistr_inne .itemr:hover {
        background-color: rgba(29, 38, 117, 0.03);
    }

    /* .productslistr_inne .itemr:hover .gallery img {
        box-shadow: 0px 2px 8px 0px rgba(124, 124, 124, 0.2);
    } */
}

@media (min-width: 481px) {
    .productslistr_inne .itemr .boxr {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .productslistr_inne .itemr .gallery {
        width: 44%;
        max-width: 605px;
    }

    .productslistr_inne .itemr .contentr {
        width: 53%;
    }
}

@media (min-width: 1601px) {
    .products_navitems .submenu .subit a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 960px) {
    .productsbanner .gallery {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .productsbanner .gallery img {
        height: 100%;
    }

    .productsbanner .contentwrap {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .products_navitems {
        margin-top: 30px;
    }

    .productslistr_inne {
        margin-top: 10px;
    }

    .productslistr_inne .itemr .contentr {
        margin-top: 20px;
    }

    .bannerwrapper .contentwrap .infor_prod .pic {
        margin-top: 8px;
    }
    .bannerwrapper .contentwrap .infor_prod .pic img {
        max-height: 50vw;
    }
}

@media (max-width: 480px) {
    .productslistr_inne .itemr {
        border-bottom: 1px solid rgba(29, 38, 117, 0.09);
    }
}









.searchtop .search_form {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.searchtop .search_form .search_field,
.searchtop .search_form .search_submit {
    border: none;
    outline: none;
    user-select: none;
}

.searchtop .search_form .search_field {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
    border-radius: 50px;
    background: rgba(249, 249, 249, 0.36);
    border: 1px solid #D7D7D7;
}

.searchtop .search_form .search_submit {
    position: absolute;
    left: 16px;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}


.searchtop .search_form .search_submit img {
    width: 30px;
}

.titletopcetr {
    margin-top: 20px;
    color: var(--color-primary);
}


@media (min-width: 961px) {

    .titletopcetr,
    .searchlistrin {
        margin-top: 30px;
    }
}

@media (min-width: 1601px) {

    .searchtop .search_form .search_field,
    .searchtop .search_form .search_submit {
        height: 60px;
    }
}

@media (max-width: 1600px) and (min-width: 961px) {

    .searchtop .search_form .search_field,
    .searchtop .search_form .search_submit {
        height: 50px;
    }

}

@media (max-width: 960px) {

    .searchtop .search_form .search_field,
    .searchtop .search_form .search_submit {
        height: 36px;
    }

    .searchtop .search_form .search_submit {
        left: 8px;
    }
}








.recruitment_top .z__title_b,
.recruitment_bottom .z__title_b {
    margin-bottom: 20px;
}

.recruitmentlistin .btnmore .mrt:after {
    content: "";
    position: absolute;
    transition: all .2s;
}

.recruitmentlistin .btnmore .mrt:after {
    top: 7px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-primary-white);
    border-right: 2px solid var(--color-primary-white);
    transform: rotate(45deg);
    transition: all .2s;
}

.recruitmentlistin .btnmore .mrt:after {
    top: 0;
    left: auto;
    right: 0;
    border-color: #333;
    border-width: 1px;
    transform: rotate(135deg);
}

.recruitmentlistin .itemr.active .btnmore .mrt:after {
    border-color: var(--color-primary-white);
}

.recruitmentlistin .itemr.active .btnmore .mrt:after {
    top: 6px;
    transform: rotate(-45deg);
}

.recruitmentlistin .topr {
    cursor: pointer;
}

.recruitmentlistin .btnmore .mrt {
    position: relative;
    padding-right: 22px;
}

.recruitmentlistin .itemr {
    margin-top: 20px;
    line-height: 24px;
    border-radius: 16px;
    border: 1px solid #aaa;
}

.recruitmentlistin .itemr:first-child {
    margin-top: 0;
}


.recruitmentlistin .itemr .contentr {
    display: none;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: var(--color-primary-white);
}

.recruitmentlistin .itemr {
    transition: all .3s ease-in-out;
}

.recruitmentlistin .itemr.active,
.recruitmentlistin .itemr:hover {
    border-color: var(--color-primary);
}

.recruitmentlistin .itemr.active {
    background-color: var(--color-primary);
    box-shadow: 0px 0px 8px 0px rgba(187, 187, 187, 0.25);
}

.recruitmentlistin .itemr.active .topr,
.recruitmentlistin .itemr.active .topr .btnmore {
    color: var(--color-primary-white);
}

.recruitmentlistin .itemr .lxtips {
    margin-top: 20px;
    font-weight: 500;
}

.development_history_wrap .tablistr_sh .years_txt,
.recruitmentlistin .itemr .lxtips,
.recruitmentlistin .itemr .lxtips a {
    color: var(--color-primary);
}




@media (min-width: 961px) {

    .contact_message,
    .contact_topr,
    .contact_topr .contactmapslistin,
    .join_topr {
        padding-top: 4.6vw;
    }

    .contactlistin,
    .salarylistin,
    .recruitmentlistin {
        margin-top: 3vw;
    }

    .recruitmentlistin .itemr {
        margin-top: 2.5vw;
    }
    .contact_topr {
        padding-bottom: 5vw;
    }

    .recruitmentlistin .itemr .topr {
        display: flex;
    }

    .recruitmentlistin .itemr .topr,
    .recruitmentlistin .itemr .contentr {
        padding: 16px 3vw;
    }

    .recruitmentlistin .itemr .topr {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .recruitmentlistin .itemr .contentr .boxtr {
        max-width: 90%;
    }

    .recruitmentlistin .itemr .topr .title {
        width: 30%;
    }

    .recruitmentlistin .itemr .topr .address {
        width: 50%;
    }

    .recruitmentlistin .itemr .topr .leibie {
        width: 20%;
    }

    .recruitmentlistin .itemr .topr .btnmore {
        width: 80px;
        flex: 0 0 80px;
        font-size: 14px;
    }

    /* .recruitmentlistin .itemr .topr .title,
    .recruitmentlistin .itemr .topr .leibie,
    .recruitmentlistin .itemr .topr .btnmore {
        white-space: nowrap;
    } */

    .recruitmentlistin .itemr .lxtips {
        margin-top: 40px;
    }


    .recruitmentlistin .itemr:hover {
        background-color: var(--color-primary);
    }

    .recruitmentlistin .itemr:hover .topr,
    .recruitmentlistin .itemr:hover .topr .btnmore {
        color: var(--color-primary-white);
    }

    .recruitmentlistin .itemr:hover .btnmore .mrt:after {
        border-color: var(--color-primary-white);
    }
}

@media (max-width: 960px) {

    .contact_message,
    .contact_topr,
    .contact_topr .contactmapslistin,
    .join_topr {
        padding-top: 30px;
    }

    .contactlistin,
    .salarylistin,
    .recruitmentlistin {
        margin-top: 20px;
    }
    .contact_topr {
        padding-bottom: 40px;
    }

    .recruitmentlistin .itemr .topr,
    .recruitmentlistin .itemr .contentr {
        padding: 20px;
    }

    .recruitmentlistin .itemr .topr .tbt {
        margin-top: 3px;
    }

    .recruitmentlistin .itemr .topr .tbt:first-child {
        margin-top: 0;
    }

    .recruitmentlistin .itemr .topr .btnmore {
        display: none;
    }
}





.allgrid__three_xinx .itemr {
    position: relative;
    padding-bottom: 30px;
    background-color: rgba(241, 241, 241, 0.7);
    border-radius: 10px;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.allgrid__three_xinx .itemr .desc {
    margin-top: 14px;
}



.salarylistin .itemr {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.salarylistin .itemr .desc {
    position: relative;
    z-index: 5;
}

.salarylistin .itemr .pic {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.salarylistin .itemr .cgtitle24 {
    color: var(--color-primary);
    transition: all .3s ease-in-out;
}

.salarylistin .itemr .pic .hover {
    display: none;
}

.salarylistin .itemr:hover {
    color: var(--color-primary-white);
    background-color: var(--color-primary);
}

.salarylistin .itemr:hover .cgtitle24 {
    color: var(--color-primary-white);
}

.salarylistin .itemr:hover .pic .unit {
    display: none;
}

.salarylistin .itemr:hover .pic .hover {
    display: block;
}


.join_salary .tptitle .cgtitle24,
.join_jins .pic {
    margin-top: 20px;
}


@media (min-width: 961px) {
    .join_salary {
        padding-top: 5vw;
        padding-bottom: 6vw;
    }

    .join_jins {
        margin-top: 5vw;
    }
    .join_jins .pic {
        margin-top: 2vw;
    }

    .salarylistin .itemr {
        padding: 25px;
        padding-bottom: 5vw;
    }
}

@media (min-width: 641px) {
    .allgrid__three_xinx {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 3vw;
    }

    .salarylistin .itemr .pic {
        width: 39%;
    }
}

@media (max-width: 960px) {
    .join_salary {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .join_jins {
        margin-top: 30px;
    }

}

@media (max-width: 640px) {
    .allgrid__three_xinx .itemr {
        margin-top: 20px;
    }

    .salarylistin .itemr .pic {
        width: 28%;
        max-width: 90px;
    }
}







.contactlistin .itemr .desc,
.contactlistin .itemr .cgtitle24 {
    padding: 14px 20px;
}

.contactlistin .itemr .cgtitle24 {
    color: var(--color-primary-white);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--color-primary);
}

.contactlistin .itemr a:hover {
    color: var(--color-primary);
}


.contactmapslistin .itemr {
    position: relative;
}

.contactmapslistin .itemr:first-child {
    margin-top: 0;
}

@media (min-width: 961px) {

    .contactlistin .itemr .desc,
    .contactlistin .itemr .cgtitle24 {
        padding: 14px 20px;
    }

    .contactmapslistin .itemr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 3.3vw;
    }

    .contactmapslistin .itemr .pic {
        width: 47%;
        max-width: 650px;
    }

    .contactmapslistin .itemr .tinfor {
        width: 63%;
        padding-left: 6.45%;
    }

    .contactmapslistin .itemr::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        width: 63%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/contact_map_bj.png);
        background-color: #F9F9FB;
    }
}

@media (max-width: 960px) {
    .contactmapslistin .itemr {
        margin-top: 30px;
    }

    .contactmapslistin .itemr .desc {
        padding-top: 20px;
    }
}




.tformboxtw .uplit {
    position: relative;
}

.tformboxtw .fcontrol {
    display: block;
    width: 100%;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid rgba(220, 220, 220, 0.58);
    transition: all .2s;
}

.tformboxtw .itemstr .item {
    position: relative;
    display: flex;
}

.tformboxtw .itemstr .item .lb {
    min-width: 50px;
    padding-right: 10px;
    line-height: 40px;
    text-align: right;
}

.tformboxtw .fcontrol,
#captchaImage img {
    height: 40px;
}

#captchaImage img {
    width: 100px;
}

.tformboxtw .itemstr .item .it {
    flex: 1;
}

.tformboxtw .itemstryzm .item .it {
    flex: none;
}

.tformboxtw .itemstryzm .fcontrol {
    width: 150px;
}

.tformboxtw textarea.fcontrol {
    height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
}

#captchaImage,
.tformboxtw .itemstryzm #canvas {
    display: flex;
    align-items: center;
    margin-left: 18px;
    background: #fff;
}

.tformboxtw .itemstrbutton .external-link--button {
    margin: 0 auto;
}

.tformboxtw .item .it .tooltip,
.tformboxtw label.error {
    font-size: 12px;
}

.tformboxtw .item .it .Validform_checktip {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 60px !important;
    font-size: 12px;
}

.tformboxtw .fcontrol.Validform_error {
    border-color: #E20113 !important;
}


.tformboxtw .red {
    color: #E20113;
}

#Validform_msg {
    display: none !important;
}


@media (min-width: 961px) {

    .tformboxtw .itemstr {
        margin-top: 30px;
    }

    .tformboxtw .itemstr1 {
        display: flex;
        justify-content: space-between;
    }

    .tformboxtw .itemstr1 .item {
        width: 24%;
    }

    .tformboxtw .itemstr .item .lb {
        line-height: 45px;
    }

    .tformboxtw .fcontrol,
    #captchaImage img {
        height: 45px;
    }

    #captchaImage img {
        width: 120px;
    }

    .tformboxtw .itemstrbutton {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
    }
}


@media (max-width: 960px) {

    .tformboxtw .itemstr .item,
    .tformboxtw .itemstrbutton {
        margin-top: 20px;
    }

    .tformboxtw .itemstryzm .fcontrol {
        width: 92px;
    }

    .tformboxtw .itemstr .item .lb {
        width: 78px;
    }

    .tformboxtw .itemstrbutton {
        text-align: center;
    }
}


.contact_message {
    background-color: rgba(249, 249, 249, 0.59);
}





@media (min-width: 961px) {
    .contact_message {
        margin-top: 4vw;
        padding-bottom: 5vw;
    }

    .contact_message .tformboxtw {
        margin-top: 3.3vw;
    }
}

@media (max-width: 960px) {
    .contact_message {
        margin-top: 30px;
        padding-bottom: 40px;
    }
}







.productsdetail_topinfor .contentr {
    position: relative;
}

.productsdetail_topinfor .contentr .cgtitle24 {
    position: relative;
    text-align: left;
    color: var(--color-primary);
}

.productsdetail_topinfor .contentr .desc {
    margin-top: 14px;
}

.productsdetail_topinfor .contentr .ismorebx .lkr {
    display: inline-block;
    padding: 0 16px;
    line-height: 50px;
    color: var(--color-primary-white);
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 4px;
}

.productsdetail_topinfor .contentr .ismorebx .lkr2 {
    color: #f00;
    background-color: transparent;
    border-color: #f00;
    margin-left: 20px;
}

.productsdetail_topinfor .contentr .ismorebx .lkr img {
    vertical-align: top;
    width: 20px;
    margin-right: 5px;
    margin-top: 16px;
}

.productsdetail_botm .toptitle {
    position: relative;
    padding-left: 10px;
}

.productsdetail_botm .toptitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 22px;
    margin-top: -11px;
    background-color: var(--color-primary);
}

.productsdetail_botm .botcontent {
    margin-top: 20px;
}


.downloadlistin .itemr .lkr {
    display: block;
}

.downloadlistin .itemr .pic,
.downloadlistin .itemr .gallery {
    position: relative;
    z-index: 2;
}

.downloadlistin .itemr .i_pdf {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 48px;
    background-color: rgba(28, 28, 28, 0.57);
    background-image: url(../images/i_pdf.png);
}

.downloadlistin .itemr .i_pdf img {
    display: none;
}

.downloadlistin .itemr .title {
    margin-top: 14px;
    text-align: center;
}

.downloadlistin .itemr .lkr:hover {
    color: var(--color-primary);
}

.downloadlistin .itemr .lkr:hover .i_pdf {
    opacity: 1;
}


.videoslistin .itemr video {
    display: block;
    width: 100%;
    height: 100%;
    /* background-color: #000; */
    border-radius: 20px;
}


.no_datainfo {
    color: #999;
}



@media (min-width: 961px) {
    .no_datainfo {
        font-size: 16px;
    }
    .productsdetail_topinfor {
        display: flex;
        justify-content: space-between;
    }

    .productsdetail_topinfor .contentr {
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px;
    }

    .productsdetail_topinfor {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border-radius: 14px;
    }

    .productsdetail_topinfor .leftr {
        width: 45%;
    }

    .productsdetail_topinfor .contentr {
        width: 55%;
        display: flex;
        align-items: center;
        padding: 20px 4.2%;
    }

    .productsdetail_topinfor .contentr .allcontentwrapper {
        line-height: 2.2;
    }

    .productsdetail_topinfor .contentr .ismorebx {
        margin-top: 30px;
    }

    .productsdetail_botm {
        margin-top: 5vw;
    }
}

@media (min-width: 641px) {
    .downloadlistin {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 7.7vw;
    }

    .downloadlistin .itemr {
        max-width: 367px;
    }

    .videoslistin {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 6.8vw;
    }
}

@media (max-width: 960px) {
    .productsdetail_topinfor .contentr {
        margin-top: 20px;
    }

    .productsdetail_topinfor .contentr .ismorebx {
        margin-top: 14px;
    }

    .productsdetail_topinfor .contentr .ismorebx .lkr {
        line-height: 40px;
    }

    .productsdetail_topinfor .contentr .ismorebx .lkr img {
        width: 16px;
        margin-top: 12px;
    }

    .productsdetail_botm {
        margin-top: 40px;
    }

    .downloadlistin .itemr .title {
        margin-top: 8px;
        line-height: 1.4;
        font-size: 12px;
    }

    .videoslistin .itemr video {
        border-radius: 10px;
    }
}

@media (max-width: 640px) {
    .downloadlistin {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .videoslistin .itemr {
        margin-top: 20px;
    }

    .videoslistin .itemr:first-child {
        margin-top: 0;
    }
}




.detail__time,
.detail__title {
    text-align: center;
}

.detail__time {
    margin-top: 16px;
}

.detail__content {
    margin-top: 20px;
}

.detail_control {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed rgba(29, 38, 117, 0.09);
}

.detail_control .itemr {
    margin-top: 10px;
}

.detail_control .itemr:first-child {
    margin-top: 0;
}

.detail__content a,
.detail_control .itemr a:hover {
    color: var(--color-primary);
}

.detail__content a:hover {
    text-decoration: underline;
}

@media (min-width: 961px) {
    .detail__content {
        margin-top: 3vw;
    }

    .detail_control {
        margin-top: 3vw;
    }
}





@media (min-width: 961px) {
    .productslistr_inne .itemr .gallery img {
        border-radius: 20px;
    }
}

@media (max-width: 960px) {
    .productslistr_inne .itemr .gallery img {
        border-radius: 10px;
    }
}


.versions_nodata {
    min-height: 100px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: var(--color-primary);
}

.versions_lists .itemr {
    margin-top: 20px;
}

.versions_lists .itemr:first-child {
    margin-top: 0;
}

.versions_lists .itemr .lk {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 14px;
}

.versions_lists .itemr .lk .tp {
    padding-left: 36px;
    background-repeat: no-repeat;
    background-image: url(../images/i_pdf_g.png);
}

.versions_lists .itemr .lk:hover {
    color: var(--color-primary-white);
    background-color: var(--color-primary);
}

.versions_lists .itemr .lk:hover .tp {
    background-image: url(../images/i_pdf_w.png);
}

@media (min-width: 961px) {
    .versions_lists {
        margin-top: 4vw;
        font-size: 16px;
    }

    .versions_lists .itemr {
        margin-top: 30px;
    }

    .versions_lists .itemr .lk {
        display: flex;
        justify-content: space-between;
        padding: 20px 30px;
    }

    .versions_nodata {
        min-height: 30vh;
        padding-top: 10vh;
        font-size: 30px;
    }
}



.contact_topr {
    background-color: #F8F8F8;
}
.contactlist_contact {
    display: flex;
}

.contactlist_contact .left_contact {
    background-color: #fff;
}
.contactlist_contact .contact_li {
    position: relative;
}
.contactlist_contact .contact_li .city {
    border-bottom: 2px solid #ECECEC;
}
.contactlist_contact .left_contact .contact_li span {
    display: block;
    color: #000;
}
.contactlist_contact .right_contact {
    position: relative;
    width: 100%;
}
.contactlist_contact .right_contact img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.contactlist_contact .contact_list {
    display: flex;
    align-items: center;
    position: absolute;
    width: 0;
    top: 0;
    min-height: 100%;
    padding: 10px 0;
    padding-right: 10px;
    background-color: rgba(255,255,255,0.87);
    border-bottom: 1px dashed #fff;
    transition-duration: .2s;
    opacity: 0;
    color: var(--color-primary);
}
.contactlist_contact .contact_li:hover .contact_list,
.contactlist_contact .contact_li .city:hover+.contact_list {
    z-index: 999;
    opacity: 1;
}
.contactlist_contact .contact_list h3 {
    text-align: center;
    font-weight: 500;
}
.contactlist_contact .contact_link p {
    margin: 0;
}




@media (min-width: 961px) {
    .contactlist_contact {
        margin-top: 50px;
    }
    .contactlist_contact .left_contact {
        width: 290px;
        flex: 0 0 290px;
    }
    .contactlist_contact .contact_li {
        padding: 0 20px;
    }
    .contactlist_contact .contact_li .city {
        display: flex;
        align-items: center;
        /* padding: 34px 0; */
        padding-left: 48px;
    }
    .contactlist_contact .contact_list {
        left: 290px;
    }
    .contactlist_contact .contact_list,
    .contactlist_contact .contact_li .city {
        height: 100px;
    }
    .contactlist_contact .contact_li:hover .contact_list,
    .contactlist_contact .contact_li .city:hover+.contact_list {
        width: calc(100vw - 290px);
    }
    .contactlist_contact .contact_list h3 {
        width: 27%;
    }
    .contactlist_contact .contact_link {
        width: 73%;
        font-size: 16px;
    }
}
@media (max-width: 1300px) and (min-width: 961px) {
    .contactlist_contact .right_contact {
        min-height: 36vw;
    }
}
@media (max-width: 960px) {
    .contactlist_contact {
        margin-top: 30px;
    }
    .contactlist_contact .left_contact {
        width: 120px;
        flex: 0 0 120px;
    }
    .contactlist_contact .contact_li {
        padding: 0 10px;
    }
    .contactlist_contact .contact_li .city {
        padding: 20px 0;
        padding-left: 4px;
        font-size: 14px;
    }
    .contactlist_contact .contact_list {
        left: 120px;
    }
    .contactlist_contact .contact_li:hover .contact_list,
    .contactlist_contact .contact_li .city:hover+.contact_list {
        width: calc(100vw - 120px);
    }
    .contactlist_contact .contact_list h3 {
        width: 45%;
    }
    .contactlist_contact .contact_link {
        width: 55%;
        line-height: 1.2;
    }
    .contactlist_contact .right_contact {
        min-height: 60vw;
    }
}



.toorbar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.toorbar .tp {
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: right;
    cursor: pointer;
}
#messagesfixd,
.toorbar .smtp {
    /* display: block !important; */
    display: none;
}
.toorbar .tr {
    position: absolute;
}
.toorbar .tr .lk {
    display: block;
    cursor: pointer;
}
.toorbar .tr .lk .p {
    display: block;
}
.toorbar .tr .lk .w {
    display: block;
    position: absolute;
    left: -22px;
    top: 2px;
    width: 16px;
    line-height: 1.2;
    font-size: 13px;
    text-align: center;
    opacity: 0;
    transition: all .2s;
}
.toorbar .tr:nth-child(1) {
    top: 0;
}
.toorbar .tr:nth-child(2) {
    top: 50%;
}
.toorbar .tr:nth-child(3) {
    bottom: 0;
}
.toorbar .tr .lk:hover .w {
    opacity: 1;
}

#messagesfixd {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 80vh;
    max-width: 1400px;
    background: #fff;
    z-index: 1200;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 5px;
}

#messagesfixd .contact_message {
    position: relative;
    margin: 0;
}
#messagesfixd #btnclose {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
    background-image: url(../images/i_close.png);
    cursor: pointer;
}

.toorbar .tp {
    width: 140px;
    height: 180px;
}
.toorbar .tp img {
    width: 64px;
}
.toorbar .tr .lk .p img {
    width: 34px;
}
.toorbar .tr #btnmessage .p img {
    width: 28px;
}
.toorbar .tr {
    right: 50px;
}
.toorbar .tr:nth-child(2) {
    right: 94px;
    /* margin-top: -20px; */
    margin-top: -14px;
}

@media (min-width: 961px) {
    #messagesfixd {
        margin-top: -5vh;
    }
    #messagesfixd .contact_message {
        padding: 3vw;
    }
    /* .toorbar .tp {
        width: 270px;
        height: 270px;
    }
    .toorbar .tp img {
        width: 120px;
    }
    .toorbar .tr .lk .p img {
        width: 60px;
    }
    .toorbar .tr {
        right: 110px;
    }
    .toorbar .tr:nth-child(2) {
        right: 170px;
        margin-top: -30px;
    } */
}
@media (max-width: 960px) {
    #messagesfixd {
        margin-top: -20px;
    }
    #messagesfixd .contact_message {
        padding: 20px;
    }
    .toorbar .tr .lk .w {
        display: none !important;
    }
}







@media (min-width: 1601px) {
    .cgtitle64 {
        line-height: 70px;
        font-size: 64px;
    }

    .cgtitle40 {
        line-height: 60px;
        font-size: 40px;
    }

    .cgtitle36 {
        line-height: 50px;
        font-size: 36px;
    }

    .cgtitle32 {
        line-height: 50px;
        font-size: 32px;
    }

    .navitemswrapper .submenu .subit,
    .sitefooter .fboxr .menur .item .w,
    .cgtitle24 {
        line-height: 34px;
        font-size: 24px;
    }

    .cgtitle20 {
        font-size: 20px;
    }

    .sitefooter .fboxr .menur .item .submenu,
    .homeabout .contentr,
    .homenews .tablistr_sh .time {
        font-size: 18px;
    }

    .salarylistin .itemr,
    .recruitmentlistin .itemr .topr,
    .productslistr_inne .itemr .contentr .desc,
    .positionii,
    .sitefooter,
    .about_profile_02 .itemr {
        font-size: 16px;
    }

    .about_profile_02 .itemr .word {
        line-height: 50px;
        font-size: 48px;
    }

    .contactmapslistin .itemr .desc,
    .titletopcetr .w,
    .products_navitems .submenu .subit {
        line-height: 34px;
        font-size: 20px;
    }
}

/* middle small */
@media (max-width: 1600px) and (min-width: 961px) {
    .cgtitle64 {
        line-height: 60px;
        font-size: 50px;
    }

    .cgtitle40 {
        line-height: 40px;
        font-size: 30px;
    }

    .cgtitle36 {
        line-height: 40px;
        font-size: 28px;
    }

    .cgtitle32 {
        line-height: 32px;
        font-size: 24px;
    }

    .navitemswrapper .submenu .subit,
    .sitefooter .fboxr .menur .item .w,
    .cgtitle24 {
        line-height: 30px;
        font-size: 20px;
    }

    .cgtitle20 {
        font-size: 18px;
    }

    .homeabout .contentr {
        font-size: 16px;
    }

    .about_profile_02 .itemr .word {
        line-height: 40px;
        font-size: 36px;
    }

    .contactmapslistin .itemr .desc,
    .titletopcetr .w,
    .products_navitems .submenu .subit {
        line-height: 30px;
        font-size: 18px;
    }
}

@media (max-width: 1200px) and (min-width: 961px) {}

/* phone */
@media (max-width: 960px) {
    .cgtitle64 {
        line-height: 30px;
        font-size: 26px;
    }

    .cgtitle40 {
        line-height: 28px;
        font-size: 20px;
    }

    .cgtitle36,
    .cgtitle32 {
        line-height: 28px;
        font-size: 18px;
    }

    .cgtitle24 {
        line-height: 24px;
        font-size: 16px;
    }

    .cgtitle20 {
        font-size: 16px;
    }

    .about_profile_02 .itemr .word {
        line-height: 30px;
        font-size: 20px;
        text-wrap: nowrap;
    }
}