/* 分页样式 */
.page-pagination {
  text-align: center;
  width: 100%;
}

.page-pagination .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 30px 0;
  border-radius: 8px;
}

.page-pagination .pagination>li {
  display: inline;
}

.page-pagination .pagination>li>a,
.page-pagination .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: var(--theme-color);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-pagination .pagination>li:first-child>a,
.page-pagination .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.page-pagination .pagination>li:last-child>a,
.page-pagination .pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.page-pagination .pagination>li>a:focus,
.page-pagination .pagination>li>a:hover,
.page-pagination .pagination>li>span:focus,
.page-pagination .pagination>li>span:hover {
  z-index: 2;
  color: var(--theme-color);
  background-color: #eee;
  border-color: #ddd;
}

.page-pagination .pagination>.active>a,
.page-pagination .pagination>.active>a:focus,
.page-pagination .pagination>.active>a:hover,
.page-pagination .pagination>.active>span,
.page-pagination .pagination>.active>span:focus,
.page-pagination .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.page-pagination .pagination>.disabled>a,
.page-pagination .pagination>.disabled>a:focus,
.page-pagination .pagination>.disabled>a:hover,
.page-pagination .pagination>.disabled>span,
.page-pagination .pagination>.disabled>span:focus,
.page-pagination .pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-pagination .pagination .jumpto {
  display: inline-block;
  margin-left: 2px;
}

.page-pagination .pagination .jumpto input {
  padding: 6px;
  /* line-height: 1.42857143; */
  color: #2c3e50;
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  height: 35px;
}

.page-pagination .pagination .jumpto .page_number {
  width: 45px;
  margin-right: -1px;
}

/* 详情页的上一页下一页 */
.next-prev {
  margin-top: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eee;
}

.next-prev .row {
  padding: 20px 0;
}

.next-prev .row .next-prev-left,
.next-prev .row .next-prev-right {
  font-size: 14px;
  color: #666;
}

.next-prev .row .next-prev-right {
  text-align: right;
}

.next-prev .row a {
  color: var(--theme-color);
}

/* ================================ index.html START ================================ */
.logo {
  width: 200px;
}

/* nav.html */
.header-right img {
  width: 20px;
}

#banner video {
  width: 100%;
}

/* footer.html */
footer .head-social .socialfont{
    font-size: 26px;
    color: #fff;
}
/* ================================ index.html END ================================ */

/* ================================ detail_contact.html START ================================ */


/* ================================ detail_contact.html END ================================ */

/* ================================ detail_case/news.html START ================================ */
@media (min-width: 992px) {
  .mt50 {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .mt50 {
    margin-top: 25px;
  }
}

/* ================================ detail_case/news.html END ================================ */


/* ================================ list_video.html START ================================ */

/* ================================ list_video.html END ================================ */

/* ================================ detail_case.html START ================================ */

/* ================================ detail_case.html END ================================ */

/* ================================ search.html START ================================ */

/* ================================ search.html END ================================ */