* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.amin {
  overflow: hidden auto;
  scroll-snap-type: y mandatory;
  scrollbar-width: thin;
  height: 100vh;
  transition: 0.3s;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding: 0;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
    width: 1160px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1260px;
    width: 1260px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
    width: 1360px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1460px;
    width: 1460px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1560px;
    width: 1560px;
  }
}

.index {
  transition: 0.3s;
  overflow: hidden;
  scroll-snap-align: start;
}
.index .container {
  position: relative;
  min-height: 100vh;
}
@media only screen and (max-width: 767px) {
  .index .container {
    min-height: 70vh;
  }
}
.index .container .frame {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.6rem;
  text-align: center;
}

.index1 {
  background-image: url(/static/binzh\ 1@2x.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index1 .logo {
  padding-top: 0.45rem;
}
.index1 .logo img {
  height: 0.7rem;
}
.index1 .con {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 0.45rem;
}
.index1 .con .tag {
  border-radius: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.24rem;
  line-height: 1.5;
  padding: 0.05rem 0.15rem;
  border: 1px solid;
}
.index1 .con .title {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.12rem;
}
.index1 .con .title .co {
  color: #ff9900;
}
.index1 .con .info {
      max-width: 8.68rem;
    font-size: 0.22rem;
    line-height: 1.5;
    margin-left: -0.5rem;
}
.index1 .er {
  position: absolute;
  bottom: 1rem;
  right: 0;
  width: 1.2rem;
}

.index2 .con .title {
  padding-top: 2rem;
  font-weight: bold;
  font-size: 0.48rem;
  color: #161616;
}
.index2 .con .iofn {
  margin-top: 0.32rem;
  font-size: 0.24rem;
  color: #161616;
}
.index2 .con .iofn p {
  line-height: 2;
}
.index2 .bg {
  position: absolute;
  width: 55vw;
  right: -5vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.index2 .bg img {
  width: 100%;
}
.index2 .tag {
      margin-top: 0.5rem;
    margin-bottom: 0.2rem;

  font-size: 0.28rem;
  color: #666;
}

.index3 .con {
  text-align: right;
}
.index3 .bg {
  right: auto;
  left: -5vw;
  width: 45vw;
}
.index3 .tag {
  left: auto;
  right: 0;
}

.index4 {
  position: relative;
  overflow: hidden;
}
.index4 .frame {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.6rem;
  text-align: center;
}
.index4 .mySwiper {
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .index4 .mySwiper {
    height: 30vh;
  }
}
.index4 .mySwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transform: scale(0.9);
  transition: 0.3s;
}
.index4 .mySwiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.index4 .mySwiper .swiper-slide.swiper-slide-active::after {
  bottom: 0%;
  height: 4%;
}
@media only screen and (max-width: 767px) {
  .index4 .mySwiper .swiper-slide.swiper-slide-active::after {
    bottom: -1%;
    height: 3.1%;
  }
}
.index4 .mySwiper .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 4%;
  height: 11%;
  width: 102%;
  left: -1%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  z-index: 2;
}
.index4 .mySwiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: -10%;
  width: 102%;
  left: -1%;
  background-color: #fff;
  z-index: 2;
  height: 14.1%;
  transition: 0.3s;
}
.index4 .mySwiper .swiper-slide .top {
  height: 85%;
  position: relative;
  z-index: 9;
}
.index4 .mySwiper .swiper-slide .b {
  height: 85%;
  width: 100%;
  position: absolute;
  transform: rotateX(180deg);
  bottom: -72%;
  left: 0;
  right: 0;
}
.index4 .mySwiper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index5 .mySwiper {
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .index5 .mySwiper {
    height: 30vh;
  }
}
.index5 .mySwiper .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index5 .mySwiper .video.playing {
  -o-object-fit: contain;
     object-fit: contain;
}
.index5 .mySwiper .swiper-button-prev,
.index5 .mySwiper .swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgba(241, 241, 241, 0.52);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0rem 0.04rem 0.12rem;
}
.index5 .mySwiper .swiper-button-prev {
  left: 1%;
}
.index5 .mySwiper .swiper-button-next {
  right: 1%;
}
.index5 .mySwiper .swiper-button-next:after,
.index5 .mySwiper .swiper-button-prev:after {
  font-size: 0.2rem;
  font-weight: bold;
  color: #fff;
}
.index4 .mySwiper .swiper-button-prev,
.index4 .mySwiper .swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgba(241, 241, 241, 0.52);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0rem 0.04rem 0.12rem;
}
.index4 .mySwiper .swiper-button-prev {
  left: 1%;
}
.index4 .mySwiper .swiper-button-next {
  right: 1%;
}
.index4 .mySwiper .swiper-button-next:after,
.index4 .mySwiper .swiper-button-prev:after {
  font-size: 0.2rem;
  font-weight: bold;
  color: #fff;
}

.footer {
  background-color: #f1f1f1;
  padding-top: 1.3rem;
  scroll-snap-align: start;
}
.footer .title {
  font-weight: bold;
  font-size: 0.3rem;
  color: #161616;
  text-align: center;
}
.footer .text {
  font-weight: 400;
  font-size: 0.22rem;
  color: #8f8f8f;
  margin-top: 0.52rem;
  text-align: center;
  line-height: 2;
}
.footer .erbox {
  margin-top: 0.52rem;
  display: flex;
  justify-content: space-evenly;
}
.footer .erbox .er {
  text-align: center;
  font-size: 0.22rem;
  color: #161616;
}
.footer .erbox .er img {
  width: 1.7rem;
}
.footer .tag {
  font-size: 0.19rem;
  color: #8f8f8f;
  margin-top: 0.52rem;
  text-align: center;
  max-width: 9rem;
  margin: auto;
  margin-top: 0.52rem;
  line-height: 2;
}
.footer .copyright {
  margin-top: 1rem;
  border-top: 0.01rem solid #e5e5e5;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
  font-size: 0.16rem;
  color: #878987;
  line-height: 2;
}
.footer .copyright a {
  color: #878987;
}
.more {
	position:absolute;
	width:calc(100% - 0.2rem);
	background-color:#fff;
	bottom:0.1rem;
	transform:translateX(0.1rem);
	max-height:calc(100% - 0.2rem);
	height:fit-content;
	display:flex;
	flex-direction:column;
	right:calc(-100% + 0.2rem);
	transition:.3s;
}
.more.on {
	right:calc(0% + 0.2rem);
}
.more .title {
	padding:0.2rem 0.1rem;
	font-weight:bold;
	font-size:0.2rem;
	text-align:center;
	letter-spacing:0.01rem;
	padding-top:0.3rem;
}
.more .con {
	line-height:2;
	padding:0.1rem;
	padding-top:0;
	flex:1;
	overflow:auto;
	font-size: 0.18rem;
}
.more .titletop {
	position:absolute;
	bottom:0.1rem;
	right:calc(100% + 0.5rem);
	padding:0.04rem 0.1rem;
	width:1.2rem;
	display:flex;
	align-items:center;
	border-radius:0.3rem;
	background-color:#fff;
	color:#333;
	text-decoration:none;
}
.more .titletop svg.icon {
	font-size:0.3rem;
}
.more .titletop span {
	    font-size: 0.15rem;
}
.index4 .mySwiper .swiper-slide .top {
	overflow:hidden;
}


@media only screen and (max-width: 767px) {
  .index .container .frame {
	bottom:0.2rem;
	width:0.3rem;
}
.index1 .logo img {
	height:0.4rem;
	margin-left:0.1rem;
}
.index1 .con .tag {
	font-size:0.18rem;
	margin-bottom:0.12rem;
	padding:0.03rem 0.13rem;
}
.index1 .con .title {
	font-size:0.3rem;
}
.index1 .con .info {
	font-size:0.18rem;
	    margin-left: 0rem;
}
.index1 .er {
	bottom:0.5rem;
	width:0.8rem;
}
.index2 .con .title {
	padding-top:0.5rem;
	font-size:0.26rem;
}
.index2 .con .iofn {
	margin-top:0.2rem;
	font-size:0.18rem;
}
.index2 .tag {
	font-size:0.18rem;
}
.index2 .bg {
      position: absolute;
        width: 3.5rem;
        right: 0.2rem;
        top: 3.1rem;
        transform: translateY(0%);
}
.index3 .bg {
right: auto;
        left: 0.2rem;
        width: 3rem;
        top: 3rem;
}
.index3 {
	margin-bottom:0.3rem;
}
.index4 {
	margin-bottom:0.3rem;
}
.amin {
	scroll-snap-type:initial;
}
.index4 .mySwiper .swiper-slide {
	transform:scale(0.98);
}
.index4 .mySwiper .swiper-slide.swiper-slide-active::after {
	bottom:-1%;
	height:6%;
}
.index4 .mySwiper .swiper-slide::after {
	bottom:-9%;
}
.index5 .mySwiper .swiper-button-next,.index5 .mySwiper .swiper-button-prev {
	transform:scale(0.6);
}
.index4 .mySwiper .swiper-button-next,.index4 .mySwiper .swiper-button-prev {
	transform:scale(0.6);
	top:25%;
}
.index4 .mySwiper .swiper-button-next {
	right:8%;
}
.index4 .mySwiper .swiper-button-prev {
	left:8%;
}
.footer {
	padding-top:0.5rem;
}
.footer .title {
	font-size:0.24rem;
}
.footer .text {
	font-size:0.14rem;
	margin-top:0.32rem;
}
.footer .erbox .er img {
	width:24vw;
}
.footer .erbox .er {
	text-align:center;
	font-size:0.16rem;
}
.footer .erbox {
	margin-top:0.32rem;
}
.footer .tag {
	margin-top:0.32rem;
	font-size:0.16rem;
}
.footer .copyright {
	margin-top:0.5rem;
	padding-top:0.15rem;
	padding-bottom:0.15rem;
	font-size:0.12rem;
	line-height:1.6;
}
.index .container .frame {
	display:none;
}
.index2 .tag {
	margin-top:2.5rem;
}
.index4 .mySwiper {
	height:fit-content;
}
.more {
	position:initial;
	width:100%;
	transform:translateX(0rem);
}
.more .titletop,.index4 .mySwiper .swiper-slide .b,.index4 .mySwiper .swiper-slide::before,.index4 .mySwiper .swiper-slide::after {
	display:none;
}
.more .con {
	max-height:2.4rem;
}
.index1 .logo {
    padding-top: 0.1rem;
    height: 1rem;
}
#gndn325325{
    display: none;
}
}/*# sourceMappingURL=style.css.map */