.index-banner {
  padding: 66px 0;
  background-color: #0C0C1D;
}
.index-banner .swiper {
  --swiper-pagination-color: #fff;
  padding-bottom: 100px;
}
.index-banner .swiper .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
}
.index-banner .swiper .swiper-slide a img {
  width: 100%;
}
.index-banner .swiper .swiper-slide a .banner-text {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.index-banner .swiper .swiper-slide a .banner-text::after {
  content: '';
  display: block;
  width: 78px;
  height: 9px;
  background-color: #fff;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.index-banner .swiper .swiper-slide a .banner-text p {
  line-height: 60px;
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
}
.index-banner .swiper .swiper-slide a .banner-text p:first-child {
  font-size: 68px;
  line-height: 120px;
}
.index-banner .swiper .swiper-point {
  position: absolute;
  bottom: 0px;
  background-color: rgba(46, 45, 45, 0.5);
  width: auto;
  left: 50% !important;
  transform: translateX(-50%);
  padding: 2px 20px;
  z-index: 10000;
  display: flex;
  align-items: center;
}
.index-banner .swiper .swiper-point .number {
  display: flex;
  align-items: center;
}
.index-banner .swiper .swiper-point .number span {
  font-size: 16px;
  color: #fff;
}
.index-banner .swiper .swiper-point .number span:nth-child(2) {
  margin: 0 2px;
}
.index-banner .swiper .swiper-point > div {
  margin: 0 8px;
}
.index-banner .swiper .swiper-point .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-top: 0;
}
.index-banner .swiper .swiper-point .swiper-button-next::after {
  font-size: 13px;
  color: #fff;
}
.index-banner .swiper .swiper-point .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-top: 0;
}
.index-banner .swiper .swiper-point .swiper-button-prev::after {
  font-size: 13px;
  color: #fff;
}
.index-banner .swiper .swiper-point .swiper-pagination {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.index-banner .swiper .swiper-point .swiper-pagination-bullet {
  background: #888 !important;
}
.section-object {
  padding: 66px 0;
  background-color: #0C0C1D;
}
.section-object .section-object-container .section-object-content {
  display: flex;
}
.section-object .section-object-container .section-object-content .content-left {
  width: 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  color: #4A4A4A;
  line-height: 40px;
  text-align: center;
}
.section-object .section-object-container .section-object-content .content-right {
  flex: 1;
  margin-left: 58px;
}
.section-object .section-object-container .section-object-content .content-right img {
  width: 100%;
}
.section-object .section-object-container .object-link {
  background-color: #1D1C24;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  margin-top: 50px;
}
.section-object .section-object-container .object-link a {
  font-weight: 400;
  font-size: 24px;
  color: #CCCCCC;
  margin-right: 10px;
}
.section-object .section-object-container .object-link img {
  height: 20px;
}
.section-pricing {
  padding: 66px 0;
  background-color: #0C0C1D;
}
.section-pricing .section-pricing-container .p-list {
  display: flex;
  flex-wrap: wrap;
}
.section-pricing .section-pricing-container .p-list .list-item {
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
  margin-bottom: 2%;
  border-radius: 20px;
  overflow: hidden;
}
.section-pricing .section-pricing-container .p-list .list-item:nth-child(3n) {
  margin-right: 0;
}
.section-pricing .section-pricing-container .p-list .list-item .item-img {
  width: 100%;
}
.section-pricing .section-pricing-container .p-list .list-item .item-img img {
  width: 100%;
}
.section-pricing .section-pricing-container .p-list .list-item .item-content {
  padding: 10px;
}
.section-pricing .section-pricing-container .p-list .list-item .item-content .item-title {
  font-weight: bold;
  font-size: 24px;
  color: #0C0C1D;
  margin-bottom: 20px;
}
.section-pricing .section-pricing-container .p-list .list-item .item-content .item-price {
  font-weight: bold;
  font-size: 24px;
  color: #0C0C1D;
  margin-bottom: 10px;
}
.section-pricing .section-pricing-container .p-list .list-item .item-content .item-date {
  font-weight: 400;
  font-size: 18px;
  color: #0C0C1D;
}
.section-pricing .section-pricing-container .p-list .list-item .item-content .more-info {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  background: #FC9E0F;
  border-radius: 10px;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  margin: 10px 0;
}
.section-pricing .section-pricing-container .p-list .list-item .item-content .item-intro {
  font-weight: 400;
  font-size: 18px;
  color: #0C0C1D;
  margin-bottom: 30px;
}
.section-pricing .section-pricing-container .p-list .list-item .item-content .item-list .item {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.section-pricing .section-pricing-container .p-list .list-item .item-content .item-list .item img {
  margin-right: 20px;
}
.section-pricing .section-pricing-container .p-list .list-item .item-content .item-list .item span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #0C0C1D;
}
.index-contact {
  padding: 50px 0;
  background-size: cover;
}
.index-contact .index-contact-container {
  display: flex;
  justify-content: center;
}
.index-contact .index-contact-container .index-contact-message {
  width: 50%;
}
.index-contact .index-contact-container .index-contact-message .line {
  width: 100%;
  height: 23px;
  background: #262626;
}
.index-contact .index-contact-container .index-contact-message .online-message {
  padding: 0 40px 0px;
}
.index-contact .index-contact-container .index-contact-message .online-message #submit-btn {
  width: 206px;
  height: 60px;
  background: #FC9E0F;
  border-radius: 5px 5px 5px 5px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .section-object {
    padding: 66px 15px;
    background-color: #0C0C1D;
  }
  .section-object .section-object-container .section-object-content {
    display: flex;
    flex-direction: column;
  }
  .section-object .section-object-container .section-object-content .content-left {
    width: 100%;
  }
  .section-object .section-object-container .section-object-content .content-right {
    flex: 1;
    margin-left: 0px;
  }
  .section-object .section-object-container .section-object-content .content-right img {
    width: 100%;
  }
  .section-object .section-object-container .object-link {
    padding: 15px 0;
    margin-top: 50px;
  }
  .section-object .section-object-container .object-link a {
    font-weight: 400;
    font-size: 24px;
    color: #CCCCCC;
    margin-right: 10px;
    display: flex;
    word-break: break-all;
  }
  .section-pricing {
    padding: 66px 15px;
    background-color: #0C0C1D;
  }
  .section-pricing .section-pricing-container .p-list {
    display: flex;
    flex-wrap: wrap;
  }
  .section-pricing .section-pricing-container .p-list .list-item {
    width: 100%;
    margin-right: 0%;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
  }
  .section-pricing .section-pricing-container .p-list .list-item:nth-child(3n) {
    margin-right: 0;
  }
  .index-contact .index-contact-container {
    display: flex;
    flex-direction: column;
  }
  .index-contact .index-contact-container .index-contact-message {
    width: 100%;
  }
}


.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
/* container */
@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 993px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

@media (min-width: 1799px) {
    .container {
        width:1590px
    }
}

.hmPage2{ position:relative; height:100vh; overflow:hidden; z-index:1;background-color:#0C0C1D}
.hmc2bg{ position:absolute; left:0; top:0; right:0; bottom:0; background-size:cover;}
.hmPage2 .container{position:relative; z-index:2;}
.hmc2txt{ max-width:800px; color:#fff; padding-bottom:3.5vw;}
.hmc2txt strong{ font-size: 48px; line-height: 60px; letter-spacing: 2px; display: block; }
.hmc2txt p{ font-size: 18px; line-height: 36px; margin: 1.14vw 0px 1.66vw; }
.hmpub_btn{ line-height: 52px; text-align: center; display: inline-block; height: 54px; width: 165px; border: 1px solid #FFF; font-size: 16px; color: #FFF; border-radius:2em;}
.hmpub_btn:hover{ background: #fff; color: #c3a16e; transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.hmc2BomWpr{ position:absolute; left:0; bottom:0; width:100%; z-index:3;}
.hmc2vBtn{ background: #c3a16e url(../image/hmc2btn.png) no-repeat center center; height: 86px; width: 86px; position: absolute; left: 50%; top: -86px; margin-left: -43px; }
.hmc2vBtn:hover{ background: #B78E51 url(../image/hmc2btn.png) no-repeat center center; }
.hmc2Bom{ height:9.89vw; background:#fff;display:flex; justify-content:space-between;}
.hmc2bm_item{ width:25%; float:left; height:9.89vw; position:relative; border-right:1px solid #F0F0F0; cursor:default;}
.hmc2Bom .hmc2bm_item:last-child{border:none;}
.hmc2x{ text-align:left; position:absolute;; left:50%; top:50%; transform:translate(-50%,-50%);}
.hmc2bm_item strong{ line-height: 70px; font-size: 50px; color: #10395c; display: block; white-space:nowrap; }
.hmc2bm_item strong span{ font-size: 70px; display:inline-block; margin-right:5px; }
.hmc2bm_item p{ font-size: 15px; color: #999999; margin-top:-5px; white-space:nowrap;}
.hmc2bm_item:hover strong{background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#C8A978), to(#9F7A41));-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-shadow: 0 15px 15px rgba(159,122,62,0.15);}


.third_url{display:flex;align-items: center;justify-content: right;margin-top:10px;}
.third_url a{margin:0 5px;}
.third_url a img{width:35px}
