:root {
  --n: 450;
  --t: 2px;
  --d: 0.01deg;
  --c: repeating-conic-gradient(rgba(255, 0, 0, 0.2) 0 calc(360deg/var(--n)), rgba(255, 0, 0, 0.02) 0 calc(2*360deg/var(--n)));
}
.header {
  border: 1px solid transparent;
  background: #fff;
}
.index1 .wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 58.33333333vw;
  margin: auto;
}
.index1 .wrap .title {
  display: flex;
  justify-content: flex-end;
  padding: 0 177px 0 0;
  position: relative;
}
.index1 .wrap .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.9), #ffffff);
  pointer-events: none;
}
.index1 .wrap .title p {
  font-size: 1.97916667vw;
  font-weight: 500;
  color: #000000;
  line-height: 2.44791667vw;
}
.index1 .wrap .title p span {
  color: #E41937;
}
.index1 .wrap .logo_img {
  margin: 0 0 125px;
}
.index1 .wrap .logo_img img {
  width: 100%;
}
.index1 .wrap .content {
  display: flex;
  justify-content: center;
}
.index1 .wrap .content img {
  object-fit: contain;
}
.index1 .wrap .content img:not(:last-child) {
  margin: 0 145px 0 0;
}
.index1.active_ .title p div {
  transition: 1s;
  transform: translateX(0) !important;
  opacity: 1!important;
}
.index_line path {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
}
.index_line .anima_line {
  stroke-linejoin: round;
  stroke-dasharray: 7 7;
  animation: line-move 7s linear infinite normal forwards;
}
@keyframes line-move {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.index2 {
  position: relative;
  z-index: 1;
}
.index2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.index2 .side {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.index2 .side .matter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
}
.index2 .side .matter .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.index2 .side .matter .content {
  width: 35.41666667vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: -6px 0px 50px 0px rgba(36, 36, 36, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: translateX(110%);
  transition: 1s;
}
.index2 .side .matter .content .clone {
  width: 42px;
  height: 42px;
  background: rgba(231, 36, 16, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 9.6875vw;
  right: 5.3125vw;
  cursor: pointer;
  transform: rotate(-45deg);
  transition: 1s;
}
.index2 .side .matter .content .clone:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #fff;
}
.index2 .side .matter .content .clone:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 20px;
  background: #fff;
}
.index2 .side .matter .content .clone:hover {
  background: #e72410;
  transform: rotate(135deg);
}
.index2 .side .matter .content .img {
  transform: translateX(20px);
  opacity: 0;
  transition: 1s;
  width: 270px;
}
.index2 .side .matter .content .text {
  text-align: center;
  margin: 89px 0 0 0;
  transform: translateX(20px);
  opacity: 0;
  transition: 1s;
}
.index2 .side .matter .content .text span {
  font-size: 32px;
  font-weight: 500;
  color: #222222;
  display: block;
  margin: 0 0 24px;
}
.index2 .side .matter .content .text .display {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 41px;
}
.index2 .side .matter .content .text .display p {
  font-size: 18px;
  font-weight: bold;
  color: #1A1A1A;
  position: relative;
  padding: 0 0 0 15px;
}
.index2 .side .matter .content .text .display p:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(152, 158, 197, 0);
  border: 1px solid #E72410;
  border-radius: 50%;
  top: 8px;
  left: 0;
}
.index2 .side .matter .content .text .display p:not(:last-child) {
  margin: 0 34px 0 0;
}
.index2 .side .matter .content .text .more {
  width: 160px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #E72410;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.index2 .side .matter .content .text .more .red {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.index2 .side .matter .content .text .more .red:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #E72410;
  border-radius: 20px;
  top: 0;
  left: 0;
  transition: 0.6s;
  z-index: -1;
}
.index2 .side .matter .content .text .more .red p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 22px 0 0;
}
.index2 .side .matter .content .text .more .red img {
  width: 15px;
  filter: brightness(55) grayscale(1);
  transform: rotate(180deg);
}
.index2 .side .matter.on {
  pointer-events: auto;
}
.index2 .side .matter.on .content {
  transform: translateX(0);
}
.index2 .side .matter.on .content .img {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translateX(0);
}
.index2 .side .matter.on .content .text {
  transition-delay: 0.8s;
  opacity: 1;
  transform: translateX(0);
}
.index2 .wrap {
  width: 34.73958333vw;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.index2 .wrap .title {
  font-size: 38px;
  font-weight: 500;
  color: #222222;
  margin: 0 0 150px;
  text-align: center;
}
.index2 .wrap .content {
  position: relative;
}
.index2 .wrap .content svg .path_list.color {
  stroke: #E72410;
  fill: none;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: line-anm 3.5s ease forwards;
}
@keyframes line-anm {
  to {
    stroke-dashoffset: 0;
  }
}
.index2 .wrap .content .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.index2 .wrap .content .position .point {
  position: absolute;
}
.index2 .wrap .content .position .point .circle {
  width: 5.20833333vw;
  height: 5.20833333vw;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 56;
}
.index2 .wrap .content .position .point .circle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #DD431F;
  opacity: 0.5;
  border-radius: 50%;
  animation: 1s circle_ linear infinite;
  pointer-events: none;
  display: none;
}
.index2 .wrap .content .position .point .circle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  z-index: 5;
  display: none;
}
.index2 .wrap .content .position .point .flex {
  width: fit-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  pointer-events: none;
  cursor: pointer;
}
.index2 .wrap .content .position .point .flex .joke {
  position: relative;
  width: fit-content;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 48px 0 37px;
  z-index: 1;
  left: 210px;
}
.index2 .wrap .content .position .point .flex .joke:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  z-index: -1;
}
.index2 .wrap .content .position .point .flex .joke .img {
  width: 84px;
  margin: 0 24px 0 0;
  opacity: 0;
}
.index2 .wrap .content .position .point .flex .joke p {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
  opacity: 0;
}
.index2 .wrap .content .position .point .flex .joke .iconfont {
  color: #000000;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 0 18px;
  opacity: 0;
}
.index2 .wrap .content .position .point .flex:hover .joke p,
.index2 .wrap .content .position .point .flex:hover .joke .iconfont {
  color: #E72410;
  transition-delay: unset!important;
  transition: 0.6s;
}
.index2 .wrap .content .position .point.point_1 {
  top: 1.82291667vw;
  left: 3.125vw;
}
.index2 .wrap .content .position .point.point_2 {
  top: 0.72916667vw;
  left: 26.35416667vw;
}
.index2 .wrap .content .position .point.point_3 {
  top: 15.36458333vw;
  left: 2.96875vw;
}
.index2 .wrap .content .position .point.point_4 {
  top: 15.36458333vw;
  left: 26.66666667vw;
}
.index2 .wrap .content .position .point.data-right .flex {
  right: 0;
  left: unset;
}
.index2 .wrap .content .position .point.data-right .flex .joke {
  left: -215px;
}
.index2 .wrap .content .position .point.data-right .flex .joke:after {
  right: 0;
  left: unset;
}
.index2 .wrap .content .position .point:hover .flex {
  pointer-events: auto;
}
.index2 .wrap .content .position .point:hover .joke:after {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
}
.index2 .wrap .content .position .point:hover .joke .img,
.index2 .wrap .content .position .point:hover .joke p,
.index2 .wrap .content .position .point:hover .joke .iconfont {
  transition: 1s;
  opacity: 1;
  transition-delay: 0.3s;
}
.index2.active .index_line path {
  animation: line-anm 5s linear forwards;
  animation-delay: 500ms;
}
.index3 {
  position: relative;
  z-index: 1;
}
.index3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.index3 .wrap {
  position: relative;
  width: 60vw;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.index3 .wrap .title {
  text-align: center;
  margin: 0 0 96px;
}
.index3 .wrap .title span {
  font-size: 42px;
  font-weight: 500;
  color: #222222;
  margin: 0 0 28px;
  display: block;
}
.index3 .wrap .title p {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.index3 .wrap .content {
  display: flex;
  justify-content: space-between;
}
.index3 .wrap .content .list {
  cursor: pointer;
}
.index3 .wrap .content .list .img {
  width: 54px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.index3 .wrap .content .list .img img {
  filter: grayscale(1);
  transition: 1s;
}
.index3 .wrap .content .list p {
  font-size: 18px;
  font-weight: 500;
  color: #1A1A1A;
  transition: 1s;
}
.index3 .wrap .content .list:hover .img img {
  filter: grayscale(0);
  transform: rotateY(180deg);
}
.index3 .wrap .content .list:hover p {
  color: #E72410;
}
.index4 {
  height: calc(100% - 502px);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.index4 .wrap {
  width: 26.61458333vw;
  margin: auto;
}
.index4 .wrap .text {
  text-align: center;
  margin: 0 0 39px;
}
.index4 .wrap .text span {
  font-size: 42px;
  font-weight: 500;
  color: #222222;
  margin: 0 0 28px;
  display: block;
}
.index4 .wrap .text p {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.index4 .wrap form input {
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 30px;
}
.index4 .wrap form input::placeholder {
  color: #B3B3B3;
}
.index4 .wrap form button {
  width: 140px;
  height: 48px;
  background: #E72410;
  box-shadow: 1px 1px 1px 0px rgba(55, 5, 0, 0.3);
  border-radius: 24px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.index5 {
  overflow: hidden;
}
.index5 .wrap {
  width: 57.03125vw;
  height: 57.03125vw;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
}
.index5 .wrap .line {
  position: relative;
  aspect-ratio: 1;
  display: inline-grid;
  place-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index5 .wrap .line .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}
.index5 .wrap .line .position .point {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: scale(0);
  transition: 1s;
  opacity: 0;
  pointer-events: auto;
}
.index5 .wrap .line .position .point .hover_button {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.index5 .wrap .line .position .point .hover_button .scale {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: -5px 9px 40px 0px rgba(110, 10, 0, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: scale_ 4s infinite linear;
}
.index5 .wrap .line .position .point img {
  max-width: 80%;
  object-fit: contain;
  position: absolute;
}
.index5 .wrap .line .position .point img:not(:first-child) {
  display: none;
}
.index5 .wrap .line .rote {
  position: absolute;
  opacity: 0;
  transition: 1s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  animation: animate_rote 30s infinite linear;
}
.index5 .wrap .line .rote .circle {
  width: 7px;
  height: 7px;
  background: #FF0000;
  border-radius: 50%;
  position: absolute;
}
.index5 .wrap .line .rote .circle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #DD431F;
  opacity: 0.5;
  border-radius: 50%;
  animation: 1s circle_ linear infinite;
  pointer-events: none;
}
.index5 .wrap .line::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: var(--t);
  background: var(--c);
  -webkit-mask: linear-gradient(#0000 0 0) content-box, repeating-conic-gradient(from calc(var(--d)/2), #000 0 calc(360deg/var(--n) - var(--d)), #0000 0 calc(360deg/var(--n)));
  -webkit-mask-composite: source-in;
  mask: linear-gradient(#0000 0 0) content-box, repeating-conic-gradient(from calc(var(--d)/2), #000 0 calc(360deg/var(--n) - var(--d)), #0000 0 calc(360deg/var(--n)));
  mask-composite: intersect;
  animation: rotate 5s linear infinite;
  pointer-events: none;
  transform: scale(0);
  transition: 1s;
}
.index5 .wrap .line_1 {
  width: 100%;
}
.index5 .wrap .line_1 > .rote > .circle {
  top: 27.1875vw;
  right: -2.5px;
}
.index5 .wrap .line_1 > .position .point {
  width: 5.88541667vw;
  height: 5.88541667vw;
}
.index5 .wrap .line_1 > .position .point_1 {
  top: 4.94791667vw;
  left: 5.36458333vw;
}
.index5 .wrap .line_1 > .position .point_2 {
  top: 15.72916667vw;
  left: -1.45833333vw;
}
.index5 .wrap .line_1 > .position .point_3 {
  top: 32.55208333vw;
  left: -1.875vw;
}
.index5 .wrap .line_1 > .position .point_4 {
  top: 45.36458333vw;
  left: 5.36458333vw;
}
.index5 .wrap .line_1 > .position .point_5 {
  top: 46.14583333vw;
  left: 45vw;
}
.index5 .wrap .line_1 > .position .point_6 {
  top: 32.55208333vw;
  left: 53.07291667vw;
}
.index5 .wrap .line_1 > .position .point_7 {
  top: 16.40625vw;
  left: 52.65625vw;
}
.index5 .wrap .line_1 > .position .point_8 {
  top: 4.01041667vw;
  left: 45vw;
}
.index5 .wrap .line_1 .line_2 {
  width: 42.60416667vw;
}
.index5 .wrap .line_1 .line_2 > .position .point {
  width: 6.875vw;
  height: 6.875vw;
}
.index5 .wrap .line_1 .line_2 > .position .point_1 {
  top: 3.02083333vw;
  left: 2.86458333vw;
}
.index5 .wrap .line_1 .line_2 > .position .point_2 {
  top: 32.55208333vw;
  left: 3.28125vw;
}
.index5 .wrap .line_1 .line_2 > .position .point_3 {
  top: 32.55208333vw;
  left: 32.29166667vw;
}
.index5 .wrap .line_1 .line_2 > .position .point_4 {
  top: 2.70833333vw;
  left: 32.8125vw;
}
.index5 .wrap .line_1 .line_2 > .rote > .circle {
  bottom: -2.5px;
  left: 50%;
  transform: translateX(-50%);
}
.index5 .wrap .line_1 .line_2 .line_3 {
  width: 28.17708333vw;
}
.index5 .wrap .line_1 .line_2 .line_3 > .position .point {
  width: 7.8125vw;
  height: 7.8125vw;
}
.index5 .wrap .line_1 .line_2 .line_3 > .position .point_1 {
  top: 10.20833333vw;
  left: -3.17708333vw;
}
.index5 .wrap .line_1 .line_2 .line_3 > .position .point_2 {
  top: 23.48958333vw;
  left: 10.15625vw;
}
.index5 .wrap .line_1 .line_2 .line_3 > .position .point_3 {
  top: 10.20833333vw;
  left: 23.4375vw;
}
.index5 .wrap .line_1 .line_2 .line_3 > .position .point_4 {
  top: -3.125vw;
  left: 10.15625vw;
}
.index5 .wrap .line_1 .line_2 .line_3 > .rote > .circle {
  top: 4.58333333vw;
  left: 3.38541667vw;
}
.index5 .wrap .line_1 .line_2 .line_3 .line_4 {
  width: 13.80208333vw;
  height: 13.80208333vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.index5 .wrap .line_1 .line_2 .line_3 .line_4 img {
  max-width: 70%;
  transform: scale(0);
  transition: 1s;
}
.index5 .wrap .line_1 .line_2 .line_3 .line_4:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #e72410;
  border-radius: 50%;
  transform: scale(0);
  transition: 1s;
}
.index5 .wrap .line_1 .line_2 .line_3 .line_4:after {
  display: none;
}
.index5 .wrap .line_1 .line_2 .line_3 .line_4 .lg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 165px;
  max-width: 30%;
}
.index5.active .line_1 .line_2 .line_3 .line_4 img {
  transform: scale(1);
}
.index5.active .wrap .line::after {
  transform: scale(1);
}
.index5.active .wrap .line_1 .line_2 .line_3 .line_4:before {
  transform: scale(1);
  transition-delay: 0.2s;
}
.index5.active .wrap .line_3::after {
  transition-delay: 0.4s;
}
.index5.active .wrap .line_2::after {
  transition-delay: 0.6s;
}
.index5.active .wrap .line_1::after {
  transition-delay: 0.8s;
}
.index5.active .wrap .line .rote {
  opacity: 1;
  transition-delay: 1.5s;
}
.index5.active .wrap .line .position .point {
  transform: scale(1);
  opacity: 1;
}
@keyframes line-anm {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes circle_ {
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
@keyframes animate_rote {
  100% {
    transform: rotate(1turn);
  }
}
@keyframes opacity_ {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale_ {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.82);
  }
  100% {
    transform: scale(1);
  }
}
body .unset {
  transition-delay: unset!important;
}
@media screen and (max-width: 1400px) {
  .index1 .wrap .title{
    padding: 0 116px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .index1 .title p div{
    transition-delay: unset!important;
    transition: 1s;
    transform: translateX(0) !important;
    opacity: 1!important;
  }
  .index1 .wrap .title p{
    font-size: 24px;
    line-height: 1;
  }
  .index1 .wrap .title {
    padding: 0;
    justify-content: unset;
    margin: 0 0 15px;
  }
  .index1 .wrap .content img:not(:last-child) {
    width: 40% !important;
    margin: 0;
  }
  .index1 .wrap .content {
    justify-content: space-between;
  }
  .index1 .wrap .content img {
    width: 50% !important;
  }
  .index1 .wrap{
    width: 90%;
  }
  .index1 .wrap .logo_img {
    margin: 0 0 72px;
  }

  #fullPage .section,#fullPage .section .fp-tableCell{
    height: auto!important;
  }
 .section .wrap{
    padding: 150px 0;
  }
  .index1 .wrap{
    transform: none;
    top: 0;
    padding: 150px 0 100px 0;
  }
  .index2 .wrap{
    width: 90%;
    top: 0;
    transform: none;
    padding: 80px 0;
  }
  .index2 .wrap .title{
    font-size: 23px;
    margin: 0 0 47px;
  }

  .index3 .wrap{
    width: 90%;
    top: 0;
    transform: none;
  }
  .index2 .wrap .content .position .point .circle{
    width: 16.6177908113392vw;
    height: 16.6177908113392vw;
  }
  .index2 .wrap .content .position .point.point_1 {
    top: 3.12805474095797vw;
    left: 5.96285434995112vw;
  }
  .index2 .wrap .content .position .point.point_2 {
    top: 1.66177908113392vw;
    left: unset;
    right: 7.52688172043011vw;
  }
  .index2 .wrap .content .position .point.point_3 {
    top: 37.34115347018573vw;
    left: 5.96285434995112vw;
  }
  .index2 .wrap .content .position .point.point_4 {
    top: 37.43890518084066vw;
    left: unset;
    right: 5.27859237536657vw;
  }
  .index2 .side .matter .content{
    width: 100%;
    background: #fff;
  }
  .index2 .side .matter .content .text{
    margin: 44px 0 0 0;
  }
  .index2 .side .matter .content .img{
    width: 50%;
    margin: auto;
  }
  .index2 .side .matter .content .text span{
    font-size: 22px;
  }
  .index2 .side .matter .content .text .display p{
    font-size: 13px;
  }
  .index2 .side .matter .content .text .more .red p{
    font-size: 13px;
  }
  .index2 .side .matter .content .text .more {
    width: 124px;
    height: 42px;
  }
  .index2 .side .matter .content .text .more .red p {
    margin: 0 14px 0 0;
  }
  .index2{
    overflow: hidden;
  }
  .index2 .side{
    z-index: 999;
  }
  .index2 .side .matter .content .text .display p:after{
    top: 50%;
    transform: translateY(-50%);
  }
  .index3 .wrap{
    padding: 75px 0;
  }
  .index3 .wrap .title span{
    font-size: 24px;
  }
  .index3 .wrap .title p{
    font-size: 13px;
  }
  .index3 .wrap .content{
    display: flex;
    flex-wrap: wrap;
  }
  .index3 .wrap .content .list{
    margin: 0 0 43px;
    position: relative;
  }
  .index3 .wrap .content .list:nth-child(1){
    left: 20px;
  }
  .index3 .wrap .content .list:nth-child(3){
    left: -20px;
  }
  .index3 .wrap .content .list:nth-child(1),.index3 .wrap .content .list:nth-child(2),.index3 .wrap .content .list:nth-child(3){
    width: 33%;
  }
  .index3 .wrap .content .list{
    text-align: center;
  }
  .index3 .wrap .content .list p{
    font-size: 14px;
  }
  .index3 .wrap .content .list .img {
    width: 33px;
    height: 41px;
    margin: 0 auto 5px;
  }
  .index3 .wrap .title{
    margin: 0 0 52px ;
  }
  .index4 .wrap{
    width: 90%;
    padding: 60px 0;
  }
  .index4 .wrap .text span{
    font-size: 24px;
  }
  .index4 .wrap .text p{
    font-size: 13px;
  }
  .index4 .wrap .text p {
    display: none;
  }
  .index4 .wrap .text .sj_text{
    display: block!important;
  }
  .index4 .wrap form button {
    width: 118px;
    height: 41px;
    font-size: 14px;
  }
  #fullPage .index5,#fullPage .index5 .fp-tableCell{
    height: 100vh!important;
  }
  .index5 .wrap{
    /*display: none;*/
    transform:translate(-50%, -50%) scale(3);
    transition: 1s;
  }
  .index5 .wrap.sj_active{
    transform:translate(-50%, -50%) scale(1.5);
  }
  .index5 .wrap .line::after{

  }

  :root{
    --n: 155;
    --t: 0.5px;
    --d: 0.01deg;
  }
  .index5 .wrap.sj_active{
    /*--t: 0.7px;*/
  }
  .index5 .wrap .line .rote .circle{
    width: 4px;
    height: 4px;
  }
  .index5 .wrap .line_1 .line_2 .line_3 > .rote > .circle {
    left: 3.285417vw;
    transform: translateY(-3px);

  }
  .index5 .mobile_wrap{
    /*display: block!important;*/
    width: 100%;
    margin: auto;
    padding: 60px 0;
  }
  .index5 .mobile_wrap .tit{
    font-size: 24px;
    font-weight: 500;
    color: #222222;
    margin: 0 0 28px;
    display: block;
    text-align: center;
  }
  .index5 .mobile_wrap .grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 8.85057471264368vw;
  }
  .index5 .mobile_wrap .grid .circle{
    width: 25.28735632183908vw;
    height: 25.28735632183908vw;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px 0px rgba(0,29,88,0.06);
    border-radius: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
  }
  .index5 .mobile_wrap img{
    max-width: 80%;
  }

  body{
    overflow: hidden;
  }
  body.hidden{
    overflow: unset!important;
  }

  #fullPage .section:last-child{
    display: none;
  }
  .index5 .wrap .line_1{
    height: 57.03125vw;
  }
  .index5 .wrap .line_1 .line_2 {
    height: 42.60416667vw;
  }
  .index5 .wrap .line_1 .line_2 .line_3 {
    height: 28.17708333vw;
  }

  .index5 .wrap .line_1 .line_2 .line_3 .line_4:before{
    width: 200%;
    height: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)  scale(0)!important;
  }
  .index5.active .wrap .line_1 .line_2 .line_3 .line_4:before{
    transform: translate(-50%, -50%)  scale(.5)!important;

  }

  .index5 .wrap .line_1 .line_2 > .position .point_1 {
    top: -1.979167vw;
    left: 8.864583vw;
  }
  /*.index5 .wrap.sj_active .line_1 .line_2 > .position .point_1 {*/
  /*  top: 3.02083333vw;*/
  /*  left: 2.86458333vw;*/
  /*}*/

  .index5 .wrap .line_1 .line_2 > .position .point_4 {
    top: -1.291667vw;
    left: 27.8125vw;
  }
  /*.index5 .wrap.sj_active .line_1 .line_2 > .position .point_4 {*/
  /*  top: 2.70833333vw;*/
  /*  left: 32.8125vw;*/
  /*}*/

  .index5 .wrap .line_1 .line_2 > .position .point_2 {
    top: 36.552083vw;
    left: 8.28125vw;
  }
  /*.index5 .wrap.sj_active .line_1 .line_2 > .position .point_2 {*/
  /*  top: 32.55208333vw;*/
  /*  left: 3.28125vw;*/
  /*}*/

  .index5 .wrap .line_1 .line_2 > .position .point_3 {
    top: 36.552083vw;
    left: 27.291667vw;
  }
  /*.index5 .wrap.sj_active .line_1 .line_2 > .position .point_3 {*/
  /*  top: 32.55208333vw;*/
  /*  left: 32.29166667vw;*/
  /*}*/
}
@media screen and (max-height: 940px) {
  .index4 .wrap .text span{
    font-size: 33px;
  }
  .index4 .wrap .text p{
    font-size: 12px;
  }
  .index4 .wrap{
    position: relative;
    top: 20px;
  }
}
@media screen and (max-height: 880px) {
  footer {
    padding: 57px 0 45px 0;
    height: 50vh;
  }
  .index4{
    height: 50vh;
  }
}

@media screen and (max-height: 825px) {
  footer .wrap .top{
    padding: 0 0 45px;
  }
}
@media screen and (max-height: 757px) {
  footer {
    padding: 42px 0 45px 0;
  }
  footer .wrap .top .r .item > a{
    margin: 0 0 14px;
  }
  .index4 .wrap .text span {
    font-size: 30px;
    margin: 0 0 14px;
  }
  .index4 .wrap .text{
    margin: 0 0 23px;
  }
  .index4 .wrap form input {
    margin: 0 0 18px;
  }
  .index4 .wrap form button{
    width: 114px;
    height: 40px;

  }
}
@media screen and (max-height: 695px) {
  footer .wrap .top .r .item .level a {
    font-size: 13px;
    line-height: 32px;
  }
  footer .wrap .top .l .list {
    line-height: 35px;
  }
  footer {
    padding: 36px 0 45px 0;
  }
  .index4 .wrap .text span {
    font-size: 26px;
    margin: 0 0 9px;
  }
  .index4 .wrap .text p {
    font-size: 11px;
  }
  .index4 .wrap form input {
    height: 40px;
    font-size: 13px;
  }
  .index4 .wrap form button{
    font-size: 14px;
  }
}
@media screen and (max-height: 620px) {
  footer .wrap .top {
    padding: 0 0 28px;
    margin: 0 0 19px;
  }
  footer .wrap .top .l .list{
    font-size: 14px;
  }
  footer .wrap .top .r .item .level a{
    font-size: 12px;
    line-height: 30px;
  }
  .index4 .wrap .text {
    margin: 0 0 15px;
  }
  .index4 .wrap form input {
    margin: 0 0 14px;
  }
}
/*# sourceMappingURL=index.css.map */