p {
  margin: 0;
  padding: 0;
}
.official-website-wrap #home-index-page .home-page-one {
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  display: flex;
  position: relative;
}
.official-website-wrap #home-index-page .home-page-one .page-left-img {
  width: 34vw;
  height: 100vh;
  object-fit: cover;
}
.official-website-wrap #home-index-page .home-page-one .first-right-wrap {
  width: 66vw;
  height: 100vh;
  background: white;
  padding: 14vh 100px 65px;
}
.official-website-wrap #home-index-page .home-page-one .first-right-wrap .right-text-wrap {
  display: flex;
  color: #002fa7;
  padding: 40px 0 20px;
  border-bottom: 2px solid #002fa7;
  justify-content: space-between;
}
.official-website-wrap #home-index-page .home-page-one .first-right-wrap .right-text-wrap .text-left {
  width: 70%;
}
.official-website-wrap #home-index-page .home-page-one .first-right-wrap .right-text-wrap .text-left > p {
  margin-bottom: 5px;
}
.official-website-wrap #home-index-page .home-page-one .first-right-wrap .right-text-wrap .text-left .english-title {
  width: 70%;
  font-size: 22px;
}
.official-website-wrap #home-index-page .home-page-one .first-right-wrap .right-text-wrap .text-left .china-title {
  font-size: 20px;
}
.official-website-wrap #home-index-page .home-page-one .first-right-wrap .right-text-wrap .text-left .illustrate-text {
  font-size: 13.6px;
  color: #999999;
}
.official-website-wrap #home-index-page .home-page-one .first-right-wrap .right-text-wrap .text-right > p {
  font-size: 13.6px;
}
.official-website-wrap #home-index-page .home-page-one .first-right-wrap .right-text-wrap .text-right > p:first-child {
  color: #999999;
  margin-bottom: 10px;
  font-weight: bold;
}
.official-website-wrap #home-index-page .home-page-one .first-right-wrap .bottom-text-wrap {
  display: flex;
  color: #002fa7;
  padding: 40px 0;
  border-bottom: 2px solid #002fa7;
  font-size: 13.6px;
}
.official-website-wrap #home-index-page .home-page-one .first-right-wrap .bottom-text-wrap .text-left {
  width: 70%;
}
.official-website-wrap #home-index-page .home-page-one .first-right-wrap .bottom-text-wrap .bottom-text-illustrate {
  display: none;
}
.official-website-wrap #home-index-page .home-page-one .first-right-wrap .shop-now-wrap {
  /*display: inline-block;
  padding: 10px 30px;
  border: 1px solid #002fa7;
  font-size: 14px;
  margin-top: 40px;
  border-radius: 30px;
  color: #002fa7;
  font-weight: bold;*/
}
.official-website-wrap #home-index-page .home-page-one .products-more {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: calc(66vw - 140px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #cbcbcb;
  font-size: 12px;
  box-sizing: border-box;
  padding-left: 100px;
}
.official-website-wrap #home-index-page .home-page-one .products-more .shop-more-img {
  width: 30px;
  height: 20px;
  margin-bottom: 12px;
  margin-right: 60px;
}
.official-website-wrap #home-index-page .home-page-one .shop-more-img:hover {
  transition: margin-right 0.4s ease;
  margin-right: 50px;
}
.official-website-wrap #home-index-page .home-page-img {
  width: 100vw;
  height: 100vh;
  background: #9f9fa0;
  display: flex;
}
.official-website-wrap #home-index-page .home-page-img .page-left-img-wrap {
  width: 62vw;
  height: 100vh;
  background: #9f9fa0;
}
.official-website-wrap #home-index-page .home-page-img .page-left-img-wrap .page-left-img {
  width: 62vw;
  height: 100vh;
  object-fit: cover;
}
.official-website-wrap #home-index-page .home-page-img .page-right-img-wrap {
  width: 38vw;
  height: 100vh;
  background: #e8e8e8;
}
.official-website-wrap #home-index-page .home-page-img .page-right-img-wrap .page-left-img {
  width: 38vw;
  height: 100vh;
  object-fit: cover;
}
.official-website-small-wrap #home-index-page {
  margin-top: 50px;
  height: 100vh;
}
.official-website-small-wrap #home-index-page .home-page-one {
  width: 100vw;
  background: #ffffff;
}
.official-website-small-wrap #home-index-page .home-page-one .page-left-img {
  width: 100vw;
  height: 80vh;
  object-fit: cover;
}
.official-website-small-wrap #home-index-page .home-page-one .first-right-wrap {
  width: 100vw;
  background: white;
}
.official-website-small-wrap #home-index-page .home-page-one .first-right-wrap .right-text-wrap {
  display: flex;
  justify-content: space-between;
  color: #002fa7;
  margin: 10px 20px 20px 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #002fa7;
}
.official-website-small-wrap #home-index-page .home-page-one .first-right-wrap .right-text-wrap .text-left > p {
  margin-bottom: 5px;
}
.official-website-small-wrap #home-index-page .home-page-one .first-right-wrap .right-text-wrap .text-left .english-title {
  font-size: 14px;
}
.official-website-small-wrap #home-index-page .home-page-one .first-right-wrap .right-text-wrap .text-left .china-title {
  font-size: 14px;
}
.official-website-small-wrap #home-index-page .home-page-one .first-right-wrap .right-text-wrap .text-left .illustrate-text {
  font-size: 12px;
  color: #999999;
}
.official-website-small-wrap #home-index-page .home-page-one .first-right-wrap .right-text-wrap .text-right > p {
  font-size: 12px;
}
.official-website-small-wrap #home-index-page .home-page-one .first-right-wrap .right-text-wrap .text-right > p:first-child {
  color: #999999;
  margin-bottom: 10px;
  font-weight: bold;
}
.official-website-small-wrap #home-index-page .home-page-one .first-right-wrap .bottom-text-wrap {
  color: #002fa7;
  margin: 0 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #002fa7;
  font-size: 12.7px;
}
.official-website-small-wrap #home-index-page .home-page-one .first-right-wrap .bottom-text-wrap .text-left {
  width: 70%;
}
.official-website-small-wrap #home-index-page .home-page-one .first-right-wrap .bottom-text-wrap .text-left > p {
  margin-bottom: 3px;
}
.official-website-small-wrap #home-index-page .home-page-one .first-right-wrap .bottom-text-wrap .text-right {
  margin: 20px 0;
}
.official-website-small-wrap #home-index-page .home-page-one .first-right-wrap .bottom-text-wrap .text-right > p {
  margin-bottom: 3px;
}
.official-website-small-wrap #home-index-page .home-page-one .first-right-wrap .bottom-text-wrap .bottom-text-illustrate {
  font-size: 9px;
  color: #cbcbcb;
}
.official-website-small-wrap #home-index-page .home-page-one .first-right-wrap .shop-now-wrap {
  /*display: inline-block;
  padding: 5px 20px;
  border: 1px solid #002fa7;
  font-size: 12px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 30px;
  color: #002fa7;
  font-weight: bold;*/
}
.official-website-small-wrap #home-index-page .home-page-one .products-more {
  display: none;
}
.official-website-small-wrap #home-index-page .home-page-img {
  width: 100vw;
  height: 100vh;
  background: #9f9fa0;
}
.official-website-small-wrap #home-index-page .home-page-img .page-left-img-wrap {
  width: 100vw;
  height: 80vh;
  background: #9f9fa0;
}
.official-website-small-wrap #home-index-page .home-page-img .page-left-img-wrap .page-left-img {
  width: 100vw;
  height: 80vh;
  object-fit: cover;
}
.official-website-small-wrap #home-index-page .home-page-img .page-right-img-wrap {
  width: 100vw;
  height: 80vh;
  background: #e8e8e8;
}
.official-website-small-wrap #home-index-page .home-page-img .page-right-img-wrap .page-left-img {
  width: 100vw;
  height: 80vh;
  object-fit: cover;
}
/*# sourceMappingURL=details-wrap.css.map */