html {
  font-size: 16px;
  color: #212121;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}
body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  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"] {
  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;
}
ul,
ol,
dl,
li {
  list-style: none;
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
/* @import url("./alifont.less"); */
.bg-gray-1 {
  background-color: #f5f4f4;
}
.bg-gray-3 {
  background-color: #fbfbfb;
}
.layout-grid {
  display: grid;
  grid-template-columns: 8.333333% 1fr 8.33333%;
}
.layout-grid::before,
.layout-grid::after {
  display: block;
  content: "";
}
.layout-grid-2 {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
}
.layout-grid-2::before,
.layout-grid-2::after {
  display: block;
  content: "";
}
@media screen and (max-width: 1024px) {
  .layout-grid-2 {
    grid-template-columns: 8.333333% 1fr 8.33333%;
  }
}
.border-top {
  border-top: 1px solid #e2e2e2;
  padding-top: 64px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.c-header {
  padding: 16px 0;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size: 20px;
  color: #212121;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 1024px) {
  .c-header {
    padding: 8px 0;
  }
}
.c-header .header-inner {
  display: grid;
  grid-template-columns: 16.6667% 1fr auto;
  min-height: 48px;
}
@media screen and (max-width: 1280px) {
  .c-header .header-inner {
    grid-template-columns: 14% 1fr 14%;
  }
}
@media screen and (max-width: 1120px) {
  .c-header .header-inner {
    grid-template-columns: auto auto;
  }
}
.c-header .header-inner .logo {
  display: flex;
  align-items: center;
}
.c-header .header-inner .logo img {
  height: 64px;
  width: auto;
  
}
@media screen and (max-width: 1024px) {
  .c-header .header-inner .logo img {
    height: 64px;
  }
}
.c-header .header-inner .logo h1 {
  font-size: inherit;
  font-weight: 200;
  line-height: inherit;
  color: #cc0000;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .c-header .header-inner .logo {
    font-size: 20px;
  }
}
.c-header .header-products {
  font-size: 22px;
  line-height: 48px;
  font-weight: 200;
}
.c-header .header-products .product-nav {
  display: inline-block;
  line-height: inherit;
  color: #212121;
  font-weight: 600;
  text-decoration: none;
  padding: 0 1.875vw;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .c-header .header-products .product-nav {
    padding: 0 36px;
  }
}
.c-header .header-products .product-nav:hover {
  color: #cc0000;
}
@media screen and (max-width: 1120px) {
  .c-header .header-products {
    display: none;
  }
}
.c-header .menu {
  display: inline-block;
  vertical-align: middle;
}
.c-header .menu .menu-ico {
  display: inline-block;
  padding: 14px 0 14px 14px;
  cursor: pointer;
}
.c-header .menu .menu-ico:hover {
  color: #cc0000;
}
.c-header .menu .menu-ico.ico-close {
  display: none;
}
.c-header .menu .menu-ico.ico-menu {
  display: inline-block;
}
.c-header-drop {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 81px;
  bottom: 0;
  z-index: 999;
}
.c-header-drop:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(245, 244, 244, 0.75);
}
.c-header-drop .drop-wrap {
  position: relative;
  z-index: 20;
  height: calc(75vh - 81px);
  background-color: #f5f4f4;
}
.c-header-drop .drop-inner {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 24.5% 45.5% 1fr;
}
.c-header-drop .thumbs {
  height: calc(75vh - 81px);
  overflow: hidden;
}
.c-header-drop .thumb-poster {
  height: 100%;
}
.c-header-drop .thumb-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-header-drop .products-level-2 {
  display: none;
  padding-top: 72px;
  padding-right: 24px;
  font-size: 16px;
  color: #212121;
}
.c-header-drop .products-level-2 .child-name {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #212121;
  margin-bottom: 48px;
}
.c-header-drop .products-level-2 .child-name .back {
  margin-right: 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.c-header-drop .products-level-2 .child-name .back:hover {
  color: #cc0000;
}
.c-header-drop .products-level-2 .child-name .name {
  font-size: 22px;
  color: #212121;
}
.c-header-drop .products-level-2 .child-name .name:hover {
  color: #cc0000;
}
.c-header-drop .products-level-2 .child-list {
  padding-left: 30px;
}
.c-header-drop .products-level-2 .child-list .child-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #212121;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 16px;
  font-weight: 300;
}
.c-header-drop .products-level-2 .child-list .child-nav:hover,
.c-header-drop .products-level-2 .child-list .child-nav.active {
  color: #cc0000;
}
.c-header-drop .products-level-2.current {
  display: block;
}
.c-header-drop .products-level-1 {
  display: none;
  padding-top: 72px;
  padding-right: 24px;
  padding-left: 30px;
  font-size: 16px;
  color: #212121;
}
.c-header-drop .products-level-1.current {
  display: block;
}
.c-header-drop .products-level-1 .drop-nav-level1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #212121;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 16px;
  font-weight: 300;
}
.c-header-drop .products-level-1 .drop-nav-level1:hover,
.c-header-drop .products-level-1 .drop-nav-level1.active {
  color: #cc0000;
}
.c-header-drop .common {
  padding-left: 32px;
  padding-top: 72px;
  padding-right: 16px;
}
.c-header-drop .common .nav-common {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #212121;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 16px;
  font-weight: 300;
}
.c-header-drop .common .nav-common .iconify {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-right: 10px;
}
.c-header-drop .common .nav-common:hover,
.c-header-drop .common .nav-common.active {
  color: #cc0000;
}
.c-header-drop .common .profile-item {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #212121;
}
.c-header-drop .common .profile-item .title {
  display: flex;
  white-space: nowrap;
}
.c-header-drop .common .profile-item .title .iconify {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  height: 24px;
}
.c-header-drop .common .profile-item.tel {
  color: #cc0000;
}
.c-header-drop .common .profile-item .content p + p {
  margin-top: 16px;
}
.c-header-drop-mobile {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 99999;
}
.c-header-drop-mobile .drop-wrap {
  height: 100vh;
  overflow: hidden;
  background-color: #ececec;
}
.c-header-drop-mobile .drop-level-1,
.c-header-drop-mobile .drop-level-2,
.c-header-drop-mobile .products-level-2 {
  display: none;
}
.c-header-drop-mobile .drop-level-1.show,
.c-header-drop-mobile .drop-level-2.show,
.c-header-drop-mobile .products-level-2.show {
  display: block;
}
.c-header-drop-mobile .drop-level-1 .drop-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  height: 100px;
}
.c-header-drop-mobile .drop-level-1 .drop-title h2 {
  font-size: 20px;
  font-weight: 300;
}
.c-header-drop-mobile .drop-level-1 .drop-title .close-menu {
  font-size: 24px;
  display: inline-flex;
  align-items: center;
}
.c-header-drop-mobile .drop-level-1 .drop-body {
  height: calc(100vh - 100px);
  overflow-y: scroll;
}
.c-header-drop-mobile .drop-level-1 .drop-body .products-level-1 {
  padding: 24px 24px 16px;
}
.c-header-drop-mobile .drop-level-1 .drop-body .products-level-1 .drop-nav-level1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  padding-bottom: 16px;
}
.c-header-drop-mobile .drop-level-1 .drop-body .navs {
  background-color: white;
  padding: 24px 24px 16px;
}
.c-header-drop-mobile .drop-level-1 .drop-body .navs .nav-common {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  padding-bottom: 16px;
}
.c-header-drop-mobile .drop-level-1 .drop-body .profiles {
  padding: 24px 24px 16px;
}
.c-header-drop-mobile .drop-level-1 .drop-body .profiles .profile-item {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 16px;
  line-height: 1.5;
}
.c-header-drop-mobile .drop-level-1 .drop-body .profiles .profile-item .title {
  display: inline-flex;
  align-items: center;
}
.c-header-drop-mobile .drop-level-1 .drop-body .profiles .profile-item .title .iconify {
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  height: 24px;
}
.c-header-drop-mobile .drop-level-1 .drop-body .profiles .profile-item .content {
  display: inline-flex;
  flex-flow: column;
}
.c-header-drop-mobile .drop-level-1 .drop-body .profiles .profile-item .content a,
.c-header-drop-mobile .drop-level-1 .drop-body .profiles .profile-item .content p {
  margin-bottom: 10px;
}
.c-header-drop-mobile .drop-level-2 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: white;
}
.c-header-drop-mobile .drop-level-2 .drop-title {
  position: absolute;
  z-index: 15;
  display: flex;
  justify-content: flex-end;
  padding: 24px;
  top: 0;
  right: 0;
}
.c-header-drop-mobile .drop-level-2 .drop-title .close-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 48px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  box-shadow: 0 0 15px rgba(33, 33, 33, 0.1);
}
.c-header-drop-mobile .drop-level-2 .drop-body {
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.c-header-drop-mobile .drop-level-2 .drop-body .thumbs {
  position: relative;
  overflow: hidden;
}
.c-header-drop-mobile .drop-level-2 .drop-body .thumbs .thumb-poster {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.c-header-drop-mobile .drop-level-2 .drop-body .thumbs img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-header-drop-mobile .drop-level-2 .drop-body .products-level-2 {
  height: 72vh;
  overflow-y: scroll;
}
.c-header-drop-mobile .drop-level-2 .drop-body .products-level-2 .child-name {
  padding: 32px 24px;
  background-color: #ececec;
}
.c-header-drop-mobile .drop-level-2 .drop-body .products-level-2 .child-name a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  padding: 5px 0;
}
.c-header-drop-mobile .drop-level-2 .drop-body .products-level-2 .child-name a.name {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0;
}
.c-header-drop-mobile .drop-level-2 .drop-body .products-level-2 .child-list {
  padding: 16px 24px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  background-color: white;
}
.c-header-drop-mobile .drop-level-2 .drop-body .products-level-2 .child-list .child-nav {
  padding: 16px 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.open--nav .c-header-drop {
  display: block;
}
.open--nav .ico-menu {
  display: none !important;
}
.open--nav .ico-close {
  display: inline-block !important;
}
.open--mobile .c-header-drop-mobile {
  display: block;
}
.slick-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 1px solid #212121;
  font-size: 24px;
  color: #212121;
  cursor: pointer;
}
.slick-btn + .slick-btn {
  margin-left: 12px;
}
.slick-btn.btn--small {
  width: 30px;
  height: 30px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .slick-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .slick-btn + .slick-btn {
    margin-left: 8px;
  }
}
.section-slogan {
  margin-top: 81px;
}
.section-slogan .slogan-text {
  padding: 24px 0;
  text-align: center;
}
.section-slogan .slogan-text h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.3;
  text-align: justify;
  color: #212121;
}
@media screen and (min-width: 1920px) {
  .section-slogan .slogan-text h2 {
    font-size: 3.5rem;
  }
}
.section-slogan .slogan-text .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 24px;
  height: 24px;
  background-color: #ececec;
  margin-top: 16px;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .section-slogan {
    margin-top: 65px;
    text-align: center;
    font-size: 0;
  }
  .section-slogan .slogan-text h2 {
    text-align: center;
    font-size: 16px;
  }
}
.section-banner {
  position: relative;
  display: block;
}
.section-banner .slick-banner {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.section-banner .slick-banner .slick-item-inner {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.section-banner .slick-banner .slick-item-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
.section-banner .slick-banner .slick-item-inner .video-btn {
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: transform 0.5s ease-in;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.15);
}
.section-banner .slick-banner .slick-item-inner .video-btn:hover {
  transform: scale(1.05) translate(-50%, -50%);
}
.section-banner .slick-banner .slick-item-inner .video-btn .iconify {
  font-size: 64px;
  color: #cc0000;
}
.section-banner .banners-text {
  position: absolute;
  z-index: 20;
  padding: 24px 48px 24px 24px;
  background-color: rgba(236, 236, 236, 0.7);
  right: 8.33333%;
  bottom: 10%;
  width: auto;
  height: auto;
  transition: width 0.5s linear, height 0.5s linear;
}
.section-banner .banners-text h3 {
  font-size: 32px;
  color: #212121;
  line-height: 1.5;
  font-weight: 300;
  min-width: 10em;
}
.section-banner .banners-text h4 {
  font-size: 32px;
  color: #212121;
  line-height: 1.5;
  font-weight: 300;
  min-width: 10em;
}
.section-banner .banners-text .banner-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #cc0000;
  color: white;
  font-weight: 300;
  font-size: 20px;
  padding: 10px 24px;
  margin-top: 16px;
  min-height: 48px;
}
.section-banner .banners-text .banner-more:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .section-banner .banners-text {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 24px;
  }
  .section-banner .banners-text h3 {
    font-size: 24px;
  }
}
.section-banner.page-banner {
  margin-top: 81px;
}
@media screen and (max-width: 1024px) {
  .section-banner.page-banner {
    margin-top: 65px;
  }
}
.section-banner.page-banner .slick-item {
  position: relative;
}
.section-banner.page-banner .slick-item-poster {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 10;
  overflow: hidden;
}
.section-banner.page-banner .slick-item-poster img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-banner.page-banner .slick-item-text {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section-banner.page-banner .slick-item-text {
    background-color: #ececec;
    padding: 24px;
  }
}
.section-banner.page-banner .banners-text {
  top: 15%;
  right: 8.33333%;
  bottom: auto;
}
@media screen and (max-width: 1024px) {
  .section-banner.page-banner .banners-text {
    position: relative;
    top: auto;
    right: 0;
    bottom: auto;
    padding: 0;
  }
}
.section-banner.page-banner .banner-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #cc0000;
  color: white;
  font-weight: 300;
  font-size: 20px;
  padding: 10px 24px;
  position: absolute;
  z-index: 20;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  min-height: 48px;
}
.section-banner.page-banner .banner-more:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .section-banner.page-banner .banner-more {
    position: relative;
    left: auto;
    bottom: auto;
    transform: translateX(0);
  }
}
.section-banner.page-banner .line-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 20;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%);
}
.section-banner.page-banner .line-dot li {
  margin: 0 5px;
  cursor: pointer;
}
.section-banner.page-banner .line-dot li button {
  font-size: 0;
  width: 32px;
  height: 5px;
  background-color: white;
  border: 0;
  outline: 0;
}
.section-banner.page-banner .line-dot li.slick-active button {
  background-color: #cc0000;
}
@media screen and (max-width: 1024px) {
  .section-banner.page-banner .line-dot {
    top: 50vw;
    bottom: auto;
    font-size: 0;
    height: auto;
  }
}
.section-banner.material-banner {
  margin-top: 81px;
}
@media screen and (max-width: 1024px) {
  .section-banner.material-banner {
    margin-top: 65px;
  }
}
.section-banner.material-banner .banners-text {
  top: 15%;
  bottom: auto;
  padding-bottom: 81px;
}
.section-banner.material-banner .slick-btns {
  bottom: 0;
}
.section-banner .slick-btns {
  position: absolute;
  z-index: 20;
  padding: 0 48px 24px 0;
  left: 24px;
  bottom: 10%;
  display: flex;
  align-items: center;
}
.section-banner .slick-btns.index-btns {
  left: auto;
  right: 8.3333%;
}
@media screen and (max-width: 1024px) {
  .section-banner .slick-btns {
    padding: 0 24px 24px 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: flex-end;
  }
}
.section-banner .slick-btns .btn-group {
  padding: 0 24px;
  float: right;
}
.section-advantage {
  background-color: #ececec;
  padding: 64px 0;
}
.section-advantage .advantage-ul {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
}
.section-advantage .advantage-ul li {
  display: grid;
  gap: 24px;
  grid-template-columns: 72px 1fr;
}
.section-advantage .advantage-ul li .icon {
  height: 72px;
  border-radius: 72px;
  background-color: #cc0000;
  font-size: 32px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-advantage .advantage-ul li .text {
  color: #212121;
}
.section-advantage .advantage-ul li .text h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.section-advantage .advantage-ul li .text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .section-advantage .advantage-ul li {
    grid-column: 1/-1;
  }
}
.section-products {
  padding: 64px 0;
}
.section-products .main {
  overflow: hidden;
}
.section-products .main .slick-item-inner {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.section-products .main .slick-item-inner img {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-products .main .slick-item-inner .title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: white;
  padding: 12px 24px;
  background-color: #cc0000;
  position: absolute;
  z-index: 20;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .section-products .main .slick-item-inner .title {
    font-size: 16px;
  }
}
.section-products .main .slick-main {
  margin-bottom: 24px;
}
.section-products .main .slick-thumb .slick-item {
  margin-right: 24px;
}
.section-products .main .slick-thumb .slick-item .title {
  padding: 10px 0;
  font-size: 16px;
  color: #212121;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .section-products .main .slick-thumb .slick-item .title {
    font-size: 14px;
  }
}
.section-products .main .slick-thumb .slick-item.slick-current .slick-item-inner:before {
  content: "";
  position: absolute;
  pointer-events: auto;
  background-color: transparent;
  z-index: 15;
  width: 100%;
  height: 100%;
  border: 4px solid #cc0000;
  box-sizing: border-box;
}
.main {
  overflow: hidden;
}
.main .header {
  position: relative;
  margin-bottom: 32px;
}
.main .header .slick-btns {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .main .header .slick-btns {
    position: relative;
  }
}
.main .header h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: #212121;
}
@media screen and (max-width: 1024px) {
  .main .header h2 {
    font-size: 24px;
  }
}
.main .header .theme-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #cc0000;
  color: white;
  font-weight: 300;
  font-size: 20px;
  padding: 10px 24px;
  margin-top: 16px;
  min-height: 48px;
}
.main .header.header-level2 h2 {
  font-size: 24px;
}
.section-remote {
  padding: 64px 0;
}
.section-remote .main .header h2 {
  text-align: center;
}
.section-scene {
  padding: 64px 0;
}
.section-scene .scene-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 18px 0;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .section-scene .scene-ul {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.section-scene .scene-ul li {
  transition: all 0.5s linear;
}
.section-scene .scene-ul li a {
  display: block;
  background-color: transparent;
}
.section-scene .scene-ul li a .img {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}
.section-scene .scene-ul li a .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-scene .scene-ul li a .text {
  padding: 12px;
  font-size: 16px;
  font-weight: 300;
}
.section-scene .scene-ul li a .text h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.section-scene .scene-ul li a .text h3 .iconify {
  color: #cc0000;
  font-size: 16px;
}
.section-scene .scene-ul li:hover {
  transform: scale(1.05);
  box-shadow: 0 0 16px rgba(33, 33, 33, 0.15);
}
.section-type {
  padding: 32px 0 64px 0;
}
.section-type .model-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.section-type .model-list.detail-list {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .section-type .model-list {
    grid-template-columns: 1fr;
  }
  .section-type .model-list.detail-list {
    grid-template-columns: 1fr;
  }
}
.section-type .model-list li .img {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 12px;
}
.section-type .model-list li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-type .model-list li .text {
  font-size: 14px;
  font-weight: 200;
  color: #212121;
  text-align: justify;
  line-height: 1.5;
}
.section-type .model-list li .text h3 {
  font-size: 20px;
  font-weight: 500;
}
.section-type .model-list li .text h4 {
  font-size: 14px;
  font-weight: 200;
}
.section-type .model-list li .text h5 {
  font-size: 14px;
  font-weight: 500;
}
.section-type .model-list li .text p {
  font-size: 14px;
  font-weight: 200;
}
.section-type .model-list li .text ul {
  margin-top: 0.5em;
}
.section-type .model-list li .text ul li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.5;
}
.section-type .model-list li .text ul li .iconify {
  color: #cc0000;
  margin-right: 1em;
  display: flex;
  align-items: center;
  height: 1.5em;
}
.section-detail {
  padding: 64px 0;
}
.section-detail .detail-list {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .section-detail .detail-list {
    grid-template-columns: 1fr;
  }
}
.section-detail .detail-list li {
  perspective: 1000px;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: calc(56.25% + 40px);
  cursor: pointer;
}
.section-detail .detail-list li .front,
.section-detail .detail-list li .backend {
  height: 100%;
  width: 100%;
  position: absolute;
  backface-visibility: hidden;
  transition: transform 0.5s;
}
.section-detail .detail-list li .front {
  transform: rotateY(0);
}
.section-detail .detail-list li .backend {
  transform: rotateY(180deg);
  background: linear-gradient(to right, #e3e3e3, #f9f9f9);
  padding: 16px;
  font-size: 16px;
}
.section-detail .detail-list li .backend h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 1em;
}
.section-detail .detail-list li .backend p {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 200;
  margin-bottom: 1em;
}
.section-detail .detail-list li .img-poster {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.section-detail .detail-list li .img-poster img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-detail .detail-list li .text {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #212121;
  font-weight: 200;
}
.section-detail .detail-list li.flip .front {
  transform: rotateY(180deg);
}
.section-detail .detail-list li.flip .backend {
  transform: rotateY(0deg);
}
.section-gallery {
  padding: 64px 0;
}
.section-gallery .detail-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .section-gallery .detail-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.section-gallery .detail-gallery li {
  cursor: pointer;
}
.section-gallery .detail-gallery li .img-poster {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.75%;
}
.section-gallery .detail-gallery li .img-poster img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.border-top {
  border-top: 1px solid #e2e2e2;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-inner .col {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .footer-inner .col {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
  }
}
.footer-inner .col-full {
  width: 100%;
}
.footer-inner .col-groups {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 420px);
}
@media screen and (max-width: 1024px) {
  .footer-inner .col-groups {
    width: 100%;
    flex-flow: column;
  }
}
.footer-inner .col-logo {
  padding-top: 48px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  color: #cc0000;
}
.footer-inner .col-profile {
  max-width: 400px;
  font-size: 13px;
  font-weight: 300;
  color: #212121;
  line-height: 1.5;
  text-align: justify;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .footer-inner .col-profile {
    padding-right: 0;
  }
}
.footer-inner .col-links {
  padding-right: 24px;
  min-width: 150px;
}
@media screen and (max-width: 1024px) {
  .footer-inner .col-links {
    padding-right: 0;
  }
}
.footer-inner .col-links h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  color: #636363;
  font-weight: 300;
  margin-bottom: 1em;
}
.footer-inner .col-links h3 .iconify {
  display: none;
  transition: transform 0.3s linear;
}
@media screen and (max-width: 1024px) {
  .footer-inner .col-links h3 .iconify {
    display: inline-flex;
    align-items: center;
  }
}
.footer-inner .col-links .links {
  display: block;
}
@media screen and (max-width: 1024px) {
  .footer-inner .col-links .links {
    display: none;
  }
}
.footer-inner .col-links .footer-link {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #212121;
}
.footer-inner .col-links .footer-link:hover {
  color: #cc0000;
}
.footer-inner .col-contact h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  color: #636363;
  font-weight: 300;
  margin-bottom: 1em;
}
.footer-inner .col-contact .profile-item {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  color: #212121;
  margin-bottom: 24px;
  line-height: 20px;
}
.footer-inner .col-contact .profile-item.tel {
  color: #cc0000;
}
.footer-inner .col-contact .profile-item .iconify {
  margin-right: 0.5em;
  display: inline-flex;
  align-items: center;
  height: 20px;
}
.footer-inner .col-contact .profile-item .content {
  display: block;
}
.footer-inner .col-contact .profile-item .content a {
  display: block;
}
.footer-inner .col-contact .profile-item .content p {
  margin-bottom: 1em;
}
.footer-inner .col-contact .profile-item .title {
  display: flex;
  align-items: center;
}
.footer-inner .icp {
  font-size: 12px;
  color: #636363;
  padding: 16px 0;
  display: block;
}
.footer-inner-new {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-inner-new .col {
  padding-top: 48px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .footer-inner-new .col {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
  }
}
.footer-inner-new .col-full {
  width: 100%;
}
.footer-inner-new .col-img {
  width: 100px;
  padding-right: 16px;
}
.footer-inner-new .col-img img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer-inner-new .col-img {
    width: 100%;
    padding: 36px 120px 0 0;
    text-align: left;
  }
  .footer-inner-new .col-img img {
    max-height: 54px;
  }
}
.footer-inner-new .col-groups {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 540px;
}
@media screen and (max-width: 1024px) {
  .footer-inner-new .col-groups {
    width: 100%;
  }
}
.footer-inner-new .col-logo {
  padding-top: 48px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  color: #cc0000;
  padding-left: 160px;
}
@media screen and (max-width: 1024px) {
  .footer-inner-new .col-logo {
    padding-left: 0;
  }
}
.footer-inner-new .col-profile {
  max-width: 300px;
  font-size: 13px;
  font-weight: 300;
  color: #212121;
  line-height: 1.5;
  text-align: justify;
  padding-right: 40px;
}
.footer-inner-new .col-profile h3 {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 200;
}
.footer-inner-new .col-profile p {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .footer-inner-new .col-profile {
    padding-right: 0;
    max-width: 100%;
  }
}
.footer-inner-new .col-copyright {
  width: 100%;
  padding-top: 0;
  text-align: center;
}
.footer-inner-new .col-links {
  padding: 4px 0 12px 0;
  text-align: right;
  min-width: 0;
  width: 33.3%;
}
@media screen and (max-width: 1024px) {
  .footer-inner-new .col-links {
    padding-right: 0;
    width: 100%;
    text-align: left;
  }
}
.footer-inner-new .col-links h3,
.footer-inner-new .col-links .links-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 15px;
  color: #636363;
  font-weight: 300;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .footer-inner-new .col-links h3,
  .footer-inner-new .col-links .links-title {
    justify-content: flex-start;
  }
}
.footer-inner-new .col-links h3 .iconify,
.footer-inner-new .col-links .links-title .iconify {
  display: none;
  transition: transform 0.3s linear;
}
@media screen and (max-width: 1024px) {
  .footer-inner-new .col-links h3 .iconify,
  .footer-inner-new .col-links .links-title .iconify {
    display: inline-flex;
    align-items: center;
  }
}
.footer-inner-new .col-links h3:hover,
.footer-inner-new .col-links .links-title:hover {
  color: #cc0000;
}
.footer-inner-new .col-links .links {
  display: block;
}
@media screen and (max-width: 1024px) {
  .footer-inner-new .col-links .links {
    display: none;
  }
}
.footer-inner-new .col-links .footer-link {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #212121;
}
.footer-inner-new .col-links .footer-link:hover {
  color: #cc0000;
}
.footer-inner-new .col-contact h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  color: #636363;
  font-weight: 300;
  margin-bottom: 1em;
}
.footer-inner-new .col-contact .profile-item {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  color: #212121;
  margin-bottom: 24px;
  line-height: 20px;
}
.footer-inner-new .col-contact .profile-item.tel {
  color: #cc0000;
}
.footer-inner-new .col-contact .profile-item .iconify {
  margin-right: 0.5em;
  display: inline-flex;
  align-items: center;
  height: 20px;
}
.footer-inner-new .col-contact .profile-item .content {
  display: block;
}
.footer-inner-new .col-contact .profile-item .content a {
  display: block;
}
.footer-inner-new .col-contact .profile-item .content p {
  margin-bottom: 1em;
}
.footer-inner-new .col-contact .profile-item .title {
  display: flex;
  align-items: center;
}
.footer-inner-new .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}
.footer-inner-new .copyright .icp {
  font-size: 12px;
  color: #636363;
  display: inline-block;
  margin-left: 0.5em;
}
@media screen and (max-width: 1024px) {
  .footer-inner-new .copyright {
    flex-flow: column;
  }
  .footer-inner-new .copyright .icp {
    padding: 0;
    line-height: 1.5;
    text-align: center;
  }
}
.footer-inner-new .flex {
  display: flex;
  align-items: flex-start;
}
.footer-inner-new .flex span {
  display: block;
}
.footer-inner-new .flex span a {
  display: block;
}
.footer-inner-new .flex span a:hover {
  color: #cc0000;
}
.footer-inner-new .flex span + span {
  padding-left: 0.5em;
}
.section-scene-list {
  margin-top: 81px;
  padding: 64px 0;
}
@media screen and (max-width: 1024px) {
  .section-scene-list {
    margin-top: 65px;
  }
}
.section-scene-list .scene-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 16px;
  gap: 24px;
}
.section-scene-list .scene-ul li .card {
  display: block;
  background-color: white;
}
.section-scene-list .scene-ul li .card .img {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.section-scene-list .scene-ul li .card .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-scene-list .scene-ul li .card .text {
  display: flex;
  align-items: center;
}
.section-scene-list .scene-ul li .card .text h3 {
  font-size: 16px;
  font-weight: 300;
  padding: 12px;
}
.section-scene-list .scene-ul li .card .text .iconify {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.section-scene-list .scene-ul li:hover .card {
  box-shadow: 0 0 16px rgba(33, 33, 33, 0.15);
  background-color: #f5f4f4;
}
@media screen and (max-width: 1024px) {
  .section-scene-list .scene-ul {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.about-text {
  font-size: 20px;
  color: #212121;
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}
.about-timeline {
  display: block;
  margin-top: 60px;
}
.about-timeline li {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .about-timeline li {
    flex-flow: column;
  }
}
.about-timeline li p {
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
  text-align: justify;
  margin-top: 8px;
}
.about-timeline li img {
  max-width: 250px;
}
.about-timeline li + li {
  margin-top: 36px;
}
.section-contact .content {
  padding: 64px 0;
}
.section-contact .content + .content {
  border-top: 1px solid #ececec;
}
.section-contact .header span {
  font-weight: 300;
}
.section-contact .main {
  overflow: hidden;
}
.section-contact .main .slick-item-inner {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.section-contact .main .slick-item-inner img {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-contact .main .slick-item-inner .title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: white;
  padding: 12px 24px;
  background-color: #cc0000;
  position: absolute;
  z-index: 20;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .section-contact .main .slick-item-inner .title {
    font-size: 16px;
  }
}
.section-contact .main .slick-main {
  margin-bottom: 24px;
}
.section-contact .main .slick-thumb .slick-item {
  margin-right: 24px;
}
.section-contact .main .slick-thumb .slick-item .title {
  padding: 10px 0;
  font-size: 16px;
  color: #212121;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .section-contact .main .slick-thumb .slick-item .title {
    font-size: 14px;
  }
}
.section-contact .main .slick-thumb .slick-item.slick-current .slick-item-inner:before {
  content: "";
  position: absolute;
  pointer-events: auto;
  background-color: transparent;
  z-index: 15;
  width: 100%;
  height: 100%;
  border: 4px solid #cc0000;
  box-sizing: border-box;
}
.contact-form .form-item {
  position: relative;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.contact-form .form-item .form-label {
  font-size: 16px;
  color: #636363;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  line-height: 1.5;
  z-index: 20;
}
.contact-form .form-item .form-input {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 15;
  font-size: 16px;
  line-height: 1.5;
  padding: 16px 0;
  color: #212121;
  border: 1px solid #c7c7c7;
  margin-right: 8px;
  text-indent: 1em;
  -webkit-appearance: none;
}
.contact-form .form-item .form-input.input--select {
  width: calc(25% - 4px);
  text-indent: 1em;
}
@media screen and (max-width: 1024px) {
  .contact-form .form-item .form-input.input--select {
    width: calc(33% - 4px);
  }
}
.contact-form .form-item .form-input.input--textarea {
  width: calc(75% + 4px);
}
@media screen and (max-width: 1024px) {
  .contact-form .form-item .form-input.input--textarea {
    width: 100%;
    -webkit-appearance: none;
    text-indent: 0;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .contact-form .form-item .form-input {
    width: 100%;
  }
}
.contact-form .form-item.item-required:after {
  content: "*";
  color: #cc0000;
  font-size: 16px;
  line-height: 1.5;
}
.contact-form .form-item.item-text {
  align-items: flex-start;
}
.contact-form .form-item.item-text:after {
  padding-top: 16px;
}
.contact-form .form-submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  background-color: #cc0000;
  color: white;
  font-size: 16px;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.contact-form .form-submit:hover {
  opacity: 0.7;
}
.contact-form .form-submit:disabled {
  background-color: #636363;
}
.contact-info {
  display: flex;
  align-items: center;
}
.contact-info .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background-color: #cc0000;
  color: white;
  font-size: 24px;
  border-radius: 36px;
  flex: none;
}
.contact-info .flex {
  display: flex;
  align-items: flex-start;
  padding-left: 20px;
  font-size: 20px;
  color: #cc0000;
}
@media screen and (max-width: 1024px) {
  .contact-info .flex {
    flex-flow: column;
  }
}
.contact-info .flex a {
  display: block;
}
.contact-info .flex a:hover {
  opacity: 0.7;
}
.contact-info .flex a + a {
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .contact-info .flex a {
    margin-top: 16px;
  }
  .contact-info .flex a + a {
    margin-top: 6px;
  }
}
.shop-item .text {
  margin-bottom: 24px;
}
.shop-item .text h3 {
  margin-bottom: 6px;
  font-size: 20px;
}
.shop-item .text p {
  font-size: 16px;
}
.shop-item.shop-item {
  margin-top: 48px;
}
.iPicker-target {
  height: auto !important;
}
@media screen and (max-width: 1024px) {
  .iPicker-target {
    flex-flow: column;
    padding-right: 0;
    align-items: flex-start !important;
  }
  .iPicker-target.item-required:after {
    position: absolute;
    right: 0;
    top: 16px;
  }
}
.iPicker-container {
  height: auto;
  width: calc(25% - 4px);
  margin-right: 8px;
  margin-left: 0 !important;
}
.iPicker-container .iPicker-result {
  height: auto !important;
  padding: 0 !important;
  font-size: 16px !important;
  width: 100% !important;
  margin-right: 0 !important;
  border: 1px solid #c7c7c7 !important;
}
.iPicker-container .iPicker-result .iPicker-input {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  z-index: 15;
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding: 16px 0 !important;
  color: #212121 !important;
  height: auto !important;
  margin-right: 8px !important;
  text-indent: 1em !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.iPicker-container .iPicker-result i {
  top: 50% !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .iPicker-container {
    float: none !important;
    display: block;
    flex-flow: column;
    width: calc(100% - 16px) !important;
    margin-right: 0 !important;
  }
  .iPicker-container + .iPicker-container {
    margin-top: 16px;
  }
}
.iPicker-list {
  position: absolute !important;
  z-index: 50 !important;
}
.materials-text {
  font-size: 16px;
  color: #212121;
  line-height: 1.5;
  text-align: justify;
  font-weight: 300;
  margin-bottom: 2em;
}
.materials-advantages {
  display: flex;
  align-items: flex-start;
}
.materials-advantages .img {
  width: 480px;
  height: 360px;
}
.materials-advantages .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.materials-advantages .text {
  padding-right: 32px;
}
.materials-advantages .text .title {
  font-size: 20px;
  margin-bottom: 1em;
}
.materials-advantages .text p {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
  margin-bottom: 2em;
  font-weight: 300;
}
.materials-advantages .text p .iconify {
  height: 24px;
  display: flex;
  align-items: center;
  margin-right: 16px;
  font-size: 20px;
  flex: none;
}
@media screen and (max-width: 1024px) {
  .materials-advantages {
    flex-flow: column;
  }
  .materials-advantages .img {
    width: 100%;
    height: auto;
    margin-top: 32px;
  }
  .materials-advantages .text {
    padding-right: 0;
  }
}
.materials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.materials-grid li .img {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.materials-grid li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.materials-grid li .text h4 {
  font-weight: 300;
  color: #212121;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}
.materials-grid li .text p {
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  line-height: 1.5;
  color: #636363;
}
@media screen and (max-width: 1024px) {
  .materials-grid {
    grid-template-columns: 1fr;
  }
}
.remote-tab {
  display: block;
}
@media screen and (max-width: 1024px) {
  .remote-tab {
    display: none;
  }
}
.remote-tab .tab-control {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.remote-tab .tab-control .tab-link {
  display: block;
  width: 210px;
  text-align: center;
  padding-bottom: 18px;
  padding: 0 14px 18px 14px;
  font-size: 18px;
  line-height: 1.5;
  color: #212121;
  font-weight: 300;
  border-bottom: 1px solid #e2e2e2;
}
.remote-tab .tab-control .tab-link.current {
  color: #cc0000;
  border-color: #cc0000;
}
.remote-tab .tab-control .tab-link:hover {
  color: #cc0000;
}
.remote-tab .tab-slide {
  display: none;
  padding-top: 50px;
  padding: 50px 75px 0;
}
.remote-tab .tab-slide.current {
  display: block;
}
.remote-tab .tab-slide .flex {
  display: flex;
  align-items: flex-start;
}
.remote-tab .tab-slide .flex .left {
  padding-right: 100px;
  width: 100%;
}
.remote-tab .tab-slide .flex .left p {
  text-align: justify;
  padding-left: 15%;
  font-size: 16px;
  font-weight: 300;
  color: #212121;
  line-height: 1.5;
}
.remote-tab .tab-slide .flex .left img {
  width: 100%;
  margin-top: 40px;
}
.remote-tab .tab-slide .flex .right {
  width: 310px;
  flex: none;
}
.remote-tab .tab-slide .flex .right img {
  width: 100%;
}
.remote-slick {
  display: none;
}
@media screen and (max-width: 1024px) {
  .remote-slick {
    display: block;
  }
}
.remote-slick .slick-item {
  padding: 0 24px 24px;
}
.remote-slick .remote-card {
  background-color: white;
  box-shadow: 1px 7px 7px 0 rgba(0, 0, 0, 0.1);
  padding: 0 32px 32px;
  text-align: center;
}
.remote-slick .remote-card h4 {
  font-size: 22px;
  font-weight: 500;
  color: #212121;
  text-align: justify;
  margin-bottom: 24px;
}
.remote-slick .remote-card p {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 300;
  color: #212121;
  margin-bottom: 16px;
  text-align: justify;
}
.remote-slick .remote-card img {
  width: 72%;
  margin: 0 auto;
}
.remote-slick .circle-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  font-size: 0;
}
.remote-slick .circle-dot li {
  margin: 0 5px;
  font-size: 0;
}
.remote-slick .circle-dot li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: #212121;
  border-radius: 16px;
  outline: 0;
  border: none;
  opacity: 0.3;
}
.remote-slick .circle-dot li.slick-active button {
  opacity: 1;
  background-color: #cc0000;
}
.remote-web {
  display: grid;
}
@media screen and (max-width: 1024px) {
  .remote-web {
    display: none;
  }
}
.remote-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .remote-mobile {
    display: block;
  }
}
.why-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 48px;
}
.why-list li {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.why-list li .iconify {
  height: 72px;
  display: flex;
  align-items: center;
  font-size: 64px;
  color: #cc0000;
  margin-bottom: 10px;
}
.why-list li h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: #212121;
  margin-bottom: 12px;
}
.why-list li p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #212121;
}
@media screen and (max-width: 1024px) {
  .why-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
/* Safari 和 Chrome */
::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #636363 !important;
  opacity: 1;
}
/* Firefox */
:-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #636363 !important;
  opacity: 1;
}
/* IE 10+ */
::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #636363 !important;
  opacity: 1;
}
/* IE 9 */
:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #636363 !important;
  opacity: 1;
}
.slick-item-player {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #fff;
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 15px rgba(33, 33, 33, 0.3);
}
.slick-item-player.large {
  top: 42%;
  font-size: 72px;
}
@media screen and (max-width: 1024px) {
  .slick-item-player.large {
    font-size: 48px;
  }
}
.slick-item-player.small {
  top: 50%;
  font-size: 48px;
}
@media screen and (max-width: 1024px) {
  .slick-item-player.small {
    font-size: 24px;
  }
}
.slick-item-player:hover {
  opacity: 0.75;
}
.main-poster {
  position: relative;
}
.main-poster .slick-poster {
  position: relative;
  z-index: 10;
}
.main-poster .slick-btn {
  position: absolute;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(33, 33, 33, 0.5);
  border: 0;
  color: white;
}
.main-poster .slick-btn.poster-prev-btn {
  left: 0;
}
.main-poster .slick-btn.poster-next-btn {
  right: 0;
}
.section-slick {
  padding-top: 64px;
  padding-bottom: 64px;
}
.slick-main-gallery {
  margin-bottom: 16px;
}
.slick-main-gallery .slick-main-item {
  position: relative;
}
.slick-main-gallery .slick-main-item .item-inner {
  display: block;
  position: relative;
}
.slick-main-gallery .slick-main-item .item-inner .item-poster {
  position: relative;
  padding-bottom: 56.75%;
  height: 0;
  overflow: hidden;
  text-align: center;
  z-index: 10;
}
.slick-main-gallery .slick-main-item .item-inner .item-poster img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  z-index: 5;
}
.slick-main-gallery .slick-main-item .item-inner .item-poster .btn-scale {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  background-color: rgba(204, 0, 0, 0.5);
  color: white;
  font-size: 32px;
}
.slick-main-gallery .slick-main-item .item-inner .item-text {
  position: absolute;
  z-index: 15;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .slick-main-gallery .slick-main-item .item-inner .item-text {
    bottom: 16px;
  }
}
.slick-main-gallery .slick-main-item .item-inner .item-text .product-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 20px;
  background-color: #cc0000;
  color: white;
  font-weight: 200;
  border-radius: 3px;
}
.slick-main-gallery .slick-main-item .item-inner .item-text .product-label:hover {
  background-color: #a91414;
}
@media screen and (max-width: 1024px) {
  .slick-main-gallery .slick-main-item .item-inner .item-text .product-label {
    font-size: 16px;
  }
}
.slick-thumb-gallery .slick-thumb-item {
  position: relative;
  margin-right: 16px;
}
.slick-thumb-gallery .slick-thumb-item .item-inner {
  display: block;
  position: relative;
}
.slick-thumb-gallery .slick-thumb-item .item-inner .item-poster {
  position: relative;
  padding-bottom: 56.75%;
  height: 0;
  overflow: hidden;
  text-align: center;
  z-index: 10;
}
.slick-thumb-gallery .slick-thumb-item .item-inner .item-poster img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.slick-thumb-gallery .slick-thumb-item .item-inner .item-text {
  padding: 10px 0;
}
.slick-thumb-gallery .slick-thumb-item .item-inner .item-text .product-label {
  font-size: 16px;
  color: #212121;
  display: flex;
  align-items: center;
}
.slick-thumb-gallery .slick-thumb-item .item-inner .item-text .product-label:hover {
  color: #cc0000;
}
.slick-thumb-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 20;
  top: 79%;
  left: 0;
  right: 0;
  padding: 0 16px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .slick-thumb-btn {
    top: 70%;
    padding: 0 8px;
  }
}
.slick-thumb-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #212121;
  color: white;
  border-radius: 64px;
  width: 32px;
  height: 32px;
  font-size: 20px;
  pointer-events: all;
}
.slick-vertical-item {
  position: relative;
  padding-top: 24px;
  margin-left: 24px;
}
.slick-vertical-item .item-inner {
  position: relative;
}
.slick-vertical-item .item-inner .item-poster {
  position: relative;
  z-index: 10;
  display: block;
  aspect-ratio: 3/4;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.slick-vertical-item .item-inner .item-poster img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
}
.slick-vertical-item .item-inner .item-poster .btn-scale {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  background-color: rgba(33, 33, 33, 0.5);
  color: white;
  font-size: 32px;
}
.slick-vertical-item .item-inner .item-poster .player-btn {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.46);
  border-radius: 100%;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.slick-vertical-item .item-inner .item-text {
  padding: 24px 0 32px 0;
}
.slick-vertical-item .item-inner .item-text h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #212121;
  font-weight: 400;
}
.slick-vertical-item .item-inner .item-text h3 .iconify {
  color: #cc0000;
  transition: transform 0.5s ease-in-out;
}
.slick-vertical-item .item-inner .item-text p {
  font-size: 16px;
  color: #212121;
  font-weight: 200;
  margin-top: 0.5em;
}
.slick-vertical-item:hover .item-poster {
  transform: scale(1.07);
  box-shadow: 2px 10px 16px 0px rgba(0, 0, 0, 0.46);
  transition: all 0.3s ease-out;
}
.slick-vertical-item:hover .item-text h3 .iconify {
  transform: translateX(0.5em);
}
.item-hover-scale .item-poster img {
  transition: transform 3s ease-in-out;
}
.item-hover-scale:hover .item-poster img {
  transform: scale(1.5);
}
.slogan-text-product {
  text-align: center;
  padding: 48px 0 24px 0;
}
.slogan-text-product h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 36px;
}
.slogan-text-product p {
  font-size: 16px;
  text-align: center;
  font-weight: 200;
  margin-bottom: 36px;
}
.slogan-text-product .arrow {
  display: inline-flex;
  border-radius: 36px;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  background-color: #ececec;
}
.float {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(72px, -50%);
  z-index: 1001;
  overflow: hidden;
  transition: transform 0.3s ease-in;
}
.float.active {
  transform: translate(0, -50%);
}
.float .side-nav {
  display: flex;
  height: 48px;
  background-color: #cc0000;
}
.float .side-nav:hover {
  background-color: #a91414;
}
.float .side-nav + .side-nav {
  margin-top: 1px;
}
.float .side-nav .icon {
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: white;
  height: 100%;
}
.float .side-nav .name {
  width: 72px;
  padding: 12px 12px 12px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: white;
}
.section-download {
  padding: 64px 0;
}
.download-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.download-list a {
  display: block;
  height: 100%;
  background-color: white;
}
.download-list a .poster {
  display: block;
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  transition: transform 0.3s ease-in;
}
.download-list a .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.download-list a .text {
  padding: 12px 0;
}
.download-list a .text h3 {
  font-weight: 300;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #212121;
  margin-bottom: 10px;
}
.download-list a .text h3 .iconify {
  color: #cc0000;
  transition: transform 0.3s ease-in;
}
.download-list a .text p {
  font-size: 16px;
  color: #212121;
  font-weight: 200;
}
.download-list a:hover .poster {
  transform: scale(1.07);
}
.download-list a:hover .text h3 .iconify {
  transform: translateX(10px);
}
@media screen and (max-width: 1024px) {
  .download-list {
    grid-template-columns: 1fr;
  }
}
.slide-sort {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-right: 48px;
  margin-top: 12px;
  position: relative;
  height: auto;
  transition: height 0.5s ease-in-out;
}
.slide-sort.slide-up {
  height: 36px;
  overflow: hidden;
}
.slide-sort .slide-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  height: 36px;
  font-size: 16px;
  color: #212121;
  background-color: #ececec;
  flex: none;
  margin-right: 12px;
  margin-bottom: 12px;
}
.slide-sort .slide-item:hover,
.slide-sort .slide-item.current {
  background-color: #cc0000;
  color: white;
}
@media screen and (max-width: 1024px) {
  .slide-sort .slide-item {
    padding: 6px 12px;
  }
}
.slide-sort .slide-toggle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  height: 36px;
  font-size: 16px;
  background-color: white;
  color: #cc0000;
  position: absolute;
  right: 0;
  top: 0;
}
.pro-videos {
  margin-top: 24px;
}
.pro-videos .video-item {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.75%;
  height: 0;
}
.pro-videos .video-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
}
.pro-videos .video-item .play-btn {
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: transform 0.5s ease-in;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.15);
}
.pro-videos .video-item .play-btn:hover {
  transform: scale(1.05) translate(-50%, -50%);
}
.pro-videos .video-item .play-btn .iconify {
  font-size: 64px;
  color: #cc0000;
}
.main-poster .video-btn {
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: transform 0.5s ease-in;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.15);
}
.main-poster .video-btn:hover {
  transform: scale(1.05) translate(-50%, -50%);
}
.main-poster .video-btn .iconify {
  font-size: 64px;
  color: #cc0000;
}
a.tel_link,p.tel_link,span.tel_link,i.tel_link{
  font-size:16px;
  font-weight:bold;
}
i.tel_link{
  font-size:24px;
}

.new_footer{
  background:rgba(244,244,244,1);
  font-size:16px;
  color:#000;
}

.new_footer_inner{
  max-width:1800px;
  padding:40px 160px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:16px;
}

/* .col_logo,.col_contact{
  grid-column: span 3 / span 3;
} */

.col_logo,.col_contact{
  grid-column: span 3 / span 3;
}

.col_service{
  grid-column: span 2 / span 2;
}

.col_inspiration{
  grid-column: span 2 / span 2;
}

.col_about{
  grid-column: span 2 / span 2;
}

.col_logo > img{
  width:125px;
  height:auto;
}

.new_footer_inner .col_title{
  font-size:20px;
}

.new_footer_inner > .col >  hr{
  height:2px;
  width:32px;
  margin:16px 0;
  background-color:rgba(244,183,27,1);
  border:0;
}

.new_footer_inner .col_contact h3{
  font-size:16px;
  font-weight:normal;
   margin-bottom:1em;
}

.new_footer_inner .col_contact p{
  font-size: 16px;
 
  margin-bottom:1em;
}

.new_footer_inner .col_contact p:last-child{
  margin-bottom:0;
}

.new_footer_inner .nav_footer a{
  color:#000;
  text-decoration: none;
  font-size:16px;
  margin-bottom:1em;
  display:block;
}

.new_footer_inner .nav_footer a:hover{
  color:rgba(244,183,27,1);
}

.new_footer_bottom{
  padding:0 160px 16px 160px;
  max-width:1800px;
  margin:0 auto;
}

.new_footer_bottom .icp_item{
  padding:16px;
  border-top:1px solid rgba(244,183,27,1);
  border-bottom:1px solid rgba(244,183,27,1);
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}

.new_footer_bottom .icp_item > a:hover{
  color:rgba(244,183,27,1);
}

@media screen and (max-width:1200px){
.new_footer_inner{
  padding:40px;
}

.new_footer_bottom{
  padding:0 40px 16px 40px;
}
}

@media screen and (max-width:960px){
.new_footer_inner{
  padding:48px 24px;

}

.new_footer_bottom{
  padding:0 24px 24px 24px;
}

.col_logo{
  grid-column: span 12 / span 12;
  margin-bottom:24px;
}

.col_contact{
  grid-column: span 8 / span 8;
  margin-bottom:24px;
}

.col_service{
 grid-column: span 4 / span 4;
 margin-bottom:24px;
}

.col_inspiration{
 grid-column: span 8 / span 8;
 margin-bottom:24px;
}

.col_about{
  grid-column: span 4 / span 4;
  margin-bottom:24px;
}

.new_footer_inner .col_title{
  font-size:16px;
}

.new_footer_inner .col_contact h3{
  font-size:14px;
}

.new_footer_inner .col_contact p{
  font-size:14px;
}

.new_footer_inner .nav_footer a{
  font-size:14px;
}


.new_footer_bottom .icp_item{
  flex-flow:column;
  align-items:center;
  font-size:14px;
}

.new_footer_bottom .icp_item > a{
  margin-bottom:1em;
}

.new_footer_bottom .icp_item > span{
  text-align:center;
  line-height:1.5;
}

}




