@charset "UTF-8";

:root {
  --yy-blue: #167db5;
  --yy-blue-dark: #0f6698;
  --yy-navy: #123a56;
  --yy-navy-dark: #0b2f49;
  --yy-text: #24313a;
  --yy-muted: #697781;
  --yy-line: #dce4e8;
  --yy-soft: #f5f7f8;
  --yy-white: #fff;
}

/* Foundation, utilities and shared components */
body {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  color: #333;
  margin: 0;
  background-color: #fff;
  font-weight: 400;
  position: relative;
  line-height: 1.6;
  scroll-behavior: smooth;
  width: 100%;
  margin: auto;
  max-width: 1920px;
}
@media (min-width: 577px) {
  body {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
ol,
ul {
  padding: 0;
  margin: 0;
}
ol li,
ul li {
  list-style-type: none;
}
i {
  font-style: normal;
  font-weight: 400;
}
em {
  font-style: italic;
}
.h-tit,
.h1-tit,
h1,
h2,
h3 {
  font-family: Ubuntu, sans-serif;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background-color: #f1f1f1;
}
main {
  display: block;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
b,
strong {
  font-weight: 600;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sup {
  top: -0.5em;
  display: inline-block;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
img {
  border-style: none;
}
p {
  margin: 5px 0 15px;
}
.img--100,
.img--50,
.img--75 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  background: url(/img/logo.png) no-repeat center center;
  background-color: #f9f9f9;
  background-size: 30% 30%;
}
.img--50 {
  padding-bottom: 50%;
}
.img--75 {
  padding-bottom: 75%;
}
.img--100 {
  padding-bottom: 100%;
}
.img--100 img,
.img--50 img,
.img--75 img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  background-color: #f9f9f9;
}
.img-pos-right img {
  object-position: 27% 50%;
}
.text-center {
  text-align: center;
}
.lazyload {
  z-index: -1;
}
.lazyload.loaded {
  z-index: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.25;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
:after,
:before {
  font-style: normal;
}
article,
footer,
header,
main,
nav,
section {
  display: block;
}
a {
  color: #167db5;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
}
button {
  background: 0;
  border: 0;
  padding: 0;
}
.region {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.stage {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 576px) {
  .stage {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .stage {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .stage {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .stage {
    max-width: 1160px;
  }
}
@media (min-width: 1480px) {
  .stage {
    max-width: 1440px;
  }
}
.paddingTB-80 {
  padding: 80px 0;
}
.paddingT60-B80 {
  padding: 60px 0 80px;
}
.pro-ol,
.pro-ul {
  margin: 5px 0 15px;
}
.pro-ul li {
  list-style-type: disc;
  margin-left: 25px;
}
.pro-ul li::marker {
  color: #167db5;
}
.pro-ol li {
  margin-left: 25px;
  list-style-type: inherit;
}
.pro-ul li + li {
  margin-top: 7px;
}
.pro-ol li + li {
  margin-top: 5px;
}
.pro-ul li li {
  list-style-type: inherit;
}
.pro-ol ol,
.pro-ol ul,
.pro-ul ol,
.pro-ul ul {
  margin-top: 5px;
}
@media (max-width: 1479px) {
  .paddingTB-80 {
    padding: 70px 0;
  }
  .paddingT60-B80 {
    padding: 50px 0 70px;
  }
}
@media (max-width: 1199px) {
  .paddingTB-80 {
    padding: 60px 0;
  }
  .paddingT60-B80 {
    padding: 50px 0 60px;
  }
}
@media (max-width: 991px) {
  .paddingTB-80 {
    padding: 50px 0;
  }
  .paddingT60-B80 {
    padding: 40px 0 50px;
  }
  .pro-ol li + li,
  .pro-ul li + li {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .paddingTB-80 {
    padding: 40px 0;
  }
  .paddingT60-B80 {
    padding: 30px 0 40px;
  }
}
@media (max-width: 575px) {
  .paddingTB-80 {
    padding: 30px 0;
  }
  .paddingT60-B80 {
    padding: 20px 0 30px;
  }
  p {
    margin: 5px 0 10px;
  }
  .pro-ol li + li,
  .pro-ul li + li {
    margin-top: 3px;
  }
}
.cell,
.grid {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.cell {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-width: 1px !important;
  border-color: #ebebeb;
  border-style: none;
}
.cell:last-child {
  margin-right: 0 !important;
}
.grid--gutter {
  padding-top: 0;
}
.grid--gutter > .cell {
  margin: 0 0 20px 0;
}
.gridB-0 {
  margin-bottom: -10px;
}
@media (min-width: 576px) {
  .cell {
    max-width: 50%;
    margin: 0;
  }
  .grid--gutter > .cell {
    max-width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  .cell:nth-child(2n) {
    margin-right: 0;
  }
  .gridB-0 {
    margin-bottom: -20px;
  }
  .grid {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .cell {
    max-width: 33.333333%;
    margin: 0;
  }
  .grid--gutter > .cell {
    max-width: calc(33.333333% - 13.333px);
    margin: 0 20px 20px 0;
  }
  .cell:nth-child(3n) {
    margin-right: 0;
  }
}
.grid--1 > .cell {
  max-width: 100%;
  margin: 0;
}
.grid--1.grid--gutter > .cell {
  margin: 0 0 20px;
}
@media (min-width: 576px) {
  .grid--sm-2 > .cell {
    max-width: 50%;
    margin: 0;
  }
  .grid--sm-2.grid--gutter > .cell {
    max-width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  .grid--sm-2 > .cell:nth-child(2n) {
    margin-right: 0;
  }
  .grid {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .grid--md-2 > .cell {
    max-width: 50%;
    margin: 0;
  }
  .grid--md-2.grid--gutter > .cell {
    max-width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  .grid--md-2 > .cell:nth-child(2n) {
    margin-right: 0;
  }
  .grid--md-3 > .cell {
    max-width: 33.333333%;
    margin: 0;
  }
  .grid--md-3.grid--gutter > .cell {
    max-width: calc(33.333333% - 13.333px);
    margin: 0 20px 20px 0;
  }
  .grid--md-3 > .cell:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .grid--lg-2 > .cell {
    max-width: 50%;
    margin: 0;
  }
  .grid--lg-2.grid--gutter > .cell {
    max-width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  .grid--lg-2 > .cell:nth-child(2n) {
    margin-right: 0;
  }
  .grid--lg-3 > .cell {
    max-width: 33.333333%;
    margin: 0;
  }
  .grid--lg-3.grid--gutter > .cell {
    max-width: calc(33.333333% - 13.333px);
    margin: 0 20px 20px 0;
  }
  .grid--lg-3 > .cell:nth-child(3n) {
    margin-right: 0;
  }
  .grid--lg-4 > .cell {
    max-width: 25%;
    margin: 0;
  }
  .grid--lg-4.grid--gutter > .cell {
    max-width: calc(25% - 15px);
    margin: 0 20px 20px 0;
  }
  .grid--lg-4 > .cell:nth-child(4n) {
    margin-right: 0;
  }
  .gridB-0 {
    margin-bottom: -20px;
  }
}
@media (min-width: 1200px) {
  .grid--xl-3 > .cell {
    max-width: 33.333333%;
    margin: 0;
  }
  .grid--xl-3.grid--gutter > .cell {
    max-width: calc(33.333333% - 20px);
    margin: 0 30px 30px 0;
  }
  .grid--xl-3 > .cell:nth-child(3n) {
    margin-right: 0;
  }
  .grid--xl-4 > .cell {
    max-width: 25%;
    margin: 0;
  }
  .grid--xl-4.grid--gutter > .cell {
    max-width: calc(25% - 22.5px);
    margin: 0 30px 30px 0;
  }
  .grid--xl-4 > .cell:nth-child(4n) {
    margin-right: 0;
  }
  .gridB-0 {
    margin-bottom: -30px;
  }
}
@media (min-width: 1480px) {
  .grid--xxl-3 > .cell {
    max-width: 33.333333%;
    margin: 0;
  }
  .grid--xxl-3.grid--gutter > .cell {
    max-width: calc(33.333333% - 20px);
    margin: 0 30px 30px 0;
  }
  .grid--xxl-3 > .cell:nth-child(3n) {
    margin-right: 0;
  }
  .grid--xxl-4 > .cell {
    max-width: 25%;
    margin: 0;
  }
  .grid--xxl-4.grid--gutter > .cell {
    max-width: calc(25% - 22.5px);
    margin: 0 30px 30px 0;
  }
  .grid--xxl-4 > .cell:nth-child(4n) {
    margin-right: 0;
  }
  .gridB-0 {
    margin-bottom: -30px;
  }
}
/* Base content */
.region--page p + ol,
.region--page p + ul {
  margin-top: -5px;
}
@media (max-width: 767px) {
  .region--page p + ul {
    margin-top: -5px;
  }
}

/* Forms */
#contactform ul {
  margin-top: 0;
  padding: 0 15px;
}
#contactform ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#contactform ul li label {
  margin-top: 10px;
  margin-bottom: 2px;
  width: 100%;
  font-size: 14px;
}
#contactform ul li button,
#contactform ul li input,
#contactform ul li textarea {
  padding: 8px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  border: solid 1px #bbb;
  background-color: #fff;
}
#contactform ul li input[type="radio"],
.contact-mail form input[type="radio"] {
  width: auto;
}
#contactform ul li .red,
.red {
  color: red;
}
#contactform ul li.buttons input {
  display: inline-block;
  margin: 18px 0 10px;
  padding: 8px 30px;
  border: 0;
  background-color: #167db5;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  letter-spacing: 0.6px;
  border: solid 2px #167db5;
  width: auto;
  border-radius: 8px;
}
#contactform ul li.buttons input:hover {
  border: solid 2px #167db5;
  background-color: unset;
  color: #167db5;
}
.form-test1,
input.form_required {
  display: none;
}
@media (max-width: 575px) {
  #contactform ul li button,
  #contactform ul li input,
  #contactform ul li label,
  #contactform ul li textarea,
  #contactform ul li.buttons input {
    font-size: 12px;
  }
}
/*! nav*/
.region--nav {
  background-color: #fff;
  position: fixed;
  z-index: 100;
  transition: all 0.3s;
  top: 0;
}
.region--nav:after {
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.6;
  left: 0;
  top: 0;
}
.region--nav:before {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: #fff;
  transition: all 0.3s;
  opacity: 0;
}
.region--nav.navtop-hover:before,
.region--nav.navtop:before {
  opacity: 1;
}
.region--nav-re {
  position: relative;
}
.region--nav.navtop {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.nav--main {
  display: flex;
  width: 100%;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav--logo {
  line-height: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  transition: all 0.3s;
  align-items: center;
}
.nav--logo img {
  height: 100%;
  width: auto;
  filter: contrast(1.2) brightness(2);
  transition: all 0.3s;
}

.nav--logo a {
  display: block;
  padding-right: 23px;
  line-height: 0;
  height: 100%;
}
.nav--logo a + a {
  height: 30px;
}
.nav > ul > li > a {
  color: #fff;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  display: flex;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
.nav > ul > li.active > a > span {
  position: relative;
}
.nav > ul > li:last-child > a {
  padding-right: 0;
}
.nav ul {
  padding: 0;
  margin: 0;
}
.nav ul li {
  list-style-type: none;
}
.nav > ul {
  display: flex;
}
.nav > ul > li {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto 0;
  height: 90px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.nav > ul > li.dropdown--pro {
  position: initial;
}
.nav > ul > li:first-child {
  display: none;
}
.nav > ul > li > a:hover {
  text-decoration: none;
}
.nav > ul > li:hover > a {
  color: #167db5;
}
.nav > ul > li:last-child:after {
  display: none;
}
.menu--img-con {
  position: absolute;
  text-align: center;
  visibility: visible;
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: unset;
  z-index: -5;
  left: 0;
  box-shadow: 0 2px 10px 4px rgba(2, 27, 33, 0.08);
  width: 300px;
}
.dropdown .menu--img-con {
  text-align: left;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  height: 0;
  top: 90px;
  border-top: solid 1px #eee;
  padding: 0 20px;
}
.dropdown:hover .menu--img-con {
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: 0 20px 15px rgb(0 0 0 / 10%);
  box-shadow: 0 20px 15px rgb(0 0 0 / 10%);
  overflow: initial;
  transition: all 0.2s 0.2s;
  height: auto;
  padding: 30px 20px;
}
.nav > ul > li.dropdown--pro .menu--img-con {
  width: 100%;
  background-color: #f8f8f8;
}
.app-nav {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 3px;
  padding-top: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.app-nav1:after {
  display: block;
  color: #333;
  content: "\e6c1";
  vertical-align: middle;
  font-size: 24px;
  font-family: iconfont;
  line-height: 1;
  cursor: pointer;
  font-style: normal;
}
.nav .dropdown > a:after {
  display: inline-block;
  padding-left: 5px;
  content: "\e6c0";
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  font-family: iconfont;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-weight: 400;
}
.nav .dropdown:hover > a:after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.nav > ul > li.active:hover > a:before {
  opacity: 1;
}
#nav--ul {
  display: flex;
  margin-right: 40px;
}
.nav-lang-multiple {
  height: 90px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
  margin-left: 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.nav-lang-multiple i {
  line-height: 1;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.nav-lang-multiple:hover i {
  color: #167db5;
}
.nav-lang-multiple ul {
  position: absolute;
  top: 90px;
  background: rgb(255 255 255 / 95%);
  -webkit-box-shadow: 0 0 10px 1px #999;
  box-shadow: 0 0 10px 1px #999;
  padding: 15px 15px;
  border-radius: 5px;
  display: none;
  z-index: 9;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
  width: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-lang-multiple:hover ul {
  display: block;
}
.nav-lang-multiple li {
  width: 100%;
  justify-content: center;
  display: flex;
}
.nav-lang-multiple li + li {
  margin-top: 12px;
}
.nav-lang-multiple li a {
  display: flex;
  color: #333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-lang-multiple li a img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.nav-lang-multiple li a span {
  line-height: 1;
}
.nav-lang-multiple:hover ul {
  display: block;
}
.nav-lang-multiple li a:hover {
  color: #167db5;
}
.nav--con {
  display: flex;
}
.menu--img-con > ul {
  margin: -10px 0;
}
.breadcrumbs--img.breadcrumbs--img-open img {
  display: block;
}
.pagetopimg .stage {
  position: relative;
}
.region--nav.navtop .nav-lang-multiple,
.region--nav.navtop .nav > ul > li {
  height: 80px;
}
.region--nav.navtop .dropdown .menu--img-con,
.region--nav.navtop .nav-lang-multiple ul {
  top: 80px;
}
.menu-ul-22 li {
  width: 50%;
}
.menu-ul-22 li p {
  padding: 10px 0 5px;
  line-height: 1.4;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
.nav--search .input-search {
  font-size: 0;
  height: 90px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.region--nav.navtop .nav--search .input-search {
  height: 80px;
}
.nav--search .input-search:after {
  color: #fff;
  content: "\e6c6";
  vertical-align: middle;
  font-family: iconfont;
  line-height: 1;
  cursor: pointer;
  font-style: normal;
  transition: all 0.3s;
  font-size: 22px;
  align-items: center;
  justify-content: center;
}
.nav-lang-multiple i:before {
  color: #fff;
  vertical-align: middle;
  font-family: iconfont;
  line-height: 1;
  cursor: pointer;
  font-style: normal;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 100%;
  font-size: 22px;
  align-items: center;
  justify-content: center;
}
.region--nav.navtop .nav--search .input-search:after,
.region--nav.navtop .nav-lang-multiple i:before,
.region--nav.navtop-hover .nav--search .input-search:after,
.region--nav.navtop-hover .nav-lang-multiple i:before {
  color: #333;
}
.region--nav.navtop .nav--search .input-search:hover:after,
.region--nav.navtop .nav-lang-multiple i:hover:before,
.region--nav.navtop-hover .nav--search .input-search:hover:after,
.region--nav.navtop-hover .nav-lang-multiple i:hover:before {
  color: #167db5;
}
.nav--search .search-form span {
  font-size: 0;
}
.nav--search .input-group > textarea {
  border-bottom: 1px solid #a9a9a9;
}
.search-form input {
  padding: 10px 25px 8px 10px;
  padding-right: 45px;
  width: 400px;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #cbcbcb;
  backdrop-filter: blur(8px) brightness(1.2);
  background-color: rgba(255, 255, 255, 0.95);
  color: #333;
  font-weight: 300;
  line-height: 1.6;
  transition: all 0.3s;
  box-shadow: 0 0 20px rgba(0, 78, 145, 0.2);
}
.nav--search form {
  position: relative;
}
.input-group button {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 0;
}
.search-form input:focus {
  outline: 0;
  border-bottom: 1px solid #167db5;
}
.nav--search button i {
  font-size: 20px;
  cursor: pointer;
}
.nav--search button i:hover {
  color: #167db5;
}
.input-group button:before {
  display: inline-block;
  color: #167db5;
  content: "\e6c6";
  vertical-align: middle;
  font-size: 20px;
  font-family: iconfont;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.nav--search-1 {
  position: absolute;
  right: 0;
  top: 90px;
  padding-top: 2px;
  display: none;
}
.input-search.nav--search-opened:after {
  content: "\e6c2";
}
.nav--search {
  position: relative;
}
.region--nav.navtop .nav--search-1 {
  top: 80px;
}
.region--nav.navtop .nav > ul > li > a,
.region--nav.navtop-hover .nav > ul > li > a {
  color: #333;
}
.region--nav.navtop .nav > ul > li.active > a,
.region--nav.navtop .nav > ul > li > a:hover,
.region--nav.navtop-hover .nav > ul > li.active > a,
.region--nav.navtop-hover .nav > ul > li > a:hover {
  color: #167db5;
}
.nav .menu-ul-1 {
  position: relative;
  transition: all 0.1s;
}
.menu-ul-1 > li {
  width: 300px;
  display: flex;
}
.menu-ul-1:after {
  position: absolute;
  right: calc(50% + 400px);
  top: -30px;
  content: "";
  width: 200%;
  height: calc(100% + 60px);
  background-color: #f1f1f1;
  z-index: -1;
}
.menu--img-con .menu-ul-1 > li > a {
  display: flex;
  padding: 20px 25px;
  line-height: 1.4;
  color: #333;
  align-items: center;
  width: 100%;
  position: relative;
}
.menu--img-con .menu-ul-1 > li > a:hover {
  text-decoration: none;
}
.menu-ul-1 > li > a > i {
  font-size: 24px;
  line-height: 1;
  margin-right: 10px;
}
.menu-ul-1 > li.active > a,
.menu-ul-1 > li.active > a:hover {
  background-color: #167db5;
  color: #fff;
}
.menu--img-con-2 {
  position: absolute;
  top: 0;
  width: calc(100% - 340px);
  left: 340px;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s;
  position: absolute;
}
.menu-ul-1 > li.active .menu--img-con-2 {
  display: flex;
  visibility: visible;
  opacity: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu--img-con-2-p {
  width: 100%;
}
.menu-ul-22 li a {
  color: #fff;
  display: block;
}
.menu-ul-22 li a:hover {
  text-decoration: none;
}
.menu--img-con ul li a {
  display: flex;
  line-height: 1.4;
  color: #333;
  padding: 8px 0;
  text-align: left;
  align-items: center;
}
.menu--img-con ul li a:hover {
  text-decoration: none;
}
.menu--img-con ul li a i {
  line-height: 1;
  color: #666;
  margin-right: 8px;
  font-size: 20px;
  transition: all 0.3s;
}
.menu--img-con ul li a:hover,
.menu--img-con ul li a:hover i {
  color: #167db5;
}
.menu-ul--tit {
  display: flex;
  line-height: 1.4;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 500;
}
.menu-ul--tit i {
  line-height: 1;
  font-size: inherit;
  margin-right: 10px;
}
.menu--img-con-2-p p {
  color: #999;
}
.nav .menu-ul-22 {
  border-top: solid 1px #e5e5e5;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.nav .menu-ul-22 a {
  display: flex;
  position: relative;
  padding-left: 20px;
}
.nav .menu-ul-22 a:before {
  content: "\e611";
  vertical-align: middle;
  font-size: 12px;
  font-weight: 400;
  font-family: iconfont;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1479px) {
  .nav > ul > li {
    margin: auto 5px;
  }
  .nav-lang-multiple {
    margin-left: 10px;
  }
  .nav > ul > li > a {
    padding: 0 15px;
    font-size: 15px;
  }
  #nav--ul {
    margin-right: 25px;
  }
  .nav--search .input-search {
    padding: 0 5px;
  }
  .menu-ul-1:after {
    right: calc(50% + 260px);
  }
  .menu--img-con-2-p {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .nav--main {
    height: 50px;
    position: relative;
  }
  .dropdown:hover .menu--img-con {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: none;
    overflow: hidden;
    border-top: 0 solid #e4e4e4;
  }
  .nav .dropdown .active > a {
    color: #167db5;
  }
  .menu--img-con ul li a span {
    white-space: nowrap;
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .nav .dropdown a:hover {
    color: #167db5;
  }
  .menu--img-con ul li a span:after {
    display: none;
  }
  .region--nav .stage {
    width: 100%;
    position: relative;
  }
  .region--nav .nav--con .stage {
    padding: 0;
  }
  .nav > ul > li {
    height: auto;
    display: block;
    text-align: left;
    margin: 0;
  }
  .dropdown .menu--img-con {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    visibility: visible;
    opacity: 1;
    position: initial;
    width: 100%;
    border-top: 0 solid #f1f1f1;
    border-bottom: 0 solid #f1f1f1;
    display: none;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .dropdown .menu--img-con ul:before {
    display: none;
  }
  .menu--img-con ul li {
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    text-align: left;
    border-bottom: solid 1px #eee;
    width: 100%;
  }
  .menu--img-con ul li a {
    font-size: 15px;
    padding: 7px;
    padding-left: 15px;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    box-shadow: none;
    font-weight: 400;
    color: #333;
    align-items: center;
  }
  .app-nav.nav-module-trigger.nav-opened-1 .app-nav1:after {
    color: #167db5;
    font-size: 24px;
    content: "\e6c2";
  }
  .app-nav1:hover:after {
    color: #167db5;
  }
  .nav-module-trigger1,
  .nav-module-trigger2 {
    height: 38px;
    position: absolute;
    top: 1px;
    left: auto;
    right: 0;
    width: 100%;
    cursor: pointer;
    background-color: unset;
  }
  .nav-module-trigger1:after,
  .nav-module-trigger2:after {
    display: inline-block;
    content: "\e6c3";
    font-size: 18px;
    font-family: iconfont;
    line-height: 1;
    cursor: pointer;
    color: #000;
    top: 10px;
    right: 10px;
    position: absolute;
  }
  .nav-module-trigger2:after {
    right: 15px;
    color: #666;
  }
  .nav-module-trigger1.nav-opened:after,
  .nav-module-trigger2.nav-opened-2:after {
    content: "\e6c4";
  }
  li.dropdown {
    position: relative;
  }
  .nav > ul > li > a {
    padding: 8px;
    padding-right: 40px;
    border-bottom: 1px solid #f1f1f1;
    color: #363533;
  }
  .nav .dropdown > a:after {
    display: none;
  }
  .nav > ul {
    display: block;
  }
  .app-nav {
    display: block;
    right: 0;
    z-index: 11;
  }
  .region--nav {
    height: 50px;
    top: 0;
  }
  .nav--logo-nav {
    background-color: #fff;
  }
  .nav {
    padding: 0 20px;
    display: none;
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0;
    background-color: #fff;
    max-height: 100%;
    overflow: auto;
    padding-bottom: 48px;
    z-index: 101;
    border-bottom: 1px solid #666;
    border-top: solid 1px #eee;
    height: calc(100% - 50px);
  }
  .nav--logo {
    height: 30px;
  }
  .nav--logo a + a {
    height: 24px;
  }
  .nav--logo a {
    padding-right: 14px;
    height: 100%;
  }
  #nav--ul {
    display: none;
  }
  .nav-lang-multiple {
    height: 50px;
    margin-right: 40px;
  }
  .nav-lang-multiple li a {
    font-size: 14px;
  }
  .menu--img-con > ul {
    margin: 0;
  }
  .dropdown .active > a {
    background-color: unset;
  }
  .nav > ul > li:first-child {
    display: block;
  }
  .nav > ul > li.active > a:before {
    display: none;
  }
  .menu--img-con .stage {
    width: 100%;
    max-width: 100%;
  }
  .nav-lang-multiple ul {
    top: 50px;
  }
  .region--nav.navtop .nav > ul > li {
    height: auto;
  }
  .region--nav.navtop .dropdown .menu--img-con,
  .region--nav.navtop .nav-lang-multiple ul {
    top: 50px;
  }
  .dropdown:hover .menu--img-con {
    padding: 0;
  }
  .nav--search .input-search {
    height: 50px;
    margin-right: 0;
  }
  .nav--search-1,
  .region--nav.navtop .nav--search-1 {
    top: 51px;
  }
  .input-search {
    margin-right: 35px;
  }
  .nav--search .input-search:after {
    color: #fff;
  }
  .region--nav.navtop .nav--search .input-search {
    height: 50px;
  }
  .nav--search .input-search:after,
  .nav-lang-multiple i:before {
    color: #333;
    width: auto;
    height: auto;
    font-size: 24px;
    background-color: unset;
  }
  .nav--search .input-search:hover:after,
  .nav-lang-multiple i:hover:before,
  .nav-lang-multiple:hover i {
    color: #275b4a;
    background-color: unset;
  }
  .region--nav.navtop .nav-lang-multiple,
  .region--nav.navtop .nav > ul > li {
    height: auto;
  }
  .menu-ul-1 > li > a > i {
    font-size: 20px;
    line-height: 1;
  }
  .menu-ul-1 > li {
    position: relative;
    display: block;
  }
  .menu--img-con .menu-ul-1 > li > a {
    padding: 9px 7px;
    padding-left: 15px;
    display: flex;
    flex-direction: row;
    box-shadow: none;
    font-weight: 400;
    border-width: 0;
    border-radius: 0;
  }
  .nav .menu-ul-1 {
    height: auto;
  }
  .nav-module-trigger2.nav-opened-2 + .menu--img-con-2 {
    position: initial;
    height: auto;
    padding: 5px 7px;
    width: 100%;
    display: block;
    opacity: 1;
    width: 100%;
    left: 0;
    background-color: unset;
    visibility: visible;
  }
  .menu--img-con ul li,
  .menu-ul-22 li.active,
  .menu-ul-22 li:hover {
    border-width: 0;
    border-bottom: solid 1px #eee;
  }
  .menu-ul-22 li i {
    font-size: 20px;
    margin: initial;
    margin-right: 10px;
  }
  .menu-ul-22 li p {
    padding: 0;
  }
  .nav-module-trigger2.nav-opened-2 + .menu--img-con-2 {
    padding: 0;
  }
  .menu--img-con ul li .menu-ul-22 a {
    background-color: #e4e4e4;
  }
  .nav > ul > li.dropdown--pro {
    position: relative;
  }
  .menu--img-con-2-p .menu-ul--tit,
  .menu--img-con-2-p p,
  .nav .menu-ul-22 a:before {
    display: none;
  }
  .menu--img-con-2-p .menu-ul-22 {
    margin-top: 0;
    padding-top: 0;
  }
  .menu--img-con-2-p {
    width: 100%;
  }
  .menu--img-con ul li a i {
    font-size: 18px;
  }
  .menu-ul-1 > li .menu--img-con-2 {
    display: flex;
    visibility: visible;
    opacity: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    position: initial;
    display: none;
  }
  .menu-ul-1 > li.active .menu--img-con-2 {
    display: none;
  }
  .menu-ul-1 > li.active > a {
    background-color: #f8f8f8;
  }
  .menu-ul-1 > li.active .nav-module-trigger2.nav-opened-2 + .menu--img-con-2 {
    display: block;
  }
  .menu-ul-1 > li.active > a,
  .menu-ul-1 > li.active > a:hover {
    background-color: #f8f8f8;
    color: #333;
  }
}
@media (max-width: 767px) {
  .nav-module-trigger1,
  .nav-module-trigger2 {
    height: 37px;
  }
  .nav-module-trigger1:after,
  .nav-module-trigger2:after {
    top: 9px;
  }
  .nav--main {
    padding: 0;
  }
  .menu--img-con .menu-ul-1 > li > a,
  .menu-ul-22 li p,
  .nav > ul > li > a {
    padding: 9px 6px;
    font-size: 14px;
  }
  .app-nav.nav-module-trigger.nav-opened-1 .app-nav1:after {
    font-size: 20px;
  }
  .menu--img-con ul li a {
    font-size: 14px;
  }
  .nav--search .input-search {
    height: 50px;
  }
  .nav--search .input-search:after {
    font-size: 20px;
  }
  .menu-ul-1 > li > a > i {
    font-size: 16px;
    margin-right: 6px;
  }
  .menu-ul-22 li i {
    margin-right: 6px;
  }
}
@media (max-width: 575px) {
  .nav > ul > li > a,
  body,
  html {
    font-size: 12px;
  }
  .nav-module-trigger1,
  .nav-module-trigger2 {
    height: 31px;
  }
  .nav-module-trigger1:after,
  .nav-module-trigger2:after {
    font-size: 16px;
    top: 8px;
    right: 10px;
  }
  .menu--img-con ul li {
    padding: 0;
  }
  .menu--img-con .menu-ul-1 > li > a,
  .menu--img-con ul li a,
  .menu-ul-22 li p {
    font-size: 12px;
    padding: 6px 10px;
  }
  .nav > ul > li > a {
    padding: 7px;
  }
  .nav-module-trigger1:after,
  .nav-module-trigger2:after {
    top: 7px;
    right: 7px;
  }
  .app-nav {
    right: 0;
  }
  .nav-lang-multiple li a {
    font-size: 13px;
  }
  .nav-lang-multiple:hover ul {
    width: 74px;
  }
  .nav-lang-multiple {
    margin-right: 35px;
  }
  .search-form input {
    width: 100%;
  }
  .nav--search {
    margin-right: 0;
    position: initial;
  }
  .region--nav .nav-lang-multiple {
    right: 0;
  }
  .nav-lang-multiple {
    margin-left: 0;
  }
  .nav--search .input-search {
    height: 50px;
    padding: 0 18px;
  }
  .nav--search-1 {
    top: 50px;
    position: fixed;
    width: 90%;
    right: 20px;
  }
  .input-search {
    margin-right: 0;
  }
  .search-form input {
    width: 100%;
  }
  .input-group button {
    top: 9px;
  }
  .nav-lang-multiple {
    margin-right: 40px;
  }
  .nav--search .input-search:after,
  .nav-lang-multiple i:before {
    font-size: 20px;
  }
  .menu--img-con .menu-ul-1 > li > a {
    padding: 8px 7px;
  }
  .nav--logo {
    height: 18px;
  }
  .nav--logo a + a {
    height: 16px;
  }
  .menu--img-con ul li a i {
    font-size: 16px;
  }
}

/*! table */
.table {
  display: block;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  border: 0;
  overflow-y: auto;
}
.table table {
  width: 100%;
  min-width: 320px;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
}
.table td,
.table th {
  padding: 6px;
}
.table caption,
.table tfoot td {
  padding: 6px 10px;
}
.table.collapse {
  overflow: hidden;
}
.table table {
  font-size: 10px;
  line-height: 1.4;
}
.table caption {
  font-weight: 600;
}
.table th {
  font-weight: 500;
}
.table caption,
.table td,
.table th {
  border: 1px solid #dee0e0;
}
.table caption {
  background-color: #ddd;
  border-bottom-width: 0;
  color: #333;
  border-top: solid 1px #bbb;
}
.table th {
  color: #333;
}
.table tbody > tr:nth-child(odd) {
  background: #f5f8fa;
}
.table img {
  max-width: 100%;
}
@media (min-width: 576px) {
  .table table {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .table table {
    font-size: 13px;
  }
  .table caption,
  .table tfoot td {
    padding: 7px 12px;
  }
  .table {
    margin: 20px auto;
  }
}
@media (min-width: 992px) {
  .table table {
    font-size: 14px;
  }
  .table td,
  .table th {
    padding: 7px;
  }
}
@media (min-width: 1200px) {
  .table table {
    font-size: 15px;
  }
  .table caption,
  .table tfoot td {
    padding: 8px 15px;
  }
  .table {
    font-size: 15px;
  }
}
/*! search02 */
.search02 ol {
  padding-left: 0;
}
.search02 .result-h3 {
  background-color: #7d7d7d;
  text-align: center;
  font-weight: 700;
  margin: 15px 0 30px;
  padding: 10px;
  color: #fff;
  font-size: 18px;
}
.search02 ol li {
  border-bottom: solid 1px #999;
  margin-bottom: 10px;
  padding: 10px;
  margin-left: 15px;
}
.search02 .result-h5 {
  color: #555;
  font-weight: 500;
  font-size: 14px;
  margin: 5px auto;
  font-style: italic;
}
.search02 p {
  margin-top: 10px;
  color: #666;
}
.search-else {
  text-align: center;
  margin-top: 40px;
}
.search-else img {
  max-width: 100%;
}
.pro-search-tit {
  font-weight: 700;
  color: #333;
  margin-bottom: 3px;
}
.search02.search03 #search-bar {
  width: 100%;
  margin-top: 30px;
}
.search02 .search:before {
  display: none;
}
.search02:hover .search:before {
  color: #167db5;
}
.search02.search03 input[name="keywords"] {
  width: 100%;
  border: solid 1px #333;
}
.search02.search03 input[name="keywords"]:focus {
  border: solid 1px #167db5;
}
.search03 input[name="keywords"] {
  background: #fff;
  border-radius: 50px;
  width: 540px;
  padding: 15px 60px 15px 30px;
  border: 0;
  border: solid 1px #fff;
}
.search03 input[name="keywords"]:focus {
  border: solid 1px #167db5;
  outline-style: none;
}
.search02 .search input[type="submit"] {
  position: absolute;
  right: 1px;
  border: 0;
  top: 1px;
  width: 50px;
  z-index: 2;
  background-color: unset;
  cursor: pointer;
}
.search03 button {
  cursor: pointer;
  width: 80px;
  height: 38px;
  background: #167db5;
  border-radius: 30px;
  outline-style: none;
  border: 0;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: absolute;
  right: 6px;
  top: 6px;
}
.search03 button:hover {
  width: 100px;
}
.search03 button i {
  font-size: 0;
}
.search03 button i:before {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -6px;
  font-weight: 100;
}
#search-bar {
  position: relative;
}
.searchimg {
  text-align: center;
  margin: 20px 0 50px 0;
}
.result-hs {
  font-size: 30px;
}
.search02 .input-search:after {
  display: inline-block;
  padding-left: 5px;
  content: "\e6c6";
  vertical-align: middle;
  font-size: 20px;
  font-family: iconfont;
  line-height: 1;
  cursor: pointer;
  color: #fff;
}
.region--page .search02 a {
  text-decoration: none;
}
.region--page .search02 a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .result-hs {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .result-hs {
    font-size: 16px;
  }
  .search03 input[name="keywords"] {
    height: 40px;
  }
  .search02 .result-h3 {
    font-size: 14px;
  }
  .search03 button {
    cursor: pointer;
    width: 40px;
    height: 28px;
  }
  .search03 button i:before {
    font-size: 18px;
  }
  .search02 ol li {
    margin-bottom: 10px;
    padding: 0;
  }
  .search02 .result-h5 {
    color: #333;
    font-size: 12px;
  }
}
/*! index */
.img600--main {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.img600--main-1 {
  flex-direction: row-reverse;
}
.img600--main-2 {
  align-items: center;
}
.img600--con {
  width: 56%;
}
.img600--img {
  width: 40%;
  position: relative;
}
.img600--con ol:last-child,
.img600--con p:last-child,
.img600--con ul:last-child {
  margin-bottom: 0;
}
.h1-tit {
  line-height: 1.4;
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 25px;
}

.h-icon {
  padding-top: 10px;
  position: relative;
}
.h-icon:after {
  display: block;
  content: "";
  vertical-align: middle;
  font-family: iconfont;
  line-height: 1;
  cursor: pointer;
  font-style: normal;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #0d9749;
}

.readmore-a {
  display: inline-block;
}
.readmore-a a,
.readmore-a span {
  border: 1px solid #167db5;
  padding: 10px 25px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: all 0.3s;
  color: #167db5;
  line-height: 1;
  cursor: pointer;
}
.readmore-a a:after,
.readmore-a span:after {
  content: "\e62f";
  font-size: inherit;
  font-family: iconfont;
  line-height: 1;
  cursor: pointer;
  font-style: normal;
  color: inherit;
  margin-left: 7px;
}
.readmore-a a:hover,
.readmore-a span:hover {
  background-color: #167db5;
  color: #fff;
}
.readmore-a1 {
  display: inline-block;
}
.readmore-a1 a,
.readmore-a1 span {
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: all 0.3s;
  color: #333;
  line-height: 1;
}
.readmore-a1 a:after,
.readmore-a1 span:after {
  content: "\e62f";
  font-size: inherit;
  font-family: iconfont;
  line-height: 1;
  cursor: pointer;
  font-style: normal;
  color: inherit;
  margin-left: 7px;
  transition: all 0.3s;
}
.readmore-a1 a:hover,
.readmore-a1 span:hover {
  color: #167db5;
  text-decoration: none;
}
.readmore-a1 a:hover:after,
.readmore-a1 span:hover:after {
  margin-left: 15px;
}
.region--b {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.background-b {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.background-b:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
}
.background-b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.applications--top {
  padding-right: 150px;
}
@media (max-width: 1479px) {
  .h1-tit {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .h1-tit {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .applications--top {
    padding-right: 120px;
  }
}
@media (max-width: 991px) {
  .img600--main,
  .img600--main-1 {
    flex-direction: column;
  }
  .img600--main-2 {
    align-items: flex-start;
  }
  .img600--main.img600--main-2 {
    flex-direction: column-reverse;
  }
  .img600--main.img600--main-2 .img600--img {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .img600--con {
    width: 100%;
  }
  .img600--img {
    width: 100%;
    margin-top: 20px;
    max-width: 600px;
  }
  .h1-tit {
    font-size: 22px;
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .h1-tit {
    font-size: 20px;
  }
  .h-icon {
    padding-top: 8px;
  }
  .readmore-a a,
  .readmore-a span {
    padding: 8px 20px;
  }
  .applications--top {
    padding-right: 100px;
  }
}
@media (max-width: 575px) {
  .h1-tit {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .applications--top {
    padding-right: 90px;
  }
}
/*! footer */
.footer--social ul {
  display: flex;
  margin-top: 30px;
}
.footer--social ul li {
  margin-right: 10px;
}
.footer--social ul li a:hover {
  text-decoration: none;
}
.footer--social ul li i {
  background-color: unset;
  line-height: 1;
  color: #80de42;
  font-size: 18px;
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-image: initial;
  transition: 0.3s;
  border: solid 1px #80de42;
}
.footer--social ul li i:hover {
  background-color: #80de42;
  color: #333;
}
.footer--social ul li span {
  font-size: 0;
  display: none;
}
.region--footer {
  border-top: 1px solid #fff;
  background-color: #333;
}
.footer--logo {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 12px;
}
.footer--main {
  display: flex;
  padding: 60px 0 50px;
  justify-content: space-between;
}
.footer--cell {
  width: 30%;
}
.footer--logo img {
  filter: brightness(0) invert(1);
  line-height: 1;
}
.footer--p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.footer--cell .readmore-a1 a {
  color: #80de42;
}
.footer--cell ul li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}
.footer--cell ul li:before {
  content: "\e611";
  font-size: 12px;
  font-family: iconfont;
  line-height: 1;
  font-style: normal;
  margin-right: 5px;
  color: inherit;
  position: absolute;
  left: 3px;
  top: 6px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
.footer--cell ul li:hover:before {
  color: #fff;
}
.footer--cell ul li + li {
  margin-top: 8px;
}
.footer--cell ul li a {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  font-weight: 300;
}
.footer--cell ul li a:hover {
  color: #fff;
}
.footer--tit {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.footer--tit a {
  color: #fff;
}
.footer--cell ul + .footer--tit {
  margin-top: 30px;
}
.footer--cell .footer--social ul li {
  padding-left: 0;
}
.footer--cell .footer--social ul li:before {
  display: none;
}
.footer--cell .footer--social ul li + li {
  margin-top: 0;
}
.footer--cell p {
  color: #fff;
  font-weight: 300;
  display: flex;
}
.footer--cell p b {
  font-weight: 400;
  margin-right: 8px;
}
.footer--cell p a {
  color: rgba(255, 255, 255, 0.6);
}
.footer--cell p a:hover {
  color: #fff;
}
.footer--copyright {
  display: flex;
  padding: 15px 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #222;
}
.footer--copyright-left {
  margin-right: 30px;
  color: #ccc;
}
.footer--copyright--main {
  display: flex;
  justify-content: center;
}
@media (max-width: 1479px) {
  .footer--main {
    gap: 40px;
    padding: 30px 0;
  }
  .footer--main {
    font-size: 14px;
  }
  .footer--tit {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .footer--cell {
    display: none;
    width: 50%;
  }
  .footer--main .footer--cell:first-child,
  .footer--main .footer--cell:last-child {
    display: block;
  }
  .footer--cell ul li {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .footer--copyright-left {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .footer--copyright--main {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer--social ul {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .footer--social ul li i {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .footer--main .footer--cell:first-child {
    display: none;
  }
  .footer--cell {
    width: 100%;
  }
  .footer--tit {
    display: none;
  }
  .footer--main {
    font-size: 13px;
  }
  .footer--cell ul li {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .footer--main {
    gap: 0;
    padding: 20px 0;
  }
  .footer--main {
    font-size: 12px;
  }
}
/*! page */
.breadcrumbs--img.breadcrumbs--img-open img {
  display: block;
}
.breadcrumbs--img {
  height: 290px;
  position: relative;
}
.breadcrumbs-b:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(
    90deg,
    #167db5 0,
    rgba(22, 125, 181, 0.1) 29.01%,
    #114b7e 100%
  );
}
.breadcrumbs--con {
  position: absolute;
  bottom: 50px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}
.breadcrumbs-a {
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 0 0;
  position: initial;
  font-size: 14px;
}
.breadcrumbs-a a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.home1:before {
  font-family: iconfont;
  content: "\e634";
  padding-right: 4px;
}
.breadcrumbs-a a:after,
.breadcrumbs-a em:after {
  font-family: iconfont;
  content: "\e611";
  padding-left: 4px;
  padding-right: 2px;
  display: inline-block;
  font-size: 12px;
}
.breadcrumbs-a a:hover {
  text-decoration: underline;
  color: #fff;
}
.breadcrumbs-a em {
  color: #999;
}
.breadcrumbs--tit {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
}
.company2--tit {
  font-weight: 500;
  margin: 30px 0 15px;
}
.grid--company2 i {
  line-height: 1;
  font-size: 40px;
  color: #167db5;
}
.grid--company2 .cell {
  background-color: #f2f8fa;
  padding: 40px;
}
@media (max-width: 1479px) {
  .breadcrumbs--tit {
    font-size: 28px;
  }
  .breadcrumbs--img {
    height: 340px;
  }
}
@media (max-width: 1199px) {
  .breadcrumbs--tit {
    font-size: 24px;
  }
  .breadcrumbs--img {
    height: 200px;
  }
  .breadcrumbs--con {
    margin-top: 0;
  }
  .breadcrumbs-a {
    position: initial;
    font-size: 13px;
  }
  .company2--tit {
    margin: 25px 0 10px;
  }
  .grid--company2 .cell {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs--tit {
    font-size: 22px;
    margin-top: 5px;
  }
  .breadcrumbs--img {
    height: 160px;
  }
  .breadcrumbs--con {
    bottom: 30px;
  }
  .grid--company2 i {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-a {
    position: initial;
    font-size: 12px;
  }
  .company2--tit {
    margin: 20px 0 10px;
  }
  .grid--company2 .cell {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .breadcrumbs--tit {
    display: none;
  }
  .breadcrumbs--img {
    height: auto;
  }
  .breadcrumbs--con {
    position: initial;
    text-align: left;
    transform: none;
  }
  .pagetopimg {
    background-color: #f5f5f5;
  }
  .breadcrumbs-a {
    padding: 10px 0;
  }
  .breadcrumbs-b:after {
    display: flex;
  }
  .breadcrumbs-a,
  .breadcrumbs-a a {
    color: #666;
  }
  .breadcrumbs-a a:hover {
    color: #029851;
  }
  .breadcrumbs-a a:after,
  .breadcrumbs-a em:after {
    font-size: 11px;
  }
  .company2--tit {
    margin: 10px 0 5px;
  }
  .grid--company2 .cell {
    padding: 15px;
  }
}

/*! contact */
.contact-mail form > div {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.contact-mail form .submitdiv {
  margin-bottom: 0;
}
.input-group-1 > input,
.input-group-1 > textarea {
  border-width: 0;
  border: 1px solid #e1e1e1;
}
.contact-mail form input {
  width: 100%;
  background-color: unset;
}
.contact-mail form input,
.contact-mail form textarea {
  font-size: 16px;
  padding: 10px;
  line-height: 20px;
  position: relative;
  background-color: #f6f6f6;
}
.contact-mail form textarea {
  width: 100%;
}
.contact-mail form .form-message {
  margin-bottom: 15px;
}
.contact-mail form input.input {
  margin: 10px 0 10px;
  border: 0;
  background-color: #167db5;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  letter-spacing: 0.6px;
  border: solid 2px #167db5;
  width: 120px;
  padding: 0;
  height: 36px;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 8px;
}
.contact-mail form .input:hover {
  border: solid 2px #167db5;
  color: #167db5;
  background-color: unset;
}
input[name="track_report"] {
  display: none;
}
.textfield__label {
  color: rgba(0, 0, 0, 0.55);
  font-weight: 400;
  left: 10px;
  pointer-events: none;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: unset;
  padding: 0 5px;
  font-size: 14px;
}
.input-group-1 > input .textfield__label,
.input-group-1 > input:focus ~ .textfield__label,
.input-group-1 > textarea:focus ~ .textfield__label {
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
  top: -12px;
  background-color: #fff;
}
.input-group-1 > input:focus,
.input-group-1 > textarea:focus {
  border: 1px solid #4285f4;
}
.nonoen span {
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
  top: -12px;
  background-color: #fff;
}
.contact--main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact--left {
  width: 52.857%;
  padding: 50px;
}
.contact--right {
  width: 42.857%;
}
.contact--left > p > b {
  color: #333;
}
.contact--right > p {
  display: flex;
  flex-direction: column;
}
.contact--right > p span {
  color: #666;
  margin-top: 10px;
}
.contact--left .footer--social ul li a,
.contact--left .footer--social ul li a:before {
  color: #0878d9;
}
.contact--left .footer--social ul li a i {
  color: #167db5;
  border-color: #167db5;
}
.contact--left .footer--social ul li a:hover i {
  color: #fff;
  background-color: #167db5;
}
.contact--line {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #d9d9d9;
}
.contact--tit {
  font-weight: 500;
}
@media (max-width: 1479px) {
  .contact--left {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .contact--left {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .contact--left {
    width: 100%;
  }
  .contact--right {
    width: 100%;
    margin-top: 30px;
  }
  .contact--line {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact-mail form input,
  .contact-mail form textarea {
    font-size: 14px;
  }
  .contact-mail form > div {
    margin-bottom: 15px;
  }
  .contact-mail form input.input {
    font-size: 13px;
    width: 130px;
    height: 36px;
  }
  .contact-mail form input,
  .contact-mail form textarea {
    font-size: 12px;
    padding: 6px 10px 6px 10px;
  }
  .textfield__label {
    font-size: 12px;
    top: 9px;
  }
  .textfield__label.nonoen {
    font-size: 10px;
    top: -12px;
  }
  .contact-mail form input.input {
    font-size: 12px;
    width: 120px;
  }
  .contact-mail .form-email:before,
  .contact-mail .form-message:before,
  .contact-mail .form-name:before,
  .contact-mail .form-phone:before {
    top: 5px;
  }
  .contact--left {
    padding: 20px;
  }
  .contact--line {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .breadcrumbs--tit {
    display: none;
  }
  .breadcrumbs--img {
    height: auto;
  }
  .breadcrumbs--con {
    position: initial;
    text-align: left;
    transform: none;
  }
  .pagetopimg {
    background-color: #f5f5f5;
  }
  .breadcrumbs-b:after {
    display: flex;
  }
  .breadcrumbs-a,
  .breadcrumbs-a a {
    color: #666;
  }
  .breadcrumbs-a a:hover {
    color: #029851;
  }
  .breadcrumbs-a a:after,
  .breadcrumbs-a em:after {
    font-size: 11px;
  }
  .contact-mail form input.input {
    margin-top: 0;
    height: 32px;
  }
  .contact--right {
    width: 100%;
    margin-top: 20px;
  }
  .contact--left {
    padding: 15px;
  }
}
/*! support */
.grid--supportlist a {
  display: flex;
  border-radius: 20px;
  background: #f2f8fa;
  border: 1px solid #eaf7fa;
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.grid--supportlist a > i {
  font-size: 30px;
  line-height: 1;
}
.supportlist--tit {
  font-weight: 500;
  margin: 25px 0 10px;
}
.grid--supportlist p {
  color: #4d4d4d;
  margin-bottom: 0;
}
.supportlist--p i {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-size: 28px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.grid--supportlist a:hover,
.grid--supportlist .supportlist--item:hover {
  text-decoration: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.grid--supportlist .supportlist--item {
  transition: all 0.3s;
}
.grid--supportlist .supportlist--item:hover .supportlist--tit,
.grid--supportlist .supportlist--item:hover i {
  color: #167db5;
}
@media (max-width: 1199px) {
  .grid--supportlist a {
    padding: 30px 20px;
  }
  .supportlist--tit {
    margin: 20px 0 10px;
  }
}
@media (max-width: 767px) {
  .grid--supportlist a {
    padding: 30px 15px;
  }
}
@media (max-width: 575px) {
  .supportlist--tit {
    margin: 15px 0 5px;
  }
  .grid--supportlist a {
    padding: 20px 15px;
  }
}

/*! pro */
.prolist--tit {
  font-weight: 500;
}
.grid--prolist a {
  display: flex;
  flex-direction: column;
  background-color: #f2f8fa;
  border: 1px solid #f2f8fa;
  color: #333;
}
.prolist--con {
  padding: 20px 25px 30px;
}
.grid--prolist a:hover {
  text-decoration: none;
  background-color: #167db5;
  color: #fff;
}
.grid--prolist a:hover .readmore-a1 span {
  color: #fff;
}
.grid--prolist1 a {
  display: flex;
  flex-direction: column;
  border: solid 1px rgba(255, 255, 255, 0.8);
  background-color: #167db5;
  height: 100%;
}
.prolist1--con {
  color: #fff;
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.prolist1--con i {
  line-height: 1;
  font-size: 22px;
  margin-top: 15px;
}
.prolist1--tit {
  font-weight: 500;
  line-height: 1.4;
}
.grid--prolist1 a:hover {
  text-decoration: none;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.16);
}
.prolist1--img img {
  transition: all 0.3s;
}
.grid--prolist1 a:hover .prolist1--img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.grid--prolist1 + .h1-tit {
  margin-top: 60px;
}
@media (max-width: 1479px) {
  .grid--prolist1 + .h1-tit {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .prolist--con {
    padding: 15px 15px 20px;
  }
  .prolist1--con i {
    font-size: 20px;
  }
  .grid--prolist1 + .h1-tit {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .prolist1--con {
    padding: 10px;
  }
  .grid--prolist1 + .h1-tit {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .prolist1--con i {
    font-size: 18px;
    margin-top: 10px;
  }
}
/*! success */
.success--main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 0;
}
.success--con {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.success--img {
  margin-right: 10px;
  line-height: 1;
}
.success--img img {
  width: 30px;
  height: 30px;
  line-height: 1;
}
.success--con p {
  font-size: 20px;
  margin: 0;
}
.success--a {
  margin-top: 30px;
  display: flex;
}
.success--cell {
  margin: 0 20px;
}
.success--cell a {
  display: flex;
  line-height: 1;
  padding: 12px 25px;
  background-color: unset;
  color: #167db5;
  border-radius: 8px;
  border: solid 1px #167db5;
}
.success--cell a:hover {
  background-color: #167db5;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1479px) {
  .success--main {
    padding: 90px 0;
  }
}
@media (max-width: 1199px) {
  .success--main {
    padding: 80px 0;
  }
  .success--con p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .success--main {
    padding: 70px 0;
  }
  .success--a {
    margin-top: 25px;
    display: flex;
  }
  .success--con p {
    font-size: 17px;
  }
  .success--cell a {
    padding: 10px 25px;
  }
  .success--img img {
    width: 24px;
    height: 24px;
  }
  .success--cell {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .success--con p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .success--con p {
    font-size: 14px;
    width: calc(100% - 25px);
  }
  .success--cell {
    margin: 0 10px;
  }
  .success--cell a {
    padding: 9px 15px;
  }
}
.fontw-300 {
  font-weight: 300;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-24 {
  font-size: 24px;
}
.maxw-800 {
  width: 100%;
  max-width: 800px;
}
.text-center.maxw-800 {
  margin-left: auto;
  margin-right: auto;
}
.color-4d {
  color: #4d4d4d;
}
.color-666 {
  color: #666;
}
.azulclaro {
  background-color: #f2f8fa;
}
.marginT-0,
.region--page .marginT-0 {
  margin-top: 0;
}
.marginT-20,
.region--page .marginT-20 {
  margin-top: 20px;
}
.marginT-25,
.region--page .marginT-25 {
  margin-top: 25px;
}
.marginT-30,
.region--page .marginT-30 {
  margin-top: 30px;
}
.marginT-40,
.region--page .marginT-40 {
  margin-top: 40px;
}
.marginB-0 {
  margin-bottom: 0;
}
.marginB-10 {
  margin-bottom: 10px;
}
.marginB-15 {
  margin-bottom: 15px;
}
.p-tit {
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 1479px) {
  .font-20 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .marginT-25,
  .region--page .marginT-25 {
    margin-top: 20px;
  }
  .font-18 {
    font-size: 17px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 20px;
  }
  .page-T50 {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .marginT-20,
  .region--page .marginT-20 {
    margin-top: 10px;
  }
  .marginT-30,
  .region--page .marginT-30 {
    margin-top: 25px;
  }
  .marginT-40,
  .region--page .marginT-40 {
    margin-top: 30px;
  }
  .marginB-15 {
    margin-bottom: 10px;
  }
  .marginT-25,
  .region--page .marginT-25 {
    margin-top: 15px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-20 {
    font-size: 17px;
  }
  .font-24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .marginT-30,
  .region--page .marginT-30 {
    margin-top: 20px;
  }
  .font-18 {
    font-size: 15px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-24 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .marginT-30,
  .region--page .marginT-30 {
    margin-top: 15px;
  }
  .marginT-40,
  .region--page .marginT-40 {
    margin-top: 20px;
  }
  .marginT-25,
  .region--page .marginT-25 {
    margin-top: 10px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-20 {
    font-size: 14px;
  }
  .font-24 {
    font-size: 14px;
  }
  .marginB-10 {
    margin-bottom: 5px;
  }
}
.grid--supportlist .supportlist--item {
  display: flex;
  border-radius: 20px;
  background: #f2f8fa;
  border: 1px solid #eaf7fa;
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.grid--prolist .prolist--item {
  display: flex;
  flex-direction: column;
  background-color: #f2f8fa;
  border: 1px solid #f2f8fa;
  color: #333;
  height: 100%;
}
@media (max-width: 1199px) {
  .grid--supportlist .supportlist--item {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .grid--supportlist .supportlist--item {
    padding: 30px 15px;
  }
}
@media (max-width: 575px) {
  .grid--supportlist .supportlist--item {
    padding: 20px 15px;
  }
}
.grid--company2 .company2--tit {
  margin-top: 0;
}
.grid--application-scenarios .prolist--con {
  background: #fff;
  border: 1px solid #d1eaf0;
  border-top: 0;
}

/* Yuyang logo sizing */
.region--nav .nav--logo {
  height: 52px;
}
.region--nav.navtop .nav--logo,
.region--nav.navtop-hover .nav--logo {
  height: 48px;
}
.region--nav .nav--logo img {
  height: 100%;
  width: auto;
  filter: none;
}
.region--nav .nav--logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .region--nav .nav--logo,
  .region--nav.navtop .nav--logo,
  .region--nav.navtop-hover .nav--logo {
    height: 34px;
  }
  .region--nav .nav--logo a {
    padding-right: 14px;
  }
}
@media (max-width: 575px) {
  .region--nav .nav--logo,
  .region--nav.navtop .nav--logo,
  .region--nav.navtop-hover .nav--logo {
    height: 30px;
  }
}

/* Yuyang home and inner-page components */
.site-shell {
  color: var(--yy-text);
  background: var(--yy-white);
}

.site-shell main {
  font-family: Poppins, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.site-shell main *,
.site-shell main *::before,
.site-shell main *::after {
  box-sizing: border-box;
}

.site-shell main img {
  max-width: 100%;
}

/* Home */
.home-clean .yc-container {
  width: min(calc(100% - 80px), 1320px);
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.home-clean .yc-hero {
  position: relative;
  min-height: 715px;
  overflow: hidden;
  background: #273a42;
}

.home-clean .yc-hero__image,
.home-clean .yc-hero__shade {
  position: absolute;
  inset: 0;
}

.home-clean .yc-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-clean .yc-hero__shade {
  background: linear-gradient(
    90deg,
    rgba(14, 24, 29, 0.6) 0%,
    rgba(14, 24, 29, 0.43) 38%,
    rgba(14, 24, 29, 0.08) 69%,
    rgba(14, 24, 29, 0) 100%
  );
}

.home-clean .yc-hero .yc-container {
  position: relative;
  display: flex;
  min-height: 715px;
  align-items: center;
}

.home-clean .yc-hero__content {
  max-width: 690px;
  padding: 64px 0 70px;
  color: var(--yy-white);
}

.home-clean .yc-hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--yy-white);
  font:
    500 clamp(40px, 3.25vw, 48px)/1.17 Poppins,
    "Segoe UI",
    Arial,
    sans-serif;
  letter-spacing: -0.025em;
}

.home-clean .yc-hero p {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.7;
}

.home-clean .yc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  margin-top: 32px;
}

.home-clean .yc-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid transparent;
  font:
    500 14px/1 Poppins,
    "Segoe UI",
    Arial,
    sans-serif;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.home-clean .yc-button:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.home-clean .yc-button--light {
  color: #203440;
  background: var(--yy-white);
}

.home-clean .yc-button--light:hover {
  color: var(--yy-blue);
  background: #f7fafb;
}

.home-clean .yc-button--blue {
  color: var(--yy-white);
  background: var(--yy-blue);
}

.home-clean .yc-button--blue:hover {
  color: var(--yy-white);
  background: var(--yy-blue-dark);
}

.home-clean .yc-hero__link,
.home-clean .yc-section-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.home-clean .yc-hero__link {
  color: var(--yy-white);
}

.home-clean .yc-section-link {
  margin-top: 14px;
  color: var(--yy-blue);
  font-size: 13px;
}

.home-clean .yc-arrow {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.home-clean .yc-hero__link:hover .yc-arrow,
.home-clean .yc-section-link:hover .yc-arrow {
  transform: translateX(4px);
}

.home-clean .yc-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 46px;
}

.home-clean .yc-section-head__copy {
  max-width: 820px;
}

.home-clean .yc-section-head h2,
.home-clean .yc-company h2,
.home-clean .yc-supply h2,
.home-clean .yc-rfq h2 {
  margin: 0;
  color: var(--yy-text);
  font:
    500 clamp(31px, 2.45vw, 37px)/1.25 Poppins,
    "Segoe UI",
    Arial,
    sans-serif;
  letter-spacing: -0.02em;
}

.home-clean .yc-section-head__copy p {
  margin: 0;
  color: var(--yy-muted);
}

.home-clean .yc-products {
  padding: 98px 0 106px;
  background: var(--yy-white);
}

.home-clean .yc-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 30px;
}

.home-clean .yc-product {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  color: var(--yy-white);
  background: var(--yy-blue);
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.home-clean .yc-product__image {
  aspect-ratio: 1.48 / 1;
  overflow: hidden;
  background: #edf1f3;
}

.home-clean .yc-product__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home-clean .yc-product:hover .yc-product__image img {
  transform: scale(1.025);
}

.home-clean .yc-product h3 {
  margin: 0;
  padding: 18px 20px 0;
  color: var(--yy-white);
  font:
    500 19px/1.35 Poppins,
    "Segoe UI",
    Arial,
    sans-serif;
  transition: color 0.2s ease;
}

.home-clean .yc-product:hover h3 {
  color: var(--yy-white);
}

.home-clean .yc-product p {
  max-width: none;
  margin: 0;
  padding: 8px 20px 20px;
  color: rgb(255 255 255 / 78%);
  font-size: 14px;
  line-height: 1.65;
}

.home-clean .yc-product:hover {
  background: var(--yy-blue-dark);
}

.home-clean .yc-company {
  padding: 100px 0 106px;
  background: var(--yy-soft);
}

.home-clean .yc-company__intro {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.home-clean .yc-company__intro p {
  max-width: 850px;
  margin: 21px auto 0;
  color: var(--yy-muted);
  text-align: left;
}

.home-clean .yc-company__visual {
  aspect-ratio: 2.55 / 1;
  margin-top: 48px;
  overflow: hidden;
  background: #d8dfe2;
}

.home-clean .yc-company__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-clean .yc-strengths {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 44px;
  border-top: 1px solid #ccd7dc;
}

.home-clean .yc-strength {
  padding: 25px 27px 0;
  border-left: 1px solid #ccd7dc;
}

.home-clean .yc-strength:first-child {
  padding-left: 0;
  border-left: 0;
}

.home-clean .yc-strength:last-child {
  padding-right: 0;
}

.home-clean .yc-strength h3,
.home-clean .yc-supply__step h3 {
  margin: 0;
  font:
    500 17px/1.4 Poppins,
    "Segoe UI",
    Arial,
    sans-serif;
}

.home-clean .yc-strength h3 {
  color: var(--yy-text);
}

.home-clean .yc-strength p {
  margin: 10px 0 0;
  color: var(--yy-muted);
  font-size: 13px;
  line-height: 1.7;
}

.home-clean .yc-supply {
  padding: 92px 0 96px;
  color: var(--yy-white);
  background: var(--yy-navy);
}

.home-clean .yc-supply__intro {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.home-clean .yc-supply h2,
.home-clean .yc-supply__step h3 {
  color: var(--yy-white);
}

.home-clean .yc-supply__intro p {
  margin: 19px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.home-clean .yc-supply__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 54px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  list-style: none;
}

.home-clean .yc-supply__step {
  position: relative;
  padding: 31px 28px 0 0;
}

.home-clean .yc-supply__step::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #71b5db;
  content: "";
}

.home-clean .yc-supply__step p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.7;
}

.home-clean .yc-rfq {
  padding: 96px 0 102px;
  background: var(--yy-white);
}

.home-clean .yc-rfq__intro {
  max-width: 810px;
  margin: 0 auto;
  text-align: center;
}

.home-clean .yc-rfq__intro p {
  margin: 19px 0 0;
  color: var(--yy-muted);
}

.home-clean .yc-rfq__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 49px 0 0;
  padding: 0;
  list-style: none;
}

.home-clean .yc-rfq__item {
  min-width: 0;
  padding: 0 27px;
  border-left: 1px solid var(--yy-line);
  text-align: center;
}

.home-clean .yc-rfq__item:first-child {
  padding-left: 0;
  border-left: 0;
}

.home-clean .yc-rfq__item:last-child {
  padding-right: 0;
}

.home-clean .yc-rfq__item h3 {
  margin: 0;
  color: var(--yy-text);
  font:
    500 16px/1.4 Poppins,
    "Segoe UI",
    Arial,
    sans-serif;
}

.home-clean .yc-rfq__item p {
  margin: 9px 0 0;
  color: var(--yy-muted);
  font-size: 13px;
  line-height: 1.7;
}

.home-clean .yc-rfq__action {
  margin-top: 39px;
  text-align: center;
}

/* Inner-page framework */
.yy-page {
  overflow: hidden;
  color: var(--yy-text);
  background: var(--yy-white);
}

.yy-page .stage {
  width: min(100%, 1360px);
  max-width: 1360px;
}

.yy-page p {
  color: var(--yy-muted);
  line-height: 1.8;
}

.yy-page strong,
.yy-page b {
  color: var(--yy-text);
}

.yy-page .pagetopimg {
  min-height: 250px;
  overflow: hidden;
  background: var(--yy-navy);
}

.yy-page .pagetopimg .region--b,
.yy-page .pagetopimg .stage {
  min-height: 250px;
}

.yy-page .breadcrumbs--img.background-b {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.yy-page .breadcrumbs-b::after {
  background: linear-gradient(
    90deg,
    rgba(9, 36, 54, 0.84) 0%,
    rgba(9, 36, 54, 0.53) 44%,
    rgba(9, 36, 54, 0.12) 100%
  );
}

.yy-page .breadcrumbs--con {
  bottom: 38px;
  max-width: 900px;
  text-shadow: none;
}

.yy-page .breadcrumbs--tit.h-tit {
  margin: 0 0 11px;
  color: var(--yy-white);
  font:
    500 clamp(30px, 2.6vw, 40px)/1.2 Poppins,
    "Segoe UI",
    Arial,
    sans-serif;
  letter-spacing: -0.02em;
}

.yy-page .breadcrumbs-a,
.yy-page .breadcrumbs-a a,
.yy-page .breadcrumbs-a em {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-style: normal;
  text-shadow: none;
}

.yy-page .breadcrumbs-a a:hover {
  color: var(--yy-white);
}

.yy-page .region--page:not(.pagetopimg) {
  background: var(--yy-white);
}

.yy-page .region--page.azulclaro,
.yy-page .yy-section--soft {
  background: var(--yy-soft);
}

.yy-page .yy-section__inner,
.yy-page .paddingT60-B80,
.yy-page .paddingTB-80 {
  padding-top: 92px;
  padding-bottom: 96px;
}

.yy-page h1,
.yy-page h2,
.yy-page h3,
.yy-page .h-tit,
.yy-page .h1-tit,
.yy-page .p-tit {
  color: var(--yy-text);
  font-family: Poppins, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.yy-page .h1-tit {
  margin: 0 0 22px;
  font-size: clamp(29px, 2.25vw, 36px);
  line-height: 1.28;
}

.yy-page .p-tit.font-24 {
  font-size: 22px;
  line-height: 1.4;
}

.yy-page .h-icon {
  padding-top: 0;
}

.yy-page .h-icon::after {
  display: none;
}

.yy-page .maxw-800,
.yy-page .maxw-900 {
  max-width: 880px;
}

.yy-page .readmore-a a,
.yy-page .readmore-a span {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--yy-blue);
  border-radius: 0;
  color: var(--yy-white);
  background: var(--yy-blue);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.yy-page .readmore-a a:hover,
.yy-page .readmore-a span:hover {
  border-color: var(--yy-blue-dark);
  color: var(--yy-white);
  background: var(--yy-blue-dark);
  text-decoration: none;
}

.yy-page .readmore-a a::after,
.yy-page .readmore-a span::after {
  transition: transform 0.2s ease;
}

.yy-page .readmore-a a:hover::after,
.yy-page .readmore-a span:hover::after {
  transform: translateX(3px);
}

.yy-page-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.yy-page-heading h1 {
  max-width: 780px;
  margin: 0;
  font:
    500 clamp(36px, 3vw, 46px)/1.2 Poppins,
    "Segoe UI",
    Arial,
    sans-serif;
  letter-spacing: -0.025em;
}

.yy-page-heading__copy {
  max-width: 900px;
}

.yy-page-heading__copy p {
  margin: 0;
}

.yy-page-heading__copy p + p {
  margin-top: 15px;
}

.yy-directory-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.yy-directory-heading h2 {
  margin: 0;
  font-size: clamp(30px, 2.4vw, 38px);
  line-height: 1.25;
}

.yy-directory-heading p {
  max-width: 900px;
  margin: 0;
}

.yy-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--yy-blue);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.yy-text-link::after {
  content: "\2192";
  font-size: 16px;
  line-height: 1;
  transition: transform 0.2s ease;
}

a:hover .yy-text-link::after {
  transform: translateX(4px);
}

/* Open product directories */
.yy-catalog-grid,
.yy-product-grid {
  margin-top: 56px;
}

.yy-page .yy-catalog-grid .cell,
.yy-page .yy-product-grid .cell {
  min-width: 0;
}

.yy-page .yy-catalog-grid a,
.yy-page .yy-product-grid a {
  display: block;
  height: 100%;
  border: 0;
  color: var(--yy-text);
  background: transparent;
  box-shadow: none;
  text-decoration: none;
}

.yy-page .yy-catalog-grid a {
  display: flex;
  flex-direction: column;
}

.yy-page .yy-catalog-grid a:hover,
.yy-page .yy-product-grid a:hover {
  color: var(--yy-blue);
  background: transparent;
  box-shadow: none;
}

.yy-page .yy-catalog-grid .img--50,
.yy-page .yy-product-grid .img--75 {
  padding-bottom: 67.5%;
  background: #e9eef0;
}

.yy-page .yy-catalog-grid .prolist--img {
  flex-shrink: 0;
}

.yy-page .yy-catalog-grid img,
.yy-page .yy-product-grid img {
  transition: transform 0.45s ease;
}

.yy-page .yy-catalog-grid a:hover img,
.yy-page .yy-product-grid a:hover img {
  transform: translate(-50%, -50%) scale(1.025);
}

.yy-page .yy-catalog-grid .prolist--con {
  display: flex;
  height: auto;
  min-height: 104px;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 18px;
  color: var(--yy-white);
  background: var(--yy-blue);
  text-align: left;
  transition: background-color 0.2s ease;
}

.yy-page .yy-catalog-grid .prolist--tit,
.yy-page .yy-catalog-grid a:hover .prolist--tit,
.yy-page .yy-catalog-grid .yy-text-link {
  color: var(--yy-white);
}

.yy-page .yy-catalog-grid .prolist--tit {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.yy-page .yy-catalog-grid a:hover .prolist--con {
  background: var(--yy-blue-dark);
}

.yy-page .yy-product-grid .prolist1--con {
  display: flex;
  position: relative;
  height: auto;
  min-height: 62px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 46px 16px 18px;
  color: var(--yy-white);
  background: var(--yy-blue);
  text-align: left;
  transition: background-color 0.2s ease;
}

.yy-page .yy-product-grid .prolist1--tit,
.yy-page .yy-product-grid a:hover .prolist1--tit {
  color: var(--yy-white);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.yy-page .yy-product-grid .prolist1--con i {
  position: absolute;
  top: 50%;
  right: 18px;
  margin: 0;
  color: var(--yy-white);
  font-size: 17px;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.yy-page .yy-product-grid a:hover .prolist1--con {
  background: var(--yy-blue-dark);
}

.yy-page .yy-product-grid a:hover .prolist1--con i {
  color: var(--yy-white);
  transform: translate(3px, -50%);
}

/* Shared media layouts */
.yy-page .img600--main {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(50px, 6vw, 90px);
  align-items: center;
}

.yy-page .img600--con,
.yy-page .img600--img {
  width: auto;
  min-width: 0;
  margin: 0;
}

.yy-page .img600--img .img--50,
.yy-page .img600--img .img--100 {
  padding-bottom: 72%;
  background: #e7ecee;
}

.yy-page .img600--main-1 .img600--img {
  grid-column: 1;
  grid-row: 1;
}

.yy-page .img600--main-1 .img600--con {
  grid-column: 2;
  grid-row: 1;
}

.yy-page .img600--con > :first-child,
.yy-page .img600--con .ht--main > :first-child {
  margin-top: 0;
}

.yy-category-page .catalog-intro .img600--main,
.yy-product-detail .product-detail__intro .img600--main {
  grid-template-columns: minmax(420px, 1.08fr) minmax(360px, 0.92fr);
}

.yy-category-page .catalog-intro .img600--img,
.yy-product-detail .product-detail__intro .img600--img {
  grid-column: 1;
  grid-row: 1;
}

.yy-category-page .catalog-intro .img600--con,
.yy-product-detail .product-detail__intro .img600--con {
  grid-column: 2;
  grid-row: 1;
}

.yy-category-page .catalog-intro .img600--img .img--50,
.yy-product-detail .product-detail__intro .img600--img .img--50,
.yy-product-detail .product-detail__intro .img600--img .img--100 {
  padding-bottom: 78%;
}

.yy-product-detail .product-detail__intro h1,
.yy-category-page .catalog-intro h1 {
  margin: 0 0 24px;
  font:
    500 clamp(34px, 2.8vw, 44px)/1.2 Poppins,
    "Segoe UI",
    Arial,
    sans-serif;
  letter-spacing: -0.025em;
}

.yy-service-page > .region--page:nth-of-type(2) .img600--main {
  grid-template-columns: 1fr;
  gap: 40px;
}

.yy-service-page > .region--page:nth-of-type(2) .img600--img {
  grid-column: 1;
  grid-row: 1;
}

.yy-service-page > .region--page:nth-of-type(2) .img600--con {
  grid-column: 1;
  grid-row: 2;
  max-width: 900px;
}

.yy-service-page > .region--page:nth-of-type(2) .img600--img .img--50 {
  padding-bottom: 36%;
}

/* Product detail sections sourced from the database */
.yy-product-detail .product-detail__features > .stage > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.yy-product-detail .product-detail__features .h1-tit {
  margin: 0;
}

.yy-product-detail .product-detail__features .pro-ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 38px;
  margin: 0;
  border-top: 1px solid var(--yy-line);
}

.yy-product-detail .product-detail__features .pro-ul li {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--yy-line);
  color: var(--yy-muted);
  list-style: none;
}

.yy-product-detail .product-detail__features .pro-ul li::before {
  display: inline-block;
  width: 20px;
  color: var(--yy-blue);
  content: "\2014";
}

.yy-product-detail .product-detail__story .img600--main {
  grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
}

.yy-product-detail .product-detail__story .img600--con {
  grid-column: 1;
  grid-row: 1;
}

.yy-product-detail .product-detail__story .img600--img {
  grid-column: 2;
  grid-row: 1;
}

.yy-product-detail .product-detail__story .img600--img .img--50 {
  padding-bottom: 75%;
}

.yy-product-detail .product-detail__story.text-only .img600--main {
  grid-template-columns: minmax(0, 900px);
}

.yy-product-detail .product-detail__story.text-only .img600--con {
  max-width: 900px;
}

.yy-product-detail .product-detail__story .p-tit + p {
  margin-top: 0;
}

.yy-product-detail .product-detail__story .p-tit.marginT-30 {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--yy-line);
}

.yy-page .table {
  width: 100%;
  margin: 32px 0 0;
  overflow-x: auto;
  color: var(--yy-text);
  -webkit-overflow-scrolling: touch;
}

.yy-page .table table {
  width: 100%;
  min-width: 620px;
  border: 0;
  border-collapse: collapse;
  background: var(--yy-white);
  font-size: 14px;
}

.yy-page .table caption {
  padding: 0 0 15px;
  border: 0;
  color: var(--yy-muted);
  background: transparent;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.yy-page .table th,
.yy-page .table td {
  padding: 16px 18px;
  border: 1px solid var(--yy-line);
  color: var(--yy-text);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}

.yy-page .table th {
  color: var(--yy-navy);
  background: #eaf0f3;
  font-weight: 500;
}

.yy-page .table tbody tr:nth-child(odd) {
  background: #f8fafb;
}

.yy-product-detail .product-detail__applications .applications--top {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 0;
}

.yy-page .grid--supportlist,
.yy-page .grid--company2 {
  gap: 0;
  margin-right: 0;
}

.yy-page .grid--supportlist > .cell,
.yy-page .grid--company2 > .cell {
  padding: 27px 0 0;
  border-top: 1px solid var(--yy-line);
  border-left: 0;
  background: transparent;
}

.yy-page .grid--supportlist > .cell:first-child,
.yy-page .grid--company2 > .cell:first-child {
  padding-left: 0;
  border-left: 0;
}

.yy-page .grid--supportlist > .cell:last-child,
.yy-page .grid--company2 > .cell:last-child {
  padding-right: 0;
}

.yy-page .grid--supportlist a,
.yy-page .grid--supportlist .supportlist--item,
.yy-page .grid--company2 > .cell {
  display: block;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--yy-text);
  background: transparent;
  box-shadow: none;
  text-align: left;
  text-decoration: none;
}

.yy-page .grid--supportlist a:hover,
.yy-page .grid--supportlist .supportlist--item:hover {
  color: var(--yy-text);
  background: transparent;
  box-shadow: none;
}

.yy-page .grid--supportlist i,
.yy-page .grid--company2 i {
  display: none;
}

.yy-page .supportlist--tit,
.yy-page .company2--tit {
  margin: 0 0 10px;
  color: var(--yy-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.yy-page .grid--supportlist p,
.yy-page .grid--company2 p {
  margin: 0;
  color: var(--yy-muted);
  font-size: 13px;
  line-height: 1.7;
}

.yy-product-detail .product-detail__cta {
  color: var(--yy-white);
  background: var(--yy-navy) !important;
}

.yy-product-detail .product-detail__cta .h1-tit,
.yy-product-detail .product-detail__cta p {
  color: var(--yy-white);
}

.yy-product-detail .product-detail__cta p {
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.72);
}

.yy-product-detail .product-detail__cta .readmore-a a {
  border-color: var(--yy-white);
  color: var(--yy-navy);
  background: var(--yy-white);
}

/* Standalone company pages */
.yy-page .grid--application-scenarios a,
.yy-page .grid--application-scenarios .prolist--item {
  border: 0;
  color: var(--yy-white);
  background: transparent;
}

.yy-page .grid--application-scenarios .prolist--con {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 20px 22px;
  border: 0;
  color: var(--yy-white);
  background: var(--yy-blue);
}

.yy-page .grid--application-scenarios .prolist--tit {
  color: var(--yy-white);
  font-size: 17px;
}

.yy-page .grid--application-scenarios .prolist--con p {
  margin: 8px 0 0;
  color: rgb(255 255 255 / 78%);
}

.yy-about-page .grid--prolist1 a {
  border: 0;
  color: var(--yy-white);
  background: var(--yy-blue);
  box-shadow: none;
}

.yy-about-page .grid--prolist1 .prolist1--con {
  position: relative;
  height: auto;
  min-height: 62px;
  flex: 1;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 46px 16px 18px;
  color: var(--yy-white);
  background: var(--yy-blue);
  text-align: left;
  transition: background-color 0.2s ease;
}

.yy-about-page .grid--prolist1 .prolist1--tit,
.yy-about-page .grid--prolist1 a:hover .prolist1--tit {
  color: var(--yy-white);
  font-size: 17px;
}

.yy-about-page .grid--prolist1 .prolist1--con i {
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  margin: 0;
  color: var(--yy-white);
  font-size: 17px;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.yy-about-page .grid--prolist1 a:hover .prolist1--con {
  background: var(--yy-blue-dark);
}

.yy-about-page .grid--prolist1 a:hover .prolist1--con i {
  transform: translate(3px, -50%);
}

.yy-contact-page .contact--main {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(480px, 1.2fr);
  gap: clamp(45px, 7vw, 100px);
  align-items: stretch;
}

.yy-contact-page .contact--left,
.yy-contact-page .contact--right {
  width: auto;
  min-width: 0;
  margin: 0;
}

.yy-contact-page .contact--left {
  padding: 0;
  background: transparent;
}

.yy-contact-page .contact--right .img--100 {
  height: 100%;
  min-height: 500px;
  padding: 0;
}

.yy-contact-page .contact--line {
  margin: 18px 0;
  border-color: var(--yy-line);
}

.yy-search-page .search02 {
  max-width: 980px;
}

.yy-search-page .search02 ol li {
  padding: 22px 0;
  border-bottom: 1px solid var(--yy-line);
}

.yy-basic-page .success--main {
  min-height: 430px;
  padding: 90px 0;
}

.yy-basic-page .success--cell a {
  border: 1px solid var(--yy-blue);
  border-radius: 0;
  color: var(--yy-blue);
}

.yy-basic-page .success--cell a:hover {
  color: var(--yy-white);
  background: var(--yy-blue);
}

/* Footer shared by every page; navigation rules remain untouched. */
.site-shell .region--footer {
  color: rgba(255, 255, 255, 0.68);
  background: var(--yy-navy-dark);
}

.site-shell .region--footer .footer--main {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 1.05fr;
  gap: 82px;
  padding: 70px 0 62px;
  border: 0;
}

.site-shell .region--footer .footer--cell {
  display: block;
  width: auto;
}

.site-shell .region--footer .footer--logo img {
  width: 175px;
  height: auto;
  filter: brightness(0) invert(1);
}

.site-shell .region--footer .footer--logo {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.site-shell .region--footer .footer--p,
.site-shell .region--footer p,
.site-shell .region--footer li,
.site-shell .region--footer a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.site-shell .region--footer a:hover {
  color: var(--yy-white);
}

.site-shell .region--footer .footer--tit,
.site-shell .region--footer .footer--tit a {
  color: var(--yy-white);
  font-size: 15px;
  font-weight: 500;
}

.site-shell .region--footer .footer--tit {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.site-shell .region--footer .footer--social ul li i {
  border: 1px solid rgba(150, 198, 224, 0.55);
  border-radius: 0;
  color: #96c6e0;
  background: transparent;
}

.site-shell .region--footer .footer--social ul li a:hover i,
.site-shell .region--footer .footer--social ul li i:hover {
  border-color: var(--yy-blue);
  color: var(--yy-white);
  background: var(--yy-blue);
}

.site-shell .region--footer .readmore-a1 a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: var(--yy-white);
  background: transparent;
}

.site-shell .region--footer .footer--copyright {
  min-height: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #08273d;
}

.site-shell .region--footer .footer--copyright-left {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

@media (max-width: 1199px) {
  .home-clean .yc-container {
    width: min(calc(100% - 48px), 960px);
  }

  .home-clean .yc-hero,
  .home-clean .yc-hero .yc-container {
    min-height: 620px;
  }

  .home-clean .yc-products__grid {
    gap: 44px 24px;
  }

  .home-clean .yc-strength {
    padding-right: 20px;
    padding-left: 20px;
  }

  .yy-page .stage {
    max-width: 1040px;
  }

  .yy-page .img600--main,
  .yy-category-page .catalog-intro .img600--main,
  .yy-product-detail .product-detail__intro .img600--main,
  .yy-product-detail .product-detail__story .img600--main {
    grid-template-columns: minmax(330px, 1fr) minmax(330px, 1fr);
    gap: 48px;
  }

  .yy-page .grid--supportlist > .cell,
  .yy-page .grid--company2 > .cell {
    padding-right: 0;
    padding-left: 0;
  }

  .site-shell .region--footer .footer--main {
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
  }

  .site-shell .region--footer .footer--cell:nth-child(2) {
    display: none;
  }
}

@media (max-width: 991px) {
  .home-clean .yc-hero,
  .home-clean .yc-hero .yc-container {
    min-height: 560px;
  }

  .home-clean .yc-hero__content {
    max-width: 620px;
  }

  .home-clean .yc-hero h1 {
    font-size: clamp(38px, 5.6vw, 45px);
  }

  .home-clean .yc-section-head {
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .home-clean .yc-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-clean .yc-company__visual {
    aspect-ratio: 2 / 1;
  }

  .home-clean .yc-strengths,
  .home-clean .yc-rfq__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-clean .yc-strength:nth-child(3),
  .home-clean .yc-rfq__item:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .home-clean .yc-strength:nth-child(n + 3),
  .home-clean .yc-rfq__item:nth-child(n + 3) {
    margin-top: 32px;
    padding-top: 30px;
    border-top: 1px solid var(--yy-line);
  }

  .home-clean .yc-supply__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-clean .yc-supply__step:nth-child(n + 3) {
    margin-top: 32px;
  }

  .yy-page .pagetopimg,
  .yy-page .pagetopimg .region--b,
  .yy-page .pagetopimg .stage,
  .yy-page .breadcrumbs--img {
    min-height: 210px;
    height: 210px;
  }

  .yy-page .breadcrumbs--con {
    bottom: 30px;
  }

  .yy-page .yy-section__inner,
  .yy-page .paddingT60-B80,
  .yy-page .paddingTB-80 {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .yy-page-heading,
  .yy-directory-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .yy-page-heading h1 {
    max-width: 720px;
  }

  .yy-page .img600--main,
  .yy-category-page .catalog-intro .img600--main,
  .yy-product-detail .product-detail__intro .img600--main,
  .yy-product-detail .product-detail__story .img600--main,
  .yy-product-detail .product-detail__story.text-only .img600--main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .yy-page .img600--main .img600--con,
  .yy-page .img600--main .img600--img,
  .yy-category-page .catalog-intro .img600--con,
  .yy-category-page .catalog-intro .img600--img,
  .yy-product-detail .product-detail__intro .img600--con,
  .yy-product-detail .product-detail__intro .img600--img,
  .yy-product-detail .product-detail__story .img600--con,
  .yy-product-detail .product-detail__story .img600--img {
    grid-column: 1;
  }

  .yy-category-page .catalog-intro .img600--img,
  .yy-product-detail .product-detail__intro .img600--img,
  .yy-page .img600--main-1 .img600--img {
    grid-row: 1;
  }

  .yy-category-page .catalog-intro .img600--con,
  .yy-product-detail .product-detail__intro .img600--con,
  .yy-page .img600--main-1 .img600--con {
    grid-row: 2;
  }

  .yy-product-detail .product-detail__story .img600--con {
    grid-row: 1;
  }

  .yy-product-detail .product-detail__story .img600--img {
    grid-row: 2;
  }

  .yy-product-detail .product-detail__features > .stage > div {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .yy-product-detail .product-detail__applications .applications--top {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .yy-contact-page .contact--main {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .yy-contact-page .contact--right .img--100 {
    height: auto;
    min-height: 0;
    padding-bottom: 62%;
  }
}

@media (max-width: 767px) {
  .home-clean .yc-container {
    width: calc(100% - 40px);
  }

  .home-clean .yc-hero,
  .home-clean .yc-hero .yc-container {
    min-height: 510px;
  }

  .home-clean .yc-hero__image img {
    object-position: 61% center;
  }

  .home-clean .yc-hero__shade {
    background: linear-gradient(
      0deg,
      rgba(14, 24, 29, 0.69) 0%,
      rgba(14, 24, 29, 0.42) 64%,
      rgba(14, 24, 29, 0.08) 100%
    );
  }

  .home-clean .yc-hero .yc-container {
    align-items: flex-end;
  }

  .home-clean .yc-hero__content {
    padding: 70px 0 54px;
  }

  .home-clean .yc-hero h1 {
    font-size: 31px;
    line-height: 1.2;
  }

  .home-clean .yc-hero p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.65;
  }

  .home-clean .yc-hero__actions {
    gap: 20px;
    margin-top: 25px;
  }

  .home-clean .yc-products,
  .home-clean .yc-company,
  .home-clean .yc-rfq,
  .home-clean .yc-supply {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .home-clean .yc-section-head h2,
  .home-clean .yc-company h2,
  .home-clean .yc-supply h2,
  .home-clean .yc-rfq h2 {
    font-size: 28px;
  }

  .home-clean .yc-section-head {
    margin-bottom: 34px;
  }

  .home-clean .yc-products__grid {
    gap: 34px 18px;
  }

  .home-clean .yc-product__image {
    aspect-ratio: 1.3 / 1;
  }

  .home-clean .yc-product h3 {
    margin-top: 0;
    padding: 14px 16px;
    font-size: 15px;
  }

  .home-clean .yc-product p {
    display: none;
  }

  .home-clean .yc-company__visual {
    aspect-ratio: 4 / 3;
    margin-top: 35px;
  }

  .home-clean .yc-strengths {
    grid-template-columns: 1fr;
    margin-top: 35px;
    border-top: 0;
  }

  .home-clean .yc-strength,
  .home-clean .yc-strength:first-child,
  .home-clean .yc-strength:nth-child(3) {
    margin: 0;
    padding: 21px 0;
    border-top: 1px solid var(--yy-line);
    border-left: 0;
  }

  .home-clean .yc-supply__steps {
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding-left: 22px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
  }

  .home-clean .yc-supply__step,
  .home-clean .yc-supply__step:nth-child(n + 3) {
    margin: 0;
    padding: 0 0 28px 17px;
  }

  .home-clean .yc-supply__step:last-child {
    padding-bottom: 0;
  }

  .home-clean .yc-supply__step::before {
    top: 8px;
    left: -26px;
  }

  .home-clean .yc-rfq__list {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .home-clean .yc-rfq__item,
  .home-clean .yc-rfq__item:first-child,
  .home-clean .yc-rfq__item:nth-child(3) {
    margin: 0;
    padding: 21px 0;
    border-top: 1px solid var(--yy-line);
    border-left: 0;
  }

  .home-clean .yc-rfq__item:last-child {
    border-bottom: 1px solid var(--yy-line);
  }

  .yy-page .pagetopimg,
  .yy-page .pagetopimg .region--b,
  .yy-page .pagetopimg .stage,
  .yy-page .breadcrumbs--img {
    min-height: 170px;
    height: 170px;
  }

  .yy-page .breadcrumbs--con {
    bottom: 24px;
  }

  .yy-page .breadcrumbs--tit {
    display: block;
    margin: 0 0 8px;
    font-size: 27px;
  }

  .yy-page .breadcrumbs-a {
    padding: 0;
  }

  .yy-page .yy-section__inner,
  .yy-page .paddingT60-B80,
  .yy-page .paddingTB-80 {
    padding-top: 62px;
    padding-bottom: 66px;
  }

  .yy-page-heading h1,
  .yy-product-detail .product-detail__intro h1,
  .yy-category-page .catalog-intro h1 {
    font-size: 31px;
  }

  .yy-catalog-grid,
  .yy-product-grid {
    margin-top: 40px;
  }

  .yy-page .yy-catalog-grid .prolist--tit,
  .yy-page .yy-product-grid .prolist1--tit {
    font-size: 15px;
  }

  .yy-product-detail .product-detail__features .pro-ul {
    grid-template-columns: 1fr;
  }

  .yy-product-detail .product-detail__features .pro-ul li {
    padding: 17px 0;
  }

  .yy-page .grid--supportlist > .cell,
  .yy-page .grid--company2 > .cell {
    padding-top: 22px;
    padding-right: 0;
    padding-left: 0;
  }

  .site-shell .region--footer .footer--main {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 58px 0 48px;
  }

  .site-shell .region--footer .footer--cell,
  .site-shell .region--footer .footer--cell:nth-child(2) {
    display: block;
  }

  .site-shell .region--footer .footer--tit {
    display: block;
  }
}

@media (max-width: 575px) {
  .yy-page .stage {
    padding-right: 18px;
    padding-left: 18px;
  }

  .yy-page .breadcrumbs--con {
    position: absolute;
    right: 18px;
    bottom: 20px;
    left: 18px;
    text-align: left;
  }

  .yy-page .breadcrumbs--tit {
    font-size: 24px;
  }

  .yy-page .breadcrumbs-a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .yy-page .yy-catalog-grid .img--50,
  .yy-page .yy-product-grid .img--75 {
    padding-bottom: 78%;
  }

  .yy-page .img600--img .img--50,
  .yy-page .img600--img .img--100,
  .yy-category-page .catalog-intro .img600--img .img--50,
  .yy-product-detail .product-detail__intro .img600--img .img--50,
  .yy-product-detail .product-detail__intro .img600--img .img--100 {
    padding-bottom: 82%;
  }

  .yy-page .grid--supportlist > .cell,
  .yy-page .grid--company2 > .cell,
  .yy-page .grid--supportlist > .cell:first-child,
  .yy-page .grid--company2 > .cell:first-child {
    padding: 20px 0;
    border-left: 0;
  }

  .yy-page .table th,
  .yy-page .table td {
    padding: 13px 14px;
    font-size: 13px;
  }

  .yy-contact-page .contact--right .img--100 {
    padding-bottom: 78%;
  }
}

@media (max-width: 480px) {
  .home-clean .yc-container {
    width: calc(100% - 32px);
  }

  .home-clean .yc-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-clean .yc-button--light {
    min-width: 148px;
  }

  .home-clean .yc-product h3 {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-shell main *,
  .site-shell main *::before,
  .site-shell main *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
