.hover-img {
  overflow: hidden;
  cursor: pointer;
}
.hover-img img {
  transition: all 0.5s;
}
.hover-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-button-prev:active,
.swiper-button-next:active,
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
/* 页面通用样式 */
.nav-switch {
  max-width: 1500px;
  width: 90%;
  box-sizing: border-box;
  padding-bottom: 100px;
  margin: auto;
}
.nav-switch .phone-click {
  display: none;
}
.nav-switch .progress {
  width: 100%;
  display: flex;

}
.nav-switch .progress a{padding:0 25px;margin-right:20px;  height: 50px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;background:#f1f1f1;
  font-size: 20px;
  color: #666;}
 .nav-switch .progress a:hover{  background: linear-gradient(126deg, #2C6DCC 0%, #275DAC 100%);color: #fff;} 
  .nav-switch .progress a.active{  background: linear-gradient(126deg, #2C6DCC 0%, #275DAC 100%);color: #fff;} 

.nav-switch .progress.progress-2 {
  max-width: 500px;
}
.nav-switch .progress.progress-3 {
  max-width: 800px;
}
.nav-switch .progress.progress-4 {
  max-width: 1000px;
}
.nav-switch .progress .progress-link {
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  transition: all 0.2s ease-in;
  padding: 0 30px;
}
.nav-switch .progress .progress-link:hover {
  background: linear-gradient(126deg, #2C6DCC 0%, #275DAC 100%);
  color: #fff;
}

.nav-switch .progress .pLink-active {
  background: linear-gradient(126deg, #2C6DCC 0%, #275DAC 100%);
  color: #fff;
}

.Pagination {
  width: 100%;
  padding: 40px 0 170px;
}
.Pagination .page-row {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.Pagination .page-row a.button {
  color: #666;
  font-size: 16px;
  width: 110px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #666;
  background-color: #fff;
  margin: 0 15px;
  cursor: pointer;
  transition: all 0.5s;
  display: inline-block;
  line-height: 36px;
}
.Pagination .page-row a.button:hover {
  background: #02409a;
  color: #fff;
}
.Pagination .page-row .btn-ative {
  background: #00913a;
  color: #fff;
}
.Pagination .page-row .page {
  color: #cdcdcd;
  cursor: pointer;
  font-size: 16px;
  margin: 0 16px;
}
.Pagination .page-row .page:hover {
  color: #00913a;
}
.Pagination .page-row .page-active {
  color: #00913a;
}
@media screen and (max-width: 1440px) {
  .Pagination .page-row {
    font-size: 1rem;
  }
  .Pagination .page-row button {
    font-weight: bold;
    font-size: 1rem;
    width: 7.375rem;
    height: 2.625rem;
  }
}
@media screen and (max-width: 1280px) {
  .Pagination {
    padding: 2.625rem 0;
  }
  .Pagination .page-row {
    font-size: 14px;
  }
  .Pagination .page-row button {
    font-weight: bold;
    font-size: 14px;
    width: 5.375rem;
    height: 2.125rem;
    margin: 0;
  }
  .Pagination .page-row .page {
    padding: 0 5px;
    margin: 0 5px;
  }
}
.model-title {
  width: fit-content;
  position: relative;
  margin-bottom: 60px;
}
.model-title.marginCenter {
  margin: auto;
}
.model-title.marginRight {
  margin-left: auto;
  margin-right: 0;
}
.model-title .en-title {
  font-size: 94px;
  font-family: siyuan;
  font-weight: 900;
  color: #EEF3FB;
  line-height: 1;
  text-transform: uppercase;
}
.model-title .cn-title {
  font-size: 42px;
  font-weight: 900;
  font-family: siyuan;
  color: #000000;
  margin-top: -50px;
  text-align: center;
}
.model-title .cn-title.left-align {
  text-align: left;
}
.model-title .line {
  width: 50px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: 20px auto 0;
  bottom: -20px;
}
.model-title1 {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.model-title1 .en-title {
  text-align: center;
  font-size: 94px;
  font-family: siyuan;
  font-weight: 900;
  color: #EEF3FB;
}
.model-title1 .en-title1 {
  color: #d2ddec63;
}
.model-title1 .cn-title {
  width: 100%;
  font-size: 42px;
  font-weight: 900;
  font-family: siyuan;
  color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 25px;
  bottom: 0;
  height: fit-content;
  text-align: center;
}
.page-title {
  position: relative;
}
.page-title span {
  font-size: 42px;
  font-weight: 900;
  color: #000000;
  position: relative;
  z-index: 8;
}
.page-en-title {
  font-size: 94px;
  font-weight: 900;
  color: #EEF3FB;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  margin-left: -60%;
  bottom: 10px;
}
.line {
  width: 50px;
  height: 4px;
  background: #000;
  margin-top: 20px;
}
.font48 {
  font-size: 48px;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.weight600 {
  font-weight: 600;
}
.page-line {
  width: 50px;
  height: 4px;
  background: #000;
  margin: 10px auto;
}
.container .wrapper #index .swiper-slide img.phone {
  display: none;
}
/*# sourceMappingURL=style.css.map */



vh100{height:100px;overflow:hidden;}
 /*-----------------------------------------------------------------------------------page end----------------------------------------------------------------*/

 .pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem;padding:25px 0 0 0;}
 
 .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1;color:#007bff;background-color:#fff;border:1px solid #dee2e6}
 .page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}
 .page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
 .page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}
 .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}
 .page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}
 .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}
 .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1}
 .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}
 .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}
 .pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1}
 .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}
 .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}
 .clean-block.clean-catalog .pagination{-ms-flex-pack:center;justify-content:center}
 
 /*-----------------------------------------------------------------------------------page end----------------------------------------------------------------*/