@charset "UTF-8";
@font-face {
  font-family: "D-DIN";
  src: url("../font/D-DIN.ttf");
}

@font-face {
  font-family: "D-DIN-Bold";
  src: url("../font/D-DIN-Bold.ttf");
}

@font-face {
  font-family: "Arial-BoldMT";
  src: url("../font/Arial-BoldMT.otf");
}

@font-face {
  font-family: 'Remem-Regular';
  src: url("../font/Remem-Regular.ttf");
}

@font-face {
  font-family: 'Remem-Light-Light';
  src: url("../font/Remem-Light.ttf");
}

@font-face {
  font-family: 'Remem-Bold';
  src: url("../font/Remem-Bold.otf");
}

.w1260 {
  width: 12.6rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1460 {
  width: 14.6rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1720 {
  width: 17.2rem;
  margin: 0 auto;
  max-width: 92%;
}

.approachAnimation {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #092624;
  z-index: 20;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.approachAnimation .box {
  width: 100%;
  height: 100%;
  position: relative;
}

.approachAnimation .banner1 {
  width: calc(705 / 1920 * 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(0deg);
          transform: translate(-50%, -50%) scale(0) rotate(0deg);
}

.approachAnimation .banner11 {
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(360deg);
          transform: translate(-50%, -50%) scale(1) rotate(360deg);
  -webkit-transition: all 5s;
  transition: all 5s;
}

.approachAnimation .logo {
  width: calc(240 / 1920 * 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.approachAnimation .logo1 {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 5s;
  transition: all 5s;
}

.approachAnimation .circle1 {
  width: calc(1100 / 1920 * 100%);
  padding-top: calc(1100 / 1920 * 100%);
  border-radius: 50%;
  height: 0%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.approachAnimation .circle11 {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 5s;
  transition: all 5s;
}

.approachAnimation .circle2 {
  width: calc(1629 / 1920 * 100%);
  padding-top: calc(1629 / 1920 * 100%);
  border-radius: 50%;
  height: 0%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.approachAnimation .circle22 {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 5s;
  transition: all 5s;
}

.approachAnimation1 {
  top: -100%;
}

.approachAnimation11 {
  display: none;
}

.searchBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000060;
  z-index: 999999999999999;
  display: none;
}

.searchBox .ipt {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.searchBox .ipt .esc {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
}

.searchBox .ipt .esc img {
  width: 100%;
}

.searchBox .ipt .inpZ {
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #66666650;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.searchBox .ipt .inpZ .search1 {
  font-family: 'Remem-Bold';
  color: #092624;
}

.searchBox .ipt .inpZ input {
  width: 5.7rem;
  border: none;
}

.searchBox .ipt .inpZ .submit {
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(../images/search2.png);
  background-size: 100% 100%;
  background-color: #0000;
}

.searchBox .ipt .text {
  width: 6rem;
  margin-top: 0.6rem;
}

.searchBox .ipt .text .y1 {
  color: #000000;
  font-family: 'Remem-Light-Light';
  margin-bottom: 0.7rem;
  display: block;
}

.searchBox .ipt .text .y2 {
  display: block;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eeeeee;
  color: #424242;
  font-family: 'Remem-Light-Light';
  margin-top: 0.25rem;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid #e8e8e800;
}

header .layout {
  height: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo {
  height: 0.46rem;
}

header .logo .img1 {
  height: 100%;
  display: block;
}

header .logo .img2 {
  height: 100%;
  display: none;
}

header .Navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .Navigation .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .Navigation .nav .nav_li {
  height: 1.1rem;
  line-height: 1.1rem;
  color: #ffffff;
  position: relative;
  margin-left: 0.87rem;
  font-family: 'Remem-Regular';
}

header .Navigation .nav .nav_li:nth-child(1) {
  margin-left: 0;
}

header .Navigation .nav .isSubnav:hover::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.14rem solid transparent;
  border-right: 0.14rem solid transparent;
  border-bottom: 0.14rem solid #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .Navigation .subnav {
  position: fixed;
  top: 1rem;
  left: 0;
  padding-top: 0.1rem;
  width: 100%;
  height: 5.6rem;
  overflow: hidden;
  display: none;
}

header .Navigation .subnav .tagBox {
  background-color: #ffffff;
  width: 100%;
  height: 5.5rem;
  position: relative;
}

header .Navigation .subnav .tag {
  height: 1.2rem;
  border-bottom: 1px solid #e8e8e8;
}

header .Navigation .subnav .tag .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .Navigation .subnav .tag .ul .item .subnav_li {
  height: 1.2rem;
  line-height: 1.2rem;
  font-family: "Remem-Light-Light";
  color: #000000;
  margin-left: 1rem;
  cursor: pointer;
  position: relative;
}

header .Navigation .subnav .tag .ul .item .subnav_li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 0;
  background-color: #0f3a20;
  -webkit-transition: all .5s;
  transition: all .5s;
}

header .Navigation .subnav .tag .ul .item .subnav_li:hover::after {
  width: 100%;
}

header .Navigation .subnav .tag .ul .item .swiper2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

header .Navigation .subnav .tag .ul .item .swiper-container2 {
  height: 2.5rem;
  margin: 0.9rem auto;
}

header .Navigation .subnav .tag .ul .item .swiper-container2 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .Navigation .subnav .tag .ul .item .swiper-container2 .swiper-slide img {
  max-height: 2.5rem;
}

header .Navigation .subnav .tag .ul .item .swiper-container2 .swiper-button {
  width: 16px;
  height: 31px;
  background-image: url(../images/swiper-button-prev.png);
  background-size: 100% 100%;
}

header .Navigation .subnav .tag .ul .item .swiper-container2 .swiper-button-next {
  background-image: url(../images/swiper-button-next.png);
}

header .Navigation .subnav .tag .ul .item:nth-child(1) .subnav_li {
  margin-left: 0;
}

header .Navigation .subnav .tag .ul .onItem .subnav_li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background-color: #0f3a20;
  -webkit-transition: all .5s;
  transition: all .5s;
}

header .Navigation .subnav .tag .ul .onItem .swiper2 {
  display: block;
}

@media (max-width: 1000px) {
  header .Navigation .nav {
    display: none;
  }
}

header .icon {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .icon .search {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

header .icon .search .img1 {
  width: 100%;
  display: block;
}

header .icon .search .img2 {
  width: 100%;
  display: none;
}

header .icon .personal {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-left: 0.45rem;
}

header .icon .personal .img1 {
  width: 100%;
  display: block;
}

header .icon .personal .img2 {
  width: 100%;
  display: none;
}

header .icon .shoppingCart {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 30px;
  min-height: 30px;
  cursor: pointer;
  margin-left: 0.45rem;
  position: relative;
}

header .icon .shoppingCart .img1 {
  width: 100%;
  display: block;
}

header .icon .shoppingCart .img2 {
  width: 100%;
  display: none;
}

header .icon .shoppingCart .sum {
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  min-width: 15px;
  min-height: 15px;
  border-radius: 50%;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 1.2;
  -webkit-transform: translate(40%, -40%);
          transform: translate(40%, -40%);
  background-color: #092624;
  color: #ffffff;
}

header .icon .close {
  width: 32px;
  z-index: 12;
  padding: 0.1rem;
  margin-left: 0.2rem;
  display: none;
}

header .icon .close span {
  display: block;
  height: 2px;
  background: #000;
  margin-bottom: 6px;
  border-radius: 2px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

header .icon .close span:nth-child(3) {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  header .icon .close {
    display: block !important;
  }
}

header .icon .open span {
  background: #000;
}

header .icon .open span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .icon .open span:nth-of-type(2) {
  width: 0;
}

header .icon .open span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .h-nav {
  display: block;
  position: fixed;
  height: calc(100vh - 1.1rem);
  width: 50%;
  background-color: #ffffff;
  top: 1.1rem;
  right: -50%;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: #000000;
  z-index: 20;
  border-top: 2px solid #423838;
  font-family: 'Remem-Regular';
}

header .h-nav .HnavBox {
  line-height: 40px;
}

header .h-nav .HnavBox .onc {
  padding: 0 0.5rem;
  width: 100%;
  line-height: 40px;
  display: block;
}

header .h-nav .HnavBox .onc:hover {
  background-color: #423838;
  color: #fff;
}

header .h-nav .active {
  background-color: #f2cb1e;
}

header .h-nav .hideBox {
  position: relative;
}

header .h-nav .hideBox .Aicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .h-nav .hideBox .Aicon:hover {
  background-color: #423838;
  color: #ffffff;
}

header .h-nav .hideBox .Aicon .onc:hover {
  background-color: rgba(0, 0, 0, 0);
}

header .h-nav .hideBox .Aicon .span1 {
  font-size: 26px;
  padding-right: 0.5rem;
  cursor: pointer;
}

header .h-nav .hideBox .Aicon .span2 {
  font-size: 26px;
  padding-right: 0.5rem;
  cursor: pointer;
  display: none;
}

header .h-nav .hideBox .hide {
  display: none;
}

header .h-nav .hideBox .hide li {
  padding: 0 0.7rem;
  line-height: 40px;
}

header .h-nav .hideBox .hide li:hover {
  background-color: #423838;
  color: #ffffff;
}

header .h-nav .k .Aicon .span1 {
  display: none;
}

header .h-nav .k .Aicon .span2 {
  display: block;
}

header .mask {
  position: fixed;
  top: 1.1rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000073;
  z-index: 10;
  display: none;
}

@media (max-width: 700px) {
  header .top {
    display: none;
  }
  header .h-nav {
    height: calc(100vh - 0.96rem);
    top: 0.96rem;
  }
  header .mask {
    height: calc(100vh - 0.96rem);
    top: 0.96rem;
  }
}

header .shoppingCartBox {
  width: 100vw;
  height: 100vh;
  background-color: #0000004d;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}

header .shoppingCartT {
  width: 488px;
  background-color: #ffffff;
  position: fixed;
  top: 1.1rem;
  right: 1.1rem;
  padding: 0 calc(40 / 1920 * 100%);
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
  padding-right: calc(20 / 1920 * 100%);
}

header .shoppingCartT .esc {
  position: fixed;
  top: 1.4rem;
  right: 1.4rem;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

header .shoppingCartT .h1 {
  font-family: 'Remem-Bold';
  color: #092624;
}

header .shoppingCartT .list {
  margin-top: 0.45rem;
  max-height: 5.25rem;
  overflow: auto;
  margin-bottom: 0.4rem;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

header .shoppingCartT .list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

header .shoppingCartT .list::-webkit-scrollbar-track {
  background-color: inherit;
  border: none;
  /* margin: 6px; */
  border-radius: 10px;
  background-color: #c6c6cd;
}

header .shoppingCartT .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  position: relative;
  right: 2px;
  background-color: #0f3a20;
  width: 6px;
}

header .shoppingCartT .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4rem;
}

header .shoppingCartT .list .item:last-child {
  margin-bottom: 0;
}

header .shoppingCartT .list .item img {
  width: calc(100 / 428 * 100%);
}

header .shoppingCartT .list .item .info {
  width: calc(328 / 428 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: calc(30 / 428 * 100%);
}

header .shoppingCartT .list .item .info .left {
  width: calc(200 / 298 * 100%);
}

header .shoppingCartT .list .item .info .left .l_1 {
  font-family: 'Remem-Bold';
  color: #111111;
  margin-top: 0.1rem;
}

header .shoppingCartT .list .item .info .left .l_2 {
  color: #646464;
  font-family: 'Remem-Light-Light';
  margin-top: 0.1rem;
}

header .shoppingCartT .list .item .info .right {
  margin-top: 0.1rem;
  margin-right: calc(20 / 298 * 100%);
}

header .shoppingCartT .list .item .info .right .r_1 {
  color: #111111;
}

header .shoppingCartT .btnBox {
  padding-top: 0.35rem;
  border-top: 1px solid #e8e8e8;
}

header .shoppingCartT .btn {
  display: block;
  padding: 0.2rem 0;
  background-color: #092624;
  text-align: center;
  font-family: 'Remem-Light-Light';
  color: #ffffff;
}

@media (max-width: 500px) {
  header .shoppingCartT {
    width: 100%;
    right: 0;
  }
  header .shoppingCartT .esc {
    right: 0.3rem;
  }
}

@media (max-width: 1000px) {
  header {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
  }
  header .logo .img1 {
    display: none;
  }
  header .logo .img2 {
    display: block;
  }
  header .Navigation .nav .nav_li {
    color: #000000;
  }
  header .Navigation .nav .nav_li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 2px;
    width: 0;
    background-color: #0f3a20;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  header .Navigation .nav .nav_li:hover::before {
    width: 100%;
  }
  header .Navigation .nav .isSubnav::after {
    display: none;
  }
  header .Navigation .nav .isSubnav:hover::after {
    display: none;
  }
  header .icon .search .img1 {
    display: none;
  }
  header .icon .search .img2 {
    display: block;
  }
  header .icon .personal .img1 {
    display: none;
  }
  header .icon .personal .img2 {
    display: block;
  }
  header .icon .shoppingCart .img1 {
    display: none;
  }
  header .icon .shoppingCart .img2 {
    display: block;
  }
}

.onHeader {
  background-color: #ffffff;
  border-bottom: 1px solid #e8e8e8;
}

.onHeader .logo .img1 {
  display: none;
}

.onHeader .logo .img2 {
  display: block;
}

.onHeader .Navigation .nav .nav_li {
  color: #000000;
}

.onHeader .Navigation .nav .nav_li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  width: 0;
  background-color: #0f3a20;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.onHeader .Navigation .nav .nav_li:hover::before {
  width: 100%;
}

.onHeader .Navigation .nav .isSubnav::after {
  display: none;
}

.onHeader .Navigation .nav .isSubnav:hover::after {
  display: none;
}

.onHeader .icon .search .img1 {
  display: none;
}

.onHeader .icon .search .img2 {
  display: block;
}

.onHeader .icon .personal .img1 {
  display: none;
}

.onHeader .icon .personal .img2 {
  display: block;
}

.onHeader .icon .shoppingCart .img1 {
  display: none;
}

.onHeader .icon .shoppingCart .img2 {
  display: block;
}

main {
  width: 100vw;
  overflow: hidden;
}

.page1 .swiper-container1 {
  position: relative;
}

.page1 .swiper-container1 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page1 .swiper-container1 .swiper-pagination {
  width: auto;
  bottom: 0.3rem;
  left: calc(100 / 1920 * 100%);
  right: auto;
}

.page1 .swiper-container1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  border-radius: 0;
}

.page1 .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.9rem;
  height: 4px;
  background-color: #ffffff;
  opacity: 1;
}

.page1 .swiper-container1 .next {
  width: 1.65rem;
  height: 1.65rem;
  position: absolute;
  bottom: calc(110 / 950 * 100%);
  right: 1rem;
  z-index: 2;
  cursor: pointer;
}

.page1 .swiper-container1 .next .iconBox {
  width: 100%;
  height: 100%;
  position: relative;
}

@-webkit-keyframes approachAnimation3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes approachAnimation3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.page1 .swiper-container1 .next .iconBox .icon1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: approachAnimation3 30s infinite linear;
          animation: approachAnimation3 30s infinite linear;
}

.page1 .swiper-container1 .next .iconBox .icon2 {
  width: 0.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page1 .product1 {
  padding-top: 1.4rem;
  padding-bottom: 2.4rem;
}

.page1 .product1 .layout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page1 .product1 .text {
  position: absolute;
  top: 25%;
  left: calc(220 / 1920 * 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.page1 .product1 .text .t1 {
  font-family: 'Remem-Bold';
  color: #092624;
}

.page1 .product1 .text .p1 {
  font-family: 'Remem-Light-Light';
  color: #111111;
  margin-top: 0.4rem;
}

.page1 .product1 .text .img_arrow {
  display: block;
  width: 1rem;
  height: 0.2rem;
  margin-top: 1rem;
  font-size: 0;
  background: url(../images/img_arrow.png) no-repeat right center/1.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.page1 .product1 .text .img_arrow:hover {
  width: 1.5rem;
}

.page1 .product1 .icon3 {
  width: 1.65rem;
  position: absolute;
  bottom: 0;
  left: calc(320 / 1920 * 100%);
  -webkit-transform: translate(-50%, 50%) rotate(0deg);
          transform: translate(-50%, 50%) rotate(0deg);
  -webkit-animation: approachAnimation4 30s infinite linear;
          animation: approachAnimation4 30s infinite linear;
}

@-webkit-keyframes approachAnimation4 {
  0% {
    -webkit-transform: translate(-50%, 50%) rotate(0deg);
            transform: translate(-50%, 50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 50%) rotate(360deg);
            transform: translate(-50%, 50%) rotate(360deg);
  }
}

@keyframes approachAnimation4 {
  0% {
    -webkit-transform: translate(-50%, 50%) rotate(0deg);
            transform: translate(-50%, 50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 50%) rotate(360deg);
            transform: translate(-50%, 50%) rotate(360deg);
  }
}

.page1 .product1 .banner3 {
  width: calc(1600 / 1920 * 100%);
}

@media (max-width: 900px) {
  .page1 .product1 .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page1 .product1 .text {
    width: 92%;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
  }
  .page1 .product1 .icon3 {
    left: 0;
  }
  .page1 .product1 .banner3 {
    width: 100%;
    margin-top: 0.2rem;
  }
}

@media (max-width: 700px) {
  .page1 .product1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.page1 .product2 {
  background-color: #f8f8f9;
  padding-bottom: 1.55rem;
}

.page1 .product2 .h1 {
  font-family: 'Remem-Bold';
  color: #092624;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page1 .product2 .context {
  margin-top: 0.4rem;
  padding-right: calc(300 / 1920 * 100%);
  padding-left: calc(230 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page1 .product2 .context .text .p1 {
  font-family: 'Remem-Bold';
  color: #111111;
}

.page1 .product2 .context .text .p2 {
  font-family: 'Remem-Light-Light';
  color: #111111;
  line-height: 1.2;
  margin-top: 0.3rem;
}

.page1 .product2 .context .text .img_arrow {
  display: block;
  width: 1rem;
  height: 0.2rem;
  margin-top: 1.8rem;
  font-size: 0;
  background: url(../images/img_arrow.png) no-repeat right center/1.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.page1 .product2 .context .text .img_arrow:hover {
  width: 1.5rem;
}

@media (max-width: 700px) {
  .page1 .product2 .context .text .img_arrow {
    margin-top: 1rem;
  }
}

.page1 .product2 .context .imgBox {
  width: calc(720 / 1390 * 100%);
  margin-left: 0.5rem;
  position: relative;
}

.page1 .product2 .context .imgBox .banner4 {
  width: 100%;
}

.page1 .product2 .context .imgBox .icon3 {
  width: 1.65rem;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%) rotate(0deg);
          transform: translate(50%, 50%) rotate(0deg);
  -webkit-animation: approachAnimation5 30s infinite linear;
          animation: approachAnimation5 30s infinite linear;
}

@-webkit-keyframes approachAnimation5 {
  0% {
    -webkit-transform: translate(50%, 50%) rotate(0deg);
            transform: translate(50%, 50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(50%, 50%) rotate(360deg);
            transform: translate(50%, 50%) rotate(360deg);
  }
}

@keyframes approachAnimation5 {
  0% {
    -webkit-transform: translate(50%, 50%) rotate(0deg);
            transform: translate(50%, 50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(50%, 50%) rotate(360deg);
            transform: translate(50%, 50%) rotate(360deg);
  }
}

@media (max-width: 900px) {
  .page1 .product2 .context {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .page1 .product2 .context .text {
    width: 92%;
  }
  .page1 .product2 .context .imgBox {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }
}

@media (max-width: 700px) {
  .page1 .product2 {
    padding-bottom: 1rem;
  }
}

.page1 .product3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: calc(230 / 1920 * 100%);
  padding-right: calc(260 / 1920 * 100%);
  padding-top: calc(130 / 1920 * 100%);
}

.page1 .product3 .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page1 .product3 .text .p1 {
  font-family: 'Remem-Bold';
  color: #092624;
}

.page1 .product3 .text .p2 {
  font-family: 'Remem-Light-Light';
  color: #092624;
  margin-top: 0.6rem;
  line-height: 1.2;
}

.page1 .product3 .text .img_arrow {
  display: block;
  width: 1rem;
  height: 0.2rem;
  margin-top: 1.3rem;
  font-size: 0;
  background: url(../images/img_arrow.png) no-repeat right center/1.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.page1 .product3 .text .img_arrow:hover {
  width: 1.5rem;
}

@media (max-width: 700px) {
  .page1 .product3 .text .img_arrow {
    margin-top: 1rem;
  }
}

.page1 .product3 .imgBox {
  width: calc(700 / 1430 * 100%);
}

.page1 .product3 .imgBox img {
  width: 100%;
}

@media (max-width: 1000px) {
  .page1 .product3 {
    padding-left: 0;
    padding-right: 0;
  }
  .page1 .product3 .text {
    width: 92%;
    margin: 0 auto;
  }
  .page1 .product3 .imgBox {
    width: 92%;
    text-align: right;
  }
  .page1 .product3 .imgBox img {
    width: 30%;
    display: inline-block;
  }
}

@media (max-width: 700px) {
  .page1 .product3 {
    padding-top: 1rem;
  }
  .page1 .product3 .imgBox {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
  .page1 .product3 .imgBox img {
    width: 92%;
    display: inline-block;
  }
}

.page1 .product4 {
  padding-top: 1.3rem;
  padding-bottom: 1.45rem;
  padding-left: calc(230 / 1920 * 100%);
  padding-right: calc(220 / 1920 * 100%);
}

.page1 .product4 .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page1 .product4 .imgBox {
  width: calc(610 / 1470 * 100%);
}

.page1 .product4 .imgBox img {
  width: 100%;
}

.page1 .product4 .textBox {
  width: calc(760 / 1470 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page1 .product4 .textBox .bgz {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: 'Remem-Regular';
  color: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page1 .product4 .textBox .text {
  width: calc(540 / 760 * 100%);
}

.page1 .product4 .textBox .text .p1 {
  font-family: 'Remem-Bold';
  color: #092624;
}

.page1 .product4 .textBox .text .p2 {
  font-family: 'Remem-Light-Light';
  color: #111111;
  margin-top: 0.5rem;
  line-height: 1.2;
}

.page1 .product4 .textBox .text .img_arrow {
  display: block;
  width: 1rem;
  height: 0.2rem;
  margin-top: 1.7rem;
  font-size: 0;
  background: url(../images/img_arrow.png) no-repeat right center/1.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.page1 .product4 .textBox .text .img_arrow:hover {
  width: 1.5rem;
}

@media (max-width: 700px) {
  .page1 .product4 .textBox .text .img_arrow {
    margin-top: 1rem;
  }
}

@media (max-width: 700px) {
  .page1 .product4 .textBox .text {
    padding-top: 1rem;
  }
}

@media (max-width: 900px) {
  .page1 .product4 {
    padding: 0;
  }
  .page1 .product4 .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page1 .product4 .imgBox {
    width: 100%;
  }
  .page1 .product4 .textBox {
    width: 80%;
    margin: 0.2rem auto;
  }
}

@media (max-width: 1000px) {
  .page1 {
    margin-top: 1.1rem;
  }
}

.page2 .banner {
  position: relative;
}

.page2 .banner .banner8 {
  width: 100%;
  display: block;
}

.page2 .banner .text {
  position: absolute;
  top: 50%;
  left: calc(230 / 1920 * 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page2 .banner .text .p1 {
  font-family: 'Remem-Light-Light';
  color: #ffffff;
}

.page2 .banner .text .p2 {
  font-family: 'Remem-Bold';
  color: #ffffff;
  margin-top: 0.25rem;
  margin-bottom: 0.1rem;
  margin-left: -1%;
}

.page2 .banner .text .p3 {
  font-family: 'Remem-Light-Light';
  color: #ffffff;
}

.page2 .banner .img_arrow {
  position: absolute;
  top: calc(762 / 960 * 100%);
  left: 50%;
  display: block;
  width: 0.2rem;
  height: 1rem;
  font-size: 0;
  background: url(../images/arrow.png) no-repeat bottom center/0.2rem 1.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.page2 .banner .img_arrow:hover {
  height: 1.5rem;
}

@media (max-width: 700px) {
  .page2 .banner .img_arrow {
    display: none;
  }
}

.page2 .tag {
  font-family: 'Remem-Light-Light';
  color: #000000;
}

.page2 .tag .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: calc(100 / 1460 * 100%) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page2 .tag .layout .item {
  margin-left: 1rem;
  position: relative;
}

.page2 .tag .layout .item:nth-child(1) {
  margin-left: 0;
}

.page2 .tag .layout .item::after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 0;
  background-color: #092624;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page2 .tag .layout .item:hover::after {
  width: 100%;
}

.page2 .tag .layout .onItem::after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background-color: #092624;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 700px) {
  .page2 .tag .layout {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page2 .tag .layout .item {
    margin-left: 0;
    padding: 0 0.2rem;
    margin-top: 0.3rem;
  }
}

.page2 .list {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page2 .list .item {
  width: calc(450 / 1460 * 100%);
  margin-left: calc(55 / 1460 * 100%);
  background-color: #f8f8f9;
  padding-top: 0.8rem;
  padding-bottom: 1.1rem;
  margin-bottom: 0.55rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.page2 .list .item:hover {
  -webkit-transform: translateY(-0.3rem) !important;
          transform: translateY(-0.3rem) !important;
}

.page2 .list .item:nth-child(3n + 1) {
  margin-left: 0;
}

.page2 .list .item .product {
  max-height: 3.2rem;
  max-width: calc(290 / 450 * 100%);
  margin: 0 auto;
  line-height: 3.2rem;
  text-align: center;
}

.page2 .list .item .product img {
  max-height: 3.2rem;
  display: inline-block;
}

.page2 .list .item .text {
  text-align: center;
}

.page2 .list .item .text .p1 {
  font-family: 'Remem-Bold';
  color: #111111;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}

.page2 .list .item .text .p2 {
  font-family: 'Remem-Light-Light';
  color: #111111;
  line-height: 1.2;
}

@media (max-width: 700px) {
  .page2 .list .item {
    width: 48%;
    margin-left: 4%;
  }
  .page2 .list .item:nth-child(3n + 1) {
    margin-left: 4%;
  }
  .page2 .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.page2 .btnBox {
  text-align: center;
  margin-bottom: 1.4rem;
  margin-top: 0.25rem;
}

.page2 .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.3rem 1rem;
  background-color: #111111;
  color: #ffffff;
  font-family: 'Remem-Light-Light';
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.page2 .btn:hover {
  -webkit-transform: translateY(-0.1rem) !important;
          transform: translateY(-0.1rem) !important;
}

.page2 .btn img {
  height: 100%;
  margin-left: 0.2rem;
}

@media (max-width: 1000px) {
  .page2 {
    margin-top: 1.1rem;
  }
}

.page3 .nav {
  padding: 0.39rem 0;
  font-family: 'Remem-Light-Light';
}

.page3 .swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page3 .swiper .left {
  width: calc(1040 / 1720 * 100%);
}

.page3 .swiper .left .swiper-container3 .swiper-slide {
  width: 100%;
  height: 0;
  padding-top: calc(800 / 1040 * 100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page3 .swiper .left .swiper-container3 .swiper-button-next {
  background-image: url(../images/icon9.png);
  width: 12px;
  height: 22px;
  background-size: 100%;
  right: calc(40 / 1040 * 100%);
}

.page3 .swiper .left .swiper-container3 .swiper-button-prev {
  background-image: url(../images/icon8.png);
  width: 12px;
  height: 22px;
  background-size: 100%;
  left: calc(40 / 1040 * 100%);
}

.page3 .swiper .left .swiper-container4 {
  margin-top: 10px;
}

.page3 .swiper .left .swiper-container4 .swiper-slide {
  width: 100%;
  height: 0;
  padding-top: calc(218 / 1040 * 100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}

.page3 .swiper .left .swiper-container4 .bor {
  opacity: 1;
}

.page3 .swiper .right {
  width: calc(680 / 1720 * 100%);
  padding-left: calc(100 / 1720 * 100%);
}

.page3 .swiper .right .t1 {
  font-family: 'Remem-Bold';
}

.page3 .swiper .right .t2 {
  font-family: 'Remem-Light-Light';
  margin-top: 0.3rem;
  position: relative;
  cursor: pointer;
}

.page3 .swiper .right .t2::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

.page3 .swiper .right .t22::after {
  content: "-";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
  cursor: pointer;
  pointer-events: auto;
}

.page3 .swiper .right .table {
  margin-top: 0.3rem;
  display: none;
}

.page3 .swiper .right .table .h1 {
  border-bottom: 1px solid #eeeeee;
}

.page3 .swiper .right .table .h1:last-child {
  border-bottom: none;
}

.page3 .swiper .right .table .p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Remem-Light-Light';
  line-height: 2;
}

.page3 .swiper .right .table .p1 .name {
  color: #111111;
}

.page3 .swiper .right .table .p1 .data {
  color: #646464;
}

.page3 .swiper .right .t3 {
  font-family: 'D-DIN-Bold';
  padding: 0.4rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.3rem;
}

.page3 .swiper .right .t4 {
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page3 .swiper .right .t4 .icon_n {
  font-family: 'Remem-Light-Light';
  color: #111111;
}

.page3 .swiper .right .t4 .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3rem;
}

.page3 .swiper .right .t4 .iconBox .icon {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 30px;
  border: solid 1px #e3e3e3;
  margin-left: 0.2rem;
}

.page3 .swiper .right .t4 .iconBox .icon:nth-child(1) {
  margin-left: 0;
}

.page3 .swiper .right .t4 .iconBox .onIcon {
  border: solid 4px #e3e3e3;
}

.page3 .swiper .right .t5 {
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page3 .swiper .right .t5 .count_n {
  font-family: 'Remem-Light-Light';
  color: #111111;
}

.page3 .swiper .right .t5 .countBox {
  margin-top: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page3 .swiper .right .t5 .count {
  border: solid 1px #e8e8e8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.page3 .swiper .right .t5 .count .item {
  width: 0.6rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  border-left: solid 1px #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.page3 .swiper .right .t5 .count .item:nth-child(1) {
  border-left: none;
}

.page3 .swiper .right .t5 .text {
  color: #646464;
  font-family: 'Remem-Light-Light';
  margin-left: 0.1rem;
}

.page3 .swiper .right .btn {
  display: block;
  background-color: #092624;
  padding: 0.22rem 0;
  color: #ffffff;
  font-family: 'Remem-Light-Light';
  text-align: center;
  margin-top: 0.4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page3 .swiper .right .btn:hover {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}

@media (max-width: 1000px) {
  .page3 .swiper .left {
    width: 100%;
  }
  .page3 .swiper .right {
    width: 100%;
    padding-left: 0;
    margin-top: 0.2rem;
  }
}

.page3 .content h1 {
  color: #092624;
  font-family: 'Remem-Bold';
  text-align: center;
  margin-top: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.1rem;
}

.page3 .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page3 .content .item:nth-child(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page3 .content .item:nth-child(2n + 1) .text {
  margin-right: calc(160 / 1460 * 100%);
  margin-left: 0;
}

.page3 .content .item .img {
  width: calc(700 / 1460 * 100%);
}

.page3 .content .item .text {
  width: calc(550 / 1460 * 100%);
  margin-left: calc(160 / 1460 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page3 .content .item .text .t1 {
  color: #0f3a20;
  font-family: 'Remem-Bold';
}

.page3 .content .item .text .t2 {
  color: #555555;
  font-family: 'Remem-Light-Light';
  margin-top: 0.3rem;
  line-height: 1.2;
}

@media (max-width: 700px) {
  .page3 .content .item .img {
    width: 100%;
  }
  .page3 .content .item .text {
    width: 100%;
    margin: 0;
    margin-top: 0.2rem;
  }
}

.page4 .nav {
  padding: 0.39rem 0;
  font-family: 'Remem-Light-Light';
}

.page4 .content h1 {
  color: #092624;
  font-family: 'Remem-Bold';
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

.page4 .content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page4 .content .list .left {
  width: calc(825 / 1460 * 100%);
}

.page4 .content .list .left .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 0;
  border-bottom: 1px solid #eeeeee;
}

.page4 .content .list .left img {
  width: calc(150 / 825 * 100%);
}

.page4 .content .list .left .text {
  width: calc(675 / 825 * 100%);
  padding-left: calc(20 / 825 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page4 .content .list .left .text .l_l {
  padding-top: 0.06rem;
}

.page4 .content .list .left .text .l_l .l1 {
  color: #111111;
  font-family: 'Remem-Bold';
}

.page4 .content .list .left .text .l_l .l2 {
  color: #666666;
  font-family: 'Remem-Light-Light';
  margin-top: 0.2rem;
}

.page4 .content .list .left .text .l_l .l3 {
  color: #666666;
  font-family: 'Remem-Light-Light';
  margin-top: 0.5rem;
}

.page4 .content .list .left .text .l_r {
  padding-top: 0.06rem;
}

.page4 .content .list .left .text .l_r .r2 {
  color: #666666;
  font-family: 'Remem-Light-Light';
  margin-top: 0.85rem;
  border-bottom: 1px solid #666666;
  display: inline-block;
}

.page4 .content .list .left .pagination {
  font-family: 'Remem-Light-Light';
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.6rem;
  margin-bottom: 1.8rem;
}

.page4 .content .list .left .pagination .time {
  margin-left: 0.25rem;
}

.page4 .content .list .left .pagination .time:nth-child(1) {
  margin-left: 0;
}

.page4 .content .list .left .pagination .time:hover {
  color: #092624;
}

.page4 .content .list .left .pagination .onItem {
  border-bottom: 2px solid #092624;
  color: #092624;
}

.page4 .content .list .right {
  width: calc(488 / 1460 * 100%);
  padding: calc(50 / 1460 * 100%) calc(40 / 1460 * 100%);
  -webkit-box-shadow: 0px 5px 19px 1px rgba(198, 198, 198, 0.4);
          box-shadow: 0px 5px 19px 1px rgba(198, 198, 198, 0.4);
  display: inline-block;
}

.page4 .content .list .right .h1 {
  color: #092624;
  font-family: 'Remem-Bold';
}

.page4 .content .list .right .h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666666;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Remem-Light-Light';
  margin-top: 0.2rem;
}

.page4 .content .list .right .h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.3rem;
}

.page4 .content .list .right .h3 .span1 {
  color: #092624;
  font-family: 'Remem-Bold';
}

.page4 .content .list .right .h3 .span2 {
  color: #111111;
}

.page4 .content .list .right .h4 {
  color: #666666;
  font-family: 'Remem-Light-Light';
  margin-top: 0.1rem;
}

.page4 .content .list .right .btn {
  padding: 0.22rem 0;
  text-align: center;
  color: #ffffff;
  background-color: rgba(9, 38, 36, 0.8);
  margin-top: 0.35rem;
  display: block;
}

@media (max-width: 700px) {
  .page4 .content .list .left {
    width: 100%;
  }
  .page4 .content .list .right {
    width: 100%;
  }
}

.page5 .title {
  color: #092624;
  font-family: 'Remem-Bold';
  text-align: center;
  padding-top: 1.4rem;
  padding-bottom: 0.85rem;
}

.page5 .banner {
  width: 100%;
  display: block;
}

.page5 .text_1 {
  padding-top: 1.3rem;
  padding-bottom: 1.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.page5 .text_1 .text {
  width: calc(650 / 1460 * 100%);
  color: #111111;
  font-family: 'Remem-Light-Light';
  line-height: calc(36 / 22 * 100%);
  max-height: 9rem;
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.page5 .text_1 .text::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.page5 .text_1 .text::-webkit-scrollbar-track {
  background-color: inherit;
  border: none;
  /* margin: 6px; */
  border-radius: 10px;
  background-color: #c6c6cd;
}

.page5 .text_1 .text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  position: relative;
  right: 2px;
  background-color: #0f3a20;
  width: 6px;
}

.page5 .text_1 .img {
  width: calc(590 / 1460 * 100%);
  position: absolute;
  right: 0;
  top: -1.8rem;
}

@media (max-width: 700px) {
  .page5 .text_1 .text {
    width: 100%;
    margin-bottom: 0.2rem;
    max-height: none;
  }
  .page5 .text_1 .img {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
  }
}

.page5 .text_2 {
  background-color: #f8f8f9;
  padding-bottom: 1.5rem;
}

.page5 .text_2 .h1 {
  color: #092624;
  font-family: 'Remem-Bold';
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: 0.8rem;
}

.page5 .text_2 .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page5 .text_2 img {
  width: calc(720 / 1460 * 100%);
}

.page5 .text_2 .text {
  width: calc(550 / 1460 * 100%);
}

.page5 .text_2 .text .t1 {
  color: #0f3a20;
  font-family: 'Remem-Bold';
  margin-bottom: 0.5rem;
}

.page5 .text_2 .text .t2 {
  color: #111111;
  font-family: 'Remem-Light-Light';
  line-height: calc(40 / 26 * 1em);
}

@media (max-width: 700px) {
  .page5 .text_2 .text {
    width: 100%;
    margin-top: 0.2rem;
  }
  .page5 .text_2 img {
    width: 100%;
  }
}

.page5 .text_3 {
  padding-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.page5 .text_3 .left {
  width: calc(500 / 1460 * 100%);
  color: #092624;
  font-family: 'Remem-Bold';
}

.page5 .text_3 .right {
  width: calc(800 / 1460 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page5 .text_3 .right .item {
  width: calc(350 / 800 * 100%);
  margin-bottom: 1.4rem;
}

.page5 .text_3 .right .item .p1 {
  color: #0f3a20;
  font-family: 'Remem-Light-Light';
  line-height: 1.2;
}

.page5 .text_3 .right .item .p2 {
  color: #111111;
  font-family: 'Remem-Light-Light';
  line-height: calc(36 / 22 * 1em);
  margin-top: 0.3rem;
}

@media (max-width: 700px) {
  .page5 .text_3 .left {
    width: 100%;
  }
  .page5 .text_3 .right {
    width: 100%;
    margin-top: 0.3rem;
  }
}

.page5 .text_4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.page5 .text_4 .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page5 .text_4 img {
  width: calc(720 / 1460 * 100%);
}

.page5 .text_4 .text {
  width: calc(600 / 1460 * 100%);
}

.page5 .text_4 .text .t1 {
  color: #0f3a20;
  font-family: 'Remem-Bold';
}

.page5 .text_4 .text .t2 {
  color: #111111;
  font-family: 'Remem-Light-Light';
  line-height: calc(40 / 26 * 1em);
}

.page5 .text_4 .text .tableBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.3rem 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #111111;
  margin-top: 0.7rem;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page5 .text_4 .text .tableBtn:hover {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}

.page5 .text_4 .text .tableBtn img {
  margin-left: 0.2rem;
  width: auto;
  height: 100%;
}

@media (max-width: 700px) {
  .page5 .text_4 .text {
    width: 100%;
    margin-top: 0.2rem;
  }
  .page5 .text_4 img {
    width: 100%;
  }
}

.page5 .tableBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #0000004a;
  display: none;
}

.page5 .table {
  width: calc(1150 / 1920 * 100%);
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page5 .table .position {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.page5 .table .esc {
  color: #999999;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  cursor: pointer;
}

.page5 .table .text {
  width: calc(410 / 1150 * 100%);
  padding: 0.8rem calc(75 / 1150 * 100%);
  border-right: 1px solid #e8e8e8;
}

.page5 .table .text .p1 {
  font-family: 'Remem-Bold';
  color: #092624;
}

.page5 .table .text .p2 {
  font-family: 'Remem-Light-Light';
  color: #111111;
  line-height: calc(36 / 16 * 1em);
  margin-top: 0.3rem;
}

.page5 .table form {
  width: calc(740 / 1150 * 100%);
  padding: 0.8rem calc(65 / 1150 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page5 .table form .inp1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page5 .table form .inp1 input {
  width: calc(300 / 610 * 100%);
  height: 0.54rem;
  background-color: #f8f8f9;
  border: none;
  margin-bottom: calc(10 / 610 * 100%);
  padding: 0 calc(20 / 610 * 100%);
}

.page5 .table form textarea {
  width: 100%;
  height: 1.4rem;
  background-color: #f8f8f9;
  border: none;
  padding: calc(20 / 610 * 100%);
}

.page5 .table form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #111111;
  margin-top: 0.6rem;
  color: #ffffff;
  cursor: pointer;
}

.page5 .table form .btn img {
  margin-left: 0.2rem;
  width: auto;
}

@media (max-width: 1000px) {
  .page5 .table .text {
    width: 100%;
    padding-bottom: 0;
  }
  .page5 .table form {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .page5 .table {
    width: 92%;
  }
}

.page6 .title {
  color: #092624;
  font-family: 'Remem-Bold';
  text-align: center;
  padding-top: 1.4rem;
  padding-bottom: 0.85rem;
}

.page6 .banner {
  width: 100%;
  display: block;
}

.page6 .form {
  margin-bottom: 1.5rem;
}

.page6 .form .p1 {
  text-align: center;
  font-family: 'Remem-Light-Light';
  line-height: calc(48 / 30 * 100%);
  color: #092624;
  padding: 1.1rem 2.5rem;
}

.page6 .form .formBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-image: url(../images/banner23.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: calc(100 / 1460 * 100%);
}

.page6 .form .formText {
  width: 40%;
  margin-right: 0.3rem;
  padding-right: 0.2rem;
  overflow: auto;
  max-height: 7.5rem;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.page6 .form .formText::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.page6 .form .formText::-webkit-scrollbar-track {
  background-color: inherit;
  border: none;
  /* margin: 6px; */
  border-radius: 10px;
  background-color: #c6c6cd;
}

.page6 .form .formText::-webkit-scrollbar-thumb {
  border-radius: 10px;
  position: relative;
  right: 2px;
  background-color: #0f3a20;
  width: 6px;
}

.page6 .form .formText .t1 {
  font-family: 'Remem-Bold';
  margin-bottom: 0.2rem;
}

.page6 .form .formText p {
  font-family: 'Remem-Light-Light';
  line-height: calc(48 / 30 * 100%);
}

.page6 .form form {
  width: calc(60% - 0.3rem);
}

.page6 .form form .radioBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page6 .form form .radioBox .name {
  margin-right: 0.4rem;
  margin-bottom: 0.1rem;
  font-family: 'Remem-Bold';
  color: #111111;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page6 .form form .radioBox .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page6 .form form .radioBox .option .radio1 {
  margin-right: 0.5rem;
  font-family: 'Remem-Light-Light';
  margin-bottom: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 未选中的样式 */
  /* 选中之后的样式，这里的样式主要是操作的里面的小绿点*/
}

.page6 .form form .radioBox .option .radio1 input {
  display: none;
}

.page6 .form form .radioBox .option .radio1 input[type=radio] + span {
  /* 首先将内联元素转化一下，因为内联元素是无法设置宽高的。 */
  display: inline-block;
  /* 设置成正圆 */
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  position: relative;
}

.page6 .form form .radioBox .option .radio1 input[type=radio]:checked + span::after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page6 .form form .radioBox .option .radio1 .txt {
  margin-left: 0.1rem;
}

@media (max-width: 900px) {
  .page6 .form form .radioBox .option .radio1 {
    width: 120px;
  }
  .page6 .form .p1 {
    padding: 1.1rem 0;
  }
  .page6 .form .formText{
    width: 100%;
    margin-bottom: 0.3rem;
    overflow: initial;
    max-height: none;
  }
  .page6 .form form {
    width: 100%;
  }
}

.page6 .form form .radioBox .option input {
  margin-right: 0.1rem;
}

.page6 .form form .inputBox {
  margin-top: 0.4rem;
}

.page6 .form form .inputBox .input_n_1 {
  font-family: 'Remem-Bold';
  color: #111111;
  margin-bottom: 0.05rem;
}

.page6 .form form .inputBox .inp_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page6 .form form .inputBox .inp_1 input {
  width: calc(600 / 1260 * 100%);
  border: none;
  border-bottom: 1px solid #dddddd;
  background-color: #f8f8f9;
  padding: 0.4rem 0;
  margin-bottom: 0.2rem;
}

@media (max-width: 700px) {
  .page6 .form form .inputBox .inp_1 input {
    width: 100%;
  }
}

.page6 .form form .inputBox .input_n_2 {
  font-family: 'Remem-Bold';
  color: #111111;
  margin-top: 0.2rem;
}

.page6 .form form .inputBox .radio2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  color: rgba(15, 58, 32, 0.8);
  font-family: 'Remem-Light-Light';
  margin-top: 0.25rem;
  /* 未选中的样式 */
  /* 选中之后的样式，这里的样式主要是操作的里面的小绿点*/
}

.page6 .form form .inputBox .radio2 .Information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page6 .form form .inputBox .radio2 .Information .txt {
  margin-left: 0.1rem;
}

.page6 .form form .inputBox .radio2 input {
  display: none;
}

.page6 .form form .inputBox .radio2 input[type=checkbox] + span {
  /* 首先将内联元素转化一下，因为内联元素是无法设置宽高的。 */
  display: inline-block;
  /* 设置成正圆 */
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  position: relative;
}

.page6 .form form .inputBox .radio2 input[type=checkbox]:checked + span::after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page6 .form form .inputBox .inp_2Box {
  display: none;
}

.page6 .form form .inputBox .inp_2 input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dddddd;
  background-color: #f8f8f9;
  padding: 0.4rem 0;
  margin-bottom: 0.2rem;
}

.page6 .form form .inputBox .btnBox {
  text-align: center;
}

.page6 .form form .inputBox .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.2rem 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #111111;
  margin-top: 0.5rem;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page6 .form form .inputBox .btn:hover {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}

.page6 .form form .inputBox .btn img {
  margin-left: 0.2rem;
  width: auto;
}

.page7 .title {
  color: #092624;
  font-family: 'Remem-Bold';
  text-align: center;
  padding-top: 1.4rem;
  padding-bottom: 0.85rem;
}

.page7 .banner {
  width: 100%;
  display: block;
}

.page7 .tag {
  font-family: 'Remem-Light-Light';
  color: #000000;
}

.page7 .tag .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: calc(100 / 1460 * 100%) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page7 .tag .layout .item {
  margin-left: 1rem;
  position: relative;
}

.page7 .tag .layout .item:nth-child(1) {
  margin-left: 0;
}

.page7 .tag .layout .item::after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 0;
  background-color: #092624;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page7 .tag .layout .item:hover::after {
  width: 100%;
}

.page7 .tag .layout .onItem::after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background-color: #092624;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 700px) {
  .page7 .tag .layout {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page7 .tag .layout .item {
    margin-left: 0;
    padding: 0 0.2rem;
    margin-top: 0.3rem;
  }
}

.page7 .downloadList .h1 {
  color: #092624;
  font-family: 'Remem-Light-Light';
  margin-top: 1rem;
  text-align: center;
}

.page7 .downloadList .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1.2rem;
  padding-bottom: 1.8rem;
}

.page7 .downloadList .list .item {
  width: calc(430 / 1460 * 100%);
  margin-left: calc(85 / 1460 * 100%);
  margin-bottom: 1.1rem;
}

.page7 .downloadList .list .item .imgBox {
  position: relative;
  overflow: hidden;
}

.page7 .downloadList .list .item .imgBox img {
  width: 100%;
}

.page7 .downloadList .list .item .imgBox .icon {
  display: block;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000bf;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page7 .downloadList .list .item .imgBox .icon img {
  width: 0.88rem;
  height: 0.88rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page7 .downloadList .list .item:hover .imgBox .icon {
  top: 0;
  display: block;
}

.page7 .downloadList .list .item p {
  color: #0f3a20;
  font-family: 'Remem-Bold';
  text-align: center;
  margin-top: 0.25rem;
}

.page7 .downloadList .list .item:nth-child(3n + 2) .trT {
  -webkit-transform: translateY(0.8rem);
          transform: translateY(0.8rem);
}

.page7 .downloadList .list .item:nth-child(3n + 1) {
  margin-left: 0;
}

@media (max-width: 700px) {
  .page7 .downloadList .list .item {
    width: 48%;
    margin-left: 4%;
  }
  .page7 .downloadList .list .item:nth-child(3n + 2) .trT {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page7 .downloadList .list .item:nth-child(3n + 1) {
    margin-left: 4%;
  }
  .page7 .downloadList .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.page8 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page8 .content .left {
  min-width: calc(220 / 1260 * 100%);
  padding: 0.9rem 0;
  padding-right: 0.2rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page8 .content .left .tag {
  display: inline-block;
  margin-top: 0.7rem;
  position: relative;
}

.page8 .content .left .tag:nth-child(1) {
  margin-top: 0;
}

.page8 .content .left .tag::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #092624;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page8 .content .left .tag:hover::after {
  width: 100%;
}

.page8 .content .left .onTag::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #092624;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page8 .content .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.9rem 0;
  padding-left: calc(85 / 1260 * 100%);
  padding-bottom: 1.5rem;
  font-family: 'Remem-Light-Light';
  line-height: calc(40 / 18 * 100%);
}

@media (max-width: 700px) {
  .page8 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page8 .content .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0.2rem 0;
    padding-bottom: 0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-right: none;
  }
  .page8 .content .left .tag {
    display: inline-block;
    margin-top: 0rem;
    margin-right: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .page8 .content .right {
    padding-left: 0;
    padding-top: 0;
  }
}

.page9 .content {
  padding-bottom: 1.5rem;
}

.page9 .content .t1 {
  font-family: 'Remem-Bold';
  text-align: center;
  color: #092624;
  padding: 1rem 0;
  border-bottom: 1px solid #e8e8e8;
}

.page9 .content .result {
  margin-top: 1rem;
}

.page9 .content .result .title {
  color: #092624;
  font-family: 'Remem-Bold';
}

.page9 .content .result .list {
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page9 .content .result .list .item {
  width: calc(450 / 1460 * 100%);
  margin-left: calc(55 / 1460 * 100%);
  background-color: #f8f8f9;
  padding-top: 0.8rem;
  padding-bottom: 1.1rem;
  margin-bottom: 0.55rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page9 .content .result .list .item:hover {
  -webkit-transform: translateY(-0.3rem);
          transform: translateY(-0.3rem);
}

.page9 .content .result .list .item:nth-child(3n + 1) {
  margin-left: 0;
}

.page9 .content .result .list .item .product {
  max-height: 3.2rem;
  max-width: calc(290 / 450 * 100%);
  margin: 0 auto;
  line-height: 3.2rem;
  text-align: center;
}

.page9 .content .result .list .item .product img {
  max-height: 3.2rem;
  display: inline-block;
}

.page9 .content .result .list .item .text {
  text-align: center;
}

.page9 .content .result .list .item .text .p1 {
  font-family: 'Remem-Bold';
  color: #111111;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}

.page9 .content .result .list .item .text .p2 {
  font-family: 'Remem-Light-Light';
  color: #111111;
  line-height: 1.2;
}

@media (max-width: 700px) {
  .page9 .content .result .list .item {
    width: 48%;
    margin-left: 4%;
  }
  .page9 .content .result .list .item:nth-child(3n + 1) {
    margin-left: 4%;
  }
  .page9 .content .result .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.page9 .content .result1 {
  margin-top: 0.55rem;
  border-bottom: 1px solid #e8e8e8;
}

.page9 .content .result1 .title {
  color: #092624;
  font-family: 'Remem-Bold';
}

.page9 .content .result1 .list {
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page9 .content .result1 .list .item {
  width: calc(430 / 1460 * 100%);
  margin-left: calc(85 / 1460 * 100%);
  margin-bottom: 1.1rem;
}

.page9 .content .result1 .list .item .imgBox {
  position: relative;
  overflow: hidden;
}

.page9 .content .result1 .list .item .imgBox img {
  width: 100%;
}

.page9 .content .result1 .list .item .imgBox .icon {
  display: block;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000bf;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page9 .content .result1 .list .item .imgBox .icon img {
  width: 0.88rem;
  height: 0.88rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page9 .content .result1 .list .item:hover .imgBox .icon {
  top: 0;
  display: block;
}

.page9 .content .result1 .list .item p {
  color: #0f3a20;
  font-family: 'Remem-Bold';
  text-align: center;
  margin-top: 0.25rem;
}

.page9 .content .result1 .list .item:nth-child(3n + 1) {
  margin-left: 0;
}

@media (max-width: 700px) {
  .page9 .content .result1 .list .item {
    width: 48%;
    margin-left: 4%;
  }
  .page9 .content .result1 .list .item:nth-child(3n + 2) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page9 .content .result1 .list .item:nth-child(3n + 1) {
    margin-left: 4%;
  }
  .page9 .content .result1 .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

footer {
  background-color: #092624;
  position: relative;
  overflow: hidden;
}

footer .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
  z-index: 10;
}

footer .top .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .top .item .icon {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  border: 1px solid rgba(170, 170, 170, 0.2);
  text-align: center;
  line-height: 0.54rem;
  margin-right: 0.2rem;
}

footer .top .item .icon img {
  height: 0.22rem;
  display: inline-block;
}

footer .top .item .p1 {
  font-family: 'Remem-Bold';
  color: #ffffff;
}

footer .tag {
  width: 100%;
  padding-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
}

footer .tag .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}

footer .tag .left ul {
  margin-right: 2.1rem;
}

footer .tag .left li {
  font-family: 'Remem-Light-Light';
  margin-top: 0.24rem;
}

footer .tag .left li:nth-child(1) {
  margin-bottom: 0.3rem;
  margin-top: 0;
  font-family: 'Remem-Bold';
}

footer .tag .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .tag .right .icon {
  margin-bottom: 0.4rem;
}

footer .tag .right .icon img {
  height: 20px;
}

footer .tag .right .icon img:nth-child(1) {
  display: block;
}

footer .tag .right .icon img:nth-child(2) {
  display: none;
}

footer .tag .right .icon:nth-child(1) img {
  height: 22px;
}

footer .tag .right .icon:nth-child(2) img {
  height: 17px;
}

footer .tag .right .icon:nth-child(3) img {
  height: 20px;
}

footer .tag .right .icon:nth-child(4) img {
  height: 20px;
}

footer .tag .right .icon:hover img:nth-child(2) {
  display: block;
}

footer .tag .right .icon:hover img:nth-child(1) {
  display: none;
}

footer .bottom {
  padding-bottom: 0.65rem;
  padding-top: 0.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
}

footer .bottom p {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Remem-Light-Light';
}

footer .HUSH {
  width: calc(1730 / 1920 * 100%);
  position: absolute;
  bottom: -0.5rem;
  right: 0;
}

@media (max-width: 900px) {
  footer .top .item {
    margin-top: 0.2rem;
  }
  footer .tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .tag .left {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .tag .left ul {
    margin: 0;
  }
  footer .tag .right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  footer .tag .right .icon img {
    margin-right: 0.5rem;
    margin-top: 0.4rem;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=css.css.map */