@charset "utf-8";

@import url("global.min.css");
@import url("swiper.min.css");

/**
* Description style CSS for the website
* Author Qiuyue
* Created On 2025-08
* 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: #FF6B00;
    --color-primary-blue: #002E5D;
    --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;
}

/** * 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;
}

/* in */
#edit_pn::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #bbb;
}
.tformboxtw ::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #bbb;
}

#edit_pn:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #bbb;
}
.tformboxtw :-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #bbb;
}

#edit_pn::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color: #bbb;
}
.tformboxtw ::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color: #bbb;
}

#edit_pn:-ms-placeholder {
    /* Internet Explorer 10+*/
    color: #bbb;
}
.tformboxtw :-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color: #bbb;
}

.swiper-container {
    position: relative;
    overflow: hidden;
}


.hasScrollbar {
    overflow: auto;
}

.hasScrollbar::-webkit-scrollbar-track-piece {
    width: 2px;
    background-color: #E4E4E4
}

.hasScrollbar::-webkit-scrollbar {
    width: 2px;
    background-color: #aaa
}

.hasScrollbar::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #aaa
}

.hasScrollbar::-webkit-scrollbar-thumb:hover {
    width: 2px;
    background-color: #aaa
}


@font-face {
    font-family: HelveticaNeue;
    src:url("helveticaneue-light.otf");
}
@font-face {
    font-family: Didot;
    src:url("didot-bold.ttf");
}


/* -------------------------------
Globals
----------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    word-break: normal;
    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.6;
    background-color: var(--color-primary-white);
    overflow-x: hidden;
}

body,
input,
textarea,
button {
    font-family: 'HelveticaNeue', 'Source Han Sans SC', Helvetica, Arial, sans-serif !important;
}


.onlinecatalogwrap .lstab .tb,
.careerdetailwrapper .contentr .title,
.detail_title,
.aboutlistsin .ztitle,
.careerlistsin .ztitle,
.bannerwrapper .contentr .infotr .fontsize40,
.allserstitle,
.bannerwrapper .contentr .ztlr,
.productsdetailtopr .ztitle,
.productboxrin .lstab .tb,
.homeProducts .tablistr .itemr .topr .tit,
.tptitle .tit,
.bannerwrapper .contentr .colt {
    font-family: Didot, 'Source Han Sans SC', 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: 5px;
    border: 1px solid #777;
}


.pagination {
    margin-top: 40px;
    text-align: center;
    line-height: 28px;
    color: #333;
}

.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;
}


.pagination a:hover,
.pagination .current {
    color: var(--color-primary-blue);
}

.navbar-header {
    position: absolute;
    top: 4px;
    right: -10px;
    z-index: 20;
    padding: 10px;
    /* 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: 3px;
    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);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.hamburger span {
    width: 64%;
}

.hamburger.active {
    top: 8px;
}

.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;
}

body.on,
html.on {
    overflow: hidden;
}

#siteName {
    display: none;
}

@media (min-width: 961px) {
    .container {
        max-width: 1400px;
        width: 84%;
    }

    .navbar-header {
        display: none;
    }
    .pagination {
        margin-top: 50px;
    }
}

@media (max-width: 960px) {
    .container {
        width: 90%;
    }
}

.siteheader ul,
.sitefooter ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bgcovercenter {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.getmorelk .lk {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-image: url(../images/i_jt_more_r.png);
}
.getmorelk a.lk:hover {
    color: var(--color-primary-white);
    background-color: var(--color-primary);
    background-image: url(../images/i_jt_more_w.png);
}



.banner-right,
.banner-left {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 5;
    outline: none;
    font-size: 0;
    text-align: center;
    font-style: normal;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s;
    user-select: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.bannertransform.banner-right,
.bannertransform.banner-left {
    transform: translate(0, -50%);
}

.banner-left {
    left: 0;
}

.banner-right {
    right: 0;
}

.banner-page {
    position: absolute;
    left: 0;
    z-index: 6;
    width: 100%;
    text-align: center;
}
.banner-page .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    opacity: 1;
    border-radius: 10px;
    background: rgba(255,255,255, .4);
    transition: all .2s;
}
.banner-page .swiper-pagination-bullet-active {
    width: 20px;
    background: var(--color-primary);
}


.bannerwrapper,
.bannerwrapper .gallery {
    position: relative;
    z-index: 2;
}
.bannerwrapper .gallery img {
    display: block;
    width: 100%;
}

.bannerwrapper .contentr {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    color: #fff;
}
.bannerwrapper .contentr {
    display: flex;
    align-items: center;
}
.bannerwrapper .contentr .colt {
    color: var(--color-primary);
}
.bannerwrapper .contentr .desc {
    margin-top: 10px;
}

.bannerwrapper .contentr .infotr {
    text-align: center;
}

.bannerwrapper .contentr .infotr .btns .bt:last-child {
    margin-right: 0;
}
.bannerwrapper .contentr .infotr .btns .bt a {
    display: block;
    color: #fff;
}
.bannerwrapper .contentr .infotr .btns .email a {
    background-color: var(--color-primary);
}
.bannerwrapper .contentr .infotr .btns .tel a {
    background-color: var(--color-primary-blue);
}



.bannerbusjtin {
    width: 39px;
    height: 39px;
    background-image: url(../images/i_jt_right_w.png);
}
.bannerbusjtin.banner-left {
    transform: translate(0, -50%) rotate(180deg)
}
.bannerbusjtin.banner-right:hover,
.bannerbusjtin.banner-left:hover {
    background-image: url(../images/i_jt_right_o.png);
}


.productsdetailtopr .banner-left,
.productsdetailtopr .banner-right {
    width: 32px;
    height: 32px;
    background-image: url(../images/i_jt_y.png);
}
.productsdetailtopr .banner-left {
    transform: translate(0, -50%) rotate(180deg)
}



.fbxt .selt.selt_search,
.allbtnwrap {
    width: 175px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
}

select.cursor-not-allowed {
    cursor: not-allowed !important;
    border-color: #aaa !important;
}
.selt_search.cursor-not-allowed {
    color: #aaa !important;
    background-color: #FBFBFB !important;
    border-color: #aaa !important;
    cursor: not-allowed !important;
}



.pagemenus .pgtmenu .tb {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.pagemenus .pgtmenu .tb .lk {
    display: block;
    width: 100%;
    line-height: 24px;
}

.pagemenus .pgtmenu .tb .lk:hover,
.pagemenus .pgtmenu .tb.active .lk {
    color: #fff;
    background-color: var(--color-primary-blue);
}



@media (min-width: 961px) {
    .getmorelk .lk {
        min-width: 160px;
        height: 60px;
        line-height: 60px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 40px;
        font-weight: bold;
        background-position: right 20px center;
    }
    
    .bannerwrapper .contentr .desc {
        font-size: 24px;
    }
    .bannerwrapper .fboxr {
        padding-left: 70px;
    }
    .bannerwrapper .cczz_words {
        width: 50%;
        max-width: 723px;
        letter-spacing: 1px;
    }
    .bannerwrapper .banner-left {
        left: 50px;
    }
    .bannerwrapper .banner-right {
        right: 50px;
    }
    .fbxt .selt.selt_search,
    .allbtnwrap {
        font-size: 24px;
        border-radius: 115px;
    }

    .bannerwrapper .contentr .ztlr {
        font-size: 3.7vw;
    }

    .bannerwrapper .contentr .infotr .btns {
        display: flex;
        justify-content: center;
    }

    .bannerwrapper .contentr .infotr .btns .bt a {
        border-radius: 60px;
        min-width: 246px;
        line-height: 55px;
        text-align: center;
        font-size: 16px;
    }
    

    
    .pagemenus {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 6;
        width: 100%;
    }
    .pagemenus .pgtmenu {
        display: flex;
    }
    .pagemenus .pgtmenu .tb {
        width: 100%;
        font-size: 20px;
        background-color: rgba(255,255,255, .9);
    }
    .pagemenus .pgtmenu .tb .lk {
        padding-left: 10px;
        padding-right: 10px;
    }
    
}

@media (min-width: 1661px) {
    .bannerwrapper .contentr .infotr .text {
        margin-top: 25px;
        margin-bottom: 50px;
    }
    .bannerwrapper .contentr .infotr .btns .bt {
        margin-right: 90px;
    }
    .pagemenus .pgtmenu .tb .lk {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}
@media (max-width: 1660px) and (min-width: 961px) {
    .bannerwrapper .contentr .infotr .text {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .bannerwrapper .contentr .infotr .btns .bt {
        margin-right: 60px;
    }
    .pagemenus .pgtmenu .tb .lk {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
@media (max-width: 960px) {
    .getmorelk .lk {
        min-width: 100px;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        padding-right: 40px;
        border-radius: 20px;
        background-size: 18px;
    }
    .banner-page {
        height: 10px;
    }
    .bannerbusjtin {
        width: 30px;
        height: 30px;
    }
    .bannerwrapper .fboxr {
        padding: 20px;
        max-width: 500px;
    }

    .bannerwrapper .gallery img {
        min-height: 120px;
    }
    .aboutbannerwrapper .gallery img {
        min-height: 160px;
    }

    .bannerwrapper .contentr .infotr .text {
        margin-top: 10px;
        margin-bottom: 14px;
    }
    .bannerwrapper .contentr .infotr .btns {
        display: flex;
        justify-content: center;
    }
    .bannerwrapper .contentr .infotr .btns .bt {
        margin-right: 10px;
    }
    .bannerwrapper .contentr .infotr .btns .bt a {
        padding: 6px;
        border-radius: 20px;
    }

    .bannerwrapper .contentr .ztlr {
        font-size: 16px;
    }

    .homebannerwrapper .gallery img {
        height: 260px;
    }
    .productlistrin .itemr .allbtnwrap,
    .fbxt .selt.selt_search,
    .allbtnwrap {
        width: 130px;
        height: 36px;
        line-height: 34px;
        font-size: 14px;
        border-radius: 30px;
    }

    .pagemenus {
        margin-top: 20px;
    }
    .productsdetailbottomr .lstab .listr,
    .pagemenus .pgtmenu {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2, 1fr);
        align-items: stretch;
    }
    .pagemenus .pgtmenu .tb .lk {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 10px 5px;
    }
}



.isHidden {
    overflow: hidden;
}
.content-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 132;
    background-color: rgba(0,0,0, .7);
}
#content-3d {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 136;
    transform: translate(-50%,-50%);
    text-align: center;
}
#content-3d video {
    max-width: 100%;
    max-height: 100%;
}
#content-3d iframe {
    width: 100%;
    height: 100%;
    background-color: #000;
}
#content-3d .close-btn {
    position: absolute;
    z-index: 110;
    cursor: pointer;
    width: 40px;
    height: 40px;
    top: 0;
    right: -45px;
}
#content-3d .close-btn:after,
#content-3d .close-btn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#content-3d .close-btn:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 0;
    width: 24px;
    margin-top: -1px;
    margin-left: -12px;
}
#content-3d .close-btn:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 24px;
    width: 0;
    margin-left: -1px;
    margin-top: -12px;
}

#content-3d .infotr {
    text-align: center;
}
#content-3d .infotr .title {
    font-weight: bold;
    color: var(--color-primary-blue);
}
#content-3d .infotr .desc {
    margin-top: 12px;
}
#content-3d.content_login {
    max-width: 625px;
    padding: 20px;
    background-color: #fff;
    border-radius: 14px;
}
#content-3d.content_login .close-btn {
    right: 0 !important;
}
#content-3d.content_login .close-btn:before,
#content-3d.content_login .close-btn:after {
    border-color: #C6C6C6;
}

@media (min-width: 961px) {
    #content-3d.content_login {
        padding: 70px;
    }
}

@media (max-width: 960px) {
    #content-3d {
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        max-width: 1024px;
        width: 80%;
        --webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    #content-3d .close-btn {
        top: 0;
        right: -40px;
    }
}

.siteheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 2px 8px 0px rgba(124, 124, 124, 0.2);
    background-color: #fff;
}
.siteheader .topr {
    display: flex;
    justify-content: space-between;
}
.siteheader .topr .logo {
    display: flex;
    align-items: center;
}
.siteheader .topr .menur .item .w .jt {
    display: inline-block;
    margin-left: 6px;
    font-size: 0;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/i_jt_xia_g.png);
}
.siteheader .rightr,
.siteheader .topr .getinfoboxr,
.siteheader .topr .getinfoall,
.siteheader .topr .menur .item .w {
    display: flex;
    align-items: center;
}
.siteheader .topr .getinfoall .lk {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    line-height: 38px;
    color: var(--color-primary-blue);
    border-radius: 116px;
    border: 1px solid var(--color-primary-blue);
}
.siteheader .topr .getinfoall .st {
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.siteheader .topr .searchbxtr .st {
    background-image: url(../images/i_search.png);
}
.siteheader .topr .login .st {
    background-image: url(../images/i_login.png);
}
.siteheader .topr .getinfoall.login .lk {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.siteheader .topr .menur .submenu li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #efefef;
}
.siteheader .topr .menur .submenu li:last-child {
    padding-bottom: 0;
}

.siteheader .topr .menur .item.active .w a,
.siteheader .topr .menur .item:hover .w a,
.siteheader .topr .menur .item .w a:hover,
.siteheader .topr .menur .item .submenu a:hover {
    color: var(--color-primary-blue);
}

@media (min-width: 961px) {
    .containerhome,
    .siteheader .container {
        max-width: 100%;
        width: 100%;
        padding-left: 5.6vw;
        padding-right: 5.6vw;
    }
    .siteheader .container {
        font-size: 16px;
    }
    .siteheader .topr .menur .item .w {
        font-size: 20px;
    }
    .headerhhh {
        height: 70px;
    }
    .siteheader .menur {
        display: flex;
    }

    .siteheader .menur .item {
        position: relative;
        margin-left: 3vw;
    }

    .siteheader .menur .item:first-child {
        margin-left: 0;
    }

    .siteheader .menur .lik {
        line-height: 70px;
    }
    .siteheader .menur .lik,
    .siteheader .topr .getinfoall .lk {
        white-space: nowrap;
    }
    .siteheader .topr .menur .item .w .jt {
        display: none;
    }
    .siteheader .topr .menur .submenu {
        display: none;
        position: absolute;
        left: -20px;
        top: 100%;
        z-index: 5;
        width: 300px;
        padding: 20px;
        /* transition: all .2s; */
        background-color: #fff;
        /* visibility: hidden; */
        /* opacity: 0; */
        box-shadow: 0px 2px 8px 0px rgba(124, 124, 124, 0.2);
    }

    .siteheader .topr .menur .submenu li:first-child {
        padding-top: 0;
        border-top: none;
    }
    
    /* .siteheader .topr .menur .item:hover .submenu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    } */

    .siteheader .topr .mmenummenu {
        display: block !important;
    }
}

@media (max-width: 1300px) and (min-width: 961px) {
    .siteheader .container {
        padding-left: 3.6vw;
        padding-right: 3.6vw;
    }
}



@media (max-width: 960px) {
    .siteheader .topr,
    .headerhhh {
        height: 45px;
    }
    .siteheader .logo img {
        height: 30px;
    }
    .siteheader .rightr {
        margin-right: 26px;
    }
    .siteheader #mmenu {
        display: none;
        position: fixed;
        top: 45px;
        left: 0;
        width: 100%;
        padding: 20px;
        padding-bottom: 20px;
        height: calc(100% - 45px);
        overflow: auto;
        background: #fff;
        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 {
        font-size: 16px;
    }
    .siteheader .topr .menur .item .w {
        line-height: 24px;
        font-size: 18px;
    }
    .siteheader .topr .menur .item .hasChild {
        justify-content: space-between;
    }
    .siteheader .topr .menur .item .w .jt {
        width: 24px;
        height: 24px;
        margin: 0;
        transition: all .2s;
    }
    .siteheader .topr .menur .item .w .jt.active {
        transform: rotate(180deg);
    }
    .siteheader .topr .menur .submenu {
        padding-top: 10px;
        display: none;
        font-weight: normal;
    }
    .siteheader .topr .menur .submenu li:first-child {
        border-top: none;
    }

     .siteheader .topr .getinfoall {
        margin-right: 10px;
     }
}



@media (min-width: 1661px) {
    .siteheader .menur {
        padding-right: 30px;
    }
    .siteheader .topr .getinfoall {
        margin-left: 36px;
    }
    .siteheader .logo img {
        height: 54px;
    }
}
@media (max-width: 1660px) and (min-width: 961px) {
    .siteheader .logo img {
        height: 44px;
    }
    .siteheader .menur {
        padding-right: 10px;
    }
    .siteheader .topr .getinfoall {
        margin-left: 20px;
    }
}
@media (max-width: 1200px) {
    .siteheader .topr .getinfoall .lk {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 50%;
        font-size: 0;
    }
    .siteheader .topr .getinfoall .st {
        flex: 0 0 20px;
        margin-right: 0;
    }
}
@media (max-width: 960px) {
    .containerhome {
        width: 90%;
        margin: auto;
    }
    .siteheader .topr .getinfoall .lk {
        width: 30px;
        height: 30px;
    }
    .siteheader .topr .getinfoall .st {
        flex: 0 0 16px;
    }
}


.sitefooter {
    background: var(--color-primary-blue);
}
.sitefooter,
.sitefooter a {
    color: #fff;
}
.sitefooter a {
    display: inline-block;
}
.sitefooter a:hover {
    color: var(--color-primary);
}
.sitefooter .bottomr .jt {
    display: none;
}

.sitefooter .fcopyright {
    border-top: 1px solid rgba(255,255,255, .4);
}
.sitefooter .fcopyright .infor {
    display: flex;
}
.sitefooter .fcopyright .infor .x {
    margin-right: 10px;
}
.sitefooter .fcopyright .infor .x:last-child {
    margin-right: 0;
}

.sitefooter .topr .getmorelk .lk {
    white-space: nowrap;
    color: var(--color-primary-white);
    border-color: var(--color-primary-white);
    background-image: url(../images/i_jt_more_w.png);
}
.sitefooter .topr .getmorelk .lk:hover {
    border-color: var(--color-primary);
}

.sitefooter .fcopyright .infor .x img {
    height: 30px;
}



@media (min-width: 961px) {
    .sitefooter {
        padding-top: 46px;
    }
    .sitefooter .flogo img {
        height: 98px;
    }
    .sitefooter .fboxr {
        display: flex;
        justify-content: space-between;
    }

    .sitefooter .bottomr .submenu {
        font-size: 12px;
    }
    .sitefooter .bottomr .leftr,
    .sitefooter .bottomr .w {
        font-size: 20px;
    }

    
    .sitefooter .bottomr .leftr {
        width: 450px;
        flex: 0 0 450px;
    }
    .sitefooter .bottomr .rightr {
        display: flex;
        justify-content: space-between;
        flex: 1;
        padding-left: 3vw;
    }
    .sitefooter .bottomr,
    .sitefooter .fcopyright {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sitefooter .topr .getmorelk .lk {
        padding-left: 50px;
        padding-right: 100px;
        background-position: right 50px center;
        margin-top: 20px;
    }

    .sitefooter .bottomr .leftr .ttr {
        margin-top: 30px;
    }
    .sitefooter .bottomr .item,
    .sitefooter .bottomr .submenu {
        margin-top: 20px;
    }
    .sitefooter .bottomr .submenu li {
        margin-top: 14px;
    }
    .sitefooter .bottomr .leftr .ttr:first-child,
    .sitefooter .bottomr .item:first-child,
    .sitefooter .bottomr .submenu li:first-child {
        margin-top: 0;
    }
    .sitefooter .fcopyright {
        line-height: 30px;
    }
    .sitefooter .fcopyright .infor .x {
        margin-right: 30px;
    }
}
@media (max-width: 960px) {
    .sitefooter {
        padding-top: 30px;
    }
    .sitefooter .flogo img {
        height: 60px;
    }
    .sitefooter .flogo,
    .sitefooter .bottomr .ffmenu {
        display: none;
    }
    .sitefooter .bottomr,
    .sitefooter .fcopyright {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sitefooter .fcopyright .rightr,
    .sitefooter .fcopyright .infor,
    .sitefooter .bottomr .leftr .ttr {
        margin-top: 10px;
    }
}



.tptitle .tit {
    color: var(--color-primary-blue);
    text-align: center;
}
.tpcontent {
    margin-top: 16px;
    text-align: center;
}



@media (min-width: 961px) {
    .detailwraper,
    .homeNews {
        padding-top: 80px;
        padding-bottom: 75px;
    }

    .newswraper,
    .servicewraper,
    .homeProducts {
        padding-bottom: 80px;
    }
    .servicewraper,
    .productorvehicle_searchwraper {
        padding-top: 55px;
    }

    .newshot,
    .servicetopMargin {
        margin-top: 80px;
    }
    
    .newslistrin {
        padding-top: 60px;
    }

    .searchpager_wrapper {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .memberwraper {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
}
@media (max-width: 960px) {
    .memberwraper,
    .searchpager_wrapper,
    .detailwraper,
    .servicewraper,
    .productorvehicle_searchwraper,
    .homeNews {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .newswraper,
    .homeProducts {
        padding-bottom: 40px;
    }
    .servicetopMargin {
        margin-top: 40px;
    }
    .newshot,
    .newslistrin {
        margin-top: 30px;
    }
}



.onlinecatalogwrap .lstab .tb {
    cursor: pointer;
    color: var(--color-primary-blue);
    transition: all .2s;
}
.onlinecatalogwrap .lstab .tb:last-child {
    margin-right: 0;
}

.onlinecatalogwrap .lstab .tb:hover,
.onlinecatalogwrap .lstab .tb.active,
.onlinecatalog_form {
    background-color: #F5F5F5;
}
.onlinecatalogwrap .lstab .tb:hover,
.onlinecatalogwrap .lstab .tb.active {
    color: var(--color-primary);
}

.onlinecatalog_form .tablistr .itemr {
    display: none;
}

.fbxt .selt {
    width: 100%;
    height: 46px;
    line-height: 44px;
    padding-left: 12px;
    padding-right: 12px;
    color: #aaa;
    background: #FBFBFB;
    border-radius: 5px;
    border: 1px solid var(--color-primary-blue);
    transition: all .2s;
}

@media (min-width: 961px) {
    .onlinecatalog_form {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .onlinecatalogwrap .lstab,
    .onlinecatalog_form .fbxt {
        display: flex;
        padding-left: 46px;
        padding-right: 46px;
    }
    .onlinecatalog_form .itemr .it {
        width: 100%;
        margin-right: 5.3vw;
    }
    .onlinecatalog_form .itemr.itemr_PN .it {
        max-width: 375px;
    }
    .onlinecatalog_form .itemr .it_button {
        max-width: 175px !important;
    }
    .onlinecatalog_form .itemr .it:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1661px) {
    .onlinecatalogwrap .lstab .tb {
        padding: 34px 55px;
        margin-right: 60px;
    }
}
@media (max-width: 1660px) and (min-width: 961px) {
    .onlinecatalogwrap .lstab .tb {
        padding: 20px 40px;
        margin-right: 20px;
    }
}
@media (max-width: 960px) {
    .onlinecatalogwrap .lstab {
        display: flex;
    }
    .onlinecatalogwrap .lstab .tb {
        padding: 14px 20px;
        margin-right: 10px;
        font-size: 16px;
    }
    .onlinecatalog_form {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .onlinecatalog_form .itemr .it {
        margin-top: 10px;
    }
    .onlinecatalog_form .itemr .it:first-child {
        margin-top: 0;
    }

    .fbxt .selt {
        height: 36px;
        line-height: 34px;
    }
}



.homeNews .fboxr {
    margin-top: 22px;
}
.homeNews .leftr {
    background: #F5F5F5;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
}
.homeNews .leftr .gallery a {
    display: block;
}
.homeNews .leftr .gallery img {
    display: block;
    width: 100%;
}
.homeNews .tablistr .itemr {
    /* background: var(--color-primary-blue); */
    border-radius: 10px;
}
.homeNews .tablistr .itemr .contentr {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D7D7D7;
}
.homeNews .tablistr .itemr .gallery {
    display: none;
}

.newshot .contentr .infor .desc,
.newshot .contentr .infor .title,
.newslistrin .contentr .infor .desc,
.newslistrin .contentr .infor .title,
.homeNews .contentr .desc,
.homeNews .contentr .title,
.homeNews .contentr .moret {
    margin-top: 12px;
}

.newshot .contentr .infor .title .lk,
.newshot .contentr .infor .moret .lk,
.newslistrin .contentr .infor .title .lk,
.newslistrin .contentr .infor .moret .lk,
.homeNews .contentr .title,
.homeNews .contentr .title a,
.homeNews .contentr .moret .lk {
    display: inline-block;
    color: var(--color-primary-blue);
}
.newshot .contentr .infor .time,
.newslistrin .contentr .infor .time,
.homeNews .contentr .time {
    color: var(--color-primary);
}

.homeNews .leftr .infor {
    padding: 20px 30px;
}
.homeNews .leftr .gallery img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/* .trainingVideoslistrin .itemr .pic img,
.newshot .contentr .gallery img,
.newslistrin .contentr .gallery img {
    border-radius: 10px;
} */

.newshot .contentr {
    background: #F5F5F5;
}
.newshot .contentr .gallery a {
    display: block;
}
.newshot .contentr .gallery img {
    display: block;
    width: 100%;
}

.newslistrin .itemr {
    border-top: 1px solid #C8C8C8;
}


@media (min-width: 961px) {
    .newshot .contentr,
    .homeNews .fboxr {
        display: flex;
        justify-content: space-between;
    }
    .homeNews .leftr {
        width: 46%;
        max-width: 772px;
    }
    .homeNews .rightr {
        width: 52%;
        max-width: 880px;
    }
    .newslistrin .contentr,
    .homeNews .tablistr .itemr {
        transition: all .2s;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
    }

    .homeNews .tablistr .itemr {
        padding-left: 20px;
        padding-right: 20px;
    }
    .homeNews .tablistr .itemr .contentr {
        height: 100%;
    }


    .newslistrin .contentr:hover {
        background-color: var(--color-primary-blue);
        background-image: url(../images/news_bg.png);
    }
    .homeNews .tablistr .itemr.active {
        background-color: var(--color-primary-blue);
        background-image: url(../images/news_bgi.png);
    }
    .newslistrin .contentr:hover,
    .newslistrin .contentr:hover .title .lk,
    .newslistrin .contentr:hover .moret .lk,
    .homeNews .tablistr .itemr.active .title,
    .homeNews .tablistr .itemr.active .moret .lk,
    .homeNews .tablistr .itemr.active .contentr {
        color: #fff;
    }
    .homeNews .tablistr .itemr.active .contentr {
        border-bottom-color: transparent;
    }

    
    .newshot .contentr .gallery,
    .newshot .contentr .infor {
        width: 50%;
    }

    .newshot .contentr .infor {
        padding: 46px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .newslistrin .contentr .infor {
        padding: 20px 40px;
        padding-bottom: 0;
    }

    .newslistrin .contentr {
        position: relative;
        display: block;
        padding: 24px;
        transition: all .2s;
    }

    .newslistrin .contentr .infor .moret,
    .newshot .contentr .infor .moret {
        margin-top: 20px;
    }

    .newslistrin .contentr .infor .title,
    .newshot .contentr .infor .desc {
        font-size: 16px;
    }
    
    .newslistrin .contentr {
        height: 276px;
        border-radius: 10px;
    }

    .newslistrin .contentr .gallery {
        position: absolute;
        left: 24px;
        top: 24px;
        transition: all .2s;
    }
    .newslistrin .contentr .gallery img {
        height: 228px;
    }
    .newslistrin .contentr .infor {
        padding-left: 380px;
        transition: all .2s;
    }

    .newslistrin .contentr .gallery {
        width: 360px;
    }
    .newslistrin .contentr .infor {
        padding-left: 380px;
    }
    .newslistrin .contentr:hover .gallery {
        opacity: 0;
    }
    .newslistrin .contentr:hover .infor {
        padding-left: 10px;
    }

}


@media (min-width: 1661px) {
    .homeNews .tablistr .itemr {
        height: 248px;
    }
    .homeNews .contentr .time,
    .homeNews .contentr .desc {
        font-size: 18px;
    }
    .homeNews .contentr .title {
        line-height: 30px;
        font-size: 22px;
    }
    .homeNews .contentr .moret {
        font-size: 16px;
    }
}
@media (max-width: 1660px) and (min-width: 961px) {
    .homeNews .tablistr .itemr {
        height: 236px;
    }
    .homeNews .contentr .time,
    .homeNews .contentr .desc {
        font-size: 16px;
    }
    .homeNews .contentr .title {
        line-height: 30px;
        font-size: 20px;
    }
}
@media (max-width: 960px) {
    .homeNews .leftr {
        margin-bottom: 30px;
        /* display: none; */
    }
    .homeNews .contentr .title {
        line-height: 24px;
        font-size: 16px;
    }
    /* .homeNews .tablistr .itemr:first-child .contentr {
        padding-top: 0;
    } */

    .newslistrin .itemr {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .newslistrin .contentr .infor .moret, 
    .newslistrin .itemr .infor {
        padding-top: 12px;
    }

    .newshot .infor {
        padding: 14px;
    }

    .homeNews .tablistr .itemr {
        margin-top: 20px;
        background-color: var(--color-primary-blue);
        background-image: url(../images/news_bgi.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
    }
    .homeNews .tablistr .itemr .title,
    .homeNews .tablistr .itemr .moret .lk,
    .homeNews .tablistr .itemr .contentr {
        color: #fff;
    }
    .homeNews .tablistr .itemr .contentr {
        padding-left: 20px;
        padding-right: 20px;
    }
}





.homeProducts .tpcontent {
    max-width: 1148px;
    width: 74%;
    margin-left: auto;
    margin-right: auto;
}




.homeProducts .tablistr .itemr {
    position: relative;
    background: #F5F5F5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.homeProducts .tablistr .itemr .lk {
    display: block;
}
.homeProducts .tablistr .itemr .topr {
    color: #fff;
    background: var(--color-primary-blue);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.homeProducts .tablistr .itemr .topr {
    display: flex;
    align-items: center;
}
.homeProducts .tablistr .itemr .topr .img {
    flex: 0 0 40px;
    margin-right: 15px;
}
.homeProducts .tablistr .itemr .bottmr .img {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}



@media (min-width: 961px) {
    .homeProducts .tpcontent {
        font-size: 15px;
    }
    .homeProducts .tablistr {
        display: grid;
        grid-gap: 40px;
        grid-template-columns: repeat(2, 1fr);
        align-items: stretch;
        margin-top: 40px;
    }
    .homeProducts .tablistr .itemr {
        top: 0;
        transition: all .2s;
    }
    .homeProducts .tablistr .itemr .lk {
        height: 100%;
    }
    .homeProducts .tablistr .itemr .bottmr,
    .homeProducts .tablistr .itemr .topr {
        padding: 20px 30px;
    }
    .homeProducts .tablistr .itemr .bottmr {
        min-height: 140px;
        padding-right: 140px;
        padding-bottom: 40px;
        font-size: 16px;
    }
    .homeProducts .tablistr .itemr:hover {
        top: -10px;
    }
}

@media (min-width: 1661px) {
    .homeProducts .tablistr .itemr .topr .tit {
        line-height: 28px;
        font-size: 24px;
    }
}
@media (max-width: 1660px) and (min-width: 961px) {
    .homeProducts .tablistr .itemr .topr .tit {
        font-size: 20px;
    }
}
@media (max-width: 960px) {
    .homeProducts .tpcontent {
        width: 100%;
    }
    .homeProducts .tablistr .itemr .bottmr,
    .homeProducts .tablistr .itemr .topr {
        padding: 10px 20px;
    }
    
    .homeProducts .tablistr .itemr .topr .img {
        margin-right: 10px;
    }

    .homeProducts .tablistr .itemr .bottmr {
        padding-right: 60px;
        padding-bottom: 20px;
    }
    .homeProducts .tablistr .itemr .bottmr .img {
        width: 110px;
    }

    .homeProducts .tablistr,
    .homeProducts .tablistr .itemr {
        margin-top: 20px;
    }
    .homeProducts .tablistr .itemr:first-child {
        margin-top: 0;
    }
}




.productboxrin .leftr {
    background-color: #F5F5F5;
}

.productboxrin .lstab .tb {
    font-weight: bold;
    color: var(--color-primary-blue);
}
.productboxrin .lstab {
    margin-top: 20px;
}
.productboxrin .lstab:first-child {
    margin-top: 0;
}
.productboxrin .fbxt .it {
    margin-top: 14px;
}

.productlistrin .itemr .lk {
    display: block;
}
.productlistrin .itemr .topr {
    position: relative;
    padding: 20px;
    color: #fff;
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url(../images/products_bg.png);
    border-radius: 20px;
}
.productlistrin .itemr .des {
    margin-top: 16px;
}
.productlistrin .itemr .type {
    margin-top: 10px;
}

.productlistrin .allbtnwrap {
    width: 154px;
}
.productbigboxr .lanmutit {
    border-bottom: 1px solid rgba(0,46,93,.5);
}
.productbigboxr .lanmutit .t {
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
.productbigboxr .lanmutit .t::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-primary-blue);
}

@media (min-width: 481px) {
    .productlistrin {
        display: grid;
        grid-gap: 40px;
        grid-template-columns: repeat(2, 1fr);
        align-items: stretch;
    }
}
@media (min-width: 961px) {
    .productboxrin {
        display: flex;
        justify-content: space-between;
    }
    .productboxrin .leftr {
        width: 31%;
        flex: 0 0 31%;
        max-width: 432px;
        padding-left: 30px;
        padding-right: 70px;
        padding-top: 34px;
        padding-bottom: 70px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .productboxrin .rightr {
        width: 69%;
        padding-left: 55px;
        padding-bottom: 60px;
    }
    .productboxrin .lstab {
        margin-top: 50px;
    }
    .productboxrin .lstab .tb {
        font-size: 26px;
    }
    .productboxrin .fbxt .it {
        margin-top: 30px;
    }

    .productbigboxr {
        margin-top: 5vw;
    }
    .productboxrin3 {
        padding-bottom: 60px;
    }
    .productboxrin3 .productlistrin {
        grid-template-columns: repeat(3, 1fr);
    }
    .productboxrin5 .lanmutit,
    .productboxrin3 .lanmutit {
        margin-bottom: 30px;
    }
    .vehicle_searchwraper .productlistrin,
    .productbigboxr:first-child {
        /* margin-top: 30px; */
        margin-top: 0;
    }
    .productlistrin .itemr .tit,
    .productlistrin .itemr .type {
        font-size: 24px;
    }
    .productlistrin .itemr .topr {
        padding-top: 40px;
    }
    .productlistrin .itemr .des {
        max-width: 48%;
        font-size: 15px;
    }
    .productlistrin .itemr .img {
        position: absolute;
        right: 10px;
        top: 70px;
        z-index: 3;
        width: 70%;
        transition: all .2s;
    }
    .productlistrin .itemr .mort {
        position: absolute;
        left: 30px;
        bottom: 36px;
    }
    .productlistrin .allbtnwrap {
        font-size: 16px;
    }
    .productlistrin .itemr .lk:hover .img {
        right: 0;
    }
}
@media (min-width: 1661px) {
    .productlistrin {
        grid-gap: 60px;
    }
    .productlistrin .itemr .topr {
        height: 420px;
    }
}
@media (max-width: 1660px) and (min-width: 1201px) {
    .productlistrin .itemr .topr {
        height: 390px;
    }
    .productlistrin .itemr .img {
        top: 90px;
        width: 65%;
    }
}
@media (max-width: 1200px) and (min-width: 961px) {
    .productboxrin .leftr {
        padding-right: 30px;
    }
    .productlistrin .itemr .topr {
        height: 350px;
    }
    .productlistrin .itemr .img {
        top: 120px;
        width: 60%;
    }
    .productlistrin .itemr .mort {
        left: 26px;
        bottom: 26px;
    }
}
@media (max-width: 960px) {
    .productboxrin .leftr {
        padding: 20px;
        border-radius: 10px;
    }
    .productbigboxr,
    .productboxrin .rightr {
        margin-top: 30px;
    }
    .productboxrin5 .lanmutit,
    .productboxrin3 .lanmutit {
        margin-bottom: 20px;
    }
    .productlistrin {
        margin-top: 20px;
    }
    .productlistrin .itemr:first-child {
        margin-top: 0;
    }
    .productlistrin .itemr .img {
        width: 60%;
        margin: auto;
        margin-top: 10px;
    }
    .productlistrin .itemr .tit,
    .productlistrin .itemr .type {
        font-size: 16px;
    }
    .productlistrin .itemr .des {
        margin-top: 10px;
    }
}
@media (max-width: 480px) {
    .productlistrin .itemr {
        margin-top: 20px;
    }
}


.colwrapt {
    padding-top: 18px;
    border-bottom: 1px solid #E7E7E7;
}
.colwrapt .position {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.colwrapt .position .line {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.colwrapt .cloumntw .itmr .lk {
    position: relative;
}


.colwrapt_hascolumn .itmr .lk:hover,
.colwrapt_hascolumn .itmr.active .lk,
.colwrapt .position a:hover {
    color: var(--color-primary-blue);
}




@media (min-width: 961px) {
    .colwrapt .fboxr {
        display: flex;
        justify-content: space-between;
    }
    .colwrapt .cloumntw {
        width: 100%;
        padding-right: 50px;
        display: flex;
    }
    .colwrapt .position {
        height: 24px;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .colwrapt .position .line {
        width: 11px;
        min-width: 11px;
    }
    .colwrapt .cloumntw .itmr .lk {
        display: block;
        padding-bottom: 18px;
        text-align: center;
    }
    .colwrapt .cloumntw .itmr .lk::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 3px;
        transform: translateX(-50%);
        transition: all .2s;
        background-color: var(--color-primary-blue);
    }


    .colwrapt_hascolumn .itmr .lk {
        padding: 0 2vw;
        font-size: 15px;
    }
    .colwrapt_hascolumn .itmr:first-child .lk {
        padding-left: 0;
    }
    .colwrapt_hascolumn .itmr.active .lk::after,
    .colwrapt_hascolumn .itmr .lk:hover::after {
        width: 100%;
    }
    .colwrapt_hascolumn .itmr.active .lk {
        font-weight: bold;
    }

    
    .colwrapt_nocolumn .fboxr {
        justify-content: flex-end;
        padding-bottom: 18px;
    }
    
}
@media (max-width: 1200px) and (min-width: 961px) {
    .colwrapt_hascolumn .itmr .lk {
        padding: 0 10px;
    }
}
@media (max-width: 960px) {
    .colwrapt {
        margin-top: 20px;
        padding-bottom: 18px;
        border-top: 1px solid #E7E7E7;
    }
    .colwrapt .cloumntw {
        display: flex;
        flex-wrap: wrap;
    }
    .colwrapt .position {
        margin-top: 20px;
    }
    .colwrapt .position .line img {
        height: 10px;
    }
    
    .colwrapt_hascolumn {
        padding-top: 0;
        margin-top: 10px;
        border-top: none;
    }
    .colwrapt_hascolumn .cloumntw {
        position: relative;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2, 1fr);
        align-items: stretch;
        padding-bottom: 20px;
    }
    .colwrapt_hascolumn .cloumntw::after {
        content: '';
        position: absolute;
        left: -5%;
        right: -5%;
        bottom: 0;
        height: 1px;
        background-color: #E7E7E7;
    }
    .colwrapt_hascolumn .cloumntw .itmr {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        text-align: center;
        border: 1px solid #efefef;
    }
    .colwrapt_hascolumn .cloumntw .itmr .lk {
        display: block;
        width: 100%;
        padding: 6px 14px;
    }
    .colwrapt_hascolumn .cloumntw .itmr.active {
        border-color: var(--color-primary-blue);
        background-color: var(--color-primary-blue);
    }
    .colwrapt_hascolumn .cloumntw .itmr.active .lk {
        color: #fff;
    }

    
    .colwrapt_nocolumn {
        margin-top: 0;
        border-top: none;
    }    
    .colwrapt_nocolumn .position {
        margin-top: 0;
    }
}


.allserstitle {
    line-height: 34px;
    font-weight: bold;
    color: var(--color-primary-blue);
}
.allserstitle img {
    width: 34px;
    margin-right: 6px;
}
.alltpsr {
    margin-top: 20px;
}



.faqslistrin,
.faqslistrin .itemr {
    margin-top: 20px;
}
.faqslistrin .itemr:first-child {
    margin-top: 0;
}
.faqslistrin .itemr {
    display: block;
    border: 1px solid #AAAAAA;
    border-radius: 6px;
    padding: 20px;
}
.faqslistrin .itemr .ztitle {
    position: relative;
    padding-right: 40px;
    transition: all .2s;
    cursor: pointer;
}

.trainingVideoslistrin .itemr .jt,
.faqslistrin .itemr .ztitle .jt {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 0;
    transition: all .2s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/chevron_r_sm_g.png);
}
.faqslistrin .itemr .ztitle .jt {
    position: absolute;
    right: 0;
    top: 0;
}
.faqslistrin .itemr .zdesc {
    display: none;
}

.faqslistrin .itemr .allcontentwrapper {
    overflow: hidden;
}
.faqslistrin .itemr .allcontentwrapper p {
    margin-top: 4px;
    margin-bottom: 4px;
}

.faqslistrin .itemr.itemr.active {
    border-color: var(--color-primary-blue);
}

.faqslistrin .itemr:hover .ztitle,
.faqslistrin .itemr.active .ztitle {
    color: var(--color-primary-blue);
}
.faqslistrin .itemr.active .ztitle {
    font-weight: bold;
}
.faqslistrin .itemr.active .ztitle .jt {
    background-image: url(../images/chevron_r_sm_b.png);
}





@media (min-width: 961px) {
    .faqslistrin,
    .faqslistrin .itemr {
        margin-top: 30px;
    }
    .faqslistrin .itemr .pimg {
        float: right;
    }
    .faqslistrin .itemr .ztitle .jt {
        right: 6px;
    }
}
@media (max-width: 960px) {
    .allserstitle {
        line-height: 30px;
    }
    .allserstitle img {
        width: 30px;
    }
}


.downloadsboxr .downloadslistrin .itemr,
.compatibilitylistrin,
.compatibilitylistrin .itemr {
    margin-top: 24px;
}

.downloadslistrin .itemr,
.compatibilitylistrin .itemr {
    border: none;
    box-shadow: 0px 2px 10px 1px rgba(115,115,115,0.1);
    border-radius: 5px;
}
.compatibilitylistrin .itemr:first-child {
    margin-top: 0;
}
.compatibilitylistrin .itemr .slog img {
    height: 40px;
}

.compatibilitylistrin .itemr .brand {
    font-weight: bold;
}

@media (min-width: 961px) {
    .downloadslistrin .itemr {
        margin-top: 40px;
    }
    .compatibilitylistrin .itemr {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(4, 1fr);
        align-items: stretch;
        padding: 20px;
    }
    .compatibilitylistrin .itemr .it {
        display: flex;
        align-items: center;
    }
    .compatibilitylistrin .itemr .brand,
    .compatibilitylistrin .itemr .tool,
    .compatibilitylistrin .itemr .model {
        justify-content: center;
        border-left: 1px solid #E7E7E7;
    }
}
@media (max-width: 960px) {
    .compatibilitylistrin .itemr {
        padding: 20px;
    }
    .compatibilitylistrin .itemr .brand,
    .compatibilitylistrin .itemr .tool,
    .compatibilitylistrin .itemr .model {
        margin-top: 10px;
    }
}



.trainingVideoslistrin .itemr .jt {
    background-image: url(../images/i_down_v_g.png);
}
.trainingVideoslistrin .itemr .ztitle:hover .jt {
    background-image: url(../images/i_down_v_b.png);
}
.downloadslistrin .itemr .ztitle .jt {
    background-image: url(../images/i_down_b.png);
}
.downloadsboxr .downloadslistrin .itemr .ztitle .jt {
    background-image: url(../images/i_down_g.png);
}
.downloadslistrin .itemr:hover,
.downloadsboxr .downloadslistrin .itemr:hover {
    background-color: var(--color-primary-blue);
}
.downloadslistrin .itemr:hover .ztitle,
.downloadsboxr .downloadslistrin .itemr:hover .ztitle {
    color: #fff;
}
.downloadslistrin .itemr:hover .ztitle .jt,
.downloadsboxr .downloadslistrin .itemr:hover .ztitle .jt {
    background-image: url(../images/i_down_w.png);
}




.faqslistrlanmu,
.trainingVideoslistrin {
    margin-top: 20px;
}
.trainingVideoslistrin .itemr .gallery {
    position: relative;
}
.trainingVideoslistrin .itemr .pic {
    position: relative;
    z-index: 1;
}
.trainingVideoslistrin .itemr .pic img {
    display: block;
    width: 100%;
}
.trainingVideoslistrin .itemr .mediabtnwrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-size: 39px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/i_video.png);
    cursor: pointer;
}
.trainingVideoslistrin .itemr .ztitle {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    line-height: 24px;
}

.allsersfboxr .moret a,
.trainingVideoslistrin .itemr .ztitle:hover {
    color: var(--color-primary-blue);
}


.allsersfboxr {
    position: relative;
}
.allsersfboxr .moret a {
    display: block;
}
.allsersfboxr .alldesc {
    margin-top: 6px;
}

.allsersfboxr .moret a:hover {
    color: var(--color-primary);
}


@media (min-width: 961px) {
    .allsersfboxr {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .allsersfboxr .moret {
        position: relative;
        white-space: nowrap;
        padding-left: 20px;
    }
    .faqslistrlanmu,
    .trainingVideoslistrin {
        display: grid;
        grid-gap: 40px;
        grid-row-gap: 50px;
        grid-template-columns: repeat(3, 1fr);
        align-items: stretch;
        margin-top: 30px;
    }

}
@media (max-width: 960px) {
    .allsersfboxr .moret {
        position: absolute;
        right: 0;
        top: 3px;
    }
}
@media (max-width: 960px) and (min-width: 481px) {
    .trainingVideoslistrin {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        align-items: stretch;
    }
}
@media (max-width: 480px) {
    .trainingVideoslistrin .itemr {
        margin-top: 20px;
    }
    .trainingVideoslistrin .itemr:first-child {
        margin-top: 0;
    }
}






.faqslistrlanmu .itemr {
    padding: 20px;
    background: #F5F5F5;
    border-radius: 10px;
}
.faqslistrlanmu .itemr .title {
    font-size: 16px;
    font-weight: bold;
}



@media (min-width: 961px) {
    .faqslistrlanmu .itemr {
        padding: 24px;
    }
    .faqslistrlanmu .itemr .desc {
        margin-top: 14px;
    }
}
@media (max-width: 960px) {
    .faqslistrlanmu .itemr {
        margin-top: 20px;
    }
    .faqslistrlanmu .itemr:first-child {
        margin-top: 0;
    }
    .faqslistrlanmu .itemr .desc {
        margin-top: 6px;
    }
}


.careerlistsin .ztitle,
.aboutlistsin .ztitle {
    font-weight: bold;
    color: var(--color-primary-blue);
}
.careerlistsin .zdesc,
.aboutlistsin .zdesc {
    margin-top: 14px;
}

.about_TIREVIO {
    color: #fff;
    background-color: var(--color-primary-blue);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.about_TIREVIO .ztitle {
    color: var(--color-primary);
}
.about_Matters {
    background: #F8F8F8;
}




@media (min-width: 961px) {
    .aboutlistsin {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .about_TIREVIO {
        background-image: url(../images/about_bg.png);
    }
    .about_Partnerships {
        padding-top: 20px;
    }
}
@media (max-width: 960px) {
    .careerlistsin,
    .aboutlistsin {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about_Partnerships {
        padding-top: 10px;
    }
}





.ireturn {
    text-align: center;
}
.ireturn .lk {
    display: inline-block;
}
.ireturn .w {
    margin-top: 6px;
}
.detail_title {
    font-size: 18px;
    text-align: center;
}
.detail_info {
    margin-top: 14px;
    text-align: center;
}
.detail_content {
    margin-top: 30px;
    padding-top: 32px;
    border-top: 1px dashed #BABABA;
}
.detail_control {
    position: relative;
    margin-top: 46px;
    padding-top: 26px;
    border-top: 1px dashed #BABABA;
}
.detail_control .item {
    margin-top: 10px;
}
.detail_control .item:first-child {
    margin-top: 0;
}
.ireturn .lk:hover,
.detail_control .item a:hover {
    color: var(--color-primary-blue);
}



@media (min-width: 961px) {
    .detail_control .item {
        max-width: 60%;
    }
    .detail_control .ireturn {
        position: absolute;
        right: 0;
        top: 26px;
    }
    .detail_info {
        font-size: 16px;
    }
}
@media (max-width: 960px) {
    .detail_content {
        margin-top: 20px;
        padding-top: 20px;
    }
    .detail_control,
    .detail_control .ireturn {
        margin-top: 24px;
    }
}



.productsdetailtopr {
    position: relative;
}
.productsdetailtopr .ztitle {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E7E7E7;
}
.productsdetailtopr .zdesc {
    line-height: 24px;
}
.productsdetailtopr .zdesc p {
    margin: 0;
}

.productsdetailtopr .gallerybig {
    box-shadow: 0px 0px 4px 0px rgba(133,133,133,0.25);
    border-radius: 15px;
}

.productsdetailtopr .leftr img {
    display: block;
    width: 100%;
}

.productsdetailtopr .gallerythumbs .swiper-slide {
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all .2s;
    cursor: pointer;
}
.productsdetailtopr .gallerythumbs .swiper-slide:hover,
.productsdetailtopr .gallerythumbs .swiper-slide-thumb-active {
    border-color: var(--color-primary-blue);
}

.productsdetailbottomr .lsbottomr .tabitemr {
    display: none;
}



@media (min-width: 961px) {
    .productsdetailtopr {
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
    }
    .productsdetailbottomr {
        margin-top: 80px;
    }
    .productsdetailtopr .leftr {
        width: 46%;
    }
    
    .productsdetailtopr .gallerythumbs,
    .productsdetailtopr .rightr {
        width: 54%;
    }

    .productsdetailtopr .rightr {
        padding-left: 4vw;
    }
    .productsdetailtopr .zdesc {
        overflow: auto;
        padding-right: 10px;
    }
    .productsdetailtopr .gallerythumbs {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .productsdetailtopr .gallerythumbs {
        padding-left: 80px;
        padding-right: 40px;
    }
    .productsdetailtopr .gallerythumbs .banner-left {
        left: 40px;
    }

    .productsdetailtopr .gallerythumbs::after {
        content: '';
        position: absolute;
        top: -30px;
        left: 4vw;
        right: 0;
        height: 1px;
        background: #E7E7E7;
    }

    .productsdetailbottomr .lsbottomr {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    
    .productsdetailbottomr .lstab {
        border-top: 2px solid #E7E7E7;
        border-bottom: 2px solid #E7E7E7;
    }
    .productsdetailbottomr .lstab .listr {
        display: flex;
    }
    .productsdetailbottomr .lstab .listr .tbr {
        position: relative;
        margin-right: 5vw;
        padding: 20px 0;
        cursor: pointer;
    }
    .productsdetailbottomr .lstab .listr .tbr:last-child {
        margin-right: 0;
    }
    .productsdetailbottomr .lstab .listr .tbr::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 2px;
        background-color: var(--color-primary-blue);
        transition: all .2s;
    }
    .productsdetailbottomr .lstab .listr .tbr.active,
    .productsdetailbottomr .lstab .listr .tbr:hover {
        color: var(--color-primary-blue);
    }
    .productsdetailbottomr .lstab .listr .tbr.active::after,
    .productsdetailbottomr .lstab .listr .tbr:hover::after {
        width: 100%;
    }
}

@media (min-width: 1661px) {
    .productsdetailtopr .leftr,
    .productsdetailtopr .gallerybig img {
        min-height: 450px;
    }
    .productsdetailtopr .gallerythumbs img {
        height: 94px;
    }
    .productsdetailtopr .zdesc {
        height: 224px;
        line-height: 30px;
        font-size: 16px;
    }
}
@media (max-width: 1660px) and (min-width: 1201px) {
    .productsdetailtopr .leftr,
    .productsdetailtopr .gallerybig img {
        min-height: 26vw;
    }
    .productsdetailtopr .gallerythumbs img {
        height: 70px;
    }
    .productsdetailtopr .zdesc {
        height: 12vw;
    }
}

@media (max-width: 1200px) and (min-width: 961px) {
    .productsdetailtopr .gallerythumbs img {
        height: 52px;
    }
    .productsdetailtopr .zdesc {
        height: 10vw;
    }
}

@media (max-width: 960px) {
    .productsdetailbottomr,
    .productsdetailtopr,
    .productsdetailbottomr .lsbottomr {
        margin-top: 30px;
    }
    .productsdetailbottomr .lsbottomr {
        padding-bottom: 40px;
    }
    .productsdetailtopr .gallerybig {
        max-width: 640px;
        margin: auto;
    }
    .productsdetailtopr .gallerythumbs {
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 20px;
    }
    .productsdetailtopr .rightr {
        margin-top: 20px;
    }

    .productsdetailbottomr .lstab {
        padding-bottom: 14px;
        border-bottom: 1px solid #E7E7E7;
    }
    .productsdetailbottomr .lstab .listr .tbr {
        padding: 8px 10px;
        text-align: center;
    }
    .productsdetailbottomr .lstab .listr .tbr:hover,
    .productsdetailbottomr .lstab .listr .tbr.active {
        color: #fff;
        background-color: var(--color-primary-blue);
    }
     
}




.productsdetailbottomr .lsbottomr table td {
    border: 1px solid #E7E7E7;
}
.productsdetailbottomr .lsbottomr table tr:nth-child(odd) {
    background-color: #eee;
}
.productsdetailbottomr .lsbottomr table td {
    padding: 10px;
}


@media (min-width: 961px) {
    .tabitemrSpecifications table {
        font-size: 16px;
    }
    .productsdetailbottomr .lsbottomr table td {
        padding: 14px;
    }
}
@media (max-width: 960px) {}




.prodetaildesclistrin .itemr {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E7E7E7;
}
.prodetaildesclistrin .itemr:first-child {
    padding-top: 0;
}
.prodetaildesclistrin .itemr:last-child {
    padding-bottom: 0;
}
.prodetaildesclistrin .itemr:last-child {
    border-bottom: none;
}
.prodetaildesclistrin .itemr .contentr p {
    margin: 0;
}




@media (min-width: 961px) {
    .prodetaildesclistrin .itemr {
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .prodetaildesclistrin .itemr .contentr {
        width: 65%;
        line-height: 2;
    }
    .prodetaildesclistrin .itemr .gallery {
        width: 35%;
        max-width: 488px;
    }
    .prodetaildesclistrin .itemr:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .prodetaildesclistrin .itemr:nth-child(2n+1) .contentr {
        padding-right: 12%;
    }
    .prodetaildesclistrin .itemr:nth-child(2n) .contentr {
        padding-left: 12%;
    }
}
@media (max-width: 960px) {
    .prodetaildesclistrin .itemr .gallery {
        margin-top: 10px;
    }
}


.prodetaildownlistrin .itemr {
    margin-top: 16px;
}
.prodetaildownlistrin .itemr:first-child {
    margin-top: 0;
}
.prodetaildownlistrin .itemr .lk {
    display: flex;
}
.prodetaildownlistrin .itemr .pic {
    width: 28px;
}
.prodetaildownlistrin .itemr .title {
    flex: 1;
    padding-left: 12px;
}


@media (min-width: 961px) {
    .productsdetailbottomr .lsbottomr .tabitemrDownloads .fboxr {
        display: flex;
    }
    .productsdetailbottomr .lsbottomr .tabitemrDownloads .trainingVideoslistrin,
    .productsdetailbottomr .lsbottomr .tabitemrDownloads .prodetaildownlistrin {
        width: 50%;
    }
    .productsdetailbottomr .lsbottomr .tabitemrDownloads .prodetaildownlistrin {
        padding-left: 7%;
        max-height: 27vw;
        overflow: auto;
    }
    .productsdetailbottomr .lsbottomr .tabitemrDownloads .prodetaildownlistrin.prodetaildownlistrin_novideo {
        padding-left: 0;
        width: 100%;
    }
    .productsdetailbottomr .lsbottomr .tabitemrDownloads .trainingVideoslistrin {
        margin-top: 0;
        padding-right: 6%;
        grid-gap: 0;
        grid-row-gap: 0;
        grid-template-columns: repeat(1, 1fr);
        border-right: 1px solid #E7E7E7;
    }
    .prodetaildownlistrin .itemr .pic {
        padding-top: 4px;
    }

    .prodetaildownlistrin .itemr {
        margin-top: 24px;
    }

}

@media (min-width: 1661px) {
    .productsdetailbottomr .lsbottomr .tabitemrDownloads .trainingVideoslistrin .itemr .ztitle {
        line-height: 36px;
        font-size: 18px;
    }
    .productsdetailbottomr .lsbottomr .tabitemrDownloads .trainingVideoslistrin .itemr .jt {
        width: 36px;
        height: 36px;
    }
}
@media (max-width: 960px) and (min-width: 481px) {    
    .productsdetailbottomr .lsbottomr .tabitemrDownloads .trainingVideoslistrin {
        margin-top: 0;
        grid-gap: 0;
        grid-row-gap: 0;
        grid-template-columns: repeat(1, 1fr);
    }
    .productsdetailbottomr .lsbottomr .tabitemrDownloads .trainingVideoslistrin .itemr {
        max-width: 440px;
        margin: auto;
    }
}

@media (max-width: 960px) {
    .productsdetailbottomr .lsbottomr .tabitemrDownloads .trainingVideoslistrin {
        margin-top: 0;
    }
    .productsdetailbottomr .lsbottomr .tabitemrDownloads .trainingVideoslistrin {
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #E7E7E7;
    }
}




.prodetailcompatiblelistrin .itemr {
    text-align: center;
}
.prodetailcompatiblelistrin .itemr .title {
    margin-top: 10px;
}



@media (min-width: 961px) {
    .prodetailcompatiblelistrin {
        display: grid;
        grid-gap: 7vw;
        grid-row-gap: 5vw;
        grid-template-columns: repeat(4, 1fr);
        align-items: stretch;
    }
    .prodetailcompatiblelistrin .itemr .title {
        font-size: 16px;
    }
}
@media (max-width: 960px) {
    .prodetailcompatiblelistrin {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        align-items: stretch;
    }
    .prodetailcompatiblelistrin .itemr .gallery {
        max-width: 240px;
    }
}
@media (max-width: 480px) {}





.searchtop .search_form {
    position: relative;
}
.searchtop .search_form .search_field {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-right: 20px;
    background: rgba(249,249,249,0.36);
    border-radius: 111px 111px 111px 111px;
    border: 1px solid #D7D7D7;
}
.searchtop .search_form .search_submit {
    position: absolute;
    left: 16px;
    top: 0;
    z-index: 3;
    padding: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/i_search_g.png);
    border: none;
}

.searchlstab .tb .lk:hover,
.searchlstab .tb.active .lk,
.titletopcetr {
    color: var(--color-primary-blue);
}

.searchlstab .tb.active .lk {
    font-weight: bold;
}
.searchlstab {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #D5D5D5;
}
.searchlstab .tb {
    margin-right: 20px;
}
.searchlstab .tb:last-child {
    margin-right: 0;
}
.searchlistrin .newslistrin {
    padding-top: 0;
}
.searchlistrin .newslistrin .itemr:first-child {
    border-top: none;
}


@media (min-width: 961px) {
    .searchtop .search_form .search_field,
    .searchtop .search_form .search_submit {
        height: 60px;
    }

    .searchtop .search_form .search_field {
        padding-left: 70px;
        font-size: 16px;
    }

    .searchtop .search_form .search_submit {
        width: 40px;
        background-size: 36px;
    }

    .titletopcetr {
        margin-top: 3vw;
    }
    .searchlistrin,
    .searchlstab {
        margin-top: 50px;
    }

    .searchlstab .tb {
        margin-right: 90px;
    }

    .searchlistrin .productlistrin {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 960px) {
    .searchtop .search_form .search_field,
    .searchtop .search_form .search_submit {
        height: 36px;
    }

    .searchtop .search_form .search_field {
        padding-left: 45px;
    }

    .searchtop .search_form .search_submit {
        width: 20px;
        background-size: 20px;
    }

    .titletopcetr,
    .searchlistrin,
    .searchlstab {
        margin-top: 30px;
    }
    .searchlistrin .newslistrin .itemr:first-child {
        padding-top: 0;
        border-top: none;
    }

    .searchlstab .tb {
        font-size: 16px;
    }
}




.colwrapt_career,
.career_Whyjoin,
.career_Internship {
    background-color: #F7F7F7;
}

.careerlistsin {
    text-align: center;
}

@media (min-width: 961px) {
    .careerlistsin {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .career_Life {
        padding-top: 10px;
    }
}


/* Whyjoin */

.career_Whyjoin .zdesc {
    text-align: left;
}
.career_Whyjoinlistrin .itemr {
    display: flex;
}
.career_Whyjoinlistrin .itemr .desc {
    flex: 1;
    padding-left: 14px;
}
.career_Whyjoinlistrin .itemr .tit {
    font-weight: bold;
}

@media (min-width: 961px) {
    .career_Whyjoinlistrin {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .career_Whyjoinlistrin .itemr .pic {
        width: 50px;
        flex: 0 0 50px;
    }
    .career_Whyjoinlistrin .itemr {
        width: 40%;
        margin-top: 3.8vw;
    }
    .career_Whyjoinlistrin .itemr .text {
        margin-top: 10px;
    }
}
@media (max-width: 960px) {
    .career_Whyjoinlistrin .itemr {
        margin-top: 20px;
    }
    .career_Whyjoinlistrin .itemr .pic {
        width: 30px;
        flex: 0 0 30px;
    }
    .career_Whyjoinlistrin .itemr .tit {
        font-size: 15px;
    }
}


.frame-box {
    display: none;
}
.careerdetailwrapper {
    height: 100%;
    overflow: auto;
}

.frame-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.frame-box .box {
    position: absolute;
    left: calc((100% - 1200px) / 2);
    top: 100px;
    width: 1200px;
    height: calc(100vh - 200px);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.frame-box .iclose {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

@media (max-width: 1400px) {
    .frame-box .box {
        width: 80% !important;
        left: 10% !important;
    }
}

/* Positions */
.career_Positionslistrin .itemr .data-html {
    display: none !important;
}
.career_Positionslistrin .itemr .infor {
    display: block;
    padding: 20px;
    height: 100%;
    color: #fff;
    border-radius: 16px;
    background-color: var(--color-primary-blue);
    cursor: pointer;
}
.career_Positionslistrin .itemr .infor .desc {
    margin-top: 16px;
    padding-top: 10px;
    border-top: 1px solid rgba(201,201,201,0.21);
}
.career_Positionslistrin .itemr .infor .time {
    width: 107px;
    margin: auto;
    margin-top: 20px;
    height: 34px;
    line-height: 34px;
    border-radius: 8px;
    border: 1px solid #F4F4F4;
}



@media (min-width: 961px) {
    .career_Positions .career_Positionslistrin {
        display: grid;
        grid-gap: 50px;
        grid-template-columns: repeat(4, 1fr);
        align-items: stretch;
        margin-top: 40px;
    }
    .career_Positionslistrin .itemr .infor {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .career_Positionslistrin .itemr .infor .time {
        margin-top: 30px;
    }
}
@media (max-width: 960px) {
    .career_Positions .career_Positionslistrin {
        display: grid;
        grid-gap: 14px;
        grid-template-columns: repeat(2, 1fr);
        align-items: stretch;
    }
    .career_Positionslistrin .itemr .infor {
        padding: 14px 10px;
    }
    .career_Positionslistrin .itemr .infor .time {
        width: 90px;
        height: 30px;
        margin-top: 14px;
        line-height: 30px;
        font-size: 12px;
    }
    /* .career_Lifelistrin .itemr, */
    /* .career_Positionslistrin .itemr, */
    .career_Lifelistrin {
        margin-top: 20px;
    }
    /* .career_Lifelistrin .itemr:first-child, */
    /* .career_Positionslistrin .itemr:first-child {
        margin-top: 0;
    } */
}


/* Life */
.career_Life .zdesc {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 961px) {
    .career_Lifelistrin {
        max-width: 1155px;
        margin-left: auto;
        margin-right: auto;
        display: grid;
        grid-gap: 60px;
        grid-template-columns: repeat(3, 1fr);
        align-items: stretch;
        margin-top: 30px;
    }
    .career_Lifelistrin .itemr .desc {
        margin-top: 10px;
    }
}
@media (max-width: 960px) {
    .career_Lifelistrin {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(3, 1fr);
        align-items: stretch;
    }
    .career_Lifelistrin .itemr .desc {
        margin-top: 6px;
    }
}


/* Internship */
.career_Internship .go_apply {
    margin-top: 20px;
}
.career_Internship .go_apply .mt {
    display: inline-block;
    width: 227px;
    height: 46px;
    line-height: 46px;
}

@media (min-width: 961px) {
    .career_Internship .go_apply {
        margin-top: 35px;
    }
}
@media (max-width: 960px) {}



.iclose {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/i_close.png);
}

.careerdetailwrapper .infolistr {
    font-weight: bold;
}
.careerdetailwrapper .infolistr .info {
    margin-top: 10px;
}
.careerdetailwrapper .infolistr .info:first-child {
    margin-top: 0;
}

.careerdetailwrapper .contentr {
    padding-top: 20px;
}
.careerdetailwrapper .contentr .title {
    color: var(--color-primary-blue);
}
.careerdetailwrapper .go_apply {
    margin-top: 24px;
}
.careerdetailwrapper .go_apply .allbtnwrap {
    display: inline-block;
    width: 154px;
}


@media (min-width: 961px) {
    .careerdetailwrapper {
        padding: 50px;
    }
    .careerdetailwrapper .contentr .title {
        margin-top: 30px;
    }
}
@media (max-width: 1400px) {
    .frame-box .box {
        width: 80% !important;
        left: 10% !important;
    }
}
@media (max-width: 960px) {
    .careerdetailwrapper {
        padding-left: 20px;
        padding-right: 40px;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .careerdetailwrapper .contentr .title {
        margin-top: 10px;
    }
}


.member_title_center {
    text-align: center;
}

.containermember {
    max-width: 690px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.tformboxtw .item_code .btnSend,
.tformboxtw .fcontrol {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.35);
}

.tformboxtw,
.tformboxtw .item {
    position: relative;
    margin-top: 24px;
}
.tformboxtw .item:first-child {
    margin-top: 0;
}
.tformboxtw .item .zt {
    margin-bottom: 10px;
    font-weight: bold;
}
.tformboxtw .item .zt .star {
    color: #D6000F;
}

.tformboxtw .item_forgot,
.tformboxtw .item_register {
    text-align: right;
}
.tformboxtw .item_forgot a {
    position: relative;
    font-weight: bold;
}
.tformboxtw .item_forgot a:last-child {
    margin-right: 0;
}
.tformboxtw .item_forgot a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #999;
}
.tformboxtw .item_forgot a:last-child:after {
    display: none;
}
.tformboxtw .item_code .btnSend,
.tformboxtw .item_has {
    color: #bbb;
}
.tformboxtw .item_agree a,
.tformboxtw .item_has a,
.tformboxtw .item_register a {
    color: #2A98FF;
}
#serviceAgreement,
#privacyPolicy {
    cursor: pointer;
}
.tformboxtw .item_sub .fcontrol {
    color: #fff;
    background-color: var(--color-primary-blue);
    border-color: var(--color-primary-blue);
}

.tformboxtw .item_code .rt {
    display: flex;
    justify-content: space-between;
}

.tformboxtw .item_code .btnSend {
    text-align: center;
    cursor: pointer;
}

.tformboxtw .Validform_checktip {
    display: none !important;
    position: absolute !important;
    left: 0 !important;
    top: auto !important;
    color: var(--color-primary-blue);
}
#Validform_msg {
    display: none !important;
}
.tformboxtw .fcontrol.Validform_wrong,
.tformboxtw .fcontrol.Validform_error {
    border-color: var(--color-primary-blue);
}
.tformboxtw .item_forgot a:hover {
    color: var(--color-primary-blue);
}
.tformboxtw .item_agree .Validform_wrong {
    display: block !important;
}

@media (min-width: 961px) {

    .tformboxtw_t {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .tformboxtw_t .item {
        width: 46%;
    }
    
    .tformboxtw .item_code .btnSend,
    .tformboxtw .fcontrol {
        height: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .tformboxtw,
    .tformboxtw .item {
        margin-top: 40px;
    }
    .tformboxtw_t .item:nth-child(2) {
        margin-top: 0;
    }
    .tformboxtw .item_forgot a {
        margin-right: 40px;
    }
    .tformboxtw .item_forgot a::after {
        right: -20px;
    }
    .tformboxtw .Validform_checktip {
        bottom: -22px !important;
    }
    .tformboxtw .item_code .btnSend {
        width: 176px;
        line-height: 50px;
        margin-left: 14px;
    }
}
@media (max-width: 960px) {
    .tformboxtw .item_forgot a {
        margin-right: 20px;
    }
    .tformboxtw .item_forgot a::after {
        right: -10px;
    }
    .tformboxtw .Validform_checktip {
        bottom: -18px !important;
        font-size: 12px;
    }
}








@media (min-width: 961px) {}
@media (max-width: 960px) {}








@media (min-width: 961px) {}
@media (max-width: 960px) {}








@media (min-width: 961px) {}
@media (max-width: 960px) {}








.newslistrin .contentr .infor .title .lk {
    display: block;
}

.faqslistrlanmu .itemr .title,
.detail_control .item {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.prodetaildownlistrin .itemr .title,
.homeProducts .tablistr .itemr .topr .tit,
.homeNews .contentr .title,
.homeNews .rightr .contentr .desc,
.newslistrin .contentr .infor .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.faqslistrlanmu .itemr .desc,
.newshot .contentr .infor .title,
.newslistrin .contentr .infor .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.homeNews .leftr .contentr .desc,
.newshot .contentr .infor .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.lanmutit-blue,
.lanmutit,
.fontsize32,
.fontsize40 {
    margin: 0;
    padding: 0;
}
.lanmutit {
    position: relative;
    color: var(--color-primary-blue);
}
.member_title {
    font-weight: bold;
}
.lanmutit-blue,
.lanmutit-blue2 {
    color: #bbb;
}

@media (min-width: 961px) {
    .fontsize40 {
        line-height: 50px;
        font-size: 40px;
    }

    .productsdetailtopr .ztitle,
    .allserstitle {
        font-size: 32px;
    }
    .careerlistsin .ztitle,
    .aboutlistsin .ztitle {
        font-size: 30px;
    }
    .member_title {
        font-size: 28px;
    }

    .productsdetailbottomr .lstab .listr .tbr,
    .fontsize24,
    .allserstitle24,
    .colwrapt .cloumntw,
    .lanmutit-blue,
    .lanmutit-blue2,
    .lanmutit {
        font-size: 24px;
    }
    
    .newshot .contentr .infor .title,
    .bannerwrapper .contentr .infotr .text,
    .faqslistrlanmu .itemr .title,
    .alltpsr,
    .compatibilitylistrin .itemr .brand {
        font-size: 20px;
    }

    .onlinecatalog_form {
        font-size: 16px;
    }
    .colwrapt .position,
    .careerdetailwrapper .allbtnwrap,
    .career_Internship .go_apply .mt,
    .careerlistsin .zdesc,
    .aboutlistsin .zdesc,
    .aboutlistsin,
    .allsersfboxr .alldesc,
    .allsersfboxr .moret a,
    .faqslistrlanmu .itemr .desc,
    .faqslistrin .itemr .ztitle {
        font-size: 15px;
    }
}


@media (max-width: 960px) {
    .fontsize40 {
        line-height: 30px;
        font-size: 24px;
    }

    .member_title,
    .productsdetailtopr .ztitle,
    .careerlistsin .ztitle,
    .aboutlistsin .ztitle,
    .allserstitle24,
    .allserstitle,
    .colwrapt .cloumntw,
    .productboxrin .lstab .tb,
    .lanmutit-blue,
    .lanmutit-blue2,
    .lanmutit {
        font-size: 20px;
    }
    
    #content-3d .infotr .title,
    .careerdetailwrapper .contentr .title,
    .fontsize24 {
        font-size: 16px;
    }
}

@media (min-width: 1661px) {
    .onlinecatalogwrap .lstab .tb {
        line-height: 46px;
        font-size: 36px;
    }

    #content-3d .infotr .title,
    .tformboxtw .item_sub .fcontrol,
    .careerdetailwrapper .contentr .title,
    .career_Whyjoinlistrin .itemr .tit,
    .career_Lifelistrin .itemr .tit,
    .career_Internship .zdesc,
    .titletopcetr {
        font-size: 24px;
    }
    .searchlstab,
    .prodetaildownlistrin .itemr .lk {
        font-size: 20px;
    }
}
@media (max-width: 1660px) and (min-width: 961px) {
    .onlinecatalogwrap .lstab .tb {
        line-height: 40px;
        font-size: 28px;
    }

    #content-3d .infotr .title,
    .tformboxtw .item_sub .fcontrol,
    .careerdetailwrapper .contentr .title,
    .titletopcetr {
        font-size: 20px;
    }
    
    .career_Whyjoinlistrin .itemr .tit,
    .career_Lifelistrin .itemr .tit,
    .career_Internship .zdesc,
    .searchlstab,
    .prodetaildownlistrin .itemr .lk {
        font-size: 16px;
    }
}