.pagetitle {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  opacity: 0;
}

.pagetitle h1 {
  position: relative;
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
}

.pagetitle h2 {
  position: absolute;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #2c2c2c;
  left: 0;
  right: 0;
  bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  .pagetitle {
    margin-bottom: 45px;
  }
  .pagetitle h1 {
    font-size: 45px;
    top: -13px;
  }
  .pagetitle h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 650px) {
  .pagetitle {
    margin-bottom: 40px;
  }
  .pagetitle h1 {
    font-size: 43px;
    letter-spacing: 0.06em;
  }
  .pagetitle h2 {
    font-size: 20px;
    letter-spacing: 0.121em;
  }
}

.banner {
  width: 100%;
  height: 620px;
  max-width: 1400px;
  margin: 0 auto;
  opacity: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slideblk {
  width: 100%;
  max-width: 1300px;
  margin: -30px auto 180px;
}

.slideblk .left {
  position: relative;
  width: 50%;
}

.slideblk .right {
  position: relative;
  width: 50%;
}

.slideblk .swiper-button-next, .slideblk .swiper-button-prev {
  background-image: url("../images/slide_r.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  top: 400px;
  width: 30px;
  height: 100px;
}

.slideblk .swiper-button-prev {
  transform: rotate(180deg);
}

.slideblk .swiper-slide:last-child .series {
  margin-bottom: 0;
}

.slideblk .swiper-slide:nth-child(even) .series {
  justify-content: flex-start;
}

.slideblk .swiper-slide:nth-child(even) .series .left {
  order: 2;
  margin-left: 40px;
}

.slideblk .swiper-slide:nth-child(even) .series .midcircle {
  transform: translateX(-50%);
}

.slideblk .swiper-slide:nth-child(even) .series:hover .midcircle {
  transform: translateX(0);
}

.slideblk .swiper-slide:nth-child(even) .series .midcircle:before {
  left: initial;
  right: -50px;
  transform: translateY(-50%);
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);
}

.slideblk .swiper-slide .series:hover .midcircle {
  transform: translateX(0);
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.slideblk .series {
  position: relative;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  margin: 0 auto;
  min-height: 260px;
  opacity: 0;
  width: 990px;
  height: 340px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.slideblk .midcircle {
  position: relative;
  width: 70%;
  height: 100%;
  padding: 30px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  transform: translateX(50%);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.slideblk .midcircle:before {
  content: '';
  position: absolute;
  left: -50px;
  top: 50%;
  width: 600px;
  height: 600px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

.slideblk .title {
  letter-spacing: 0.2em;
  padding-left: 20px;
  border-left: 3px solid #b0e3ea;
  margin-bottom: 50px;
}

.slideblk .t1 {
  color: #5c5c5c;
  font-size: 20px;
  margin-bottom: 20px;
}

.slideblk .t2 {
  color: #2c2c2c;
  font-size: 36px;
}

.slideblk .iconblk {
  width: 100%;
  height: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slideblk .iconblk .icon {
  margin-right: 20px;
}

.slideblk .iconblk .iconimg {
  margin: 0 auto 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 47px;
  height: 47px;
}

.slideblk .iconblk .icontext {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.slideblk .picview {
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0.25s;
  -moz-transition: all 0.5s ease 0.25s;
  -o-transition: all 0.5s ease 0.25s;
  -ms-transition: all 0.5s ease 0.25s;
  transition: all 0.5s ease 0.25s;
}

.slideblk .picimg {
  width: 350px;
  height: 200px;
  margin: 0 auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.slideblk .imgtext {
  color: #565656;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  text-align: center;
}

.ruleblk {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 45px;
  opacity: 0;
}

.ruleblk .rule {
  padding-top: 15px;
  border-right: 1px solid #ccc;
  width: 60%;
}

.ruleblk .title {
  color: #2c2c2c;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 35px;
}

.ruleblk ol {
  list-style-type: decimal;
  color: #4c4c4c;
  font-size: 16px;
  letter-spacing: 0.2em;
  padding-left: 1em;
  line-height: 28px;
}

.btnblk {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-content: space-between;
}

.btnblk .redbtn, .btnblk .bluebtn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 6%;
  padding-right: 6%;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.13em;
  margin-bottom: 30px;
  width: 260px;
  height: 70px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btnblk .redbtn img, .btnblk .bluebtn img {
  width: auto;
  max-height: 100%;
}

.btnblk .redbtn:last-child, .btnblk .bluebtn:last-child {
  margin-bottom: 0;
}

.btnblk .redbtn {
  border: 1px solid #ea8e81;
}

.btnblk .bluebtn {
  border: 1px solid #00c8ff;
}

@media only screen and (min-width: 1025px) {
  .series:hover .picview {
    opacity: 1;
  }
  .btnblk .redbtn:hover {
    color: #ea8e81;
  }
  .btnblk .bluebtn:hover {
    color: #00c8ff;
  }
}

@media only screen and (max-width: 1024px) {
  .banner {
    width: 100%;
    height: 45.5vw;
  }
  .slideblk {
    width: 100%;
    margin-bottom: 50px;
  }
  .slideblk .t1 {
    font-size: 14px;
  }
  .slideblk .t2 {
    font-size: 26px;
  }
  .slideblk .series {
    width: 708px;
    height: 260px;
  }
  .slideblk .series .picview {
    opacity: 1;
  }
  .slideblk .swiper-slide:nth-child(even) .series .midcircle,
  .slideblk .swiper-slide:nth-child(odd) .series .midcircle {
    padding-top: 15px;
    width: 72%;
    transform: translateX(0);
  }
  .slideblk .picimg {
    width: 250px;
    height: 143px;
  }
  .slideblk .title {
    margin-bottom: 30px;
  }
  .ruleblk {
    max-width: 800px;
  }
  .ruleblk .rule {
    padding-left: 1em;
  }
  .ruleblk .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .ruleblk ol {
    font-size: 14px;
    line-height: 24px;
  }
  .btnblk .redbtn, .btnblk .bluebtn {
    width: 170px;
    height: 46px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 650px) {
  .banner {
    width: 100%;
    height: 125vw;
  }
  .swiper-wrapper {
    flex-wrap: wrap;
  }
  .slideblk {
    margin-bottom: 70px;
    overflow: hidden;
  }
  .slideblk .swiper-button-next,
  .slideblk .swiper-button-prev {
    display: none;
  }
  .slideblk .left,
  .slideblk .right {
    width: 100%;
  }
  .slideblk .swiper-slide:nth-child(even) .series .midcircle,
  .slideblk .swiper-slide:nth-child(odd) .series .midcircle {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 30px;
    transition: none;
  }
  .slideblk .swiper-slide:nth-child(even) .series .left {
    order: 0;
    margin-left: 0;
  }
  .slideblk .t1 {
    margin-bottom: 8px;
  }
  .slideblk .series {
    width: calc(100% - 30px);
    padding-left: 25px;
    padding-right: 25px;
    height: auto;
    margin-bottom: 20px;
    flex-wrap: wrap;
    background-image: initial !important;
    transition: none;
  }
  .slideblk .series .iconblk {
    flex-wrap: wrap;
    height: auto;
    padding-left: 10px;
    right: 10px;
  }
  .slideblk .iconblk .icon {
    margin-bottom: 15px;
  }
  .slideblk .imgtext {
    letter-spacing: 0.05em;
  }
  .ruleblk {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }
  .ruleblk .rule {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
  .btnblk {
    width: 100%;
  }
  .btnblk .redbtn, .btnblk .bluebtn {
    width: 220px;
    height: 60px;
    font-size: 15px;
    margin: 0 auto 15px;
  }
}

/*# sourceMappingURL=web_exp_intro.css.map */