.jsbn {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 1920px;
  height: 1000px;
  overflow: hidden;
  visibility: hidden;
  z-index: 2;
}
.jsspin {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.jsspin .ld {
  margin-top: -19px;
  position: relative;
  top: 50%;
  width: 38px;
  height: 38px;
}
.jsspin img {
  animation-name: jsspin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes jsspin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.jsslides {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  width: 1920px;
  height: 1000px;
  overflow: hidden;
}
.jscap {
  position: absolute;
  height: auto;
  min-width: 100%;
  left: 0;
  padding-left: calc((100% - var(--container-width))/2);
  color: #fff;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  margin-top: -5rem;
  /* margin-left: calc( var(--container-width) / 2 * -1); */
  max-width: 100vw;
}
@media screen and (min-width: 1920px) {
  .jscap {
    padding-left: calc(1920px / 2 - var(--container-width) / 2);
  }
}
.jscap_main {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 4px;
}
.jscap_sub {
  font-size: 24px;
  font-weight: 400;
  opacity: 1 !important;
  line-height: 1.8;
}
.jscap0 {
  top: 618px;
}
.jscap1 {
  top: 1141px;
  text-indent: 0;
}
.jscap2 {
  top: 1110px;
}
.jsbn > div:nth-child(2) {
  /* background: #0a48a1; */
  min-width: 100vw;
  left: 0 !important;
  bottom: 8rem !important;
  top: auto !important;
  z-index: 5555;
  position: absolute !important;
}
.jsbullet_wrap {
  /* position: absolute; */
  /* position: absolute; */
  /* bottom: 6rem; */
  /* right: 1.2rem; */
  /* min-width: 50rem; */
  /* left: calc(50vw - var(--container-width) / 2) !important; */
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */
}

.jsbullet_wrap .i:after {
    display: block;
    content: "";
    width: 6rem;
    height: 0;
    border-top: .3rem dotted #ffffff73;
    position: absolute;
    top: 0.5rem;
    left: 2.6rem;
    opacity: 1 !important;
}

.jsbullet_wrap .i:last-child:after {
    display: none;
}
.jsbullet_wrap .i {
  position: relative !important;
  cursor: pointer;
  width: 2.2rem;
  height: 2.2rem;
  transform: none;
  background: transparent;
  display: inline-block;
  border-radius: 0.4rem;
  transition: all 0.3s;
  /* opacity: 0.4; */
  margin: 0 2.2rem;
  border-radius: 100rem;
  border: 0.5rem solid rgb(255 255 255 / 40%);
  flex: 0 0 auto;
  transform: translateX(-1.1vw);
}
.jsbullet_wrap .i.iav {
  /* opacity: 1; */
  /* width: 6rem; */
  border-color: #fff;
}
.jsbullet_wrap .i svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jsbullet_wrap .i .b {
  fill: #ffffffb8;
  fill-opacity: 0.7;
  stroke-width: 1200;
  stroke-miterlimit: 10;
}
.jsbullet_wrap .i:hover .b {
  fill: var(--color1);
  fill-opacity: 0.6;
  stroke-opacity: 0.35;
}
.jsbullet_wrap .iav .b {
  fill: var(--color1);
  fill-opacity: 1;
}
.jsbullet_wrap .i.idn {
  opacity: 0.3;
}
.jsarrow {
  display: block;
  position: absolute;
  cursor: pointer;
}
.jsarrow svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jsarrow .a {
  fill: none;
  stroke: #fff;
  stroke-width: 640;
  stroke-miterlimit: 10;
}
.jsarrow:hover {
  opacity: 0.8;
}
.jsarrow.jsarrowdn {
  opacity: 0.5;
}
.jsarrow.jsarrowds {
  opacity: 0.3;
  pointer-events: none;
}
.jsarrowleft {
  left: 25px;
  top: 0px;
  width: 55px;
  height: 55px;
}
.jsarrowright {
  right: 25px;
  top: 0px;
  width: 55px;
  height: 55px;
}
