@charset "utf-8";
.yuanruiContainer {
  font-size: 1.5rem;
  color: #000;
  background-color: #fff;
}

.yuanruiContainer .attached-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s;
  transform-origin: top;
  opacity: 0;
  transform: scaleY(0);
  z-index: 1000;
}

.yuanruiContainer .attached-nav.on {
  opacity: 1;
  transform: scaleY(1);
}

.yuanruiContainer .attached-nav .nav-content {
  padding: 0 4.2%;
  height: 52px;
  height: var(--attachedNavHeight, 52px);
  color: #000;
  background-color: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  transition: background-color, backdrop-filter, -webkit-backdrop-filter 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.yuanruiContainer .attached-nav .nav-content .product-name {
  font-size: 21px;
  line-height: 52px;
  line-height: var(--attachedNavHeight, 52px);
  opacity: 0.88;
  margin: 0;
}

.yuanruiContainer .attached-nav .nav-content .fr {
  font-size: 12px;
  height: 52px;
  height: var(--attachedNavHeight, 52px);
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: "FZLTXHJW";
}

.yuanruiContainer .attached-nav .nav-content .fr a {
  margin-left: 24px;
  cursor: pointer;
}

.yuanruiContainer .attached-nav .nav-content .fr .menu-wrap {
  float: left;
}

.yuanruiContainer .attached-nav .nav-content .fr .menu-wrap li {
  display: inline-block;
  opacity: 0.88;
}

.yuanruiContainer .attached-nav .nav-content .fr .menu-wrap li:hover {
  color: #64c2fc;
}

.yuanruiContainer .attached-nav .nav-content .fr .btn-appointment, .yuanruiContainer .attached-nav .nav-content .fr .btn-nav {
  display: inline-block;
  color: #fff;
  padding: 0 11px;
  line-height: 2em;
  border-radius: 1.5em;
}

.yuanruiContainer .part-sticky {
  height: 100vh;
}

.yuanruiContainer .part-sticky .container-fluid {
  padding-top: 52px;
  padding-top: var(--attachedNavHeight, 52px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.yuanruiContainer .part-sticky .container-fluid::before, .yuanruiContainer .part-sticky .container-fluid::after {
  display: none;
}

.bgBlack {
  background: #0e0e0e;
  color: #fff;
}

.part {
  position: relative;
  overflow: hidden;
}

.part.bgBlue {
  background-color: #041436;
  color: #fff;
}

.part.bgBlue .point-item {
  border-color: #fff;
}

.part.bgBlue .point-item::after {
  background-color: #fff;
}

.part.bgBlack {
  background-color: #0e0e0e;
  color: #fff;
}

.part .font-blue {
  color: #1fc4ff;
}

.part .center {
  text-align: center;
}

.part p {
  font-family: "FZLTXHJW";
  margin: 0;
}

.part h2 {
  font-family: "FZLTZCHJW";
  line-height: 1;
  margin: 0;
}

.part .container,
.part .container-fluid .part-title {
  padding: 0 13%;
}

.part .part-title h3.title {
  font-size: 6rem;
  line-height: 1.2;
  margin: 0;
}

.part .part-title h2.title {
  font-size: 4.25rem;
  line-height: 5.5rem;
}

.part .part-title h4.subtitle {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0;
  margin-top: 3em;
}

.part .part-title .desc {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-top: 1.3em;
}

.part .point-item {
  position: absolute;
  padding-bottom: 0.4em;
  border-bottom: 0.1rem solid #000;
}

.part .point-item::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  bottom: -0.45rem;
  right: -0.45rem;
}

.part .point-item.text-right {
  text-align: right;
}

.part .point-item.text-right::after {
  right: auto;
  left: -0.4rem;
}

.part .gsapAnimate {
  transition: transform 400ms ease-in-out, opacity 400ms ease-out;
}

.part .gsapAnimate.animated {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.part .gsapStickyAnimate {
  transition: transform 400ms ease-in-out, opacity 400ms ease-out;
  transform: translateY(50px);
  opacity: 0;
}

.part .gsapStickyAnimate.animated {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.part0 {
  height: 100vh;
  color: #222;
  background-color: #fafafa;
  padding-top: 4.1rem;
  z-index: 2;
}

.part0 .container-fluid {
  height: 100%;
  padding: 5vh 0;
}

.part0 .part-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.part0 .product-name {
  font-size: 3rem;
  margin-top: 0.5em;
  color: #002e70;
}

.part0 .product {
  position: relative;
  margin-bottom: 3%;
  height: 53vh;
  width: 100%;
  text-align: center;
}

.part0 .product .img-product {
  width: auto;
  height: 100%;
  margin-left: 11.5%;
  position: relative;
  z-index: 2;
}

.part0 .product .slogan {
  font-size: 10.2rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 19%;
  color: #002e70;
}

.part0 .product .slogan .space {
  display: inline-block;
  width: 0.66em;
}

.part0 a.btn-book {
  font-size: 1.2rem;
  line-height: 2rem;
}

.part0 a.btn-book .iconright {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8em;
  line-height: 2rem;
  margin-left: 0.2em;
  font-weight: bold;
  transition: all 0.3s;
}

.part0 a.btn-book:hover .iconright {
  transform: translateX(0.5rem);
}

.part0 .img-play {
  position: absolute;
  top: 12vh;
  left: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  margin: auto;
  z-index: 2;
  cursor: pointer;
}

.part1 {
  padding-top: 6%;
  padding-bottom: 0.78%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100vh;
  background-color: #f8f9f9;
}

.part1 .points-list li {
  margin-bottom: 6%;
  font-size: 2rem;
}

.part1 .points-list li .text-gradient {
  color: #78787c;
  display: block !important;
}

.part1 .points-list li h2 {
  font-size: 2.15em;
}

.part2 {
  overflow: visible;
}

.part2 .part2-1 {
  padding-top: 12%;
}

.part2 .part2-1 .part-container {
  margin-top: -100vh;
}

.part2 .part2-1 .part-container .sticky-container {
  position: sticky;
  top: 0;
  padding-top: 14%;
}

.part2 .part2-1 .part-container .sticky-container .part-content-container {
  background-color: #041436;
  min-height: 100vh;
  overflow: hidden;
}

.part2 .part2-1 .part-title h4.subtitle {
  margin-top: 10.4%;
  float: right;
}

.part2 .part2-1 .section-content {
  height: 100vh;
}

.part2 .part2-2 {
  margin-top: -40vh;
}

.part2 .part2-2 .section-content {
  height: 100vh;
  overflow: hidden;
}

.part2 .part2-2 .section-content .part2-setcion-2 {
  min-height: 100vh;
}

.part2 .part2-2 .product {
  height: 100vh;
  position: relative;
}

.part2 .part2-2 .product img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.part2 .part2-2 .product .point-item {
  padding-bottom: 0.5em;
  border: 0;
}

.part2 .part2-2 .product .point-item > span {
  opacity: 0;
  transition: all .8s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.part2 .part2-2 .product .point-item::after {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.part2 .part2-2 .product .point-item::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  background: #fff;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.part2 .part2-2 .product .point-item.item-0 {
  width: 49%;
  width: 37vw;
}

.part2 .part2-2 .product .point-item.item-0::before {
  content: '';
  position: absolute;
  right: 0;
  transform: rotate(180deg);
}

.part2 .part2-2 .product .point-item.item-1 {
  width: 27%;
  width: calc(37vw - 30.5vh);
}

.part2 .part2-2 .product .point-item.item-1 > span {
  opacity: 0;
  transform: translateX(50%);
}

.part2 .part2-2 .product .point-item.item-1::before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(0);
}

.part2 .part2-2 .product .point-item.item-1::after {
  right: auto;
  left: -0.4rem;
}

.part2 .part2-2 .product .point-item.item-2 {
  width: 30%;
  width: calc(37vw - 22.5vh);
}

.part2 .part2-2 .product .point-item.item-2::before {
  content: '';
  position: absolute;
  right: 0;
  transform: rotate(180deg);
}

.part2 .part2-2 .product .point-item.on > span {
  display: inline-block;
  transform: translateX(0%);
}

.part2 .part2-2 .product .point-item.on::after {
  opacity: 1;
}

.part2 .part2-2 .product .point-item.on::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  right: 0;
  opacity: 1;
}

.part2 .part2-2 .product .point-item.on.item-0 {
  left: 0;
  top: 29%;
}

.part2 .part2-2 .product .point-item.on.item-0 > span {
  opacity: 1;
}

.part2 .part2-2 .product .point-item.on.item-0::before {
  content: '';
  right: 0;
  opacity: 1;
}

.part2 .part2-2 .product .point-item.on.item-1 {
  right: 0;
  top: 45.6%;
  text-align: right;
}

.part2 .part2-2 .product .point-item.on.item-1 > span {
  opacity: 1;
}

.part2 .part2-2 .product .point-item.on.item-1::after {
  right: auto;
  left: -0.4rem;
}

.part2 .part2-2 .product .point-item.on.item-1::before {
  content: '';
  left: 0;
  opacity: 1;
}

.part2 .part2-2 .product .point-item.on.item-2 {
  left: 0;
  top: 76.8%;
}

.part2 .part2-2 .product .point-item.on.item-2 > span {
  opacity: 1;
}

.part2 .part2-2 .product .point-item.on.item-2::before {
  right: 0;
  opacity: 1;
}

.part3.bgBlack {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.part3 .part-title {
  text-align: center;
}

.part3 .part-title .title {
  text-align: left;
}

.part3 .part-title h4.subtitle {
  display: inline-block;
  text-align: left;
  margin-top: 4.2em;
  line-height: 2.5rem;
}

.part3 .part-title h4.subtitle .font-blue {
  font-size: 1.667em;
}

.part3 .product {
  position: relative;
}

.part3 .product .product-pic {
  width: 91.15%;
}

.part3 .product .light-wrap {
  position: absolute;
  top: 59.8%;
  left: 0;
  right: 0;
  text-align: center;
}

.part3 .product .light-wrap .light-item {
  display: inline-block;
  width: 24%;
}

.part3 .product .light-wrap .light-item > img {
  width: 13.25rem;
}

.part3 .product .light-wrap .light-item p {
  margin-top: 0.8em;
  line-height: 1.2;
}

.part3 .part3-1 {
  padding-top: 10%;
  margin-bottom: -20%;
}

.part3 .part3-2 {
  height: 100vh;
}

.part3 .part3-2 .light-contrast {
  position: relative;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
}

.part3 .part3-2 .light-contrast .light-text {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
}

.part3 .part3-2 .light-contrast .light-text h3 {
  margin: 0;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.part3 .part3-2 .light-contrast .light-normal {
  transition: all .2s ease-out;
}

.part3 .part3-2 .light-contrast .light-normal h2 {
  font-size: 2.5rem;
  height: 4.25rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.part3 .part3-2 .light-contrast .light-yuanrui {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .2s ease-out;
  opacity: 0;
  color: #fe8c30;
}

.part3 .part3-2 .light-contrast .light-yuanrui h2 {
  font-size: 4.25rem;
}

.part3 .part3-2 .light-contrast .light-normal > img, .part3 .part3-2 .light-contrast .light-yuanrui > img {
  width: auto;
  height: 100vh;
}

.part3 .part3-2 .light-contrast p.desc {
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  font-size: 0.8rem;
  line-height: 1.625;
  color: #505050;
}

.part4 {
  padding-top: 10%;
  padding-bottom: 31.4%;
  background-color: #f6f6f6;
}

.part4 .pic-wrap .pic1 {
  width: 14.9rem;
  margin-right: 2.3rem;
  display: inline-block;
  vertical-align: top;
  padding-top: 6%;
}

.part4 .pic-wrap .pic2 {
  width: 17.35rem;
}

.part4 .parts-wrap {
  position: absolute;
  top: 25rem;
  right: 12%;
}

.part4 .parts-wrap > img {
  width: 10.75rem;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 1s ease-in-out;
}

.part4 .parts-wrap .parts-item-1 {
  top: 1.2rem;
  right: 1rem;
}

.part4 .parts-wrap .parts-item-2 {
  top: 1.1rem;
  right: 1.2rem;
}

.part4 .parts-wrap .parts-item-3 {
  top: 1.3rem;
  right: 1.4rem;
}

.part4 .parts-wrap .parts-item-4 {
  top: 1.9rem;
  right: 2rem;
}

.part4 .parts-wrap .parts-item-5 {
  top: 2.3rem;
  right: 2.38rem;
}

.part4 .parts-wrap .parts-item-6 {
  top: 2.9rem;
  right: 3rem;
}

.part4 .parts-wrap .parts-item-7 {
  top: 3.5rem;
  right: 3.5rem;
}

.part4 .parts-wrap .point-item {
  top: 31rem;
  right: 41rem;
  width: 21.5rem;
  opacity: 0;
  transition: all 1s ease-in-out;
  transition-delay: 0.5s;
  border: 0;
}

.part4 .parts-wrap .point-item > span {
  display: inline-block;
  opacity: 0;
  transition: all .8s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.part4 .parts-wrap .point-item::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  background: #000;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  transform: rotate(180deg);
}

.part4 .parts-wrap .point-item.on {
  top: 31rem;
  right: 41rem;
  width: 21.5rem;
  opacity: 1;
}

.part4 .parts-wrap .point-item.on > span {
  opacity: 1;
  transition: all .8s ease-in-out;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.part4 .parts-wrap .point-item.on::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: rotate(180deg);
}

.part4.animated .parts-wrap .parts-item-1 {
  top: 6rem;
  right: 5.5rem;
}

.part4.animated .parts-wrap .parts-item-2 {
  top: 11.5rem;
  right: 10.8rem;
}

.part4.animated .parts-wrap .parts-item-3 {
  top: 17.2rem;
  right: 16rem;
}

.part4.animated .parts-wrap .parts-item-4 {
  top: 22.5rem;
  right: 21.2rem;
}

.part4.animated .parts-wrap .parts-item-5 {
  top: 27.5rem;
  right: 26rem;
}

.part4.animated .parts-wrap .parts-item-6 {
  top: 32rem;
  right: 31.5rem;
}

.part4.animated .parts-wrap .parts-item-7 {
  top: 37rem;
  right: 36.5rem;
}

.part5 .part-title {
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
}

.part5 .font-blue {
  color: #0ba6dd;
}

.part6 {
  overflow: hidden;
  text-align: center;
}

.part6 .container-fluid {
  position: relative;
}

.part6 .part-title {
  font-size: 4.25rem;
}

.part6 .desc {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-top: 48vh;
}

.part6 .scaleText {
  position: absolute;
  left: 0;
  right: 0;
  top: 31%;
  width: auto;
  height: 48vh;
  margin: 0 auto;
}

.part7 {
  text-align: center;
  font-size: 1.1rem;
}

.part7 .part-title .desc {
  margin-top: 1rem;
}

.part7 .container-fluid {
  padding-top: 52px;
  padding-top: var(--attachedNavHeight, 52px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.part7 .picture-wrap {
  position: relative;
}

.part7 .picture-wrap .picture {
  width: auto;
  height: calc(100vh - 19rem);
  margin: 0 auto;
}

.part7 .picture-wrap .picture-yuanrui {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.part7 .picture-wrap p.desc {
  color: #666;
  margin: 1rem 0;
}

.part8 {
  padding: 6% 0;
}

.part8 .part-title .desc {
  margin-top: 3.3em;
}

.part8 .part-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13%;
}

.part8 .part-content .product {
  width: 38%;
}

.part8 .part-content .part-title {
  padding: 0;
}

.part8 .part-content .part-title .title .font-blue {
  font-size: 6rem;
}

.part9 {
  padding-top: 8%;
  padding-bottom: 6.3%;
  background: url("https://www.fukubukurojoho.com/assets/imgs/activity/yuanrui/p9_bg.jpg") no-repeat;
  background-size: cover;
}

.part9 .part-title .desc {
  margin-top: 3.3em;
}

.part9 .picture-wrap {
  overflow: hidden;
  margin-top: -17%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.part9 .phone-wrap {
  position: relative;
  width: 40%;
  float: left;
}

.part9 .phone-wrap .voice-item {
  position: absolute;
  font-size: 1.2rem;
  line-height: 2.3rem;
  color: #fff;
  padding: 0 1em;
  border-radius: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0.2rem;
}

.part9 .phone-wrap .voice-item-0 {
  top: -13%;
  right: 20%;
  font-size: 1rem;
  line-height: 1.8;
  background-image: url("https://www.fukubukurojoho.com/assets/imgs/activity/yuanrui/p9_voice_bg0.png");
}

.part9 .phone-wrap .voice-item-1 {
  top: -31%;
  right: -12%;
  background-image: url("https://www.fukubukurojoho.com/assets/imgs/activity/yuanrui/p9_voice_bg1.png");
}

.part9 .phone-wrap .voice-item-2 {
  top: -12%;
  right: -40%;
  background-image: url("https://www.fukubukurojoho.com/assets/imgs/activity/yuanrui/p9_voice_bg2.png");
}

.part9 .phone-wrap .voice-item-3 {
  top: 12%;
  right: -42%;
  font-size: 0.9rem;
  line-height: 1.8;
  background-image: url("https://www.fukubukurojoho.com/assets/imgs/activity/yuanrui/p9_voice_bg3.png");
}

.part9 .product {
  float: right;
  width: 46%;
  padding-bottom: 1rem;
}

.part10 {
  padding-top: 8.4%;
  padding-bottom: 6.3%;
}

.part10 .part-title {
  text-align: center;
}

.part10 .product {
  text-align: center;
}

.part10 .product .product-pic {
  width: 39.4%;
  margin-top: 4.2%;
  border-radius: 1rem;
}

.part10 .product .desc {
  font-size: 1.1rem;
  margin-top: 2em;
}

.part10 .introduction {
  margin-top: 8.6%;
  text-align: center;
  font-size: 0;
  display: flex;
}

.part10 .introduction .intro-item {
  display: inline-block;
  text-align: left;
  min-width: 30%;
  padding: 0 4rem;
  border-left: 1px solid #d7d7d7;
}

.part10 .introduction .intro-item:first-child {
  border: 0;
}

.part10 .introduction .intro-item .intro-title {
  font-family: "FZLTZCHJW";
  font-size: 1.6rem;
  line-height: 2.25rem;
}

.part10 .introduction .intro-item .intro-desc {
  display: block;
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-top: 2em;
}

.part11 {
  padding: 3.4% 0;
  background-color: #f6f6f6;
}

.part11 .card-wrap {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.part11 .card-wrap .card-item {
  position: relative;
  padding: 1.7rem 3rem;
  height: 22rem;
  width: 48.8%;
  background: url("https://www.fukubukurojoho.com/assets/imgs/activity/yuanrui/p11_card_bg.jpg") no-repeat;
  background-size: 100% 100%;
  border-radius: 1rem;
  float: left;
  margin: 0.8rem 0;
  overflow: hidden;
}

.part11 .card-wrap .card-item em.icon {
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("https://www.fukubukurojoho.com/assets/imgs/activity/yuanrui/p11_icons.png") no-repeat;
  background-size: 100%;
}

.part11 .card-wrap .card-item .card-title {
  font-family: "FZLTZCHJW";
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: 1.3rem;
}

.part11 .card-wrap .card-item .card-desc {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-top: 3.2rem;
}

.part11 .card-wrap .card-item .card-pic {
  position: absolute;
}

.part11 .card-wrap .card-item-1 .card-pic {
  top: 8%;
  right: 14%;
  width: 24.5%;
}

.part11 .card-wrap .card-item-1 .card-pic .phone {
  position: relative;
  z-index: 2;
}

.part11 .card-wrap .card-item-1 .card-pic .wave {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -125%;
  margin-left: -125%;
  width: 250%;
  animation: wave 1.2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes wave {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
  }
}

.part11 .card-wrap .card-item-2 {
  background: url("https://www.fukubukurojoho.com/assets/imgs/activity/yuanrui/p11_card2_bg.jpg") no-repeat;
  background-size: 100% 100%;
}

.part11 .card-wrap .card-item-2 em.icon {
  background-position-y: 33.33%;
}

.part11 .card-wrap .card-item-2 .card-pic {
  right: 3%;
  top: 28%;
  width: 51%;
}

.part11 .card-wrap .card-item-3 {
  background: url("https://www.fukubukurojoho.com/assets/imgs/activity/yuanrui/p11_card3_bg.jpg") no-repeat;
  background-size: 100% 100%;
}

.part11 .card-wrap .card-item-3 em.icon {
  background-position-y: 66.66%;
}

.part11 .card-wrap .card-item-4 em.icon {
  background-position-y: 100%;
}

.part11 .card-wrap .card-item-4 .card-pic {
  right: 6%;
  top: -20%;
  width: 50%;
}

.part12 {
  padding-top: 6%;
  padding-bottom: 7%;
}

.part12 .part-item-1 {
  position: relative;
}

.part12 .part-item-1 .product {
  position: relative;
  width: 51%;
}

.part12 .part-item-1 .product .point-item {
  top: 48%;
  left: 43%;
  width: 50%;
  border: 0;
}

.part12 .part-item-1 .product .point-item > span {
  transition: all .8s ease-in-out;
  opacity: 0;
  transform: translateX(50%);
}

.part12 .part-item-1 .product .point-item::after {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.part12 .part-item-1 .product .point-item::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  transform: rotate(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.part12 .part-item-1 .product .point-item.on > span {
  display: inline-block;
  transform: translateX(0%);
  opacity: 1;
}

.part12 .part-item-1 .product .point-item.on::after {
  opacity: 1;
  right: auto;
  left: -0.4rem;
}

.part12 .part-item-1 .product .point-item.on::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.part12 .part-item-1 .part-title {
  position: absolute;
  padding: 0;
  top: 9.3%;
  left: 41.8%;
}

.part12 .part-item-2 {
  overflow: hidden;
  margin-top: -5.5%;
  position: relative;
}

.part12 .part-item-2 .product {
  position: relative;
  float: right;
  width: 58.65%;
}

.part12 .part-item-2 .part-title {
  position: absolute;
  padding: 0;
  right: 56%;
  top: 8.4%;
  text-align: right;
}

.part-config {
  padding-top: 5.4%;
  padding-bottom: 4.5%;
}

.part-config .product {
  width: 44.06%;
  margin: 0 auto;
  margin-top: 6%;
}

.part-config .config-content {
  margin-top: 5%;
}

.part-config .config-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.part-config .config-list dt {
  display: inline-block;
  font-weight: normal;
  min-width: 4em;
  text-align-last: justify;
  margin-top: 2rem;
}

.part-config .config-list dd {
  font-family: "FZLTXHJW";
  color: #1fc4ff;
  margin-top: 0.5rem;
}

.part-config .config-tips {
  color: #999;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-top: 2%;
}

.part-config .btn-wrap {
  text-align: center;
  margin-top: 4.4%;
}

.part-config .btn-wrap .btn {
  font-size: 1.3rem;
  line-height: 3rem;
  color: #1fc4ff;
  border: 1px solid #1fc4ff;
  border-radius: 1.5rem;
  padding: 0 2em;
  transition: all 0.3s;
}

.part-config .btn-wrap .btn:hover {
  color: #fff;
  background-color: #1fc4ff;
}

/*视频弹窗*/
.pop-kv-video .pop-kv-video-box {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.pop-kv-video .pop-kv-video-box .pop-full {
  width: 68%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pop-kv-video .pop-kv-video-box .pop-full .pop-content-kv-video {
  position: relative;
}

.pop-kv-video .pop-kv-video-box .pop-full .pop-content-kv-video #VideoWrap {
  background: #000;
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}

.pop-kv-video .pop-kv-video-box .pop-full .close-btn {
  position: absolute;
  top: -1rem;
  right: 0rem;
  color: #626262;
  cursor: pointer;
  z-index: 10;
}

.ie9 .part .gsapFadeIn,
.ie9 .part .gsapAnimate {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.ie9 .part-sticky {
  height: 100% !important;
}

.Edge .part2 .part2-1 .part-container {
  margin-top: 0;
}

.Edge .part2 .part2-1 .part-container .sticky-container {
  position: static;
  padding-top: 0;
}

.Edge .part2 .part2-1 .part-container .sticky-container .part-content-container {
  min-height: auto;
}

/* pad 端*/
@media (min-width: 768px) and (max-width: 895px) {
  .part .container {
    padding: 0;
  }
  .part2 .part2-1 .part-container .sticky-container .part-content-container {
    min-height: 40vh;
  }
  .part2 .part2-2 .product {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .part2 .part2-2 .product img {
    max-width: 100%;
    height: auto;
  }
  .part2 .part2-2 .product .point-item.item-1 {
    width: 20vw;
  }
  .part2 .part2-2 .product .point-item.item-2 {
    width: 30vw;
  }
  .part3 .part3-2 .light-contrast .light-normal, .part3 .part3-2 .light-contrast .light-yuanrui {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
  }
  .part3 .part3-2 .light-contrast .light-normal > img, .part3 .part3-2 .light-contrast .light-yuanrui > img {
    height: auto;
  }
  .part6 .scaleText {
    max-width: 100%;
  }
  .part7 .picture-wrap .picture {
    max-width: 100%;
    height: auto;
  }
}
