body {
  scrollbar-width: none;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: "GT-Eesti-Regular", "OpenSans-Regular", "PingFang SC", "HiraginoSansGB", "Arial", "Microsoft YaHei", "SimHei", "Helvetica Neue", "Helvetica", "sans-serif";
}
a {
  text-decoration: none;
}
::-webkit-scrollbar {
  display: none;
}
.shop-more-wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.shop-more-wrap .shop-text {
  font-size: 14px;
  color: #002fa7;
  margin-right: 10px;
}
.shop-more-wrap .shop-more-right {
  width: 28px;
  height: 14px;
}
.shop-more-wrap:hover .shop-text {
  transition: margin-right 0.2s ease-in;
  margin-right: 18px;
}
.input-wrap {
  display: flex;
  border-bottom: 1px solid #002fa7;
  margin-bottom: 50px;
  width: 150px;
  padding-bottom: 5px;
}
.input-wrap .search-icon {
  width: 18px;
  height: 18px;
}
.input-wrap input {
  width: 100px;
  border: none;
  outline: none;
  color: #002fa7;
}
.input-wrap input:hover,
.input-wrap input:focus {
  border: none;
}
.right-wrap {
  background: #ffffff;
}
.right-wrap .right-top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}
.right-wrap .right-top .title {
  font-size: 17px;
  margin-bottom: 25px;
  color: #002fa7;
}
.right-wrap .right-top > text {
  color: #9f9fa0;
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
}
.official-website-wrap {
  overflow: auto;
}
.official-website-wrap #home-index-page {
  height: 100vh;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-left: 25px;
}
.official-website-wrap .left-wrap {
  background: rgba(0, 0, 0, 0);
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  z-index: 200;
}
.official-website-wrap .left-wrap .official-website-right {
  width: 36px;
  height: 100%;
  background: #002fa7;
  box-sizing: border-box;
  overflow: hidden;
}
.official-website-wrap .left-wrap .official-website-middle {
  width: 0;
  overflow: hidden;
}
.official-website-wrap .left-wrap .left-content {
  height: 100%;
  width: 330px;
  border-right: 2px solid #002fa7;
  display: none;
  flex-direction: column;
  overflow: hidden;
}
.official-website-wrap .left-wrap .left-content .content-wrap {
  width: 100%;
  height: 50vh;
  margin-top: 100px;
  padding-left: 90px;
  font-size: 14px;
  color: #002fa7;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.official-website-wrap .left-wrap .left-content .content-wrap > :first-child > :first-child {
  font-size: 17px;
}
.official-website-wrap .left-wrap .left-content .content-wrap:first-child {
  border-bottom: 2px solid #002fa7;
}
.official-website-wrap .left-wrap .middle-content-product {
  height: 100vh;
  flex: 1;
  display: none;
  flex-direction: column;
}
.official-website-wrap .left-wrap .middle-content-product .middle-top-content,
.official-website-wrap .left-wrap .middle-content-product .middle-bottom-content {
  height: 50vh;
  border-bottom: 2px solid #002fa7;
  width: 100%;
  box-sizing: border-box;
}
.official-website-wrap .left-wrap .middle-content-product .middle-top-content .left-text-item,
.official-website-wrap .left-wrap .middle-content-product .middle-bottom-content .left-text-item {
  font-size: 14px;
  margin-bottom: 12px;
  color: #999999;
  cursor: pointer;
  line-height: 12px;
}
.official-website-wrap .left-wrap .middle-content-product .middle-top-content .active,
.official-website-wrap .left-wrap .middle-content-product .middle-bottom-content .active {
  color: #002fa7 !important;
}
.official-website-wrap .left-wrap .middle-content-product .middle-top-content .left-text-item:hover,
.official-website-wrap .left-wrap .middle-content-product .middle-bottom-content .left-text-item:hover {
  color: #002fa7;
}
.official-website-wrap .left-wrap .middle-content-product .middle-top-left .left-text-item:nth-child(2) {
  /*margin-bottom: 36px;*/
}
.official-website-wrap .left-wrap .middle-content-product .middle-top-content {
  display: flex;
}
.official-website-wrap .left-wrap .middle-content-product .middle-top-content .middle-top-left {
  width: 42%;
  border-right: 2px solid #002fa7;
  padding: 105px 0 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.official-website-wrap .left-wrap .middle-content-product .middle-top-content .middle-top-right {
  width: 58%;
  padding: 105px 0 60px 50px;
  display: flex;
  flex-direction: column;
}
.official-website-wrap .left-wrap .middle-content-product .middle-top-content .middle-top-right .right-left-text-item {
  font-size: 14px;
  line-height: 12px;
  margin-bottom: 12px;
  color: #999999;
  cursor: pointer;
}
.official-website-wrap .left-wrap .middle-content-product .middle-top-content .middle-top-right .right-left-text-item:hover {
  color: #002fa7;
}
.official-website-wrap .left-wrap .middle-content-product .middle-bottom-content {
  width: 100%;
  height: 50vh;
  background: aquamarine;
}
.official-website-wrap .left-wrap .middle-content-product .middle-bottom-content > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.official-website-wrap .left-wrap .right-content {
  height: 100%;
  display: none;
  flex: 1;
  flex-direction: column;
  box-sizing: border-box;
}
.official-website-wrap .left-wrap .right-content .content-wrap {
  height: 50vh;
  margin-top: 100px;
  padding-left: 90px;
  font-size: 15px;
  color: #002fa7;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.official-website-wrap .left-wrap .right-content .content-wrap .content-left {
  width: 100px;
  border-right: 2px solid #002fa7;
  background: #9f9fa0;
}
.official-website-wrap .left-wrap .right-content .content-wrap .content-right {
  width: 200px;
  background: blueviolet;
  border-right: 2px solid #002fa7;
}
.official-website-wrap .left-wrap .right-content .content-wrap:first-child {
  border-bottom: 2px solid #002fa7;
}
.official-website-wrap .isClose .official-website-right {
  animation: widthmove 3s ease-in 1s infinite;
}
.official-website-wrap .isOpen {
  background: rgba(0, 0, 0, 0);
}
.official-website-wrap .isOpen .official-website-left {
  position: relative;
  width: 330px;
  height: 100%;
  background: #ffffff;
  animation: bounceInLeft 0.6s ease forwards;
  display: flex;
  z-index: 100;
}
.official-website-wrap .isOpen .official-website-left .right-content {
  display: none;
}
.official-website-wrap .isOpen .official-website-left .center-open {
  display: flex;
  transition: width 0.4s ease;
  width: 200px;
  background: red;
  height: 100%;
}
.official-website-wrap .isOpen .official-website-right {
  position: relative;
  width: 15px;
  height: 100%;
  background: #002fa7;
  animation: bounceInLeft 0.6s ease;
}
.official-website-wrap .center-open .official-website-middle {
  position: relative;
  width: 500px;
  background: #ffffff;
  animation: bounceInRight 0.45s ease;
}
.official-website-wrap .center-open .official-website-right {
  animation: bounceInRight 0.45s ease;
}
.official-website-wrap .to-close .official-website-left {
  transition: width 0.4s ease;
  width: 0;
  background: #ffffff;
}
.official-website-wrap .to-close .official-website-middle {
  transition: width 0.45s ease;
  width: 0;
}
@keyframes widthmove {
  0% {
    transform: scaleX(1);
  }
  25% {
    transform: scaleX(1.35);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes bounceInLeft {
  from {
    left: -330px;
  }
  to {
    left: 0;
  }
}
@keyframes bounceInRight {
  from {
    left: -330px;
  }
  to {
    left: 0;
  }
}
.official-website-wrap .left-icon-more {
  position: fixed;
  left: 6px;
  top: 20px;
  width: 20px;
  height: 30px;
  z-index: 300;
}
.official-website-wrap .all-mask-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 80;
  background: rgba(0, 0, 0, 0.3);
}
.official-website-wrap .logo-to-right,
.official-website-wrap .logo-image {
  position: absolute;
  width: 165px;
  height: 78px;
  top: 80px;
  z-index: 99;
}
.official-website-wrap .logo-image {
  left: 90px;
  position: fixed!important;
}
.official-website-wrap .logo-to-right {
  transition: left 0.45s ease;
  left: 410px;
}
.official-website-wrap .logo-to-right-big {
  animation: LogoRightBig 0.45s ease;
  left: 930px;
}
.official-website-wrap .logo-to-left {
  transition: left 0.45s ease;
  left: 90px;
}
.official-website-wrap .logo-to-left-big {
  transition: left 0.45s ease;
  left: 90px;
}
@keyframes LogoRightBig {
  from {
    left: 600px;
  }
  to {
    left: 930px;
  }
}
@keyframes LogoLeft {
  from {
    left: 420px;
  }
  to {
    left: 90px;
  }
}
@keyframes LogoRight {
  from {
    left: 90px;
  }
  to {
    left: 420px;
  }
}
@keyframes LogoLeftBig {
  from {
    left: 930px;
  }
  to {
    left: 90px;
  }
}
.official-website-wrap .right-wrap {
  width: 45vw;
  height: 100%;
  border-left: 2px solid #002fa7;
}
.official-website-wrap .right-wrap .right-top {
  padding-left: 60px;
  padding-bottom: 60px;
  width: 300px;
  height: 50%;
  flex-direction: column;
}
.official-website-wrap .right-wrap .right-top > text {
  margin-bottom: 6px;
}
.official-website-wrap .right-wrap .right-top:first-child {
  border-bottom: 2px solid #002fa7;
}
.official-website-small-wrap {
  width: 100vw;
  height: 50px;
}
.official-website-small-wrap #home-index-page {
  overflow-y: auto;
  height: 100vh;
}
.official-website-small-wrap .all-small-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 10;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px;
  box-sizing: border-box;
}
.official-website-small-wrap .all-small-top .logo-image {
  width: 75px;
  height: 34px;
}
.official-website-small-wrap .all-small-top .phone-top-img {
  width: 24px;
  height: 24px;
}
.official-website-small-wrap .all-small-top .phone-top-title {
  flex: 1;
  font-size: 24px;
  text-align: center;
  color: #002fa7;
}
.official-website-small-wrap .all-small-mask-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 80;
  background: rgba(0, 0, 0, 0.6);
}
.official-website-small-wrap .small-left-wrap {
  position: fixed;
  top: 0;
  left: -12px;
  width: 0;
  height: 100vh;
  background: #ffffff;
  z-index: 100;
  border-right: 12px solid #002fa7;
  overflow: hidden;
}
.official-website-small-wrap .small-left-wrap .left-top-img-wrap {
  padding: 40px 30px 30px 40px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
}
.official-website-small-wrap .small-left-wrap .left-top-img-wrap .left-top-img-logo {
  width: 110px;
  height: 60px;
}
.official-website-small-wrap .small-left-wrap .left-top-img-wrap .left-top-img-close {
  width: 30px;
  height: 30px;
}
.official-website-small-wrap .small-left-wrap .small-left-content {
  padding-left: 12px;
  overflow-y: auto;
  height: calc(100vh - 150px);
  box-sizing: border-box;
}
.official-website-small-wrap .small-left-wrap .small-left-content,
.official-website-small-wrap .small-left-wrap .small-left-inner {
  width: 300px;
}
.official-website-small-wrap .small-left-wrap .small-left-content .small-content-top,
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-top,
.official-website-small-wrap .small-left-wrap .small-left-content .small-content-bottom,
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-bottom {
  padding-left: 30px;
  font-size: 18px;
}
.official-website-small-wrap .small-left-wrap .small-left-content .small-content-top > p,
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-top > p,
.official-website-small-wrap .small-left-wrap .small-left-content .small-content-bottom > p,
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-bottom > p {
  color: #002fa7;
}
.official-website-small-wrap .small-left-wrap .small-left-content .small-content-top .title-wrap,
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-top .title-wrap,
.official-website-small-wrap .small-left-wrap .small-left-content .small-content-bottom .title-wrap,
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-bottom .title-wrap {
  width: 88%;
  font-size: 14px;
  color: #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
}
.official-website-small-wrap .small-left-wrap .small-left-content .small-content-top .title-wrap > p,
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-top .title-wrap > p,
.official-website-small-wrap .small-left-wrap .small-left-content .small-content-bottom .title-wrap > p,
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-bottom .title-wrap > p {
  margin: 0;
}
.official-website-small-wrap .small-left-wrap .small-left-content .small-content-top .title-wrap .title-img,
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-top .title-wrap .title-img,
.official-website-small-wrap .small-left-wrap .small-left-content .small-content-bottom .title-wrap .title-img,
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-bottom .title-wrap .title-img {
  width: 14px;
  height: 14px;
}
.official-website-small-wrap .small-left-wrap .small-left-content .small-content-top,
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-top {
  border-bottom: 2px solid #002fa7;
  padding-bottom: 40px;
}
.official-website-small-wrap .small-left-wrap .small-left-content .small-content-top > :first-child > span,
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-top > :first-child > span {
  font-size: 15px;
}
.official-website-small-wrap .small-left-wrap .small-left-inner {
  height: calc(100vh - 130px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-top {
  height: 35%;
  padding-bottom: 0;
  overflow-y: auto;
  padding-left: 40px;
}
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-top .inner-title-top {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  margin-bottom: 25px;
}
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-top .inner-title-top .title-img {
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
  margin-right: 10px;
  margin-top: 2px;
}
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-bottom {
  height: 65%;
  padding: 0;
}
.official-website-small-wrap .small-left-wrap .small-left-inner .small-content-bottom .page-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.official-website-small-wrap .smallOpen {
  width: 300px;
  animation: smallBounceInLeft 0.6s ease;
}
.official-website-small-wrap .smallClose {
  width: 0;
  transition: width 0.4s ease;
}
@keyframes smallBounceInLeft {
  from {
    left: -300px;
  }
  to {
    left: -12px;
  }
}
.official-website-small-wrap .right-wrap {
  height: 160px;
  padding: 40px 30px 20px;
}
.official-website-small-wrap .right-wrap .right-top {
  height: 100%;
  flex-wrap: wrap;
}
.official-website-small-wrap .right-wrap .right-top .title {
  width: 100%;
}
.official-website-small-wrap .right-wrap .right-top > text {
  width: 50%;
  margin-bottom: 2px;
}
.official-small-wrap {
  width: 100vw;
  height: calc(100vh - 50px);
  overflow-y: auto;
}
/*# sourceMappingURL=index.css.map */