@charset "utf-8";
button,
input,
select,
textarea,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
img {
  border: none;
  user-select: none;
}
a {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  float: left;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
html,
body,
.container {
  font-family: "Microsoft YaHei";
}
body {
  min-width: 1300px;
  margin: 0 auto;
}
.wrapper {
  width: 23.4rem;
  max-width: 26rem;
  margin: 0 auto;
}
.wrapper-menu {
  width: 26rem;
  max-width: 26rem;
  margin: 0 auto;
}
.wrapper-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-left: -13rem;
  pointer-events: none;
}
.wrapper-menu img {
  width: 30px;
  height: 57px;
  pointer-events: auto;
  cursor: pointer;
}
.swiper-pagination {
  bottom: 1.8rem;
}
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #939393;
  opacity: .8;
  margin: 0 0.1rem;
}
.swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 0.2rem;
  background-color: #007593;
  opacity: 1;
}
.container {
  width: 100%;
  height: 100%;
  color: #000000;
}
.container .content-pic0 {
  width: 100%;
  position: relative;
}
.container .content-pic0 .swiper-container0 .swiper-wrapper img {
  width: 100%;
}
.container .content-p1 {
  width: 100%;
  height: 36.02rem;
  position: relative;
  background: url("../img/p1/bg_1.png") no-repeat;
  background-size: 100% 100%;
  margin-top: -5.8rem;
  z-index: 1;
}
.container .content-p1 .wrapper-menu {
  top: 46.5%;
}
.container .content-p1 .wrapper {
  text-align: center;
}
.container .content-p1 .wrapper .s1-tit {
  width: 100%;
  padding-top: 6rem;
}
.container .content-p1 .wrapper .s1-tit span {
  padding-top: 0.4rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 15.6rem;
  color: #000000;
  font-size: 16px;
  line-height: 0.64rem;
}
.container .content-p1 .wrapper .s1-tabs {
  width: 100%;
  margin-top: 1.6rem;
}
.container .content-p1 .wrapper .s1-tabs .s1-tab-list {
  width: 17.78rem;
  margin: 0 auto;
  display: flex;
  color: #000000;
}
.container .content-p1 .wrapper .s1-tabs .s1-tab-list .s1-tab-item {
  width: 6.26rem;
  height: 1.32rem;
  line-height: 1.32rem;
  text-align: center;
  font-size: 16px;
  background: url("../img/p1/btn_default.png") no-repeat;
  background-size: 100% 100%;
}
.container .content-p1 .wrapper .s1-tabs .s1-tab-list .s1-tab-item.active {
  font-weight: bold;
  background: url("../img/p1/btn_active.png") no-repeat;
  background-size: 100% 100%;
}
.container .content-p1 .wrapper .swiper-container1 {
  width: 100%;
  height: 9.02rem;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.container .content-p1 .wrapper .swiper-container1 .s1-content {
  display: flex;
}
.container .content-p1 .wrapper .swiper-container1 .s1-content .s1-modul {
  margin-right: 0.2rem;
}
.container .content-p1 .wrapper .swiper-container1 .slide3 {
  width: 15.4rem;
  margin: 0 auto;
}
.container .content-p1 .wrapper .swiper-container1 .s1-modul {
  width: 7.6rem;
  height: 8.02rem;
  text-align: center;
  background-color: #fff;
  border-bottom: 0.1rem solid #89e2f8;
}
.container .content-p1 .wrapper .swiper-container1 .s1-modul .s1-pic {
  width: 100%;
  height: 4.58rem;
}
.container .content-p1 .wrapper .swiper-container1 .s1-modul .s1_title {
  font-size: 18px;
  color: #eb4e01;
  font-weight: bold;
}
.container .content-p1 .wrapper .swiper-container1 .s1-modul .s1-info {
  height: 2.4rem;
  color: #000000;
  font-size: 15px;
  margin: 0.2rem 0;
  padding: 0 0.2rem;
  line-height: 0.56rem;
  overflow: hidden;
}
.container .content-p1 .wrapper .swiper-container1 .swiper-paginationV {
  bottom: -0.2rem;
  left: 49%;
}
.container .content-p1 .wrapper .s1-video .video-type {
  width: 13rem;
  margin: 0 auto;
  display: flex;
  color: #000000;
}
.container .content-p1 .wrapper .s1-video .video-type .video-item {
  width: 6.26rem;
  height: 1.32rem;
  line-height: 1.32rem;
  text-align: center;
  font-size: 16px;
  background: url("../img/p1/btn_default.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.container .content-p1 .wrapper .s1-video .video-type .video-item.active {
  font-weight: bold;
  background: url("../img/p1/btn_active.png") no-repeat;
  background-size: 100% 100%;
}
.container .content-p1 .wrapper .s1-video .video {
  margin: 0.2rem 1.52rem 0;
  z-index: 1;
  width: 20.2rem;
  height: 10.36rem;
}
.container .content-p1 .wrapper .s1-video .video iframe {
  background-color: #000000;
}
.container .content-p1 .wrapper .s1-video .video .video-play {
  width: 20.2rem;
  height: 10.36rem;
  margin: 0;
  padding: 0;
  background-color: #000000;
}
.container .content-p2 {
  width: 100%;
  position: relative;
  margin-top: -0.04rem;
  background: url(../img/p2/bg_2.png) no-repeat center;
  background-size: 100% 100%;
}
.container .content-p2 .wrapper-menu {
  top: 45%;
}
.container .content-p2 .wrapper {
  text-align: center;
}
.container .content-p2 .wrapper .s2-tit {
  width: 100%;
  margin-bottom: 0.4rem;
  padding-top: 1.4rem;
}
.container .content-p2 .wrapper .s2-tit img {
  width: 9.3rem;
  margin: 0 auto;
}
.container .content-p2 .wrapper .s2-notice {
  font-size: 14px;
  color: #ffffff;
  text-align: right;
  padding-top: 0.4rem;
}
.container .content-p2 .wrapper .s2-content {
  width: 23.4rem;
  max-width: 1170px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0.1rem;
  margin-bottom: 0.6rem;
}
.container .content-p2 .wrapper .s2-content .s2-item {
  width: 7.42rem;
  height: 7.62rem;
  text-align: center;
  background-color: #fff;
  margin: 0 0.14rem;
  position: relative;
  border: 0.1rem solid #ffffff;
}
.container .content-p2 .wrapper .s2-content .s2-item .s2-pic {
  width: 100%;
}
.container .content-p2 .wrapper .s2-content .s2-item .s2_price {
  font-size: 20px;
  color: #eb4e01;
  font-weight: bold;
}
.container .content-p2 .wrapper .s2-content .s2-item .s2-info {
  color: #000000;
  font-size: 15px;
  margin: 0.2rem 0;
  padding: 0 0.2rem;
  line-height: 0.56rem;
}
.container .content-p2 .wrapper .s2-content .s2-item .s2-menu {
  position: absolute;
  bottom: 0;
  left: 2.5rem;
  width: 2.56rem;
}
.container .content-p3 {
  width: 100%;
  height: 24.02rem;
  position: relative;
  background: url(../img/p3/bg_3.png) no-repeat center;
  background-size: 100% 100%;
  margin-top: -0.64rem;
}
.container .content-p3 img {
  margin: 0 auto;
  display: block;
}
.container .content-p3 .s3-tit {
  padding-top: 1.6rem;
  width: 100%;
}
.container .content-p3 .s3-tit img {
  width: 5.94rem;
}
.container .content-p3 .s3-map {
  width: 100%;
}
.container .content-p3 .s3-map img {
  width: 19.24rem;
}
.container .footer-g {
  width: 100%;
  position: relative;
  z-index: 1;
}
.container .footer-g img {
  width: 100%;
}
.toast {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 99;
}
.toast .map {
  width: 350px;
  display: none;
}
.toast .close {
  position: absolute;
  right: 0.9rem;
  color: #ffffff;
  z-index: 99;
}
