:root {
  --top-nav: 150px;
  --top-logo: 60px;
  --logo-max: 120px;
  --top-menu: 90px;
  --normal: rgb(90, 90, 90);
  --dark: rgb(55, 55, 55);
  --black: rgb(0, 0, 0);
  --primary: rgb(255, 216, 0);
  --secondary: rgb(128, 128, 128);
  --red: rgb(222, 66, 55);
  --white: rgb(255, 255, 255);
  --silver: rgb(237, 237, 237);
  --silver-light: rgb(248, 248, 248);
  --gray: rgb(128, 128, 128);
  --mute: rgb(183, 176, 172);
  --mute-light: rgb(168, 168, 168);
  --left-pad: 5rem;
  --fw-bold: 500;
  --fw-normal: 300;
  --fw-light: 200;
  --sub-banner: calc(100vh - var(--top-nav))
}

html {
  font-size: 40%;
  min-height: 100%
}
@media screen and (min-width:1200px) {
  html { font-size: 55% }
  body, .inline-item { font-size: 1.3rem }
}
@media screen and (min-width:1400px) {
  html { font-size: 57% }
  body, .inline-item { font-size: 1.4rem }
}
@media screen and (min-width:1600px) {
  html { font-size: 60% }
}
@media screen and (min-width:1900px) {
  html { font-size: 62.5% }
}
@media screen and (min-width:2500px) {
  html { font-size: 72.5% }
}
body { font-size: 1.4rem; font-weight: normal; line-height: 1.8; color: var(--normal); -webkit-font-smoothing: antialiased }
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, form, fieldset, legend, figure, table, th, td, caption, hr, input, button { font-family: 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'Microsoft YaHei', 'sans-serif'; font-weight: normal; margin: 0; padding: 0; position: relative }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline }
audio:not([controls]) { display: none; height: 0 }
[hidden], template { display: none }
a, button { -webkit-transition: all .4s cubic-bezier(.23, .61, .355, 1) 0s; transition: all .4s cubic-bezier(.23, .61, .355, 1) 0s; -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden }
a { color: rgb(93, 93, 93) }
a:hover, a:focus { text-decoration: none; color: var(--primary); outline: 0 }
a:focus, li:focus, button:focus, input:focus, textarea:focus { outline: none }
button { border: 0; background: transparent }
div, section, dl, dt, dd { position: relative }
li { list-style: none }
input, textarea { width: 100%; resize: none; -webkit-transition: border .4s, background-color .4s; transition: border .4s, background-color .4s; border: 0; border-radius: 0; background: transparent; -webkit-appearance: none }
label { font-weight: normal }
a:hover .no-hover { color: inherit; background: initial }
strong, .strong { font-weight: bold }
img { max-width: 100%; height: auto; vertical-align: top }
.bright { color: rgb(36, 118, 186) }
.black { color: black; }
a.bright:hover { color: rgb(0, 0, 0) }
.inline { position: relative; display: inline-block; vertical-align: top; letter-spacing: normal }
.inline-wrapper { font-size: 0; position: relative }
.inline-item { font-size: 14px; position: relative; display: inline-block; vertical-align: top }
.block { position: relative; display: block }
.nowrap, .ellipsis { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.multi-ellipsis { display: -webkit-box !important; overflow: hidden; word-break: break-word; -webkit-box-orient: vertical }
.gray { color: rgb(188, 190, 192) }
.bg-white { background-color: white }
.bg-primary { background-color: var(--primary) }
.bg-gray { background-color: var(--gray) }
.bg-silver { background-color: var(--silver) }
.none { display: none }
.normal { font-weight: normal }
.full-size { position: relative; overflow: hidden; width: 100%; height: 100% }
.full-height { height: 100% }
.full-width { width: 100%; height: auto; vertical-align: top }
.fix-height { overflow: auto }
.abs { position: absolute; top: 0; left: 0; display: block; width: 100% }
.ani { transition: all .25s }
.bgs-cover, .bgs-contain { background-repeat: no-repeat; background-position: center center }
.bgs-cover { background-size: cover }
.bgs-contain { background-size: contain }
.bgp-left-top { background-position: left top }
.bgp-center-top { background-position: center top }
.full-line { position: relative; left: 0; width: 100%; height: 0; margin: 10px 0; border-bottom: 1px solid rgb(174, 174, 174) }
.font-xxl { font-size: 30px }
.font-xl { font-size: 20px }
.font-lg { font-size: 1.8rem }
.font-md { font-size: 1.6rem }
.font-sm { font-size: 14px }
@media screen and (max-width:767px) {
  .font-xxl { font-size: 20px }
  .font-xl { font-size: 1.6rem }
  .font-lg { font-size: 15px }
  .font-md { font-size: 14px }
  .font-sm { font-size: 13px }
}
.en { font-family: 'Arial' }
.bold { font-weight: 600 }
.content-white { z-index: 9; -webkit-transform: translateZ(0); transform: translateZ(0); background-color: white }
a.white { color: white }
a.white:hover, a.white.active { color: var(--primary) }
a.cover-link { position: absolute; width: 100%; height: 100%; z-index: 2; left: 0; top: 0; opacity: 0; }
.shadow-box { position: relative; margin-top: 35px; margin-bottom: 35px; padding: 20px; background: white; -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .2); box-shadow: 2px 2px 8px rgba(0, 0, 0, .2) }
[data-clamp="2"] { -webkit-line-clamp: 2 }
[data-clamp="3"] { -webkit-line-clamp: 3 }
[data-clamp="4"] { -webkit-line-clamp: 4 }
[data-clamp="5"] { -webkit-line-clamp: 5 }
.flex { display: flex }
.flex-row, .flex-sb { display: flex; justify-content: space-between }
.flex-cc { display: flex !important; align-items: center; justify-content: center }
.flex-cs { display: flex !important; align-items: center; justify-content: flex-start }
.flex-ce { display: flex !important; align-items: center; justify-content: flex-end }
.flex-cb { display: flex !important; align-items: center; justify-content: space-between }
.flex-se { display: flex !important; justify-content: flex-end }
.flex-sc { display: flex !important; justify-content: center }
.grid { display: flex; list-style: none; flex-wrap: wrap }
.grid [class*="width-"] { max-width: 100% }
.width-1-8 { width: 12.5% }
.width-2-8, .width-1-4 { width: 25% }
.width-1-5 { width: 20% }
.width-3-8 { width: 37.5% }
.width-4-8, .width-1-2 { width: 50% }
.width-5-8 { width: 62.5% }
.width-6-8, .width-3-4 { width: 75% }
.width-7-8 { width: 87.5% }
.width-1-3 { width: 33.3333% }
.width-2-3 { width: 66.6666% }
.width-1-6 { width: 16.6666% }
.width-1-7 { width: 14.285% }
.width-1-10 { width: 10% }
.width-auto { flex-grow: 1 }
.lh-1{line-height:1}.lh-11{line-height:1.1}.lh-12{line-height:1.2}.lh-13{line-height:1.3}.lh-14{line-height:1.4}.lh-15{line-height:1.5}.lh-16{line-height:1.6}.lh-17{line-height:1.7}.lh-18{line-height:1.8}.lh-19{line-height:1.9}.lh-2{line-height:2}.lh-21{line-height:2.1}.lh-22{line-height:2.2}.lh-23{line-height:2.3}.lh-24{line-height:2.4}.lh-25{line-height:2.5}.lh-3{line-height:3}
.grid.spacing-10>[class*="width-"] { padding-right: .5rem; padding-left: .5rem }
[class*='icon-'] { display: inline-block; margin-top: -2px; vertical-align: middle; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased }
.row { margin-right: 0; margin-left: 0 }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-right: 0; padding-left: 0 }
.spacing-5 { margin-right: -5px; margin-left: -5px }
.spacing-5 [class^='col-'] { padding-right: 5px; padding-left: 5px }
.spacing-10 { margin-right: -10px; margin-left: -10px }
.spacing-10 [class^='col-'] { padding-right: 10px; padding-left: 10px }
.spacing-15 { margin-right: -15px; margin-left: -15px }
.spacing-15 [class^='col-'] { padding-right: 15px; padding-left: 15px }
.spacing-20 { margin-right: -20px; margin-left: -20px }
.spacing-20 [class^='col-'] { padding-right: 20px; padding-left: 20px }
.spacing-25 { margin-right: -25px; margin-left: -25px }
.spacing-25 [class^='col-'] { padding-right: 25px; padding-left: 25px }
.spacing-30 { margin-right: -30px; margin-left: -30px }
.spacing-30 [class^='col-'] { padding-right: 30px; padding-left: 30px }
.spacing-40 { margin-right: -40px; margin-left: -40px }
.spacing-40 [class^='col-'] { padding-right: 40px; padding-left: 40px }
.spacing-50 { margin-right: -50px; margin-left: -50px }
.spacing-50 [class^='col-'] { padding-right: 50px; padding-left: 50px }
p { margin-bottom: 5px }
@media screen and (min-width:1200px) {
  p { margin-bottom: 8px }
}
@media screen and (min-width:1360px) {
  p { margin-bottom: 10px }
}
@media screen and (min-width:1600px) {
  p { margin-bottom: 15px }
}
@media screen and (min-width:1920px) {
  p { margin-bottom: 1.8rem }
}
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid rgb(230, 230, 230) }
.common-share-image { position: absolute; z-index: -1; top: -999999px; left: -999999px; opacity: 0 }
.btn-inline { width: 100%; height: 30px; padding-right: 10px; padding-left: 10px; -webkit-transition: background .4s; transition: background .4s; color: white; background-color: rgb(219, 219, 219) }
.btn-inline:hover { background-color: rgb(183, 10, 45) }
.btn-border { line-height: 1; display: inline-block; padding: 6px; border: 2px solid rgb(109, 110, 113); border-radius: 6px }
.btn-border:hover { border-color: rgb(36, 118, 186) }
.ratio { position: relative !important; display: block; overflow: hidden }
.ratio .inner { position: absolute !important; top: 0; left: 0; width: 100%; height: 100% }
.ratio-16-10 { padding-top: 62.5% }
.ratio-16-9 { padding-top: 56.25% }
.ratio-9-16 { padding-top: 177.7777% }
.ratio-1-1 { padding-top: 100% }
.ratio-2-1 { padding-top: 50% }
.ratio-3-1 { padding-top: 33.3333% }
.ratio-4-3 { padding-top: 75% }
.hover-zoom { -webkit-transition: all .3s ease-out; transition: all .3s ease-out }
a:hover .hover-zoom { -webkit-transform: translateZ(0) scale(1.15); transform: translateZ(0) scale(1.15) }
.window-height { height: 1500px; -webkit-transition: opacity .8s; transition: opacity .8s; opacity: 0 }
.window-height.show-me { opacity: 1 }
.wow { visibility: hidden }
.widget-share { font-size: 12px; line-height: 25px; color: rgb(147, 149, 152) }
.frame-wide, .frame-middle { position: relative; display: block; margin-right: auto; margin-left: auto }
.frame-middle { max-width: 100%; padding-left: 25px; padding-right: 25px }
.frame-table { display: table !important; width: 100%; height: 100% }
.frame-cell, .table-cell { display: table-cell; vertical-align: middle }
.frame-full { overflow: hidden; min-width: 100%; margin: 0 auto; padding-right: 20px; padding-left: 20px }
.frame-wide { overflow: hidden; max-width: 100%; padding-right: 15px; padding-left: 15px }
@media screen and (min-width:1200px) {
  .frame-full, .frame-wide { overflow: visible; padding-right: var(--left-pad); padding-left: var(--left-pad) }
  .frame-middle { max-width: 1050px }
}
@media screen and (min-width:1440px) {
  .frame-full { padding-right: 35px; padding-left: 35px }
  .frame-middle { max-width: 1250px }
}
@media screen and (min-width:1600px) {
  .frame-full { padding-right: 70px; padding-left: 70px }
  .frame-middle { max-width: 1450px }
}
@media screen and (min-width:1920px) {
  .frame-full { padding-right: 100px; padding-left: 100px }
  .frame-wide { max-width: 1850px }
}
body { overflow-x: hidden }
.full-screen, .full-screen body { overflow: hidden; height: 100% }
.top-nav { z-index: 990; top: 0; left: 0; width: 100%; height: var(--top-nav); background-color: rgb(244, 244, 244) }
.top-nav:after { position: absolute; bottom: 0; left: 0; width: 100%; height: var(--top-menu); content: ''; background-color: rgb(244, 244, 244); background-color: rgb(48, 43, 37) }
.top-nav-sub, .top-nav-search { line-height: 60px; width: 50% }
.top-nav-sub { white-space: nowrap; padding-left: 120px }
.top-nav-menu { line-height: var(--top-menu); position: absolute; z-index: 8; top: 60px; left: 0; padding-left: 120px }
.top-nav-logo { position: absolute; z-index: 9; top: 75px; left: 0; width: 120px; height: 60px }
.top-nav-logo h1 { display: inline-block; width: 100%; height: 100% }
.top-nav-logo h1 a { display: block; -webkit-transition: none; transition: none; background: url(../images/common/top-logo@2x.png) no-repeat left top; background-size: auto 100% }
.top-nav-menu dl { margin-right: 4.5rem }
.top-nav-menu dt { overflow: hidden; height: var(--top-menu); padding-right: 10px; padding-left: 10px; text-align: center }
.top-nav-menu dt a { font-size: 1.8rem; font-weight: bold; line-height: var(--top-menu); display: block; height: 100%; -webkit-transition: color .4s; transition: color .4s; white-space: nowrap; color: rgb(185, 176, 171) }
.top-nav-menu dl.active dt a { color: var(--primary) }
.top-nav-sub a { font-size: 1.6rem; position: relative; display: inline-block; padding-right: 25px; padding-left: 25px }
.top-nav-sub a:after { position: absolute; top: 30px; left: -2px; display: inline-block; width: 3px; height: 3px; content: ''; border-radius: 100px; background-color: rgb(140, 140, 140) }
.top-nav-sub a:first-child { padding-left: 10px }
.top-nav-sub a:last-child { padding-right: 0 }
.top-nav-sub a:first-child:after { display: none }
.top-nav-sub a:hover, .top-nav-sub a.active { color: rgb(0, 0, 0) }
.top-nav-search { float: right; padding-top: 17px; padding-right: 10px }
.top-nav-search a { font-size: 20px; display: inline-block; margin-right: 10px }
.top-nav-icon { line-height: 27px; z-index: 9; float: right; height: 27px; padding-right: 10px; font-size: 0 }
.top-nav-icon a { display: inline-block; margin-right: 15px; color: var(--gray); font-size: 21px; width: 3rem; }
.top-nav-icon a:hover { color: var(--primary) }
.tncq-social a em { display: block; }
.tncq-social a em img { transition: opacity .25s ease; }
.tncq-social a em .csoimg-2 { opacity: 0; position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.tncq-social a:hover em .csoimg-2 { opacity: 1; }
.tncq-social a:hover em .csoimg-1 { opacity: 0; }

.tnm-sub { position: absolute; width: calc(100vw + 100px); height: 28rem; background-color: var(--primary); transition: all .25s; opacity: 0; pointer-events: none }
.top-nav-menu dl.active .tnm-sub { opacity: 1; pointer-events: unset }
.tnm-sub>ul { width: 100%; padding-left: 0; padding-bottom: 0; height: 100% }
.tnm-shop a { font-size: 1.6rem; margin-left: 4.5rem; margin-right: 4.5rem; color: black; text-align: center }
.tns-img { height: 10rem; width: 12.5rem; background-position: center top; transition: background .25s }
.tns-sub { line-height: 1.5; padding-top: 1rem }
.tnm-shop a:hover .tns-img { background-position: center bottom }
.sub-page-nav-search { line-height: 27px; float: right; width: 330px; height: 27px; border: 1px solid rgb(209, 209, 209); border-radius: 100px; background-color: rgb(231, 231, 231) }
.sub-page-nav-search:after, .sub-page-nav-keywords { line-height: 25px; position: absolute; top: 0; right: 45px; width: 100%; height: 27px; padding-left: 70px; background-color: transparent }
.sub-page-nav-search:after { font-size: 13px; font-weight: normal; z-index: 1; content: attr(data-title); -webkit-transition: all .3s; transition: all .3s; color: rgb(153, 153, 153) }
.sub-page-nav-search.active:after { width: 80px; padding-left: 0 }
.sub-page-nav-search.input:after { display: none }
.sub-page-nav-keywords { z-index: 2; border: 0 }
.btn-search { font-size: 14px; line-height: 28px; line-height: 40px; position: absolute; top: -8px; right: -8px; width: 40px; height: 40px; margin: 0; padding: 0; color: rgb(93, 93, 93) }
.btn-search span { font-size: 15px; position: relative; z-index: 2; display: block; padding-bottom: 2px; -webkit-transition: color .3s; transition: color .3s; text-align: center }
.btn-search:hover span { color: rgb(99, 22, 21) }
.btn-search:before { font-family: 'cxany'; font-size: 40px; position: absolute; z-index: 0; top: -3px; left: 0; width: 100%; height: 100%; content: '\ab001'; -webkit-transition: all .4s; transition: all .4s; color: rgb(231, 231, 231); text-shadow: 0 0 1px rgb(100, 100, 100) }
.btn-search:hover:before { color: var(--primary); text-shadow: 0 0 1px var(--primary) }
.nav-tele { position: absolute; top: var(--top-logo); margin-top: 28px; z-index: 3; width: 230px; right: 0; height: 3.2rem; font-size: 20px; color: var(--mute); border: 1px solid var(--mute); border-radius: 1.6rem; line-height: 3rem; padding-left: 3.5rem; padding-right: 3.5rem }
.nav-tele>a { color: var(--mute); font-weight: 400; text-align: center; display: block; white-space: nowrap }
.nav-tele>a:hover { color: var(--primary) }
.nav-tele-con { z-index: -1; pointer-events: none; transition: opacity .25s; opacity: 0; font-size: 1.4rem; color: var(--normal); background-color: var(--white); position: absolute; width: 100%; padding: 2.5rem 2rem; left: 0; top: 3.5rem; border-radius: 10px; box-shadow: 0 0 9px 3px rgba(0, 0, 0, .1) }
.nav-tele-con dl:not(:first-child) { margin-bottom: 0; margin-top: 1.5rem }
.nav-tele-con dt { color: var(--mute); margin-bottom: 15px }
.nav-tele-con dd { line-height: 1.8 }
.nav-tele-con:before { content: ""; position: absolute; width: 100%; height: 1rem; z-index: 0; left: 0; top: -1rem }
.nav-tele:hover .nav-tele-con { z-index: 1; opacity: 1; pointer-events: unset }
.white-nav .nav-tele, .white-nav .nav-tele a { border-color: var(--link); color: var(--link) }
.white-nav .nav-tele a:hover { color: var(--primary) }
.white-nav body { padding-top: var(--top-nav) }
.with-arrow-line { margin-bottom: 20px }
.with-arrow-line:before, .with-arrow-line:after { position: absolute; transition: all .25s }
.with-arrow-line:before { content: ""; width: 100%; height: 0; left: -1px; bottom: -10px; border-top: 1px solid var(--mute) }
.with-arrow-line:after { content: "\e925"; font-family: "cxany"; width: 10px; height: 10px; line-height: 10px; font-size: 10px; text-align: right; right: 0; bottom: -15px; color: var(--mute) }
.with-arrow-line-sm:after { font-size: 15px }
.fixed-top-nav .top-nav-menu { top: 0; left: 80px; float: left; width: 50%; text-align: left; white-space: nowrap }
.fixed-top-nav .top-nav-menu dl { float: none; margin-right: 10px; margin-left: 10px }
.fixed-top-nav .top-nav-menu dt a { font-weight: normal; color: rgb(48, 43, 37) }
.fixed-top-nav .nav-tele { display: none }
.sub-page .top-nav:after { top: 0; bottom: initial }
.sub-page .top-nav-menu { top: -90px }
.sub-page .top-nav-sub { line-height: 60px }
.sub-page .top-nav-search { padding-top: 17px }
.sub-page .fixed-top-nav .top-nav-sub { line-height: 60px; display: block; padding-left: 80px }
.sub-page .fixed-top-nav .top-nav-sub a:after { top: 30px }
.sub-page .nav-tele, .sub-page .top-nav-icon { top: -90px }
.sub-page .top-nav-icon { position: absolute; right: 245px; margin-top: 28px }
.sub-page .top-nav-icon a { color: var(--mute) }
.sub-page .top-nav-icon a:hover { color: var(--primary) }
@media screen and (min-width:1200px) {
  .nav-button, .top-nav-hotline { display: none }
  .sub-page .top-nav-logo { top: -75px }
  .sub-page .fixed-top-nav .top-nav { padding-top: 0 }
  .sub-page .fixed-top-nav .top-nav-logo { top: 7px }
  .fixed-top-nav .top-nav-bar, .sub-page .fixed-top-nav .top-nav-bar { position: fixed; top: -60px; height: 60px }
  .fixed-top-nav.show-me .top-nav-bar { top: 0; -webkit-transition: top .3s; transition: top .3s; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15); box-shadow: 0 0 5px rgba(0, 0, 0, .15) }
  .fixed-top-nav { padding-top: 140px }
  .sub-page .fixed-top-nav { padding-top: 160px }
  .fixed-top-nav .top-nav-bar:after { display: none }
  .fixed-top-nav .top-nav-sub { display: none }
  .fixed-top-nav .top-nav-logo { position: relative; top: 8px; left: 0; float: left; width: 45px; height: 45px; margin-left: 0 }
  .fixed-top-nav .top-nav-logo h1 a { background-image: url(../images/common/top-logo-small@2x.png) }
  .sub-page .top-nav { height: var(--top-nav); padding-top: 90px }
  .fixed-top-nav .top-nav-menu, .fixed-top-nav .top-nav-menu dt, .fixed-top-nav .top-nav-menu dt a { line-height: 60px; height: 60px }
  .fixed-top-nav .top-nav-menu { padding-left: 0 }
  .cooperation .fixed-top-nav.show-me { padding-top: 80px; -webkit-transition: none; transition: none }
  .cooperation .top-nav { height: 70px }
  .cooperation .top-nav .top-nav-search, .cooperation .top-nav .top-nav-sub { display: none }
  .products-list li.double > div { width: 50% }
  .products-list li.double .image { height: 330px; margin: 20px 0 }
  .products-list li.double .info { position: absolute; top: 120px; right: 0; padding-right: 30px; text-align: left }
  .products-list li.double .price, .products-list li.double .operator { right: 0; bottom: 120px; left: initial; padding-left: 15px; text-align: left }
  .products-list li.double .info h6 { font-size: 25px; line-height: 35px; max-height: 105px; margin-bottom: 10px; white-space: normal }
  .products-list li.double { width: 50%; padding-left: 15px }
  .products-list.has-recommend li:nth-child(4n+3), .products-list.no-recommend li:nth-child(4n) { border-right: 0 }
  .products-list.has-recommend li:nth-child(n+4), .products-list.no-recommend li:nth-child(n+5) { border-top: 1px solid rgb(229, 229, 229) }
  .footer-copyright-text br { display: none }
}
@media screen and (max-width:1599px) {
  .top-nav-sub a { padding-right: 2.2rem; padding-left: 2.2rem }
  .sub-page-nav-search { width: 26rem }
}
.top-nav-toggle { font-size: 20px; line-height: 36px; float: right; width: 50px; text-align: center; color: rgb(189, 147, 119) }
.top-nav-toggle i { margin-top: -4px }
.ani-menu { display: none }
.slides-list, .slides-list li, .slides-list li a, .bx-wrapper, .bx-viewport { position: relative; height: 100% }
.slides-nav { top: 50%; height: 0; -webkit-transition: opacity .4s; transition: opacity .4s; opacity: 1 }
.slick-list, .slick-track { height: inherit }
.slick-dots { font-size: 0; line-height: 20px; position: absolute; z-index: 9; bottom: 50px; left: 0; width: 100%; text-align: center }
.slick-dots li { margin: 0 10px }
.slick-dots li button:before { font-size: 0; top: 4px; left: 4px; width: 12px; height: 12px; content: ''; -webkit-transition: all .3s; transition: all .3s; opacity: 1; border-radius: 40px; background-color: rgb(51, 51, 51) }
.slick-dots li.slick-active button:before { opacity: 1; background-color: rgb(67, 216, 191) }
.home-video { overflow: hidden; height: 100% }
.home-video-cover { width: 100%; height: 100%; -webkit-transition: opacity .3s; transition: opacity .3s }
.home-video-player { position: absolute; top: 0; left: 0; display: block; overflow: hidden; width: 100%; height: 100%; -webkit-transition: all .3s; transition: all .3s; opacity: 0 }
.intro-video { z-index: 2; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover }
.home-video-player:before { position: absolute; z-index: 3; top: 0; left: 0; width: 100%; height: 100%; content: ''; background-color: rgba(0, 0, 0, .15) }
.playing .home-video-player { opacity: 1 }
.playing .home-video-cover { opacity: 0 }
.at-center { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-align: center; -webkit-box-align: center; align-items: center; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center }
.common-nav-bar a { line-height: 28px; height: 30px; margin-left: -1px; text-align: center; border: 1px solid rgb(211, 211, 211); background-color: rgb(255, 255, 255) }
.common-nav-bar a:first-child { margin-left: 0 }
.common-nav-bar a:hover { background-color: rgb(211, 211, 211) }
.common-nav-bar a.active { color: rgb(255, 255, 255); border-color: rgb(210, 21, 47); background-color: rgb(210, 21, 47) }
.footer { font-size: 13px; padding: 0; padding-top: 5px; color: rgb(134, 134, 134) }
.footer:before { left: 0; background-color: rgb(220, 119, 161) }
.footer:after { right: 0; background-color: rgb(104, 192, 180) }
.footer-line { padding-top: 40px; padding-bottom: 40px }
.footer-line:last-child { padding-top: 30px; padding-bottom: 50px; border-top: 1px solid rgb(220, 220, 220) }
.footer-contact { text-align: right }
.footer-contact h3 { font-size: 28px; line-height: 1.5; color: rgb(48, 48, 48) }
.footer-contact img { width: 85px; height: 85px }
.footer-nav dl { width: 16.6666% }
.sub-page .footer-nav dl:last-child { display: none }
.sub-page .footer-nav dl { width: 20% }
.footer-nav a { display: block }
.footer-nav dt a { font-size: 1.6rem; padding-bottom: 15px; color: rgb(63, 63, 63) }
.footer-nav dd { line-height: 30px; height: 120px }
.footer-nav dd a { font-size: 13px; color: rgb(134, 134, 134) }
.footer-nav a:hover { color: rgb(67, 216, 191) }
.footer-copyright { padding-bottom: 10px; color: rgb(93, 93, 93) }
.footer-link-nav { color: rgb(220, 220, 220) }
.footer-link-nav, .footer-link-nav a { display: inline-block; padding-right: 15px; padding-left: 15px }
.footer-link-nav a { color: var(--primary) }
.footer-link-nav a:hover { color: rgb(63, 63, 63) }
.footer-powered, .footer-powered a { color: rgb(134, 134, 134) }
.footer-powered a { margin-right: 20px }
.footer-powered a:hover { color: rgb(67, 216, 191) }
.lang-switch { line-height: 30px; position: absolute; top: 30px; right: -20px; width: 120px }
.lang-switch ul { position: absolute; right: 0; bottom: 0; left: 0; visibility: hidden; padding-bottom: 50px; opacity: 0; border-radius: 8px }
.lang-switch a { position: relative; display: block; padding: 10px 20px 10px 45px; color: rgb(63, 63, 63) }
.lang-switch a:before, .lang-switch a:after { position: absolute; display: block }
.lang-switch a:before { top: 1.8rem; left: 15px; width: 1.6rem; height: 1.6rem; content: ''; background-image: url(../images/common/flag.png); background-repeat: no-repeat }
.lang-cn a:before { background-position: left top }
.lang-en a:before { background-position: left -30px }
.lang-switch ul li { background-color: white }
.lang-switch ul li:first-child { border-radius: 8px 8px 0 0 }
.lang-current a:after { font-family: 'cxany'; font-size: 1.6rem; position: absolute; top: 10px; right: 10px; display: block; content: '\ab003'; -webkit-transition: all .3s; transition: all .3s }
.lang-switch.active ul { visibility: visible; -webkit-transition: opacity .25s ease; transition: opacity .25s ease; opacity: 1; background: #f5f5f5; -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .04); box-shadow: 0 2px 10px rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .04) }
.lang-switch.active .lang-current a:after { -webkit-transform: rotate(180deg); transform: rotate(180deg) }
.home-slides { overflow: hidden; height: calc(100vh - var(--top-nav)) }
.home-slides .slick-dots { bottom: 120px }
.slides-cover { width: 800px; height: 100%; margin: auto }
.slides-cover > div { position: absolute; top: 0; left: 0; visibility: hidden; width: 100%; height: 100% }
.scrolling-tips { position: absolute; z-index: 99; bottom: 20px; left: 0; width: 100%; height: 50px }
.slides-nav { top: 50%; height: 0; -webkit-transition: opacity .4s; transition: opacity .4s; opacity: 0 }
.home-slides:hover .slides-nav { opacity: 1 }
.slides-nav-hover .slides-nav { opacity: 0 }
.slides-nav-hover:hover .slides-nav { opacity: 1 }
.slides-nav a { font-size: 30px; line-height: 80px; position: absolute; top: 50%; display: block; width: 40px; height: 80px; margin-top: -40px; text-align: center; color: rgb(93, 93, 93); border: 1px solid rgba(170, 170, 170, .5); background-color: rgba(255, 255, 255, .5) }
.slides-nav a:hover { color: var(--primary); border-color: rgb(99, 22, 21); background-color: rgb(99, 22, 21) }
.slides-nav-prev { left: 0; border-top-right-radius: 40px; border-bottom-right-radius: 40px }
.slides-nav-next { right: 0; border-top-left-radius: 40px; border-bottom-left-radius: 40px }
.desktop .scrolling-tips { display: block }
.scrolling-tips i { font-size: 45px }
@-webkit-keyframes fadeUpDown {
  0%, 100% { -webkit-transform: translate3d(0, -10%, 0); transform: translate3d(0, -10%, 0); opacity: 1 }
  25%, 75% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
  50% { -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) }
}
@keyframes fadeUpDown {
  0%, 100% { -webkit-transform: translate3d(0, -10%, 0); transform: translate3d(0, -10%, 0); opacity: 1 }
  50% { -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) }
}
.fadeUpDown { -webkit-animation-name: fadeUpDown; animation-name: fadeUpDown }
h1.title { font-size: 48px; font-weight: normal; padding-top: 45px; padding-bottom: 45px; text-align: center; color: black }
h2.title { font-size: 1.8rem; margin-top: 25px; margin-bottom: 25px; padding-top: 45px; padding-bottom: 45px; text-align: center; color: rgb(165, 165, 165); border-top: 1px solid rgb(220, 220, 220); border-bottom: 1px solid rgb(220, 220, 220) }
h2.title.no-top { border-top: 0 }
a.block span { position: relative; display: block }
.home-tips { font-size: 20px; min-height: 80px; padding: 50px 0 30px 0; text-align: center }
.home-tips p { margin: 5px }
.home-slogan { padding-top: 50px; padding-bottom: 100px; text-align: center; color: rgb(99, 22, 21) }
.home-slogan-strong { font-size: 28px; line-height: 30px; padding-bottom: 15px }
.home-slogan-overview { font-size: 1.6rem; line-height: 2.2 }
.home-about { background-color: rgb(251, 245, 236) }
.home-about .frame-wide { z-index: 1 }
.home-about-image .inner-image { width: 100%; height: 100%; min-height: 500px; background-repeat: no-repeat; background-position: left center }
.home-about-text { color: black }
.home-about-text h3 { font-size: 40px; font-weight: bold; line-height: 1.5; padding-bottom: 10px }
.home-about-text h4 { font-size: 23px; line-height: 1.5; padding-bottom: 50px }
.home-about-text .overview { font-size: 1.6rem; line-height: 2.5; padding-top: 2.5rem }
.home-about-text a.more { font-size: 12px; line-height: 1.3; position: absolute; right: -50px; bottom: 15px; color: rgb(99, 22, 21) }
.home-about-text a.more:hover { color: white }
.habs-con, .habs-txt { background-color: var(--primary); }
.habs-txt, .habs-img { display: flex; justify-content: center; align-items: center; transition: all .5s; }
.habs-img { padding: 10rem 0 }
.habs-txt { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; opacity: 0; }
.hab-star .slick-dotted.slick-slider { margin: 0; }
.habs-item:hover .habs-txt { opacity: 1; }
.habs-txt img { display: initial; }
.habs-list .slick-dots { bottom: 3rem; }
.habs-list .slick-dots li { width: auto; height: auto; margin: 0 6px; }
.habs-list .slick-dots li button:before { display: none; }
.habs-list .slick-dots li button { background-color: white; width: 10px; height: 6px; padding: 0; border-radius: 3px; }
.habs-list .slick-dots li.slick-active button { width: 25px; }



@media screen and (max-width:1599px) {
  .home-about-text { padding-left: 100px }
  .home-about-text .overview { line-height: 2.5 }
}

.title-icon { font-size: 1.8rem; line-height: 1.2; position: absolute; z-index: 9; top: -45px; left: 50%; width: 90px; height: 90px; margin-left: -45px; text-align: center; color: rgb(99, 22, 21) }
.bg-icon:after { font-family: 'cxany'; font-size: 90px; line-height: 1; position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all .4s; transition: all .4s; color: white; text-shadow: 0 0 2px rgb(99, 22, 21) }
.bg-icon.with-fundog:after { content: '\ab001' }
.title-icon span { position: relative; z-index: 1; top: 32px; display: inline-block; width: 36px; color: rgb(99, 22, 21) }
a.bg-icon:hover:after { color: var(--primary) }
.home-products-class { padding: 8.5rem 0 4rem 0; text-align: center; background-color: var(--silver) }
.home-products-class a { font-size: 1.6rem; width: 16.6666%; padding-top: 110px; color: rgb(93, 93, 93) }
.home-products-class a:hover { color: rgb(55, 181, 175) }
.home-products-class a span { display: inline-block }
.home-products-class a em { position: absolute; z-index: 1; top: 50%; left: 50%; display: block; width: 100px; height: 100px; margin-top: -55px; margin-left: -50px; -webkit-transition: opacity .4s; -webkit-transition: opacity .25s; -webkit-transition: opacity .3s; transition: opacity .3s; background-repeat: no-repeat; background-position: center top; background-size: 100px auto }
.home-products-class a em.front { z-index: 2; opacity: 0; background-position: center bottom }
.home-products-class a:hover em.back { opacity: 0 }
.home-products-class a:hover em.front { opacity: 1 }
.products-list { padding: 50px 0; background-color: var(--silver) }
.products-list ul { overflow: hidden; border: 1px solid rgb(229, 229, 229); border-radius: 8px }
.products-list li { line-height: 1.5; width: 25%; height: 430px; -webkit-transition: all .15s ease; transition: all .15s ease; text-align: center; border-right: 1px solid rgb(229, 229, 229); background-color: white }
.products-list li:hover { -webkit-box-shadow: inset 0 0 38px rgba(0, 0, 0, .08); box-shadow: inset 0 0 38px rgba(0, 0, 0, .08) }
.products-list .image { width: 220px; height: 220px; margin: 20px auto }
.products-list .info { padding-right: 15px; padding-bottom: 5px; padding-left: 15px }
.products-list .info h6 { font-size: 1.6rem; line-height: 2; color: black }
.products-list .info p { font-size: 14px; line-height: 1.5; margin-bottom: 20px; color: rgb(178, 178, 191) }
.products-list .dot-list { height: 1.6rem }
.products-list .dot-list a { position: relative; display: inline-block; overflow: hidden; width: 1.6rem; height: 1.6rem; margin-right: 5px; margin-left: 5px; -webkit-transition: none; transition: none; border-radius: 50px }
.products-list .dot-list a em { position: absolute; top: 3px; left: 3px; width: 10px; height: 10px; content: ''; border: 1px solid rgb(204, 204, 204); border-radius: 50px }
.products-list .dot-list a.active { border: 3px solid rgb(178, 178, 178); background: white }
.products-list .dot-list a.active em { top: 0; left: 0; border-width: 2px; border-color: white }
.products-list .price, .products-list .operator { line-height: 24px; position: absolute; bottom: 30px; left: 0; width: 100%; height: 24px }
.price { font-family: 'Arial'; font-size: 1.8rem; font-weight: bold; color: var(--red) }
.price:before { font-size: 15px; display: inline-block; content: '￥ ' }
.products-list .operator { z-index: 0; opacity: 0 }
.products-list li:hover .operator, .products-list li.active .operator { z-index: 2; visibility: visible; opacity: 1 }
.products-list li:hover .price, .products-list li.active .price { visibility: hidden; opacity: 0 }
.products-list .operator a { font-size: 13px; display: inline-block; padding-right: 15px; padding-left: 15px; color: rgb(100, 100, 100); border: 1px solid rgb(229, 229, 229); border-radius: 24px; background-color: white; background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(249, 249, 249))); background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(249, 249, 249)) }
.products-list .operator a:hover { background-color: rgb(238, 238, 238); background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 245, 245)), to(rgb(238, 238, 238))); background-image: linear-gradient(180deg, rgb(245, 245, 245), rgb(238, 238, 238)) }
.home-news { padding-top: 120px }
.home-news-list .date { font-size: 36px; line-height: 1.2; margin-bottom: 15px; color: rgb(93, 93, 93); border-bottom: 1px solid rgb(220, 220, 220) }
.home-news-list .sub_subject { font-size: 14px; color: rgb(33, 33, 33) }
.home-news-list .subject { font-size: 20px; line-height: 2; display: inline-block; max-width: 100%; padding-top: 5px; padding-right: 12px; padding-bottom: 15px; color: rgb(33, 33, 33) }
.home-news-list .subject:before { content: '[ ' }
.home-news-list .subject:after { position: absolute; right: 0; display: inline-block; content: ']'; text-align: right }
.home-news-list .overview { font-size: 14px; line-height: 30px; overflow: hidden; height: 90px; color: rgb(76, 76, 75) }
.home-news-list span { -webkit-transition: all .4s ease; transition: all .4s ease }
.desktop .home-news-list a:hover .info { -webkit-transform: translateY(35px); transform: translateY(35px) }
.home-news-list a:hover .sub_subject, .home-news-list a:hover .subject { color: rgb(67, 216, 191) }
.home-news-list a:hover .date { border-color: rgb(67, 216, 191) }
.home-resources { background-color: rgb(242, 242, 242) }
.home-resources .image { overflow: hidden; height: 90px; margin-top: 10px; border-radius: 10px }
.home-resources-list .subject { font-size: 14px; line-height: 2; margin-top: 10px; -webkit-transition: color .25s; transition: color .25s; text-align: center; color: rgb(99, 22, 21) }
.home-resources-list a:hover .subject { color: rgb(67, 216, 191) }
.inner.picture { -webkit-transition: all .4s; transition: all .4s; opacity: 0 }
.inner.picture.display { opacity: 1 }
img.lazy { position: relative; z-index: -1; width: 1px; height: 1px; -webkit-transition: opacity .3s; transition: opacity .3s; vertical-align: top; opacity: 0 }
img.lazy.display { z-index: 0; opacity: 1 }
.bg-gray body { background-color: rgb(244, 244, 244) }
.products-banner { overflow: hidden; height: 480px; margin: 10px auto 40px auto; border-radius: 8px }
.products-banner .slides-list { z-index: 1; overflow: hidden; border-radius: 8px }
.products-banner .slick-dots { bottom: 20px }
.products-banner .slick-dots li { margin-right: 5px; margin-left: 5px }
.products .products-list { clear: both; padding: 0; background-color: transparent }
.products .products-card ul { z-index: 2; margin-top: -60px; padding-top: 60px }
.products-home-recommends, .products-home-hot { padding-bottom: 40px }
.products-card h2 { font-size: 1.6rem; font-weight: bold; line-height: 60px; position: relative; z-index: 5; height: 60px; padding: 0 30px; color: rgb(93, 93, 93); border-bottom: 1px solid rgb(220, 220, 220); border-top-left-radius: 8px; border-top-right-radius: 8px }
.products-card h2 a { font-size: 14px; position: absolute; z-index: 2; top: 0; right: 30px; display: inline-block; color: rgb(155, 155, 155) }
.products-card h2 a:hover { color: rgb(33, 33, 33) }
.products-category { padding-top: 10px; padding-bottom: 40px }
.products-footer-tips { padding-top: 20px; padding-bottom: 70px; text-align: center }
.products-footer-tips li { width: 20%; padding: 10px }
.products-footer-tips li a { font-size: 1.6rem; color: rgb(93, 93, 93) }
.products-footer-tips li img { width: 50px; height: 50px; margin-bottom: 10px }
.products-details-top { position: fixed; z-index: 991; top: 0; left: 0; display: none; width: 100%; height: 80px; padding: 15px 0; -webkit-transition: all .2s; transition: all .2s; opacity: 0; background-color: rgb(246, 246, 246); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25); box-shadow: 0 0 10px rgba(0, 0, 0, .25) }
.sticky-opened .products-details-top { display: block; opacity: 1 }
.products-details-top-buy { z-index: 9; float: right }
.products-details-top-wrapper p { font-size: 13px; line-height: 25px; max-width: 80%; margin: 0 }
.products-details-top-wrapper img { float: left; width: 60px; height: 60px; margin-top: -5px; margin-right: 20px }
.common-card { overflow: hidden; margin-bottom: 30px; border: 1px solid rgb(220, 220, 220); border-radius: 8px }
.common-card.bg-white { background-color: white }
.common-card h2 { font-size: 1.6rem; font-weight: bold; line-height: 60px; position: relative; height: 60px; padding: 0 30px; color: rgb(93, 93, 93); border-bottom: 1px solid rgb(220, 220, 220); border-radius: 8px 8px 0 0; border-top-left-radius: 8px; border-top-right-radius: 8px; background: rgb(243, 243, 243); background: -webkit-gradient(linear, left top, left bottom, from(rgb(251, 251, 251)), to(rgb(236, 236, 236))); background: linear-gradient(rgb(251, 251, 251), rgb(236, 236, 236)); -webkit-box-shadow: rgba(0, 0, 0, .06) 0 1px 7px; box-shadow: rgba(0, 0, 0, .06) 0 1px 7px }
.products-details-content { display: flex; justify-content: space-between; align-items: flex-start; width: 100%; padding: 7rem 11rem }
.products-gallery-wrapper, .products-info { display: table-cell; vertical-align: top }
.products-gallery-wrapper { width: 50%; padding-right: 5rem; max-width: 72rem }
.products-gallery img { display: block; max-width: 100%; max-height: 100%; margin-right: auto; margin-left: auto }
.products-thumbs ul { display: flex; align-items: center; justify-content: center; padding-top: 2.5rem }
.products-thumbs li { width: 8rem; height: 8rem; margin: 0 .5rem; padding: 6px; cursor: pointer; -webkit-transition: border-color .25s; transition: border-color .25s; border: 1px solid rgba(0, 0, 0, .06); border-radius: 5px }
.products-thumbs li:hover { border-color: rgba(0, 0, 0, .2) }
.products-thumbs li.active { padding: 4px; border: 3px solid rgba(0, 0, 0, .2) }
.products-preview li { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: none; height: 100%; text-align: center; opacity: 0 }
.products-preview ul { position: relative }
.products-preview ul { position: relative }
.products-preview li.active { position: relative; z-index: 1; display: block; -webkit-animation: thumb-change .35s ease-out 1; animation: thumb-change .35s ease-out 1; opacity: 1 }
.products-preview li img { width: 100% }
@-webkit-keyframes thumb-change {
  from { opacity: .5 }
  to { opacity: 1 }
}
@keyframes thumb-change {
  from { opacity: .5 }
  to { opacity: 1 }
}
.products-info { width: 50%; padding-left: 5rem; max-width: 72rem; color: var(--dark); padding-top: 5% }
.products-info-heading { margin-bottom: 20px; padding-bottom: 5px; border-bottom: 1px solid rgb(220, 220, 220) }
.products-info-heading h3 { font-size: 24px; line-height: 1.25; padding-bottom: 10px; color: black }
.products-info-heading .price { font-size: 22px; font-weight: bold; position: absolute; right: 0; bottom: 15px }
.products-info-params { min-height: 36px; margin-bottom: 2rem; padding-left: 6rem }
.pdinor { margin-bottom: 3rem }
.products-info-params label { color: var(--dark); font-size: 2rem; font-weight: normal; line-height: 36px; position: absolute; top: 10px; left: 0; display: inline-block; width: 6rem; height: 36px }
.products-info-params li { font-size: 14px; display: inline-block }
.products-info-params li a { line-height: 32px; display: block; height: 36px; margin-top: 10px; margin-left: 10px; padding: 0 15px; color: rgb(93, 93, 93); border: 2px solid rgb(230, 230, 230); border-radius: 5px }
.products-info-params.color a { width: 36px; padding: 0; border: 4px solid rgb(230, 230, 230); border-radius: 50px }
.products-info-params.color a em { display: block; width: 100%; height: 100%; border-radius: 50px }
.products-info-params li.active a { border-color: var(--primary) }
.products-info-params li:hover a { border-color: rgb(200, 200, 200) }
.md-icon { line-height: 54px; display: inline-block; width: 50px; height: 50px; text-align: center }
.bg-icon span { position: relative; z-index: 2 }
.md-icon:after { font-size: 48px; color: rgb(93, 93, 93); text-shadow: none }
.md-icon i { font-size: 28px; position: relative; z-index: 2; color: white }
.products-info-params label:after { content: ' :' }
.products-info-params.action { display: flex; justify-content: space-between; align-items: center; height: 12rem; padding-top: 2.5rem; padding-bottom: 2.5rem; border-top: 1px dotted var(--mute); border-bottom: 1px dotted var(--mute); padding-left: 0 }
.products-info-params.action a { display: flex; align-items: center; justify-content: center; height: 100% }
.products-info-params.action span { position: relative; display: inline-block; text-align: center; vertical-align: middle }
.products-info-params.action a:hover span:after { color: var(--primary) }
.products-info-params.action a:hover i { color: rgb(99, 22, 21) }
.b-rounded { border-radius: 6px; display: flex; align-items: center; justify-content: center }
.bc-primary { background-color: var(--primary); color: var(--black) }
.bc-primary:hover { background-color: var(--secondary); color: var(--primary) }
.pdi-shopcard { padding-left: 3.5rem; padding-right: 3.5rem; height: 100%; font-size: 2rem }
.pdi-share { font-size: 2rem }
.pdi-share>em { transition: background .5s; border: 1px solid var(--mute); background-color: rgb(230, 230, 230); width: 6.8rem; height: 6.8rem; font-size: 5.8rem; font-style: normal; line-height: 1; display: flex; align-items: center; justify-content: center }
.pdi-share>em>i { transition: color .5s; margin: 0; vertical-align: top; color: var(--secondary) }
.pdi-share:hover em { background-color: var(--secondary); border-color: transparent }
.pdi-share:hover i { color: var(--primary) !important }
.pdi-feedback>em { background: var(--primary); color: var(--black); border: 0 }
.pdi-feedback>em>i { color: var(--black) }
.fancy-box { display: none; background-color: transparent }
.fancy-box-con { text-align: center; margin-top: 2.5rem; margin-bottom: 2.5rem }
.fancy-user .fancy-box-con img { max-width: 20rem }
.fancy-user { width: 32rem }
.fancy-user .shadow-box { background: transparent; box-shadow: none }
.fbc-tele { padding: 0 .5rem; line-height: 32px; height: 32px; border-radius: 16px; font-size: 1.8rem }
.fbc-tele a { color: var(--primary); font-size: 2.6rem }
.fancy-feedback .fancy-box-con img { width: 575px }
.zygj .quick-fancy .fancybox-close { display: none }
.zygj .quick-fancy .fancybox-skin { background: transparent; padding: 0 !important }
.cfp-feedback { width: 52rem }
.cfp-feedback input, .cfp-feedback textarea { transition: all .25s; width: 100%; font-size: 1.6rem; line-height: 1.9rem; padding: 1.3rem 2rem; background-color: transparent; border: 1px solid var(--gray) }
.cfp-item:not(:last-child) { margin-bottom: 2.5rem }
.cfp-feedback textarea { height: 10rem; vertical-align: top }
.cfp-feedback input:focus, .cfp-feedback textarea:focus { border-color: var(--primary) }
.cfp-feedback .btn-submit { position: absolute; width: 5rem; height: 5rem; bottom: 1px; right: 1px; background-color: var(--primary); color: var(--black) }
.fancy-feedback h3 { margin-bottom: 2rem }
.fancy-feedback h5 { margin-top: 1.5rem }
.cfp-feedback .btn-submit:before, .cfp-feedback .btn-submit:after { content: unset }
.bg-share { font-size: 24px; line-height: 32px; width: 32px; height: 32px; margin-left: 60px; -webkit-transition: background-color .4s, color .4s; transition: background-color .4s, color .4s; color: white; border-radius: 6px; background-color: rgb(93, 93, 93) }
.products-info-params.action a:hover .bg-share { color: rgb(99, 22, 21); background-color: var(--primary) }
.products-info-overview { line-height: 3.3rem; font-size: 1.8rem; min-height: 13.2rem }
.products-description-item { margin-right: -1px; margin-bottom: 100px; margin-left: -1px }
.products-description img { width: 100% }
.products-description-text { font-size: 1.6rem; margin: 0; padding: 25px 50px }
.products-details-buy { padding-bottom: 100px; border-top: 1px solid rgb(230, 230, 230) }
.products-details-buy .bg-icon { top: -33px; width: 66px; height: 66px }
.products-details-buy .bg-icon:after { font-size: 66px; color: rgb(93, 93, 93); text-shadow: none }
.products-details-buy .bg-icon span { font-size: 15px; top: 22px; display: inline-block; width: 30px; color: white }
.products-info-tips { font-size: 1.4rem; color: var(--gray) }
.pager-list { padding-top: 100px; padding-bottom: 100px }
.pager-list a { line-height: 35px; display: inline-block; min-width: 38px; margin: 0 2px; padding: 0 8px; border: 1px solid rgb(203, 204, 204); background-color: rgb(255, 255, 255) }
.pager-list a:hover, .pager-list a.active { color: rgb(255, 255, 255); background-color: var(--primary) }
.pager-list-return { margin-left: 30px !important }
.about-banner { z-index: 0; height: 480px }
.about-overview-info { font-size: 17px; line-height: 3.3; padding-top: 80px; padding-bottom: 80px }
.about-overview-info .at-right { padding-left: 80px }
.about-overview-info p { margin: 0 }
.about-history { height: 500px; background-repeat: no-repeat; background-position: center center; background-size: auto 100% }
.about-path-gallery { overflow: hidden; height: 100%; margin-right: 100px; margin-left: 100px }
.about-path-image { width: auto; max-width: none; height: 100% }
.about-path-nav { position: absolute; z-index: 2; top: 50%; left: 0; width: 100%; height: 0 }
.about-path-nav a { font-size: 32px; display: block; float: left; width: 20%; padding: 0 50px; color: rgba(0, 0, 0, .15) }
.about-path-nav a i { position: relative }
.about-path-nav a i:after { position: absolute; top: -15px; left: -15px; display: block; width: 60px; height: 60px; content: ''; color: rgba(0, 0, 0, .15); border: 1px solid; border-radius: 100px }
.about-path-nav .nav-next { float: right; text-align: right }
.desktop .about-path-nav a:hover { color: rgba(0, 0, 0, .3) }
.desktop .about-path-nav a:hover i:after { border-color: rgba(0, 0, 0, .3) }
.about-overview-contact { padding-top: 90px; padding-bottom: 90px; background-color: rgb(249, 249, 250) }
.about-overview-contact-header { display: inline-block; min-width: 400px; padding: 40px 60px; -webkit-transition: border .3s; transition: border .3s; color: white; border: 0 }
.about-overview-contact-header .title-with-line { padding-top: 20px }
.about-overview-contact-header h3 { font-size: 20px; font-weight: bold; line-height: 30px; display: inline-block }
.about-overview-contact-header h3 .sup { font-size: 8px; display: inline-block; margin-top: -2px; margin-right: 10px; vertical-align: top }
.about-overview-contact-header h3:after { display: block; width: 15%; height: 1px; margin-top: 5px; margin-right: auto; margin-bottom: 5px; margin-left: auto; content: ''; -webkit-transition: width .3s ease-in-out; transition: width .3s ease-in-out; background-color: white }
.about-overview-contact-header:hover h3:after { width: 100% }
.about-overview-contact-header a.button { font-size: 20px; line-height: 30px; height: 34px; padding: 0 30px; color: rgb(234, 234, 234); border-color: rgb(234, 234, 234); border-radius: 34px }
.about-overview-contact-header a.button:hover { background-color: rgb(33, 33, 33) }
.about-overview-contact-header:hover a:before { left: 100% }
.about-overview-contact-header:hover a:after { left: 0 }
.about-overview-contact-header-text { font-size: 30px; font-weight: bold; line-height: 40px; padding-top: 20px; padding-bottom: 35px; padding-left: 10px; letter-spacing: 15px }
.about-overview-contact-details { padding-top: 30px }
.about-overview-contact-details img { max-width: 100%; height: auto }
.about-stars-list-wrapper { padding-top: 80px; padding-bottom: 40px; text-align: center }
.about-stars-list { padding-top: 50px; padding-right: 30px; padding-left: 30px }
.about-stars-list li:hover a { -webkit-animation-name: 'bounceIn'; animation-name: 'bounceIn'; color: var(--primary) }
.about-stars-list .subject { font-size: 30px; line-height: 40px; padding-top: 20px; padding-bottom: 5px }
.about-stars-list .sub-subject { font-size: 1.6rem; color: rgb(165, 165, 165); padding-bottom: 45px }
.about-stars-content { padding-top: 60px; padding-bottom: 60px }
.about-stars-overview p { font-size: 1.6rem; line-height: 3.3; margin: 0 }
.about-stars-image { padding-top: 80px; padding-bottom: 80px; background-color: rgb(244, 244, 244) }
.about-stars-image li { overflow: hidden; height: 460px }
.about-stars-image li a { position: relative; height: 100%; margin-right: -1px; margin-left: -1px }
.about-stars-image li .image { height: 100% }
.about-stars-image li .subject { font-size: 30px; line-height: 85px; position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; width: 100%; height: 85px; text-align: center; background-color: rgba(255, 255, 255, .9) }
.about-map { height: 500px; border-bottom: 5px solid rgb(221, 119, 162) }
.about-map:before, .about-map:after { position: absolute; bottom: -5px; width: 33.3333%; height: 5px; content: '' }
.about-map:before { left: 0; background-color: rgb(242, 226, 39) }
.about-map:after { right: 0; background-color: rgb(104, 192, 180) }
.about-contact-info { padding-top: 80px; padding-bottom: 80px }
.about-contact-info .btn-round { margin-top: 30px }
.about-contact-info h3 { font-size: 32px; line-height: 1.3; padding-bottom: 20px; color: rgb(24, 24, 24) }
.btn-round { font-size: 1.6rem; line-height: 31px; display: inline-block; height: 32px; padding-right: 30px; padding-left: 30px; color: rgb(216, 212, 205); border-radius: 32px; background-color: rgb(51, 51, 51) }
.btn-round:hover { color: white; background-color: rgb(67, 216, 191) }
.about-contact-info-list li { line-height: 25px; min-height: 75px; margin-top: 15px; padding-top: 5px; padding-bottom: 15px; padding-left: 100px; background-repeat: no-repeat; background-position: left top; background-size: 55px 55px }
.about-contact-info-list p { margin: 0 }
.contact-icon { height: 300px; margin-top: 20px; margin-bottom: 80px; white-space: nowrap }
.contact-icon:after { position: absolute; top: 55px; left: 0; width: 100%; height: 200px; content: ''; border-top: 1px solid rgb(183, 116, 99); border-bottom: 1px solid rgb(183, 116, 99) }
.contact-icon .item { font-size: 13px; z-index: 3; width: 20%; max-width: 320px; padding-top: 100px; text-align: left; color: rgba(93, 93, 93, .5) }
.contact-icon .item:nth-last-child(-n+2) { padding-left: 100px }
.contact-icon img { -webkit-transition: all .4s; transition: all .4s }
.contact-icon, .contact-icon a { color: rgb(93, 93, 93) }
.contact-icon a:hover { color: rgb(181, 116, 101) }
.contact-icon .item:hover img { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1) }
.contact-icon .item img { max-width: 120px; height: auto }
.contact-icon .item .title { font-size: 1.6rem; font-weight: bold; padding-bottom: 25px; color: black }
.contact-icon .item[data-nav='wechat'] { width: 300px; margin-top: -35px; padding-top: 0 }
.contact-icon .item[data-nav='wechat'] img { max-width: 100% }
.contact-icon .item[data-nav='wechat'] .title { display: none }
@media screen and (max-width:1599px) {
  .contact-icon .item { width: 18% }
  .contact-icon .item:nth-last-child(-n+2) { padding-left: 50px }
  .contact-icon .item[data-nav='wechat'] { -webkit-transform: translateX(-10px); transform: translateX(-10px) }
}
@media screen and (max-width:1199px) {
  .contact-icon { height: auto; white-space: normal }
  .contact-icon > .frame-wide { overflow: visible }
  .contact-icon .item[data-nav='wechat'] { -webkit-transform: translateX(0); transform: translateX(0) }
}
.about-feedback { padding-bottom: 50px }
.about-feedback h3 { font-size: 24px; margin-bottom: 30px; padding-bottom: 15px; color: black; border-bottom: 1px solid rgb(200, 200, 200) }
.about-feedback input { margin-bottom: 20px; padding-top: 10px; padding-right: 5px; padding-bottom: 10px; padding-left: 5px; border-bottom: 1px solid rgb(200, 200, 200) }
.about-feedback textarea { height: 200px; margin-bottom: 50px; padding: 10px; border: 1px solid rgb(200, 200, 200); border-radius: 8px }
.about-feedback .btn-submit { line-height: 1; position: absolute; right: 60px; bottom: 40px; display: block; width: 45px; height: 45px; text-align: center; color: rgb(153, 153, 153) }
.btn-submit span { position: relative; z-index: 2; display: inline-block; margin-top: 4px }
.btn-submit:before, .btn-submit:after { font-family: 'cxany'; font-size: 45px; position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 100%; content: '\ab001'; -webkit-transition: all .4s; transition: all .4s; color: rgb(255, 255, 255); text-shadow: 0 0 1px var(--normal) }
.btn-submit:hover { color: rgb(99, 22, 21) }
.btn-submit:hover:before, .btn-submit:hover:after { color: var(--primary); text-shadow: 0 0 1px var(--primary) }
.form-message { display: none !important }
.cooperation-banner { height: 355px; border-top: 5px solid rgb(241, 225, 39) }
.cooperation-banner:before, .cooperation-banner:after { position: absolute; top: -5px; width: 33.3333%; height: 5px; content: '' }
.cooperation-banner:before { left: 0; background-color: rgb(220, 119, 161) }
.cooperation-banner:after { right: 0; background-color: rgb(104, 192, 180) }
.cooperation-sub-nav { line-height: 45px; padding: 35px 0 }
.cooperation-top-contact { z-index: 9; float: right }
.cooperation-top-contact .bg-icon.sm-icon { right: 10px }
.bg-icon.sm-icon { line-height: 1; position: absolute; right: 60px; display: block; width: 45px; height: 45px; text-align: center; color: var(--primary) }
.bg-icon.sm-icon span { font-size: 12px; font-weight: bold; position: relative; z-index: 2; display: inline-block; width: 30px; padding-top: 15px; -webkit-transform: scale(.9); transform: scale(.9); color: white }
.bg-icon.sm-icon:before, .bg-icon.sm-icon:after { font-family: 'cxany'; font-size: 45px; position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 100%; content: '\ab001'; -webkit-transition: all .4s; transition: all .4s; text-shadow: none }
.bg-icon.bg-black:before, .bg-icon.bg-black:after { color: rgb(93, 93, 93) }
.bg-icon.sm-icon:hover span { color: rgb(99, 22, 21) }
.bg-icon.sm-icon:hover:before, .bg-icon.sm-icon:hover:after { color: var(--primary) }
.cooperation-top-nav a { margin-right: 30px; margin-left: 10px }
.cooperation-top-nav a:hover, .cooperation-top-nav a.active { color: black }
.common-card .has-padding { padding: 60px 49px }
.common-card h3 { font-size: 4rem; line-height: 1.3; color: black }
.products-info-heading p { font-size: 1.8rem; color: var(--red) }
.cooperation-details { padding-bottom: 120px }
.cooperation-details .common-card { font-size: 1.6rem }
.related-resources { padding-bottom: 80px; background: white }
.related-resources .subject { line-height: 1.8; padding-top: 20px; text-align: center }
.related-resources .title-icon:after { top: -5px; -webkit-transform: scale(.75, .75); transform: scale(.75, .75) }
.related-resources .title-icon span { font-size: 15px; top: 28px; padding-left: 2px }
.resources-details-content p { padding-right: 50px; padding-left: 50px }
.resources-details-content p img { max-width: 100%; margin-right: -50px; margin-left: -50px }
.resources-list-item { overflow: hidden; width: 33.3333% }
@media screen and (min-width:1921px) {
  .resources-list-item { width: 25% }
}
.resources-list { margin-bottom: 100px }
.resources-list-title { padding: 20px; -webkit-transition: background-color .4s; transition: background-color .4s; background-color: rgb(245, 245, 245) }
.resources-list-title .subject { font-size: 1.6rem; display: block; overflow: hidden; margin-bottom: 5px; white-space: nowrap; text-overflow: ellipsis; color: rgb(43, 43, 43) }
.resources-list-title em { font-style: normal; display: block; color: rgb(67, 216, 191) }
.resources-list-information { line-height: 35px; position: relative; display: block }
.resources-list-information:before { position: absolute; z-index: 2; display: block; width: 100%; height: 100%; content: ''; background-color: rgba(255, 255, 255, .01) }
.resources-list-information span { font-size: 12px; display: inline-block !important; min-width: 50px; height: 30px; vertical-align: top; color: rgb(153, 153, 153) }
.resources-list-information em { font-style: normal }
.resources-list-item:hover .resources-list-title { opacity: 1; background-color: rgb(255, 255, 255) }
.icon-eye, .icon-like { font-size: 1.8rem }
.resources-list-item { text-align: center }
.resources-list-item:hover { z-index: 2; -webkit-transition: all .4s; transition: all .4s; -webkit-transform: scale(1.02); transform: scale(1.02); opacity: 1; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1); box-shadow: 0 0 5px rgba(0, 0, 0, .1) }
.resources-details { margin: 30px 0 0 0 }
.resources-details-heading { padding-right: 10px; padding-bottom: 20px; padding-left: 10px }
.resources-details-heading h2 { font-size: 30px; line-height: 1.3; margin-bottom: 10px; color: rgb(51, 51, 51) }
.resources-details .common-card { font-size: 1.6rem; line-height: 2.5; margin-bottom: 80px; padding: 40px 0 10px 0 }
.resources-details .common-card .image { margin-right: -1px; margin-left: -1px }
.resources-details .common-card .image img { width: 100%; height: auto; padding-top: 25px; padding-bottom: 25px }
.resources-details .common-card .text { padding: 25px 50px }
.end-line { margin-top: 40px; margin-bottom: 40px; border-top: 1px solid rgb(230, 230, 230) }
.end-line:after { font-size: 15px; line-height: 20px; position: relative; z-index: 2; top: -10px; left: 50%; display: block; width: 60px; margin-left: -30px; content: 'END'; text-align: center; color: rgb(153, 153, 153); background-color: white; background-color: white }
.resources-details .related-resources { padding-top: 20px; padding-bottom: 60px; background-color: rgb(251, 245, 236) }
.resources-details .related-resources a.title { font-size: 15px; font-weight: bold; line-height: 50px }
.bg-icon.bg-yellow:after { color: var(--primary) }
.bg-icon.bg-yellow span { color: rgb(99, 22, 21) }
.like-this { padding-bottom: 60px }
.like-this .md-icon span { font-size: 24px; top: 3px }
.like-this .md-icon:after { -webkit-transform: scale(1.2); transform: scale(1.2) }
.like-this a:hover { -webkit-transform: scale(1.2); transform: scale(1.2) }
.news-related { padding-right: 20px; padding-bottom: 30px; padding-left: 100px }
.news-details-related { margin-top: 20px; margin-bottom: 20px }
.news-details-related .item { line-height: 65px }
.news-details-related .item.prev { padding-right: 35px }
.news-details-related .item.next { padding-left: 35px }
.news-details-related .item a { font-size: 1.6rem; background-color: rgb(221, 221, 221) }
.news-details-related .item a span { display: inline-block; vertical-align: middle }
.news-details-related .item i { font-size: 26px; margin-right: 30px; margin-left: 30px; -webkit-transition: margin .4s; transition: margin .4s }
.desktop .news-details-related .item a:hover { color: rgb(99, 22, 21); background-color: var(--primary) }
.desktop .news-details-related .item a:hover i { color: white }
.desktop .news-details-related .item a:hover .icon-left-fill { margin-right: 50px }
.desktop .news-details-related .item a:hover .icon-right-fill { margin-left: 50px }
.news-details-related .back { line-height: 65px; position: absolute; z-index: 2; top: 0; left: 50%; width: 70px; height: 65px; margin-left: -35px; color: rgb(66, 66, 66) }
.news-details-related .back i { font-size: 36px }
.desktop .news-details-related .back a:hover { color: white; background-color: rgb(66, 66, 66) }
.resources-details .resources-list-information { padding: 20px 0 40px 0; text-align: center }
.resources-details .resources-list-information { padding: 20px 0 40px 0; text-align: center }
.resources-details .resources-list-information i { font-size: 24px; color: var(--primary) }
.resources-details .resources-list-information span { font-size: 14px; padding-right: 20px; padding-left: 20px }
.resources-details .common-card.has-padding { padding: 50px 40px 20px 40px }
.resources-video .resources-details-heading h2 { margin-top: 50px; border: 0; background: transparent; -webkit-box-shadow: none; box-shadow: none }
.resources-expression-list { margin-bottom: 60px; padding-right: 40px; padding-left: 40px }
.resources-expression-list li { width: 20%; padding-top: 30px; padding-bottom: 30px; text-align: center }
.resources-expression-list li img { width: 130px; height: 130px }
.resources-expression .resources-details-heading p { margin-bottom: 10px }
.resources-illustration .resources-details-heading { padding-top: 30px; padding-right: 40px; padding-left: 40px }
.resources-illustration-list { height: 600px; margin-bottom: 100px }
.resources-illustration-list .slick-dots { bottom: -60px }
.resources-illustration-list .slick-dots li { margin-right: 5px; margin-left: 5px }
.fixed-banner { position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; -webkit-transform: translateZ(0); transform: translateZ(0) }
.fixed-top-nav .fixed-banner { position: fixed }
.sub-page .fixed-top-nav { padding-top: var(--top-nav) !important }
.common-video-player { width: 100%; height: 100% }
.common-video-player.video-js .vjs-big-play-button { font-size: 80px; line-height: 1; position: absolute; top: 50%; left: 50%; display: block; width: 80px; height: 80px; margin-top: -40px; margin-left: -40px; opacity: 1; border: 0 }
.common-video-player.video-js:hover .vjs-big-play-button, .common-video-player.video-js .vjs-big-play-button:focus { -webkit-transition: color .3s, opacity .3s; transition: color .3s, opacity .3s; background-color: var(--primary) }
.common-video-player.vjs-playing .vjs-big-play-button { opacity: 0 }
.btn-banner-play { font-size: 70px; line-height: 1; position: absolute; top: 50%; left: 50%; display: block; width: 160px; height: 160px; margin-top: -80px; margin-left: -80px; padding: 45px; text-align: center; color: rgba(99, 22, 21, .7) }
.btn-banner-play:hover { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); color: rgba(99, 22, 21, .95) }
.search-resources .products-list li { height: auto; border-right: 0 }
.search .top-nav-search { width: 100% }
.search-result-title { line-height: 30px; float: left; width: 40%; padding-left: 10px }
.search.sub-page .fixed-top-nav .top-nav-search { width: 90% }
[data-view='phone'].nav-active, [data-view='phone'].nav-active body { overflow: auto !important }
[data-view='phone'].nav-active  .top-nav-menu { line-height: 50px; position: fixed; top: 45px; left: 0; display: block; overflow: hidden; width: 100%; height: auto; padding: 20px; text-align: center !important; text-align: right; border-bottom: 1px solid rgba(0, 0, 0, .05); background: rgba(0, 0, 0, .85) }
[data-view='phone'].nav-active .top-nav-menu:before { position: absolute; top: 0; right: 24px; width: 0; height: 0; content: ''; border-top: 9px solid var(--primary); border-right: 8px solid transparent; border-left: 8px solid transparent }
@media screen and (max-width:1199px) {
  .top-nav > .frame-wide { padding-right: 20px; padding-left: 20px }
}
.phone.nav-active .top-nav-menu { display: none }
[data-view='phone'].nav-active .top-nav-menu dl, [data-view='phone'].nav-active .top-nav-menu dt, [data-view='phone'].nav-active .top-nav-menu dt a { line-height: 40px !important; height: 40px !important }
[data-view='phone'].nav-active .top-nav-menu dl { display: block; float: none; width: 100% !important; min-width: 90px; margin: 0 !important }
[data-view='phone'].nav-active .top-nav-menu dt { padding: 0 !important; text-align: right }
[data-view='phone'].nav-active .top-nav-menu dt a { font-size: 15px !important; font-weight: normal; display: inline-block; width: 120px; color: rgb(255, 255, 255) }
[data-view='phone'].nav-active .top-nav-menu dl.active a { color: var(--primary) }
.mobile-top-nav-sub { display: none; min-height: 35px }
.fancybox-close { line-height: 35px; top: 0; right: 0; width: 35px; height: 35px; text-align: center; color: white; background: transparent }
.fancybox-close:before { font-family: 'cxany'; font-size: 25px; content: '\c0001' }
.fancybox-close:hover { -webkit-transform: rotate(90deg); transform: rotate(90deg) }
.fancybox-skin { background-color: transparent }
.fancybox-opened .fancybox-skin { background-color: transparent; -webkit-box-shadow: none; box-shadow: none }
/*ins[data-type='screen']{display:none;content:'xs'}@media (min-width:768px){ins[data-type='screen']{content:'sm'}}@media (min-width:992px){ins[data-type='screen']{content:'md'}}@media (min-width:1200px){ins[data-type='screen']{content:'lg'}}@media (min-width:1366px){ins[data-type='screen']{content:'1366'}}@media (min-width:1440px){ins[data-type='screen']{content:'1440'}}@media (min-width:1600px){ins[data-type='screen']{content:'1600'}}@media (min-width:1920px){ins[data-type='screen']{content:'1920'}}@media (min-width:2560px){ins[data-type='screen']{content:'2560'}}*/

ins[data-type="screen"] { display: none; content: "xs"; quotes: auto; }
@media (hover:none){
  ins[data-type="screen"] { quotes: none; }
}
@media (min-width:768px) {
  ins[data-type="screen"] { content: "xs sm"; }
}
@media (min-width:992px) {
  ins[data-type="screen"] { content: "xs sm md"; }
}
@media (min-width:1200px) {
  ins[data-type="screen"] { content: "xs sm md lg"; }
}
@media (min-width:1400px) {
  ins[data-type="screen"] { content: "xs sm md lg xl"; }
}

.ps-container { overflow: hidden !important; -ms-touch-action: none }
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail { display: block }
.ps-container.ps-in-scrolling { pointer-events: none }
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail { opacity: .9; background-color: #eee }
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x { background-color: #999 }
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail { opacity: .9; background-color: #eee }
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y { background-color: #999 }
.ps-container > .ps-scrollbar-x-rail { position: absolute; bottom: 3px; display: none; height: 8px; -webkit-transition: background-color .2s linear, opacity .2s linear; transition: background-color .2s linear, opacity .2s linear; opacity: 0; border-radius: 4px }
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x { position: absolute; bottom: 0; height: 8px; -webkit-transition: background-color .2s linear; transition: background-color .2s linear; border-radius: 4px; background-color: #aaa }
.ps-container > .ps-scrollbar-y-rail { position: absolute; right: 3px; display: none; width: 8px; -webkit-transition: background-color .2s linear, opacity .2s linear; transition: background-color .2s linear, opacity .2s linear; opacity: 0; border-radius: 4px }
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y { position: absolute; right: 0; width: 8px; -webkit-transition: background-color .2s linear; transition: background-color .2s linear; border-radius: 4px; background-color: #aaa }
.ps-container:hover.ps-in-scrolling { pointer-events: none }
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail { opacity: .9; background-color: #eee }
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x { background-color: #999 }
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail { opacity: .9; background-color: #eee }
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y { background-color: #999 }
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail { opacity: .6 }
.ps-container:hover > .ps-scrollbar-x-rail:hover { opacity: .9; background-color: #eee }
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x { background-color: #999 }
.ps-container:hover > .ps-scrollbar-y-rail:hover { opacity: .9; background-color: #eee }
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y { background-color: #999 }
.ps-container > .ps-scrollbar-y-rail { width: 1px; opacity: .5; background-color: rgb(200, 200, 200) }
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y { right: -2px; width: 5px }
#real_music_frame { overflow: hidden; width: 25px; height: 15px; display: inline-block }
#real_music_icon { position: absolute; top: 0; left: 0; width: 25px; height: 15px; cursor: pointer }
#real_music_icon i { font: 1px Arial; display: block; float: left; -webkit-box-sizing: content-box; box-sizing: content-box; width: 2px; height: 1px; margin-right: 2px; border-top: 1px solid rgb(185, 176, 171); border-bottom: 12px solid rgb(185, 176, 171) }
#real_music_icon i:nth-child(1) { border-bottom-color: rgb(249, 189, 217) }
#real_music_icon i:nth-child(2) { border-bottom-color: rgb(243, 209, 31) }
#real_music_icon i:nth-child(3) { border-bottom-color: rgb(104, 193, 181) }
#real_music_icon i:nth-child(4) { border-bottom-color: rgb(243, 209, 31) }
#real_music_icon i:nth-child(5) { border-bottom-color: rgb(104, 193, 181) }
.vertical-middle { display: -webkit-box; display: -moz-box; -webkit-box-pack: center; -moz-box-pack: center; -webkit-box-align: center; -moz-box-align: center }
.page-404 { min-height: 900px; padding-top: 80px; color: rgb(99, 22, 21); background: url(../images/common/bg_404.png) no-repeat center top; background-size: 2000px 800px }
.page-404 h2 { font-size: 22px; opacity: 0 }
.max-700 { max-width: 700px; margin-right: auto; margin-left: auto; padding-left: 30px }
.page-404-nav { font-size: 15px; line-height: 45px; padding-top: 60px; padding-left: 10px }
.page-404-nav a, .page-404-nav .wait-time { color: rgb(99, 22, 21) }
.page-404-nav a:hover { color: rgb(53, 53, 53) }
.cwl-item { margin-bottom: .4rem }
.cwl-item a { display: block; transition: none }
.cwli-con { width: 100%; height: 100%; padding: 6.5rem; background-color: white; line-height: 1.2 }
.cwli-con>em { display: block; z-index: 0; position: absolute; transition: all .25s; width: 100%; height: 100%; left: 0; top: 0; background-color: var(--primary); transform: translateY(-101%) }
.cwli-con .sub { font-size: 2.5rem; margin-bottom: 3.5rem; padding-bottom: 3.5rem }
.cwli-con .sub:after { content: ""; position: absolute; left: 2px; bottom: 0; width: 3rem; border-top: 1px solid var(--secondary) }
.cwli-con .subject, .cwli-con .cats { font-family: var(--font-sans); font-weight: var(--fw-light); transition: color .25s; font-size: 6rem; line-height: 1; padding-bottom: 2rem; color: var(--secondary) }
.cwli-con .date { transition: color .25s; position: absolute; left: 0; padding: 0 6.5rem; bottom: 3.5rem; width: 100%; font-size: 1.2rem; color: var(--secondary) }
.cwli-con .date i { font-size: 1.8rem; margin-bottom: 0; margin-left: 1rem; margin-right: .2rem; display: inline-block }
.cwl-item a:hover .cwli-con>em { transform: none }
.cwl-item a:hover .sub, .cwl-item a:hover .cats, .cwl-item a:hover .subject, .cwl-item a:hover .date { color: var(--white) }
.cwl-item a:hover .sub:after { border-color: var(--white) }
.home-news, .section-contact { background-color: var(--primary) }
.top-shadow { overflow: hidden }
.top-shadow:after { content: ""; position: absolute; z-index: 1; width: 200%; left: -25%; top: -20px; background: white; height: 20px; box-shadow: 0 5px 4px -1px rgba(0, 0, 0, .15) }
.home-contact { min-height: 40rem; width: 100%; padding-top: 4rem; padding-bottom: 5rem }
.home-contact-header { width: 70rem }
.hch-front { transition: all .25s ease-in-out; position: absolute !important; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; opacity: 0 }
.hch-back { transition: all .25s ease-in-out }
.cfc-btn:hover .hch-back { opacity: 0 }
.cfc-btn:hover .hch-front { opacity: 1 }
.cfc-btn:hover .button.btn-ani { color: var(--black) }
.cfc-btn:hover .button.btn-ani:after { left: 0 }
.cfc-btn:hover .button.btn-ani:before { left: calc(100% + 1px) }
.cfc-avatar { display: block; width: 8.5rem; height: 8.5rem; margin: 1.5rem auto }
.home-contact-header .h3 { font-size: 1.6rem; line-height: 4rem; letter-spacing: .5rem; margin: 0 }
.home-contact-header .h3 .sup { font-size: 8px; display: inline-block; margin-top: -2px; margin-right: 10px; vertical-align: top }
.home-contact-header .button { display: inline-block !important; font-weight: bold; color: var(--normal); border: 1px solid var(--normal); font-size: 14px; border-radius: 14px; padding-left: 2rem; padding-right: 2rem; letter-spacing: initial }
.home-contact-header:hover .button { font-weight: 600 }
.home-contact-details img { max-width: 100%; height: auto }
.cfct-con { padding: 1.5rem 0 0 0 }
.sub-page-banner { height: var(--sub-banner) }
.about-banner-body { height: 450px; height: var(--sub-banner) }
.fixed-background { background-attachment: fixed; background-position: center center; background-size: cover }
.fixed-top-background { position: absolute; z-index: -1; top: 0; left: 0; width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover }
body.mobile-set .fixed-background, body.phone .fixed-background { background-attachment: scroll }
.fixed-top-background { height: var(--sub-banner) }
.about-banner-overview h4 { font-family: var(--font-sans); text-align: center; font-weight: var(--fw-light) }
.about-banner-overview h4 { font-size: 7.8rem; line-height: 1.45; color: white; margin-bottom: 5rem }
.fixed-top-nav .fixed-top-background { position: fixed }
a.btn-video-play img { width: 10rem; margin-bottom: 2rem }
.about-banner-overview { flex-direction: column }
.zygj .video .fancybox-skin { padding: 0 !important }
.archives-video-frame, .archives-video-frame body, .archives-video-box { height: 100% }
.archives-video-frame video { width: 100%; height: 100%; object-fit: cover }
p.empty-line { margin-bottom: 0; line-height: 1 }
.title-with-line { text-align: center; line-height: 1; padding-bottom: 12rem; font-size: 4.5rem; color: var(--dark) }
.sabout-overview { padding-top: 20rem; padding-bottom: 11rem; color: var(--dark) }
.sabov>dt { width: 42rem; flex-shrink: 0 }
.sabov>dd { flex-grow: 1; font-size: 2.2rem; line-height: 2.2 }
.sabov>dt h3 { font-size: 9.5rem; font-weight: var(--fw-bold); line-height: 1.1; width: 18.5rem; padding-left: 4rem; padding-right: 5rem }
.sabov>dt h5 { font-size: 3.4rem; line-height: 1; height: 3.4rem; color: var(--primary); transform-origin: left top; transform: rotate(90deg); padding-left: 1rem }
.sabout-values { padding-top: 18rem }
.prov-con { height: 55rem }
.provc-item { width: 100%; height: 100%; transition: all .25s }
.prov-con { padding-left: 20rem; padding-right: 20rem }
.prov-con .spacer i { font-size: 6.4rem; -webkit-font-smoothing: auto; opacity: .65 }
.provc-item dl { display: flex }
.provc-item dt { line-height: 1.1; font-size: 6rem; width: 6rem; font-weight: var(--fw-light); color: var(--dark) }
.provc-item dd { line-height: 1.2; font-size: 2.1rem; width: 2.1rem; color: var(--normal); margin-left: 5rem; transform: translateY(-5rem) }
.provc-front { position: absolute; left: 0; top: 0; opacity: 0; z-index: 1 }
.hover-auto .prov-con:hover .provc-back { opacity: 0 }
.hover-auto .prov-con:hover .provc-front { opacity: 1 }
.spro-team, .spro-join { padding-top: 18rem }
.proteam-item .subject { font-size: 1.8rem; color: var(--black); padding-top: 3rem; padding-bottom: 10rem }
.proteam-front>em { z-index: 2; content: ""; transition: all 0.5s cubic-bezier(.2, 1, .2, 1); transform: scaleY(0); transform-origin: center top; display: block; position: absolute; top: 20%; left: 0; width: 100%; height: 80% }
.proteam-image { z-index: 2; width: 100%; height: 100%; background-position: center bottom }
.proteam-front:hover>em { transform: none }
.proteam-front:after { content: ""; position: absolute; width: 100%; height: 80%; left: 0; bottom: 0; background-color: var(--silver) }
.proteam-list .ratio-3-1 { padding-top: 45% }
.profession-join-list { padding: 30px 0; border-top: 1px solid rgb(219, 220, 220) }
.profession-join-list .col-md-4 { color: var(--secondary) }
.profession-join-sign { font-size: 1.6rem; line-height: 50px; display: inline-block; min-width: 120px; margin-top: 20px; text-align: center; color: rgb(128, 128, 128); border: 1px solid rgba(0, 0, 0, .3) }
.profession-join-list .title-with-line { padding-top: 0 }
.profession-join-sign { position: relative; width: 8rem; height: 7rem; padding-top: 1.5rem; line-height: 1.2; color: var(--black) }
a.profession-join-sign:hover { color: var(--black); border-color: var(--primary); background-color: var(--primary) }
.profession-join-sign>span { pointer-events: none; display: block; width: 23rem; position: absolute; right: 0; top: 50%; transform: translate3d(100%, -50%, 0); opacity: 0 }
.profession-join-sign:hover>span { pointer-events: unset; opacity: 1 }
.projoin-nav a { margin-left: 3rem; font-size: 20px; font-weight: 400; color: var(--mute-light) }
.projoin-nav a:hover, .projoin-nav a.active { color: var(--dark) }
.projoin-action { font-size: 3.2rem; display: flex; justify-content: flex-end; align-items: center }
.projoin-action button { color: var(--secondary) }
.projoin-action button:hover { color: var(--primary) }
.projoin-overview { font-size: 1.8rem; max-height: 0; overflow: hidden }
.profession-join-contact { font-size: 3.6rem; padding-top: 12rem; padding-bottom: 14rem; line-height: 1.5; border-top: 1px solid rgb(219, 220, 220) }
.projoin-left { display: flex; flex-direction: row }
.projoin-sn { font-size: 6rem; display: flex; align-items: center; padding-right: 2rem }
.projoin-subject { line-height: 2; padding-top: 1.5rem; padding-bottom: 1.5rem }
.symbol-open { display: none }
.profession-join-sign { display: none }
.projoin-list.opened .profession-join-sign { display: block }
.projoin-list.opened .projoin-overview { max-height: unset }
.projoin-list.opened .projoin-sn { font-size: 2.1rem; align-items: flex-start }
.projoin-list.opened .projoin-left { flex-direction: column }
.projoin-list.opened .symbol-open { display: block }
.projoin-list.opened .symbol-close { display: none }
.spro-news { background-color: var(--silver); padding-top: 13rem }
.h-s-more { padding-top: 6rem; padding-bottom: 6rem }
.button.btn-ani:after, .button.btn-ani:before { position: absolute; top: -1px; left: -1px; width: calc(100% + 2px); height: calc(100% + 2px); content: ""; transition: all .3s; border-radius: 500px }
.button.btn-ani:before { z-index: -2 }
.button.btn-ani:after { z-index: -1; left: calc(-100% - 2px); background: var(--primary) }
.button.btn-ani { line-height: 31px; padding: 0 15px 1px 15px; color: rgb(73, 73, 73); background-color: transparent !important; border-radius: 100px; overflow: hidden; position: relative }
.button.btn-border { font-size: 14px; line-height: 1; padding: 8px 25px; letter-spacing: 2px; border: 1px solid rgb(128, 128, 128) }
.button.btn-ani.gray:before { background-color: rgb(73, 73, 73) }
.button.btn-ani:hover:after { left: 0 }
.button.btn-ani:hover:before { left: calc(100% + 1px) }
.btn-border.with-plus i:before { content: "+"; font-style: normal; display: inline-block; padding-left: 20px }
.h-s-more .button.btn-ani { background-color: white !important }
.bg-triangle:after { content: ""; position: absolute; z-index: 0; bottom: -50vh; left: 0; width: 150%; height: 50vh; background-color: var(--primary); transform-origin: left top; transform: rotate(-10deg) }
.bg-triangle>div { z-index: 2 }
.sabout-stars { background-color: var(--silver-light); padding-top: 0 }
.sas-nav { height: 48rem; border-bottom: 1px solid var(--mute) }
.sas-nav dt { pointer-events: none; position: absolute; z-index: 9; display: flex; align-items: center; justify-content: center; width: 24rem; height: 24rem; left: 50%; top: 50%; margin-left: -12rem; margin-top: -12rem; border: 1px solid var(--dark); border-radius: 50% }
.sas-nav dd { transition: background-color .25s; width: 50%; flex-shrink: 0; display: flex; align-items: center }
.sas-nav dt>h4 { position: absolute; top: -6rem; text-align: center; font-size: 1.5rem }
.sas-nav:after { content: ""; position: absolute; height: 12rem; width: 0; left: 50%; bottom: 0; border-left: 1px solid var(--mute) }
.sas-nav:before { content: ""; position: absolute; z-index: 12; height: 0; width: 2.4rem; left: 50%; margin-left: -1.2rem; bottom: 7rem; border-top: 1px solid var(--mute) }
.sasd-arrow { pointer-events: none; transition: all .25s; display: block; position: absolute; z-index: 11; width: 24rem; height: 24rem; top: 50%; margin-top: -12rem; border-radius: 50% }
.sasd-arrow:before, .sasd-arrow:after { pointer-events: none; pointer-events: none; content: ""; position: absolute; bottom: -25px; left: 50%; margin-left: -10px; width: 0; height: 0; border-style: solid; border-width: 26px 10px 0 10px; border-color: var(--dark) transparent transparent transparent }
.sasd-arrow:before { transition: border-color .25s; z-index: 2; border-top-color: var(--silver-light); bottom: -23px }
.sasd-left .sasd-arrow { transform: rotate(45deg); right: -12rem }
.sasd-right .sasd-arrow { transform: rotate(-45deg); left: -12rem }
.sast-logo { width: 21rem; height: 21rem; border-radius: 50%; background-color: var(--dark); background-repeat: no-repeat; background-position: center center; background-size: 11rem 11rem }
.sas-nav dd:hover { background-color: var(--primary) }
.sas-nav dd:hover .sasd-arrow:before { border-top-color: var(--primary) }
.sasd-left:hover .sasd-arrow { transform: rotate(90deg) }
.sasd-right:hover .sasd-arrow { transform: rotate(-90deg) }
.sasd-left .sasd-txt { padding-right: 17rem }
.sasd-right .sasd-txt { padding-left: 17rem }
.sasd-txt { display: flex; align-items: center; width: 100% }
.sasdt-logo { display: flex; align-items: center; flex-shrink: 0 }
.sasdt-logo>i { font-size: 2.4rem; opacity: 0 }
.sasdt-logo>img { width: 10rem; height: 10rem; margin-left: 1.5rem; margin-right: 1.5rem }
.sasdt-logo>span { font-size: 1.5rem; white-space: nowrap }
.sasdt-slogan { font-size: 3rem; opacity: 0; color: var(--dark) }
.sasd-left .sasdt-logo>span { padding-right: 3rem }
.sasd-right .sasdt-logo>span { padding-left: 3rem }
.sasd-right .sasdt-slogan { margin-left: -4rem; padding-right: 2rem }
.sasd-right .sasdt-logo { transform: translate3d(-25%, 160%, 0) }
.sasd-left .sasd-txt { justify-content: flex-end }
.sasd-left .sasdt-slogan { order: -1; margin-right: -4rem; padding-left: 2rem }
.sasd-left .sasdt-logo { transform: translate3d(25%, 160%, 0) }
.sasd-left .sasdt-logo>i { order: 3 }
.sasd-left .sasdt-logo>span { order: -1 }
.sas-nav dd:hover .sasdt-logo { transform: none }
.sas-nav dd:hover .sasdt-logo>i { opacity: 1 }
.sas-nav dd:hover .sasdt-logo>span { opacity: 0 }
.sas-nav dd:hover .sasdt-slogan { opacity: 1; transition-delay: .25s }
.sas-list { padding-top: 10rem }
.sas-list:before { content: attr(data-title); position: absolute; width: 1.5rem; line-height: 1.5; font-size: 1.5rem; left: 50%; top: 10.5rem; transform: translateX(-50%) }
.sasl-con { display: flex; align-items: flex-end; justify-content: center }
.sasl-con dt img { height: 22rem }
.sasl-con dt:before, .sasl-con dt:after { pointer-events: none; pointer-events: none; opacity: 0; content: ""; position: absolute; top: -61px; z-index: 5; left: 50%; margin-left: -10px; width: 0; height: 0; border-style: solid; border-width: 50px 15px 0 15px; border-color: var(--mute) transparent transparent transparent }
.sasl-con dt:before { z-index: 6; border-top-color: white; top: -64px }
.sasl-con dl { margin-top: 26rem; cursor: pointer }
.sasl-con dd { transition: all .25s; pointer-events: none; position: absolute; z-index: 3; opacity: 0; width: 90rem; height: 20rem; left: 50%; top: -26rem; background-color: white; border: 1px solid var(--mute); border-radius: 10rem; padding: 5rem 3rem; display: flex; align-items: center; justify-content: space-between }
.sasl-con dd .avatar { transition: all .25s; width: 20rem; margin-top: -10rem; transform: translateY(-5%) }
.sasl-con dd .sinfo { padding-top: 1.25rem; flex-grow: 1; padding-left: 7rem; padding-right: 7rem; font-size: 1.8rem; color: var(--black) }
.sasl-con dd .sinfo p { margin-bottom: 1.25rem }
.sasl-con dd .sicon { width: 6.4rem; margin-right: 5rem }
.sasl-con dl:hover dd { opacity: 1; transform: none }
.sasl-con dl:hover dd .avatar { transform: none }
.sasl-con dl:hover dt:before, .sasl-con dl:hover dt:after { opacity: 1 }
.home-about .row .col-sm-6 { padding: calc(var(--left-pad) * 2) }
.hab-more { position: absolute }
.hab-more a.button.btn-ani { background-color: white !important }
.hab-stars .hab-more { right: calc(var(--left-pad) * 2) }
.social-image>span { display: block; position: absolute; width: 9rem; background: white; border-radius: 6px; transition: all .25s; top: 0; left: 50%; transform: translate3d(-50%, 50%, 0); opacity: 0; pointer-events: none }
.social-image:hover>span { top: -25%; opacity: 1 }
.article-prev-next { background-color: rgb(221, 221, 221) }
.article-prev-next { font-size: 1.4rem; line-height: 1; z-index: 9 }
.article-prev-next a { font-size: 1.4rem; position: relative; display: block; transition: background-color .3s }
.article-prev-next a:hover { background-color: transparent !important; color: black }
.apn-con { padding: 5rem 10rem; height: 12rem }
.apn-con a { transition: all .25s }
.apn-con a:hover .with-arrow-line:before, .apn-con a:hover .with-arrow-line:after { border-color: black; color: black }
.apnc-back { width: 4%; min-width: 5rem; z-index: 2 }
.apnc-back a { font-size: 3.2rem }
.apnc-item { width: 48% }
.apnc-item strong { padding: 2.5rem; font-weight: 400; max-width: calc(100% - 18rem) }
.apnc-arrow { transition: width .25s; width: 13rem; position: relative; flex-shrink: 0 }
.apnca-left { transform: rotateY(180deg) }
.article-prev-next a:hover .apnc-arrow { width: 18rem }
.fancybox-slide--iframe .fancybox-content { max-height: 90vh; }


@media screen and (max-width:1900px) {
  .cwli-con { padding: 3.5rem }
  .cwli-con .date { padding-left: 3.5rem; padding-right: 3.5rem }
  .cwli-con .subject, .cwli-con .cats { font-size: 5rem }
}
@media screen and (max-width:1599px) {
  .cwli-con { padding: 3rem }
  .cwli-con .date { padding-left: 3rem; padding-right: 3rem; font-size: 1.6rem; }
  .cwli-con .subject, .cwli-con .cats { font-size: 4.5rem }
  .products-info-heading h3 { font-size: 3.2rem }
  .top-nav-menu dl { margin-right: 2rem }
  .nav-tele { width: 200px; padding-left: 1rem; padding-right: 1rem }
}

@media screen and (max-width:1279px) {
  .sub-page-nav-search { width: 18rem; }
}
@media screen and (max-width:1199px) {
  /*.wow { visibility: visible }*/
  .page-404 { width: 100%; min-height: 100%; padding-top: 30px; background-position: -999999px 0 }
  .max-700 { z-index: 2; max-width: 100%; padding-right: 20px; padding-left: 20px }
  .page-404 h2 { opacity: 1 }
  .page-404-nav { line-height: 2 }
  .pace .pace-progress { z-index: -1; display: none }
  .page-loading { position: fixed; z-index: 1000; top: 0; left: 0; overflow: hidden; width: 100%; height: 100%; -webkit-transition: opacity .3s, width 10ms ease 350ms, height 10ms ease 350ms; transition: opacity .3s, width 10ms ease 350ms, height 10ms ease 350ms; text-align: center; background: var(--primary) url(../images/mobile/mobile-loading.png) no-repeat center center; background-size: cover }
  .pace-done .page-loading { width: 0; height: 0; opacity: 0 }
  .page-loading-header { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: 75% auto }
  .page-loading-footer { font-size: 13px; line-height: 1.4; position: absolute; bottom: 4%; left: 50%; width: 14px; margin-left: -7px }
  html, body { overflow-x: hidden }
  body { font-size: 13px }
  body:before { position: relative; display: block; width: 100%; height: 60px; content: ''; background-color: var(--primary) }
  .nav-active, .nav-active body { overflow: hidden }
  .frame-wide { overflow: hidden }
  .top-nav { position: fixed; height: 60px; padding: 13px 0; background: var(--dark); -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3); box-shadow: 0 0 15px rgba(0, 0, 0, .3) }
  .top-nav > .frame-wide { height: 100% }
  .top-nav-search, .home .top-nav-sub, .top-nav:after, .top-nav-menu { display: none }
  .top-nav-logo { position: relative; top: 0; left: 0; width: 30%; height: 100%; margin: 0; flex-grow: 1; }
  .top-nav-logo h1 a { background-image: url(../images/mobile/top-logo@2x.png) }
  /* 
  .nav-button { line-height: 1; float: right; padding-left: 2rem; margin-right: 1rem; height: 35px }
  .icon-nav-button { top: 0; width: 35px; height: 35px; margin-top: 0; margin-right: -5px; padding: 0; color: var(--primary); border-radius: 0; background-color: transparent }
  .icon-nav-button i { font-size: 28px; line-height: 28px }
  .nav-active .icon-nav-button { -webkit-transform: rotateZ(90deg); transform: rotateZ(90deg) }
  .icon-cxany-menu { font-size: 24px; color: rgb(105, 105, 105) }
  */
  .mobile-nav-frame { position: fixed; z-index: 100; top: -100%; left: 0; width: 100%; height: 100%; padding-top: 60px; -webkit-transition: all .4s ease; transition: all .4s ease; color: rgb(99, 22, 21); background: var(--primary); }
  .mobile-menu .mobile-nav-frame { top: 0 }
  .mobile-nav-menu { height: 100% }
  .mobile-nav-menu-icon { width: auto; height: 200% }
  .row-nav { font-size: 12px; width: 100%; height: 16% }
  .row-nav.has-menu a { position: relative; float: left; width: 33.3333%; height: 100%; text-align: center; color: rgb(99, 22, 21); border-right: 1px solid rgba(99, 22, 21, .3); border-bottom: 1px solid rgba(99, 22, 21, .3) }
  .mobile-nav-menu a.no-bottom { border-bottom: 0 }
  .mobile-nav-menu a:nth-child(3n) { border-right: 0 }
  .row-nav.has-menu a span { font-size: 2.5rem; line-height: 1.5; display: inline-block; }
  .row-nav.has-menu a[href]:hover { color: rgb(255, 255, 255); background-color: var(--dark); }
  .row-nav.top-row { height: 38%; border-bottom: 1px solid rgba(99, 22, 21, .3) }
  .row-nav.bottom-row { font-size: 2.2rem; height: 16%; letter-spacing: .35em }
  .mnm-logo { z-index: 2; position: absolute; left: 33.3333%; width: 33.3333%; height: 200%; top: 0; }
  .tnav-con { display: flex; justify-content: space-between; align-items: center; }
  .top-nav-hotline { font-size: 1.6rem; }
  .tnh-con { height: 2.6rem; font-size: 1.5rem; display: flex; align-items: center; white-space: nowrap; justify-content: center; border-radius: 2rem; border: 1px solid var(--primary); padding: 0 2rem; color: var(--primary); }
  .top-toggle-nav > span { display: block; }
  .top-toggle-nav > span { position: relative; width: 50px; height: 26px; }
  .top-toggle-nav i { font-size: 24px; position: absolute; top: 2px; right: 0; transition: opacity .25s; color: var(--primary)!important; }
  .top-toggle-nav i.icon-menu { opacity: 1; }
  .top-toggle-nav i.icon-menu-close, .top-toggle-nav i.icon-menu-right { opacity: 0; }
  .mobile-menu .top-toggle-nav i.icon-menu { opacity: 0; }
  .mobile-menu .top-toggle-nav i.icon-menu-close { opacity: 1; }
  .m-title-text { margin-bottom: 5rem; }

  .slides-cover { position: absolute; top: 50%; left: 50%; width: 500px; height: 500px; margin-top: -250px; margin-left: -250px }
  .slides-nav { display: none }
  .home-tips { font-size: 1.6rem }
  .home-slogan { padding-top: 0; padding-bottom: 80px }
  .title-icon { font-size: 17px; top: -48px; -webkit-transform: scale(.8, .8); transform: scale(.8, .8); -webkit-transform-origin: center center; transform-origin: center center }
  .title-icon span { top: 35px }
  .home-about { padding-top: 8rem; background-color: transparent; }
  .home-about:after { display: none }
  .home-about-image .inner-image { min-height: 200px; margin-top: 20px; background-position: center center; background-size: contain }
  .home-about-text { padding-top: 50px; padding-left: 0; text-align: center }
  .home-about-text h3 { font-size: 22px }
  .home-about-text h4 { font-size: 1.6rem; padding-bottom: 20px }
  .home-about-text .overview { font-size: 14px; line-height: 1.8 }
  .hab-star { padding-top: 0; }
  .habs-img { padding: 2rem 4rem 0 4rem; }
  .habs-img .inner-image { height: 55vw; text-align: center; }
  .habs-img .inner-image img { max-height: 100%; width: auto; }
  .habs-title { margin-top: 2rem; margin-bottom: 5rem; }
  .habs-list .slick-dots { bottom: 2.25rem; }
  .slides-nav a { font-size: 5rem; border: 0; background: transparent; color: var(--black); width: auto; }
  .m-home-products { padding: 8rem 5rem 15rem 5rem; }
  .mhprod-tab { margin-left: -2rem; margin-right: -2rem; margin-top: 2rem; margin-bottom: 4rem; }
  .mhprod-tab a { padding-left: 2rem; padding-right: 2rem; border-right: 1px solid var(--mute); line-height: 1.3; }
  .mhprod-tab a:last-child { border-right: 0; }
  .mhprod-tab a.active { color: black; }
  .mhprod-tab-panel { border: 1px solid var(--primary); padding: 3rem; }
  .slick-prev, .slick-next { width: 5rem; height: 5rem; }
  .slick-prev:before, .slick-next:before { font-family: "cxany"; color: var(--primary); font-size: 5rem }
  .slick-prev:before { content: "\e924"; }
  .slick-next:before { content: "\e925"; }
  .mslick-arrow .slick-prev { left: -8.5rem; }
  .mslick-arrow .slick-next { right: -8.5rem; }
  .mhpi-con h5 { text-align: center; line-height: 1; font-size: 2.25rem; color: black; margin-top: 2rem; }

  .home-products-class { margin-right: -15px; margin-left: -15px; padding: 5px 0 20px 0 }
  .home-products-class a { font-size: 14px; padding-top: 70px }
  .home-products-class a span { overflow: hidden; max-width: 30px; height: 25px }
  .home-products-class a em { -webkit-transform: scale(.45); transform: scale(.45) }
  .products-list { padding: 20px 0 }
  .products-list li { width: 50% !important; height: 260px }
  .products-list li:nth-child(2n) { border-right: 0 }
  .products-list li:nth-child(n+3) { border-top: 1px solid rgb(229, 229, 229) }
  .products-list .image { width: 100px; height: 100px; margin: 10px auto }
  .products-list .info h6 { font-size: 14px; line-height: 1.8 }
  .products-list .info p { font-size: 12px; margin-bottom: 10px }
  .products-list .price, .products-list .operator { bottom: 25px }
  .price { font-size: 14px }
  .home-news, .home-resources { padding-top: 8rem; padding-bottom: 8rem; }
  .home-news .cwl-item { margin-bottom: 3rem; }
  .home-news .enjoy-works-list { margin-top: 2rem; }
  .home-news-title, .home-resources-title { margin-bottom: 60px }
  .home-news-list .date { font-size: 24px }
  .home-news-list .subject { font-size: 1.6rem; padding-bottom: 0 }
  .home-news-list .overview { font-size: 13px; line-height: 25px; max-height: 75px; margin-bottom: 25px }
  .home-resources-list.spacing-15 { margin-right: -4px; margin-left: -4px }
  .home-resources-list.spacing-15 [class^='col-'] { padding-right: 4px; padding-left: 4px }
  .home-resources .image { height: 70px }
  .home-resources-list .subject { margin-top: 2px; margin-bottom: 5px }
  .home-contact { padding: 8rem; min-height: unset; }
  .mhconq-btn { margin-top: 2rem; }
  .section-contact.top-shadow:after { content: none; }
  .footer-line { padding: 20px 0; text-align: center }
  .footer-nav { display: none }
  .footer-contact { text-align: center }
  .footer-contact h3 { font-size: 22px }
  .footer-copyright, .footer-copyright { font-size: 13px }
  .footer-link-nav { padding: 15px 0 0 0 }
  .footer-link-nav span:first-child { display: none }
  .footer-powered a { margin-right: 0 }
  .footer-powered a:last-child { display: block }
  .footer-social { padding: 3rem 0; }
  .footer-social .tncq-social a { width: 6rem; }
  .footer-social .tncq-social a:hover em .csoimg-1 { opacity: .75;}
  .footer-line:last-child { border: 0; }
  .lang-switch { top: auto; left: 50%; margin-left: -60px }
  /*.about-banner { height: 160px }*/
  .sub-page .top-nav-sub { position: absolute; z-index: 9; top: 160px; left: 0; width: 100%; height: 50px }
  .flex-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between }
  .mobile-top-nav-sub { font-size: 13px; line-height: 38px; z-index: 10; top: 0; left: 0; display: block; width: 100%; height: 38px; padding: 0 15px; -webkit-transform: translateZ(0); transform: translateZ(0) }
  .mobile-top-nav-sub:before { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; content: ''; background-color: rgb(244, 244, 244) }
  .mobile-top-nav-sub.mobile-sub-fixed { position: fixed; z-index: 991; top: 45px }
  .mobile-top-nav-sub.mobile-sub-fixed:after { position: absolute; z-index: 0; bottom: 0; left: 0; width: 100%; height: 20px; content: ''; -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3); box-shadow: 0 0 15px rgba(0, 0, 0, .3) }
  .nav-active .mobile-top-nav-sub { z-index: 1 }
  .mobile-top-nav-sub .flex-wrapper { z-index: 2 }
  .mobile-top-nav-sub a { line-height: 35px; position: relative; display: inline-block; padding-top: 3px }
  .mobile-top-nav-sub a.active { color: rgb(99, 22, 21) }
  .about-overview-info { font-size: 14px; line-height: 1.8; padding-top: 40px; padding-bottom: 40px }
  .about-overview-info .at-right { padding-top: 20px; padding-left: 0 }
  .about-history { height: 400px }
  .about-path-gallery { overflow-x: auto; margin-right: 15px; margin-left: 15px }
  .about-path-nav { display: none }
  .about-overview-contact { padding-top: 40px; padding-bottom: 40px }
  .about-overview-contact-header { min-width: 90%; padding: 20px 0 }
  .about-overview-contact-header h3 { font-size: 15px; line-height: 25px }
  .about-overview-contact-header-text { font-size: 1.6rem; line-height: 20px; padding-top: 10px; padding-bottom: 15px; padding-left: 2px; letter-spacing: 5px }
  .about-overview-contact-header a.button { -webkit-transform: scale(.8, .8); transform: scale(.8, .8); white-space: nowrap }
  .about-stars-list-wrapper, .about-stars-content, .about-stars-image, .about-contact-info { padding-top: 40px; padding-bottom: 40px }
  .about-stars-list-image { width: 50% }
  .about-stars-list { margin-right: -10px; margin-left: -10px; padding-top: 30px; padding-right: 0; padding-left: 0 }
  .about-stars-list li { padding-right: 10px !important; padding-left: 10px !important }
  .about-stars-list .subject { font-size: 1.6rem; line-height: 30px; padding-top: 10px }
  .about-stars-list .sub-subject { font-size: 12px; line-height: 1.4 }
  .about-stars-overview p { font-size: 14px; line-height: 1.8; text-align: center }
  .about-stars-image li { height: 150px }
  .about-stars-image li .subject { font-size: 1.6rem; line-height: 35px; height: 35px }
  .about-map { height: 240px }
  .BMap_Marker { top: 50px !important; left: 180px !important }
  .BMap_Marker, .BMap_Marker > div { width: 48px !important; height: 48px !important }
  .about-contact-info h3 { font-size: 1.8rem }
  .about-contact-info-list li { min-height: 50px; padding-top: 0; padding-bottom: 0; padding-left: 60px; background-size: 40px 40px }
  .contact-icon > .frame-wide { height: auto; margin-top: 0; margin-bottom: 40px; padding-top: 110px; padding-right: 15px; padding-left: 15px }
  .contact-icon:after { border-bottom: 0 }
  .contact-icon .item { width: 50%; max-width: 100%; padding-top: 20px }
  .contact-icon .item:nth-last-child(-n+2) { padding-left: 0 }
  .contact-icon .item[data-nav='wechat'] { position: absolute; top: 0; left: 0; width: 100%; height: 100px; margin-top: 0; text-align: center }
  .contact-icon .item[data-nav='wechat'] img { width: auto; height: 100% }
  .contact-icon .item .title { font-size: 15px; font-weight: normal; padding-bottom: 10px }
  .about-contact-info-list p { line-height: 1.5 }
  .about-feedback { padding-bottom: 10px }
  .about-feedback h3 { font-size: 1.6rem; font-weight: bold; margin-bottom: 10px }
  .about-feedback input { margin-bottom: 10px; padding-top: 5px; padding-bottom: 5px }
  .about-feedback textarea { height: 100px }
  .about-feedback .btn-submit { right: 35px }
  .products-banner { height: 160px; margin-bottom: 15px }
  .products-home-recommends { margin-top: 15px }
  .products-footer-tips { padding-top: 0; padding-bottom: 40px }
  .products-footer-tips li { width: 50% }
  .products-footer-tips li:last-child { width: 100% }
  .products-footer-tips li img { margin-bottom: 0 }
  .products-footer-tips li a { font-size: 14px }
  .resources-list { margin-bottom: 50px }
  .resources-list-item { width: 50% }
  .resources-list-title { padding: 10px }
  .resources-list-title .subject { font-size: 14px; margin-bottom: 0 }
  .resources-list-title em { font-size: 12px; line-height: 1.5 }
  .resources-list-information { line-height: 25px }
  .resources-list-information span { height: 20px }
  .resources-details { margin: 0 }
  .resources-details-heading h2 { font-size: 1.6rem; font-weight: bold }
  .resources-details-heading { line-height: 1.5 }
  .resources-details .common-card .text { font-size: 14px; line-height: 1.5; padding: 10px 15px }
  .resources-details .common-card { margin-bottom: 40px }
  .like-this { padding-bottom: 10px; -webkit-transform: scale(.8, .8); transform: scale(.8, .8) }
  .news-details-related .item, .news-details-related .back { line-height: 30px; height: 30px }
  .news-details-related .back i { font-size: 24px }
  .news-details-related .item i { margin-right: 10px; margin-left: 10px }
  .news-details-related .item.next { padding-left: 20px }
  .news-details-related .item.prev { padding-right: 20px }
  .resources-details .resources-list-information { padding: 0 0 10px 0 }
  .end-line { margin-top: 20px; margin-bottom: 10px }
  .resources-details .related-resources { padding-top: 0; padding-bottom: 30px }
  .related-resources .spacing-10 { margin: -2px }
  .related-resources .spacing-10 [class^='col-'] { padding: 2px }
  .related-resources .subject { font-size: 13px; line-height: 20px; overflow: hidden; height: 40px; margin-top: 5px; margin-bottom: 15px; padding: 0 5px }
  .resources-video .resources-details .common-card.has-padding { padding: 0 }
  .resources-video .resources-details-heading h2 { margin-top: 30px }
  .resources .resources-details .common-card { padding: 0 }
  .resources-expression-list { margin-bottom: 20px; padding: 0 15px }
  .resources-expression-list li { width: 33.3333%; padding-top: 15px; padding-bottom: 15px }
  .resources-expression-list li img { width: 80px; height: 80px }
  .resources-expression .cxany-font-lg { display: inline-block; width: 130%; margin-left: -15%; -webkit-transform: scale(.7, .7); transform: scale(.7, .7) }
  .resources-illustration-list { height: 180px; margin-bottom: 50px }
  .resources-illustration .resources-details-heading { padding: 20px }
  .resources-illustration-list .slick-dots { bottom: -35px }
  .resources-details .common-card .image img { padding-top: 10px; padding-bottom: 10px }
  .resources-details-content p { padding: 0 }
  .has-sub-nav .main { padding-top: 35px }
  .cooperation-banner { height: 160px }
  .cooperation-details { padding-top: 30px; padding-bottom: 30px }
  .common-card .has-padding { padding: 20px 15px }
  .common-card h3 { font-size: 3.2rem }
  .cooperation-details .common-card { font-size: 14px }
  .icon-mobile-section-nav { background-color: var(--primary) !important }
  .related-resources { padding-bottom: 10px }
  .cooperation .title-icon { top: -45px; -webkit-transform-origin: center center; transform-origin: center center }
  .cooperation .title-icon span { top: 30px }
  .sticky-banner.banner-fixed .fixed-banner { top: 45px }
  .cooperation-sub-nav { display: none }
  .slick-dots { -webkit-transform: scale(.65) translateY(15px); transform: scale(.65) translateY(15px) }
  .mab-banner { height: calc(100vh - 60px); /*padding-top: 60px;*/ }
  .mab-list { position: absolute; left: 0; top: 0; }
  .about .about-banner, .mab-list, .mab-list .slick-list { width: 100%; height: 100%; }
  .mab-con dd { font-size: 28px; color: white; margin-top: 4rem; margin-bottom: 8rem; }
  .sabout-overview { padding-top: 10rem; padding-bottom: 8rem; }
  .sabout-overview.bg-triangle:after, .sabout-stars.top-shadow:after { content: none; }
  .mabst-nav { background-color: var(--primary); color: black; padding: 5rem 2rem; }
  .mabst-nav>dt>img { width: 10rem; margin-bottom: 6rem; }
  .mabst-nav>dd>div { display: flex; justify-content: center; align-items: center; flex-direction: column; }
  .mabst-nav>dd>div:first-child { border-right: 1px solid rgb(128,128,128); }
  .mabst-nav>dd img { width: 11rem; margin-bottom: 3rem; }
  .mabstc-title { margin-top: 13rem; margin-bottom: 5rem; }
  .mabstc-avatar { z-index: 2; margin-bottom: -5px; }
  .mabsta-list { pointer-events: none; }
  .mabsta-list .slick-track { transition: all .5s; }
  .mabsta-img { display: flex; align-items: flex-end; height: 40vw; }
  .mabsta-list .slick-slide .mabsta-img { width: 17vw; padding-left: 8px; padding-right: 8px; }
  .mabsta-list .slick-center .mabsta-img { width: 28vw; }
  .mabstc-info { border: 1px solid gray; padding: 5rem 4rem 2rem 4rem; }
  .mabsti-con { padding: 0 2rem; }
  .mabsti-heading strong { font-size: 2.6rem; color: black; }
  .mabsti-heading img { height: 5rem; }
  .mabsti-det { line-height: 2; font-size: 2rem; margin-top: 3rem; }
  .mabsta-list { font-family: "cxany"; color: black; }
  .sabout-values { background: var(--primary); color: black; padding: 12rem 0; margin-top: 12rem; }
  .phone.about .title-with-line { font-size: 16px; padding-bottom: 8rem; font-weight: normal; }
  .prov-con { height: auto; padding-left: 5rem; padding-right: 5rem; }
  .provc-item dt { font-size: 17px; width: 18px; font-weight: normal; }
  .provc-item dd { display: none; }
  .msabv-sub { text-align: center; font-size: 56px; font-weight: bold; margin-bottom: 9rem; }
  .prov-con .spacer i { font-size: 4rem; color: black; }
  .spro-team { padding-top: 12rem; }
  .spro-join { padding-top: 12rem; background-color: var(--primary); }
  .projoin-nav a { font-size: 13px; color: rgb(55,55,55); margin-bottom: 2rem; }
  .projoin-nav a:hover, .projoin-nav a.active { color: black; }
  .profession-join-list { border: 0; background: white; padding: 2rem 4rem; margin-bottom: 5rem; }
  .projoin-list.grid { display: block; }
  .projoin-list.grid div[class*="width-"] { width: 100%; }
  .projoin-overview { max-height: unset!important; text-align: justify; }
  .projoin-overview p { line-height: 1.8; font-size: 1.8rem; }
  .projoin-left { display: block; }
  .projoin-list .projoin-sn { font-size: 2.1rem; display: none; }
  .projoin-subject strong { font-weight: normal; font-size: 3.2rem; }
  .profession-join-sign { display: block!important; height: auto; line-height: 1.5; padding: .5rem 1.5rem; margin-top: 0; margin-bottom: 3rem; }
  .profession-join-sign br { display: none; }
}
@media screen and (max-width:991px) {
  .products-details-content { flex-wrap: wrap; padding: 3rem 6rem }
  .products-gallery-wrapper, .products-info { width: 100%; padding: 0 }
  .products-info-heading { text-align: center }
  .products-info-heading h3 { padding-left: 8rem; padding-right: 8rem }
  .products-info-heading .price { font-size: 2.5rem; top: 0; bottom: unset }
  .products-info-overview { min-height: unset; padding-top: 8rem; padding-bottom: 3rem; font-size: 2.1rem }
  .products-info-params li a { line-height: 26px; height: 30px }
  .products-info-params.color a { width: 30px }
  .products-info-params li { font-size: 2rem }
  .products-info-tips { font-size: 1.8rem }
}
@media screen and (max-width:767px) {
  .tnh-con { height: 3rem; font-size: 1.5rem; }
  .slides-cover { width: 320px; height: 320px; margin-top: -160px; margin-left: -160px }
  .related-resources li:nth-child(n+3) { display: none }
  .products-list li { width: 100% !important; border-right: 0 }
  .products-list li:nth-child(2) { border-top: 1px solid rgb(229, 229, 229) }
  .row.flex-sb { display: block }
  .home-about .row .col-sm-6 { padding: 4.5rem 2.5rem; }
  .hab-more { position: relative; bottom: initial; padding-top: 4.5rem; text-align: center }
  .home-about-text .overview { text-align: justify; font-size: 13px; line-height: 2 }
  .home-about-text .overview br { display: none }
  .hab-stars .hab-more { right: initial }
  .hb-info { padding-bottom: 6rem }
  .footer-contact img { width: 110px; height: auto }
  .footer-line:last-child { padding-bottom: 30px }
  .fsoc-list { line-height: 1; margin-bottom: 3rem }
  .fsoc-list a { font-size: 32px; margin-left: 1.75rem; margin-right: 1.75rem }
  .fsoc-list .social-image>span { width: 15rem; top: initial; bottom: 0 }
  .footer-link-nav { padding-top: 0; font-size: 12px }
  .products-details-top { height: 85px }
}
.w-100 { width: 100% !important }
.w-75 { width: 75% !important }
.w-50 { width: 50% !important }
.h-100 { height: 100% !important }
.opacity-0 { opacity: 0; }
[data-view="phone"] .opacity-phone-1 { opacity: 1; }
.visible-phone, .visible-phone-flex { display: none; }
[data-view="phone"] .visible-phone { display: block!important; }
[data-view="phone"] .visible-phone { display: block!important; }
[data-view="phone"] .hidden-phone { display: none!important; }