* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

img {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  font-size: 12px;
}

body,
html {
  background: #fff;
  display: flex;
  flex: 1;
}

.page-wrap {
  margin: auto;
  min-width: 1440px;
}
.page-wrap .pc-linear-wrap {
  background: linear-gradient(216deg, #ffffff 0%, rgba(241, 247, 255, 0.25) 35%, rgba(73, 181, 227, 0.2) 100%);
}
.page-wrap .pc-linear-wrap .pc-kv-wrap {
  min-height: 534px;
  background-image: url("../image/kv-pc.png");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrap .pc-linear-wrap .pc-kv-wrap a {
  height: 92px;
  width: 300px;
  margin-top: 75px;
  margin-right: 260px;
}
.page-wrap .pc-linear-wrap .pc-kv-wrap .btn-wrap {
  height: 92px;
  display: flex;
  width: 300px;
  justify-content: space-between;
}
.page-wrap .pc-linear-wrap .pc-kv-wrap .btn-wrap img {
  height: 100%;
}
.page-wrap .pc-linear-wrap .pc-content0-wrap {
  margin: 35px 0;
  display: flex;
  flex-direction: column;
  height: 100px;
  align-items: center;
  justify-content: space-around;
  font-size: 22px;
  color: #000000;
}
.page-wrap .pc-linear-wrap .pc-content0-wrap .holder {
  width: 47px;
  height: 1px;
  border: 1px solid #6c6c6c;
}
.page-wrap .pc-linear-wrap .pc-content0-wrap .txt1 {
  font-weight: 300;
  line-height: 25px;
}
.page-wrap .pc-linear-wrap .pc-content0-wrap .txt2 {
  width: 288px;
  height: 37px;
  background-image: url("../image/p2-txt-pc.png");
  background-size: cover;
}
.page-wrap .pc-linear-wrap .pc-sipwer-wrap {
  height: 374px;
  margin: 45px 0;
}
.page-wrap .pc-linear-wrap .pc-sipwer-wrap .poster-list .poster-item {
  box-shadow: 0px 0px 88px -16px rgba(103, 101, 101, 0.5);
  background: #fff;
  height: 374px;
  width: 723px;
  border-radius: 1px;
  padding: 0;
  transition: all 0.5s;
  cursor: default;
  -moz-transition: all 0.5s;
  cursor: default;
  -webkit-transition: all 0.5s;
  cursor: default;
  -o-transition: all 0.5s;
  cursor: default;
}
.page-wrap .pc-linear-wrap .pc-sipwer-wrap .poster-list .poster-item .img-wrap {
  position: relative;
  height: 374px;
  width: 723px;
  overflow: hidden;
}
.page-wrap .pc-linear-wrap .pc-sipwer-wrap .poster-list .poster-item .img-wrap img {
  width: 100%;
}
.page-wrap .pc-linear-wrap .pc-content1-wrap {
  height: 303px;
  background-image: url("../image/p3-pc.png");
  background-size: cover;
}
.page-wrap .pc-linear-wrap .pc-content2-wrap {
  min-height: 313px;
  width: 100%;
  display: flex;
}
.page-wrap .pc-linear-wrap .pc-content2-wrap .bg-wrap {
  margin: 100px auto;
  min-height: 420px;
  width: 1050px;
  background-image: url(../image/p4-pc.png);
  background-size: cover;
}
.page-wrap .pc-footer-wrap {
  margin: 100px auto;
  height: 312px;
  width: 1200px;
  background-image: url(../image/footer-pc.png);
  background-size: cover;
}

.m-page-wrap {
  width: 100%;
}
.m-page-wrap .mo-content1-wrap img {
  width: 100%;
}
.m-page-wrap .mo-content2-wrap {
  padding: 10px 66px;
}
.m-page-wrap .mo-content2-wrap img {
  width: 100%;
}
.m-page-wrap .mo-swiper-wrap {
  height: 500px;
  margin: 45px 0;
}
.m-page-wrap .mo-swiper-wrap .poster-list {
  position: relative;
  width: 100vw;
  overflow: hidden;
  height: 450px;
}
.m-page-wrap .mo-swiper-wrap .poster-list .poster-item {
  background: #fff;
  width: 300px;
  border-radius: 1px;
  padding: 0;
  transition: all 0.5s;
  cursor: default;
  -moz-transition: all 0.5s;
  cursor: default;
  -webkit-transition: all 0.5s;
  cursor: default;
  -o-transition: all 0.5s;
  cursor: default;
}
.m-page-wrap .mo-swiper-wrap .poster-list .poster-item .img-wrap {
  position: relative;
  width: 300px;
  overflow: hidden;
}
.m-page-wrap .mo-swiper-wrap .poster-list .poster-item .img-wrap img {
  width: 100%;
}
.m-page-wrap .mo-swiper-wrap .dot-wrap {
  height: 50px;
  width: 100vw;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-page-wrap .mo-swiper-wrap .dot-wrap .dot {
  height: 9px;
  width: 9px;
  margin: 0 5px;
  border-radius: 50%;
  background: #c3c3c3;
  position: relative;
}
.m-page-wrap .mo-swiper-wrap .dot-wrap .dot.active {
  background: #00a8e1;
}
.m-page-wrap .mo-swiper-wrap .dot-wrap .dot.active::after {
  border: solid 1px #00a8e1;
  position: absolute;
  left: -3px;
  top: -3px;
  content: "";
  width: 13px;
  height: 13px;
  z-index: 1;
  border-radius: 50%;
}
.m-page-wrap .mo-content4-wrap {
  padding: 0 26px;
}
.m-page-wrap .mo-content4-wrap img {
  width: 100%;
}
.m-page-wrap .mo-footer-wrap {
  margin-bottom: 70px;
  padding: 60px 35px;
}
.m-page-wrap .mo-footer-wrap img {
  width: 100%;
}
.m-page-wrap .mo-footer-fixed-wrap {
  position: fixed;
  bottom: 0px;
  background: #fff;
  z-index: 99999;
}
.m-page-wrap .mo-footer-fixed-wrap img {
  width: 100%;
}

#certify {
  position: relative;
  width: 100vw;
  height: 530px;
  overflow: hidden;
}

.swiper-container {
  position: relative;
  width: 220vw;
  margin-left: -60vw !important;
  height: 460px;
  margin: 0 auto;
}

.swiper-slide {
  transition-duration: 0.2s;
  filter: blur(2px);
}
.swiper-slide img {
  transform: scale(0.8);
  width: 100%;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  z-index: 99;
  filter: blur(0px);
}
.swiper-slide-active img,
.swiper-slide-duplicate-active img {
  transform: scale(1);
  width: 100%;
}/*# sourceMappingURL=style.css.map */