html,
body {
  height: 100%;
}
.struct-container {
  height: 100%;
  flex-wrap: nowrap;
}
.section-navigator {
  width: 160px;
  flex-shrink: 0;
  height: 100%;
}
.section-navigator > div {
  width: 100%;
  text-align: center;
}
.section-navigator .logo {
  left: 0;
  top: 0;
}
.section-navigator .logo img {
  max-width: 100%;
}
.section-navigator .telphone {
  left: 0;
  bottom: 0;
}
.section-navigator .telphone .tel {
  font-size: 18px;
}
.section-navigator .navigator {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/nav-icon.gif") center no-repeat;
}
.section-navigator .navigator .nav-list {
  height: 100%;
  position: relative;
  flex-direction: column;
  justify-content: center;
  left: -160px;
  transition: all 0.65s ease;
}
.section-navigator .navigator .nav-list .nav {
  position: relative;
  margin-bottom: 10px;
}
.section-navigator .navigator .nav-list .nav .subnav-list {
  display: none;
  position: absolute;
  left: 160px;
  z-index: 100;
  white-space: nowrap;
  padding: 30px 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--opacity-white);
}
.section-navigator .navigator .nav-list .nav .subnav-list .submenu {
  display: block;
  height: 40px;
  width: 140px;
  line-height: 40px;
}
.section-navigator .navigator .nav-list .nav .subnav-list .submenu p {
  font-size: 15px;
}
.section-navigator .navigator .nav-list .nav:hover .subnav-list {
  display: block;
}
.section-navigator .navigator:hover {
  background: none !important;
}
.section-navigator .navigator:hover .nav-list {
  left: 0;
}
.section-navigator .lightMove {
  display: block;
  height: 44px;
  line-height: 44px;
  position: relative;
  overflow: hidden;
}
.section-navigator .lightMove p {
  position: relative;
  z-index: 2;
  font-size: 16px;
}
.section-navigator .lightMove::before {
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
  content: " ";
  height: 100%;
  width: 0%;
  transition: all 0.5s ease;
  background-color: var(--main-color-dark);
  transform: skew(30deg, 0);
}
.section-navigator .lightMove:hover {
  background-color: var(--main-color);
}
.section-navigator .lightMove:hover::before {
  width: 120%;
}
.section-navigator .lightMove:hover p {
  color: #fff;
}
.section-pages {
  flex-grow: 1;
}
.section-pages .section .slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-pages .page1 video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-pages .page2 .container {
  width: 1200px;
  padding-top: 70px;
}
.section-pages .page2 .container .product-list {
  width: 500px;
}
.section-pages .page2 .container .product-list .item {
  width: 200px;
  height: 200px;
  position: absolute;
}
.section-pages .page2 .container .product-list .item .thumb {
  height: 100%;
  background-color: var(--opacity-white);
  border: 1px solid var(--main-color);
}
.section-pages .page2 .container .product-list .item:nth-child(2) {
  left: 0;
  top: 200px;
  margin-top: -1px;
}
.section-pages .page2 .container .product-list .item:nth-child(3) {
  left: 200px;
  top: 200px;
  margin-top: -1px;
  margin-left: -1px;
}
.section-pages .page2 .container .product-list .item:nth-child(4) {
  left: 200px;
  top: 400px;
  margin-top: -2px;
  margin-left: -1px;
}
.section-pages .page2 .container .introduce {
  width: 600px;
  padding: 50px;
  margin-top: 50px;
  background-color: var(--opacity-white);
}
.section-pages .page2 .container .introduce .caption {
  font-size: 30px;
}
.section-pages .page2 .container .introduce .desc {
  font-size: 18px;
  color: #444;
  line-height: 2em;
}
.section-pages .page3 {
  background-color: #808080;
}
.section-pages .page4 .container {
  width: 1200px;
  margin-top: 50px;
}
.section-pages .page4 .container .introduce .caption {
  font-size: 24px;
}
.section-pages .page4 .container .introduce .desc {
  font-size: 16px;
  line-height: 2em;
  width: 600px;
}
.section-pages .page4 .container .pic-list .item {
  width: 33%;
}
.section-pages .page4 .container .pic-list .item .bd {
  border-width: 3px;
  border-color: #fff;
}
.section-pages .page4 .container .pic-list .item .title {
  line-height: 2.6em;
  font-size: 18px;
  width: 136px;
  padding: 0 .6em;
  text-align: center;
  background-color: var(--main-color);
  transition: all 0.6s ease;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-pages .page4 .container .pic-list .item:hover .title {
  width: 100%;
  background-color: var(--main-color-opacity);
}
.section-pages .page5 .container {
  margin-top: 200px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  background-color: var(--opacity-white);
}
.section-pages .page5 .container .caption {
  font-size: 28px;
}
.section-pages .page5 .container .profile {
  font-size: 18px;
  line-height: 2em;
}
.section-pages .page-title {
  padding: 50px 50px;
  background: #fff;
  text-align: center;
}
.section-pages .page-title .caption {
  font-weight: bold;
  margin-bottom: 20px;
}
.section-pages .page-title .caption .icon {
  height: 60px;
  vertical-align: middle;
  display: none;
}
.section-pages .page-title .caption .title {
  font-size: 30px;
}
.section-pages .page-title .caption .tag {
  font-size: 36px;
}
.section-pages .page-title .caption .first {
  color: var(--main-color);
}
.section-pages .page-title .desc {
  font-size: 18px;
  color: #999;
}
.fp-watermark {
  display: none;
}
.fp-overflow {
  height: 100%;
}
.fp-slidesNav {
  text-align: center;
  left: 50% !important;
  right: unset;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.75);
  padding: 0 20px;
  border-radius: 50px;
}
.slider-navigator li.on {
  border-color: var(--main-color);
  background-color: var(--main-color-opacity);
}
.bigBtn {
  font-size: 16px;
  display: block;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  line-height: 2.6em;
  border: 1px solid var(--main-color-dark);
}
.bigBtn:hover {
  background-color: var(--main-color);
  color: #fff;
}
