@font-face {
    font-family: 'Manrope';
    src: url('/upload/font/Manrope_vf.ttf');
}



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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

* {
    outline: none;
}

/*reset*/
:root {
    --width-w: 90%;
    --white-color: #fff;
    --black-color: #000;
}

@media screen and (max-width: 769px) {
    :root {
        --width-w: 85%;
    }
}

html,
body {
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'Manrope', 'PingFang SC', "microsoft yahei ui", Arial;
    font-size: 1rem;
}

.scroll-content {
    will-change: transform;
}

.scroll-content {
    overflow: hidden;
}

.empty_h {
    height: 2000px;
}

main.MainWrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: auto;
}

.LDBW {
    height: 100%;
    position: relative;
}

.iBG {
    height: 100%;
    background-size: cover;
    background-position: 50% 60%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

body .scrollbar-track {
    background: rgba(255, 255, 255, 0);
}

body .scrollbar-thumb {
    background: rgb(136 136 136 / 50%);
    border-radius: 0px;
    width: 8px;
}

.Top {
    position: fixed;
    z-index: 880;
    top: 0;
    left: 0;
    right: 0;
}

.mainMenu {
    margin: auto;
    width: var(--width-w);
    margin-top: 4em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.tLogo img {
    display: block;
    max-width: 128px;
}

.Qlink {
    color: var(--white-color);
    display: flex;
    font-size: 0.875em;
}

.Qlink > div:after {
    content: ".";
    display: inline-block;
    margin: 0 1em;
}

.NavBtn > div {
    width: 28px;
    height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.NavBtn > div span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--white-color);
}

.R-c {
    display: flex;
    align-items: center;
}

.NavBtn {
    margin-left: 4em;
    cursor: pointer;
}

main.MainWrapper {
    background: var(--white-color);
}

.Top {
    mix-blend-mode: difference;
}

.LDBC {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    margin: auto;
    width: var(--width-w);
    top: 8em;
    bottom: 12em;
    color: var(--white-color);
    display: flex;
    align-items: center;
}

.LDBL {
    max-width: 800px;
    width: 100%;
}

.littleT {
    font-size: 1.25em;
    display: block;
    margin-bottom: 2em;
    text-transform: uppercase;
}

.T1T {
    font-size: 3.5em;
    font-variation-settings: "wght"500;
}

.M1nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10em;
    width: var(--width-w);
    margin: auto;
    z-index: 5;
    display: flex;
}

.M1nav img {
    display: block;
    max-width: 8px;
    cursor: pointer;
}

.M1nav > div {
    margin-right: 4em;
}

.iBGW {
    position: absolute;
    width: 100%;
    height: 100%;
}

.iBGW > div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.iBG {
    transform: perspective(1000px) translate3d(0px, 0px, 0px);
}

.iBGW > div {
    overflow: hidden;
}

.M1_progress {
    position: absolute;
    left: 0;
    right: 0;
    width: var(--width-w);
    z-index: 5;
    top: 50%;
    margin: auto;
}

.prgLine {
    height: 2px;
    background: rgb(255 255 255 / 0.25);
    max-width: 10em;
    margin-left: auto;
    position: relative;
}

.ssLine {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: var(--white-color);
    transition: 2s;
    transform-origin: left;
}

.LDB_SL {
    color: var(--white-color);
    font-size: 0.875em;
    opacity: 0.75;
}

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

.M1SlideWrapper {
    height: 100vh;
    position: relative;
    z-index: 1;
    max-height: 1280px;
}

.M1Slide.swiper-slide-active {
    z-index: 10;
}

.M1Slide.swiper-slide-active {
    transform: translateX(0%);
}

.M1Slide {
    transform: translateX(100%);
}

.M1Slide {
    overflow: hidden;
}

.loadee {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white-color);
    z-index: 996;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loadee img {
    display: block;
    max-width: 128px;
}

.loadee div {
    overflow: hidden;
}

.logoA > div {
    transform: translateY(100%);
}

.prgLine {
    transform-origin: right;
}

.T1T h1 {
    overflow: hidden;
}

.T1T h1 span {
    display: block;
}

.littleT {
    overflow: hidden;
}

.littleT span {
    display: block;
}

.iBGW {
    overflow: hidden;
}

.sAbout {
    margin: 10% 0;
}

.sAboutC {
    margin: auto;
    width: var(--width-w);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: var(--black-color);
    align-items: center;
}

.sAboutC > div {
    width: 50%;
}

.AbL {
    padding-right: 4%;
    box-sizing: border-box;
}

.bgC {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

.abImg {
    position: relative;
    padding-bottom: 140%;
    overflow: hidden;
}

.littleT1 {
    font-size: 1.25em;
    display: block;
    margin-bottom: 2.5em;
    opacity: 0.75;
    font-variation-settings: "wght"400;
}

.AbR .littleT1 {
    font-weight: 600;
}

.Content p {
    font-size: 1.825vw;
    line-height: 1.5;
    font-variation-settings: "wght"200;
}

.AbR > div {
    max-width: 580px;
}

.moreBtn a {
    display: inline-flex;
    align-items: center;
}

.moreBtn a span {
    display: block;
    padding-right: 2.5em;
    padding-left: 1em;
}

.moreBtn a img {
    display: block;
    max-width: 8px;
}

.crle {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 100px;
    border-color: rgb(130, 130, 130);
}


.moreBtn a:before {
    content: "";
    display: block;
    width: 1em;
    height: 0.125em;
    background: var(--black-color);
}

.abMore {
    margin-top: 20%;
}

.PdImg2c {
    position: relative;
}

.PdImg1c {
    position: relative;
}

.sProduct {
    margin: 10% 0;
    margin-bottom: calc(10% + 8em);
}

.sProductC {
    margin: auto;
    width: var(--width-w);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: var(--black-color);
    align-items: stretch;
}

.sPDL {
    width: 50%;
}

.sPDR {
    width: 50%;
}

.sPdName {
    font-size: 3.5em;
    max-width: 360px;
    font-weight: bold;
    font-variation-settings: "wght"500;
}

.PdMore {
    margin-top: 4em;
    margin-bottom: 5em;
}

.PdImg1c {
    padding-bottom: 70%;
    overflow: hidden;
}

.sPDL {
    padding-right: 4%;
    box-sizing: border-box;
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.sPDL > div {
    /* display: flex; */
    /* flex-wrap: wrap; */
    width: 100%;
    margin-left: auto;
    max-width: 720px;
    padding-left: 5em;
    box-sizing: border-box;
}

.sPDL > div > div {
    flex-basis: 100%;
}

.sPDR {
    max-width: 700px;
}

.PdImg2 {
    height: calc(100% + 8em);
    position: relative;
}

.PdImg2c {
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    overflow: hidden;
}

.sProduct {
    padding-top: 0%;
}

.sProductC {
    position: relative;
}

.M2nav {
    position: absolute;
    bottom: 15%;
    left: 0;
    z-index: 10;
}

.M2nav img {
    max-width: 8px;
    cursor: pointer;
}

.M2nav > div {
    margin-bottom: 2px;
    cursor: pointer;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sConceptBgc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.sConcept {
    position: relative;
    overflow: hidden;
}

.sConceptC {
    height: 100vh;
    max-height: 1080px;
    margin: auto;
    width: var(--width-w);
    color: var(--white-color);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

.Content2 p {
    font-size: 1.5em;
    line-height: 1.5;
    font-variation-settings: "wght"400;
}

.sConEE {
    width: 100%;
    /* max-width: 1600px; */
    margin: auto;
}

.sConEE > div {
    max-width: 530px;
}

.sConCmore {
    margin-top: 6em;
}

.moreBtn.white a:before {
    background: var(--white-color);
}

.NewsImg {
    position: relative;
    padding-bottom: 150%;
    overflow: hidden;
}

.sConcept {
    margin: 10% 0;
}

.sNews {
    margin: 10% 0;
}

.sNewsC {
    margin: auto;
    width: var(--width-w);
}

.NContent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: var(--black-color);
    align-items: stretch;
    margin: auto;
    max-width: 1180px;
}

.NewsL {
    width: 50%;
    box-sizing: border-box;
    padding-right: 8%;
}

.NewsR {
    width: 50%;
    display: flex;
    align-items: center;
}

.newsC1 h1 {
    font-size: 2em;
    margin-bottom: 0.75em;
    font-variation-settings: "wght"500;
}

.newsC1 p {
    font-size: 1.25em;
    line-height: 1.5;
    margin-bottom: 4em;
    font-variation-settings: "wght"360;
    color: #4e4e4e;
}

.NewsR > div {
    width: 100%;
    max-width: 420px;
}

.nTime {
    transform: rotate(90deg);
    display: inline-block;
    transform-origin: left bottom;
}

.newsC1 {
    padding-bottom: 10em;
}

.sFooter {
    background: rgb(27 27 27);
    padding: 10% 0;
}

.sFooterC {
    margin: auto;
    width: var(--width-w);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    max-width: 1180px;
    color: var(--white-color);
}

.sF01 {
    width: 100%;
    margin-bottom: 10%;
}

.quickInput h1 {
    margin-bottom: 2em;
}

input {
    background: rgb(0 0 0 / 0);
    box-shadow: none;
    border: 0;
    height: 3em;
    display: block;
    width: 100%;
    padding: 0;
    color: var(--white-color);
}

button {
    border: 0;
    background: none;
    padding: 0;
    line-height: 1;
    display: block;
}

button img {
    max-width: 22px;
    display: block;
}

.input {
    border-bottom: 1px solid #888;
}

.input {
    position: relative;
}

.input button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.sF02 {
    width: 40%;
    box-sizing: border-box;
    padding-right: 8%;
}

.ftTT {
    margin-bottom: 2em;
    opacity: 0.5;
}

.TMCC .ftTT {
    opacity: 0.85;
}

.ftMenu {
    font-size: 2em;
}

.ftMenu a {
    display: block;
    margin: 0.75rem 0;
}

.ftCtent {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}

.sF03 {
    width: 60%;
}

.ftCtent > div {
    width: 50%;
    min-width: 260px;
    margin-bottom: 1.5em;
    box-sizing: border-box;
    padding-right: 1.5em;
}

.ftCtent p {
    font-size: 0.875em;
    opacity: 0.75;
    line-height: 1.5;
}

.TMR .ftCtent p {
    opacity: 0.9;
}

.ftCtent h3 {
    margin-bottom: 0.75em;
    font-variation-settings: "wght"600;
}

.swiper-container.PDSL2b {
    height: 100%;
}

.sProductC .swiper-slide {
    overflow: hidden;
}

.sProductC .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.61, 0.17, 0.25, 1);
}

.PdImg1c .bgC,
.PdImg2c .bgC {
    transition-timing-function: cubic-bezier(0.61, 0.17, 0.25, 1);
}

.sPdName * {
    transition-timing-function: cubic-bezier(0.61, 0.17, 0.25, 1);
}

.sPdName h1 {
    overflow: hidden;
}

.sPdName h1 span {
    display: inline-block;
}

.swiper-scrollbar.PDSL {
    border-radius: 0;
    position: absolute;
    right: 0;
    top: calc(50% + 100px);
    width: 200px;
    height: 1px;
    transform: rotate(90deg);
    transform-origin: bottom right;
}

.Full_A {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.M1Slide > a {
    z-index: 2;
}

.LandingBanner {
    overflow: hidden;
}

.Scroll_Elm {
    transition: 1s;
    transform: translate3d(0px, 50px, 0px);
    opacity: 0;
}

.Scroll_Elm.Scroll_In {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    transition: 1s;
}

.newsC1 a {
    z-index: 10;
}

.newsC1 {
    position: relative;
}

.TopMenu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 820;
    color: #000;
    background: #f0f0f0;
    height: 100%;
    box-sizing: border-box;
}

.TMC {
    width: var(--width-w);
    margin: auto;
    max-width: 1220px;
    padding-top: 5em;
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.TMCC {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TML {
    width: 50%;
    max-width: 400px;
    box-sizing: border-box;
}

.TMR {
    max-width: 720px;
    /* min-height: 420px; */
    /* display: flex; */
    /* align-items: center; */
    box-sizing: border-box;
}

.TMMM a {
    display: block;
    font-size: 2.5em;
    line-height: 1.25;
    font-variation-settings: "wght"500;
}

.TopMenu {
    overflow: hidden;
    transition: 1s cubic-bezier(0.69, 0.07, 0.25, 1);
    transform: translate3d(0px, -100%, 0px);
}

.TopMenu > div {
    overflow: hidden;
    transition: 1s cubic-bezier(0.69, 0.07, 0.25, 1);
    transform: translate3d(0px, 80%, 0px);
}

.Menu_Open .TopMenu {
    transition: 1s cubic-bezier(0.69, 0.07, 0.25, 1);
    transform: translate3d(0px, 00%, 0px);
}

.Menu_Open .TopMenu > div {
    transition: 1s cubic-bezier(0.69, 0.07, 0.25, 1);
    transform: translate3d(0px, 00%, 0px);
}

.LandingBanner.allow:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 20;
}

.LandingBanner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    top: 0;
    z-index: 20;
}

.LandingBanner {
    position: relative;
}

.Scroll_W {
    overflow: hidden;
}

p span {
    display: inline-block;
    margin: 0px -1px;
}

.TMR {
    padding-left: 3em;
    /* border-left: 1px solid rgb(135 135 135 / 35%); */
}

.TML {
    padding-right: 3em;
    border-right: 1px solid rgb(135 135 135 / 35%);
}

.Qlink a {
    display: inline-block;
}

.prgLine.M1scrollbar .swiper-scrollbar-drag {
    background: #fff;
}

.TMMM a span {
    display: inline-block;
}

.Owa a::before {
    content: "";
    display: inline-block;
    width: 0em;
    height: 2px;
    background: var(--white-color);
    margin-right: 0em;
    transition: 0.5s;
}

.Owa a:hover::before {
    width: 0.25em;
    height: 2px;
    margin-right: 0.35em;
    transition: 0.5s;
}

.NavBtn > div span {
    transition: 1s;
    transform-origin: right;
}

.Menu_Open .NavBtn > div span:nth-child(2) {
    transform: scaleX(0.66);
}

.Menu_Open .NavBtn > div span:nth-child(3) {
    transform: scaleX(0.33);
}

.TMCC .Owa a::before {
    background: rgb(136 136 136);
}

/* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¡Ã‚Âµ */
.full_h_p {
    position: relative;
    height: 100vh;
    max-height: 1280px;
    overflow: hidden;
}

.fhtt {
    position: relative;
    z-index: 10;
    color: var(--white-color);
    width: var(--width-w);
    margin: auto;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 10.5%;
}

.down_arr img {
    display: block;
    max-width: 16px;
}

.fhtt h1 {
    font-size: 7.5vw;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.littleT1s {
    font-size: 1em;
    display: block;
    margin-bottom: 2em;
    opacity: 1;
}

.about_c1 {
    width: var(--width-w);
    margin: 15% auto;
}

.content1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.comL {
    width: 65%;
    padding-right: 10%;
}

.comR {
    width: 35%;
    padding-left: 10%;
    display: flex;
    align-items: center;
    border-left: 1px solid #c4c4c4;
}

.content1 > div {
    box-sizing: border-box;
}

.normal_content1 p {
    font-size: 1.825vw;
    line-height: 1.5;
}

.comR_list {
    width: 100%;
}

.comR_list > h4 {
    margin: 2em 0;
    font-size: 1.5em;
    line-height: 1.15;
    font-weight: 600;
}

.comR_list > h4 span {
    font-size: 1rem;
    opacity: 0.65;
    display: block;
    font-weight: 400;
}

.littleT1ss {
    display: block;
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 2.75em;
    opacity: 0.65;
}

.imgB02 {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 25%;
    /* max-width: 730px; */
    margin-left: auto;
    width: 80%;
    overflow: hidden;
}

.imgB01 {
    position: relative;
    padding-bottom: 120%;
    margin: 25% 0;
    overflow: hidden;
}

.about_c2 {
    width: var(--width-w);
    margin: 10% auto;
}

.content2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.content2 > div {
    width: 50%;
    box-sizing: border-box;
}

.comL2 {
    padding-right: 5%;
    margin-top: 10%;
}

.normal_content2 {
    max-width: 730px;
}

.comR2 .normal_content2 {
    max-width: 430px;
}

.normal_content2 p {
    font-size: 1.25em;
    line-height: 1.5;
}

.comR2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.fhtt2 {
    color: var(--white-color);
    width: var(--width-w);
    margin: auto;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.fhtt2 > div {
    width: 100%;
    text-align: center;
}

.fhtt2 h1 {
    font-size: 3vw;
    margin: auto;
    max-width: 900px;
    line-height: 1.35;
    font-weight: 600;
}

.Nyp {
    width: var(--width-w);
    /* padding-top: calc(10em + 5%); */
    /* padding-bottom: 8%; */
    margin: auto;
    margin-top: 0;
}

.PdnP {
    padding-top: calc(12em + 4%);
    padding-bottom: 0;
    margin: 4% auto;
    margin-top: 0;
}

.Nytt h1 {
    font-size: 5.5vw;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.Pd_nList1cc {
    position: relative;
    height: 95vh;
    max-height: 100vw;
    /* width: var(--width-w); */
    /* margin: auto; */
    overflow: hidden;
    /* margin-bottom: 2em; */
    padding-bottom: 0;
}

.Pn_nt {
    position: absolute;
    width: var(--width-w);
    margin: auto;
    height: 100%;
    z-index: 10;
    color: var(--white-color);
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding-bottom: 0;
    pointer-events: none;
}

.Pn_nt h1 {
    font-size: 3.5vw;
    font-weight: 600;
}

.Pn_nt h1 span {
    font-size: 1rem;
    opacity: 0.5;
}

.Pd_nList1c {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0% auto;
    width: var(--width-w);
}

.Pd_nList1cc {
    width: 100%;
}

.Pd_nList1cc:nth-child(even) {
    transform: translate3d(0px, 0%, 0px);
}

.Pd_nList1cc .bgC {
    top: -2%;
    bottom: -2%;
}

.Pd_nList1w {
    margin: 10% auto;
}

.Pd_nList1cc > a {
    z-index: 2;
    background: rgb(0 0 0 / 30%);
    transition: 0.6s;
}

.Pd_nList1cc:hover > a {
    background: rgb(0 0 0 / 0%);
}

.Pn_nt h1 {
    transition: 0.6s;
    transform: translate3d(0px, 0px, 0px);
    letter-spacing: 0em;
}

.Pd_nList1cc:hover .Pn_nt h1 {
    transform: translate3d(0px, 0px, 0px);
    letter-spacing: 0em;
}

.PdImg {
    position: relative;
    width: 100%;
    padding-bottom: 133%;
    background: #fff;
}

.PdLName h1 {
    font-size: 1.25em;
    margin: 0.75em 0;
    font-weight: 600;
}

.bgC.PdLs {
    background-size: contain;
    background-repeat: no-repeat;
}

.PdNlist2c {
    display: grid;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}


.gray-bg {
    background: #f5f5f5;
}

.PdElistC {
    position: relative;
    /* margin-right: 2em; */
    /* margin-bottom: 3em; */
}

.PdElist {
    box-sizing: border-box;
}

.PdNlist2w {
    width: var(--width-w);
    margin: auto;
    margin-bottom: 15%;
}

.PdnP.Pdlist .Nyp {
    padding-bottom: 2em;
}

.PdElistC > a {
    z-index: 10;
}

.PdnP.Pdlist .Nytt h1 {
    font-size: 3vw;
}

.CatyLA img {
    display: inline-block;
    max-width: 12px;
    margin-left: 0.5em;
    cursor: pointer;
}

.CatyLA {
    margin: 0.75em 0;
    margin-right: 2em;
}

.FirstI > a {
    font-size: 1.05em;
    font-weight: 600;
}

.FirstI {
    margin-bottom: 0.25em;
}

.SecondC > div {
    margin: 0.75em 0.5em;
    display: inline-block;
    /* min-width: 160px; */
    /* width: calc(33.33% - 2em); */
    box-sizing: border-box;
}

.SecondC {
    overflow: hidden;
    /* transition: 1s; */
    display: none;
}

.CatyL {
    display: flex;
}

.PdCaty {
    margin-bottom: 3em;
    position: relative;
    z-index: 20;
}

.CatyLA img {
    transition: 0.6s;
    transform: rotate(0deg);
}

.CatyLA.open img {
    transform: rotate(180deg);
}

.bgC.PdLs {
    transition: 0.6s;
    transform: perspective(1000px) translate3d(0px, 0px, 0px);
    margin: auto;
    width: 85%;
    height: 80%;
}

.PdImg {
    overflow: hidden;
}

.PdElistC:hover .bgC.PdLs {
    transition: 0.6s;
    transform: perspective(1000px) translate3d(0px, 0px, 40px);
}

.SecondC {
    position: absolute;
    background: #fff;
    padding: 1em 0.75em;
    left: 0;
    top: 100%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    width: calc(100% - 0em);
    box-sizing: border-box;
}

.CatyLA {
    position: static;
}

.Pj_nList1cc.Pj {
    position: relative;
}

.Pj_nList1c.Pj {
    display: grid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: 1fr;
    grid-gap: 2em;
}

.Pj_nList1cc.Pj {
    width: 55%;
    margin-bottom: 0em;
}

.Pj_nList1cc.Pj:first-child {
    width: 70%;
}

.Pj_nList1cc.Pj:nth-child(even) {
    margin-left: auto;
}

.Pj_img {
    padding-bottom: 60%;
}

.Pj_nt.Pj {
    color: var(--white-color);
    z-index: 10;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    width: var(--width-w);
    top: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Pj_nt.Pj h1 {
    font-size: 1.5em;
    font-weight: 600;
    transition: 0.5s;
    transform: translate3d(0px, 20px, 0px);
    opacity: 0;
}

.Pj_nList1cc.Pj:hover .Pj_nt.Pj h1 {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.list-img img {
    max-width: 100%;
}

.left.col-sm-6 {
    width: 50%;
    padding-right: 0;
}

.right.col-sm-6 {
    width: 50%;
    padding-left: 8%;
}

.top.row {
    display: flex;
    flex-wrap: wrap;
}

.top.row div {
    box-sizing: border-box;
}

.coverBox {
    display: none;
}

.productDetail img.g1 {
    width: 100%;
    display: block;
}

.productDetail .list-pic {
    padding: 7.5%;
    background: #fff;
}

.productDetail h2.proDetailTitle {
    font-size: 2vw;
    font-weight: 600;
    margin-bottom: 1em;
}

.productDetail .thuilPic {
    margin-top: 10px;
}



.productDetail .thuilPic .list-img {
    padding: 1.5em;
    background: #fff;
}

.productDetail .content {
    border-top: 1px solid #dcdcdc;
    margin-top: 2em;
    padding-top: 1em;
}

.productDetail .description {
    font-size: 1em;
}

.productDetail .swichBox {
    margin-top: 5em;
    display: flex;
    justify-content: space-between;
    font-size: 0.75em;
    opacity: 0.75;
}

.thuilPic {
    position: relative;
}

.productDetail .swiper-button-next,
.productDetail .swiper-button-prev {
    background-size: contain;
    width: 16px;
    height: 28px;
    margin-top: -14px;
}

.productDetail .swiper-button-next:after,
.productDetail .swiper-button-prev:after {
    display: none;
}

.PdnP .PdCaty {
    margin-bottom: 0;
    margin-top: 2em;
}

.Nyp.pFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Nyp.pFlex .CatyLA {
    margin-right: 0;
    margin-left: 1.25em;
}

.Pj_nList1w.Pj.p_products.proContainer {
    width: var(--width-w);
    margin: auto;
    margin-bottom: 10%;
}

.bgC.Pj {
    top: -2%;
    bottom: -2%;
}

.Pj_img {
    overflow: hidden;
}

.Pj_nList1cc.Pj {
    overflow: hidden;
}

.NewsVW .NContent {
    margin-left: 0;
}

.NewsVW {
    width: var(--width-w);
    margin: auto;
    margin-bottom: 10%;
}

.NewsVW .sNewsC.p_news {
    width: auto;
}

.NewsVW .NContent:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
    flex-direction: row-reverse;
}

.e_box.p_header {
    font-size: 1.75em;
    font-weight: 600;
}

li.sort {
    display: none;
}

li.auth {
    display: none;
}

li.source {
    display: none;
}

li.date {
    margin: 1em 0;
}

li.pvs {
    display: none;
}

p.e_article.p_summary {
    display: none;
}

.e_box.p_imgsBox {
    display: none;
}

.e_box.p_infoBox {
    display: none;
}

.e_title.p_articlesTitle {
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    margin-bottom: 1em;
    color: #969696;
    font-size: 0.825em;
}

.e_box.p_articles {
    font-size: 1em;
    line-height: 1.75;
}

.e_box.p_QRCode.borderT_default {
    display: none;
}

.e_box.d_pcDom.p_PrevAndNext.borderB_default {
    display: none;
}

.e_box.p_PrevAndNextMo.p_PrevAndNext.borderB_default {
    display: none;
}

.e_box.p_NewsDetail {
    max-width: 1200px;
}

.catalogueW {
    margin: auto;
    width: var(--width-w);
    margin-bottom: 10%;
}

.catalogueList img {
    max-width: 100%;
}

.catalogueC {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
}

.catimg {
    position: relative;
    padding-bottom: 136%;
}

.catimg img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalogueList {
    position: relative;
}

.catalogueList > a {
    z-index: 10;
}

.catTitle h1 {
    font-size: 1.25em;
    font-weight: 600;
    margin: 1em;
    text-align: center;
}

.Nyp.pFlex .CatyLA img {
    /* display: none; */
}

.Nyp.pFlex .CatyLA .FirstI:after {
    content: ".";
    display: inline-block;
    margin-left: 0.25em;
}

.Pd_nList1cc {
    margin-bottom: 15%;
}

.contactW {
    width: var(--width-w);
    margin: auto;
    margin-bottom: 10%;
}

.NyCtent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    grid-gap: 2em;
}

.NyCtent > div {
    max-width: 450px;
}

.NyCtent > div h3 {
    font-weight: 600;
    margin-bottom: 0.75em;
    font-size: 1.25em;
}

.NyCtent > div p {
    line-height: 1.5;
}

/* neiye */

.loadee {
    background: #eee;
}

iframe#Oiframe {
    width: 100%;
}

iframe#Oiframe {
    min-height: 500px;
}

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

.inquiry_content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6000;
    transition: 1s cubic-bezier(0.57, 0.1, 0.38, 0.97);
    transform: translate3d(0px, 100%, 0px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.inquiry_content.open {
    transform: translate3d(0px, 00%, 0px);
}

.close_Btn img {
    max-width: 36px;
}

.inquiry_contentC {
    padding: 1em;
    background: #2b2b2b;
    border-radius: 6px;
    margin-bottom: 1em;
    max-width: 1180px;
    width: 95%;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0px 20px 50px rgb(0 0 0 / 0%);
}

.iqucc {
    height: auto;
    max-height: 580px;
    overflow-y: auto;
}

.close_Btn {
    text-align: center;
    margin-bottom: 1em;
    cursor: pointer;
    display: inline-block;
    transition: 0.4s;
}

.close_Btn:hover {
    transform: rotate(90deg);
}

.close_Btn img {
    display: block;
}

.sFooter_end {
    color: #a0a0a0;
    width: 100%;
    margin-top: 5%;
    font-size: 0.75em;
    line-height: 1.5;
}
.Qlink > div.linkLANG {margin-left: 1em;border-left: 1px solid #fff;padding-left: 2rem;}

.Qlink > div.linkLANG::after {content: "";}

.linkLANG1 {
    display: inline-block;
    margin-left: 2em;
    font-size: 0.875em;
    padding-left: 2em;
    border-left: 1px solid #8c8c8c;
}


@media screen and (min-width: 769px) {
    .sConEE {
        width: 50%;
        margin-left: 0;
        padding-right: 4%;
        box-sizing: border-box;
    }

    .sConEE > div {
        max-width: 720px;
        padding-left: 5rem;
        box-sizing: border-box;
        margin-left: auto;
    }
}

@media screen and (max-width: 1600px) {
    .sPDR {
        width: calc(50% - 1em);
    }

    .PdImg2 {
        height: calc(100% + 4em);
    }

    .sProduct {
        margin-bottom: calc(10% + 4em);
    }
}

@media screen and (max-width: 1367px) {
    .T1T {
        font-size: 2.5em;
    }

    .M1nav {
        bottom: 5em;
    }

    .sPdName {
        font-size: 2.5em;
    }

    .Content2 p {
        font-size: 1em;
    }

    .moreBtn a {
        font-size: 0.825em;
    }

    .crle {
        width: 36px;
        height: 36px;
    }

    .moreBtn a img {
        max-width: 6px;
    }

    .newsC1 p {
        font-size: 0.925em;
    }

    .newsC1 h1 {
        font-size: 1.5em;
        /* font-size: 5.5vw; */
    }

    .littleT1 {
        font-size: 1em;
    }

    .littleT {
        font-size: 1em;
    }
}

@media screen and (max-width: 769px) {
    .newsC1 h1 {
        font-size: 1.25em;
    }

    .iBG {
        background-position: bottom;
    }

    .NyCtent > div h3 {
        font-size: 1em;
    }

    .NyCtent > div p {
        font-size: 0.875em;
    }

    .fhtt h1 {
        font-size: 1.5em;
        margin-bottom: 1.5em;
    }

    .T1T {
        font-size: 1.75em;
        font-size: 6.5vw;
    }

    .Qlink {
        display: none;
    }

    .mainMenu {
        margin-top: 2em;
    }

    .tLogo img {
        max-width: 90px;
    }

    .LDBC {
        bottom: 9em;
        align-items: flex-end;
    }

    .M1_progress {
        top: auto;
        bottom: 8em;
    }

    .M1_progress {
        display: none;
    }

    .sAboutC {
        flex-direction: column-reverse;
    }

    .sAboutC > div {
        width: 100%;
    }

    .Content p {
        font-size: 1em;
    }

    .abMore {
        margin-top: 2em;
    }

    .AbR {
        margin-bottom: 5em;
    }

    .sAbout {
        margin: 25% 0;
    }

    .AbL {
        padding-right: 0;
    }

    .abImg {
        padding-bottom: 135%;
    }

    .sPDL {
        width: 100%;
        padding-right: 0;
    }

    .sPDL > div {
        padding-left: 0;
    }

    .sPdName {
        font-size: 1.5em;
    }

    .PdMore {
        margin-top: 0;
        margin-bottom: 0;
    }

    .Pd_ttC .swiper-slide > div {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .Pd_ttC .swiper-slide > div .littleT1 {
        width: 100%;
    }

    .Pd_ttC .swiper-slide > div .sPdName {
        width: 65%;
    }

    .Pd_ttC .swiper-slide > div .PdMore {
        width: 35%;
        text-align: center;
    }

    .PdMore a span {
        display: none;
    }

    .PdMore a::before {
        display: none;
    }

    .Pd_ttC {
        margin-bottom: 2em;
    }

    .swiper-scrollbar.PDSL {
        transform: rotate(0deg);
        top: auto;
        width: 40%;
        bottom: 1em;
        z-index: 30;
        left: 0;
        margin: auto;
        background: rgb(255 255 255 / 15%);
    }

    .swiper-scrollbar-drag {
        background: #fff;
    }

    .sPDR {
        width: 100%;
    }

    .PdImg2 {
        height: 50vh;
        max-height: 1280px;
    }

    .sPDR {
        display: none;
    }

    .PdImg1c {
        padding-bottom: 90%;
    }

    .NewsL {
        width: 100%;
        padding-right: 0;
        margin-bottom: 2em;
    }

    .NewsImg {
        padding-bottom: 80%;
    }

    .NewsR {
        width: 100%;
        margin-bottom: 4em;
    }

    .newsC1 {
        padding-bottom: 0;
    }

    .nTime {
        transform: rotate(0deg);
        font-size: 0.875em;
    }

    .newsC1 p {
        margin-bottom: 2em;
    }

    .sF02 {
        display: none;
    }

    .sF03 {
        width: 100%;
    }

    .TML {
        width: 100%;
    }

    .TMR {
        display: none;
    }

    .TMCC {
        flex-wrap: wrap;
    }

    .PdImg1 {
        margin: 0px 0%;
    }

    .Warpper_container {
        overflow: hidden;
    }

    .M2nav {
        display: none;
    }

    .TMMM a {
        font-size: 1.75em;
    }

    .TML {
        border-right: 0;
    }

    .sConceptBgc > div {
        filter: blur(4px);
        top: -10%;
        left: -10%;
        bottom: -10%;
        right: -10%;
    }

    .sNews {
        margin: 25% 0;
    }

    .full_h_p {
        height: 100vw;
    }

    .comL {
        width: 100%;
        padding-right: 0;
    }

    .normal_content1 p {
        font-size: 1em;
        line-height: 1.5;
    }

    .comR {
        width: 100%;
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid #ccc;
        margin-top: 2em;
        padding-top: 1em;
    }

    .comR_list {
        display: flex;
        justify-content: space-between;
    }

    .comR_list > h4 {
        margin: 1em 0;
        text-align: left;
        font-size: 1.1em;
    }

    .comR_list > h4 span {
        font-size: 0.75rem;
    }

    .fhtt2 h1 {
        font-size: 5.5vw;
    }

    .content2 > div {
        width: 100%;
    }

    .comL2 {
        padding-right: 0;
    }

    .normal_content2 p {
        font-size: 1em;
    }

    .imgB01 {
        margin: 20% 0;
    }

    .comR2 {
        flex-direction: column;
    }

    .imgB02 {
        margin-left: 0;
        width: 100%;
        margin-top: 15%;
    }

    .PdnP {
        padding-top: 7.5em;
    }

    .Nytt h1 {
        font-size: 1.75em;
        margin-bottom: 1em;
    }

    .Nyp.pFlex .PdCaty {
        display: none;
    }

    .Pd_nList1c {
        width: 100%;
    }

    .Pd_nList1cc {
        margin-bottom: 0;
    }

    .Pn_nt h1 {
        font-size: 1.25em;
        font-weight: 400;
    }

    .Pn_nt {
        align-items: flex-start;
        padding-bottom: 12%;
        padding-top: 12%;
    }

    .Pd_nList1w {
        margin-bottom: 0;
    }

    .PdnP.Pdlist .Nytt h1 {
        font-size: 1.25em;
    }

    .FirstI > a {
        font-size: 0.875em;
    }

    .CatyLA {
        margin-right: 1em;
        width: calc(50% - 1em);
    }

    .FirstI img {
        display: block;
        margin-left: 0;
        margin-top: 0.75em;
    }

    .CatyL {
        /* flex-wrap: wrap; */
        width: 100%;
        align-items: flex-end;
    }

    .SecondC > div {
        font-size: 0.875em;
    }

    .PdNlist2w {
        min-height: 1000px;
    }

    .PdLName h1 {
        font-size: 0.875em;
        font-weight: 400;
    }

    .PdNlist2c {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em;
    }

    .e_pagebox.e_pagebox-000.p_pagebox {
        display: block;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #c1c1c1;
        padding-top: 1em;
        position: relative;
        margin-bottom: 6em;
    }

    .e_pagebox.e_pagebox-000.p_pagebox .NumBox {
        /* display: none; */
    }

    .ItemBox.item_hide {
        display: none;
    }

    .e_pagebox.e_pagebox-000.p_pagebox .ItemBox {
        position: absolute;
        left: 0;
        right: 0;
        top: 135%;
        z-index: 2;
    }

    .e_pagebox.e_pagebox-000.p_pagebox .ItemBox ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .e_pagebox.e_pagebox-000.p_pagebox .ItemBox ul li {
        width: 10%;
        margin: 0.5em 0;
    }


    body#Product_detail .PdCaty {
        display: none;
    }

    .left.col-sm-6 {
        width: 100%;
    }

    .productDetail .thuilPic .list-img {
        padding: 0.2em;
    }

    .right.col-sm-6 {
        width: 100%;
        padding-left: 0;
        margin-top: 2em;
    }

    .productDetail h2.proDetailTitle {
        font-size: 1.25em;
    }

    .cateBox {
        font-size: 0.875em;
    }

    .Pj_nList1cc.Pj {
        width: 100%;
    }

    .Pj_nList1cc.Pj:first-child {
        width: 100%;
    }

    .Pj_nList1w.Pj.p_products.proContainer {
        margin-top: 15%;
    }

    .catalogueC {
        grid-gap: 1em;
    }

    .catTitle h1 {
        font-size: 0.875em;
        line-height: 1.35;
    }

    .NyCtent {
        grid-template-columns: 1fr;
    }

    .sF03 {
        display: none;
    }

    #Home .sF03 {
        display: block;
    }
}

/*vm*/
div#c_portalResProduct_list-15903729924173304 {
    height: auto !important;
}

.e_pagebox.e_pagebox-000.p_page > div {
    display: inline-block;
    margin: 0em;
}

.e_box.e_OccupyBox-001.p_OccupyBox {
    margin-top: 4em;
    text-align: center;
}

.e_pagebox.e_pagebox-000.p_page {
    display: block;
    border-top: 1px solid #e0e0e0;
    padding-top: 1em;
}

.e_pagebox.e_pagebox-000.p_page > div {
    cursor: pointer;
    padding: 0.25em 0.5em;
}

.e_pagebox.e_pagebox-000.p_page > div.active {
    font-weight: 600;
    opacity: 1;
}

.e_pagebox.e_pagebox-000.p_page > div {
    opacity: 0.75;
}

.promptbox {
    line-height: 1.5;
    color: darkgrey;
}

.hide {
    display: none;
}

div#c_portalResProduct_detail-15903828329921126 {
    height: auto !important;
}

div#c_portalResProduct_list-15903897296264732 {
    height: auto !important;
}

div#c_portalResNews_list-15903951137489352 {
    height: auto !important;
}

div#c_portalResNews_detail-15903978271814506 {
    height: auto !important;
}
