body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}
.pagination {
  text-align: center;
  width: 100%;
}
.pagination a {
  background: #f4f4f4;
  margin-right: 10px;
  padding: 5px 8px;
  color: #606266;
}
.pagination a.page_active {
  background: #fcb700;
  margin-right: 10px;
  padding: 5px 8px;
  color: #fff;
}
.article_container img {
  width: 100% !important;
  height: auto !important;
}
.portfolio img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
}
.portfolio-wrapper {
  transition: all 0.5s ease-in-out;
}
.portfolio:hover {
  box-shadow: 0 0 10px;
  transform: translate(0px, -5px);
  transition: all 0.2s;
}
.da-slider {
  height: calc(100vh - 95px);
  transform: translateY(-1px);
}
/* //产品特色 */

#home-services {
  width: 100%;
  min-height: 540px;
  background: transparent url(../img/h_clients_bj.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.procut_ts {
  /* display: flex; */
  /* justify-content: space-between;
  align-items: center; */
  /* margin-top: 100px;
  margin-bottom: 100px; */
}

.procut_ts .item {
  /* border-left: 1px solid #fff; */
  /* width: 33%; */
}

.procut_ts .one {
}

.procut_ts .item h1 {
  font-size: 100px;
  margin-bottom: 10px;
}

.procut_ts .item p {
  text-align: center;
}
.procut_ts .pricing-head {
  position: relative;
}
.procut_ts .pricing-head span {
  position: absolute;
  top: 0;
  right: 14%;
  font-size: 40px;
  color: #fcb700;
}
.tel {
  float: right;
  padding-top: 35px;
  padding-bottom: 30px;
  line-height: 30px;
  font-family: Arial;
  margin-left: 10px;
  font-size: 24px;
  color: #fcb700;
}
.tel img {
  width: 24px;
  height: 24px;
}
.navbar-brand img {
  width: 200px;
}
/* //首页的修改 */
.feature-box > div {
  margin-bottom: 10px;
}
.feature-box .col-sm-3 {
  margin-bottom: 10px;
}
.feature-box .feature-box-heading {
  padding: 20px 10px;
  border: 1px solid #e2e2ee;
}
.feature-box .feature-box-heading:hover {
  box-shadow: 2px 2px 10px #ccc;
  -webkit-box-shadow: 2px 2px 10px #ccc;
  -moz-box-shadow: 2px 2px 10px #ccc;
  -moz-ms-shadow: 2px 2px 10px #ccc;
  -moz-o-shadow: 2px 2px 10px #ccc;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: scale(1.1);
  /* transition: all 1s ease; */
}

.feature-box p.text-center {
  width: 185px;
  margin: 30px auto 60px;
}
.item1 .feature-box-heading {
  border-top: 2px solid #ffb93f;
}
.item2 .feature-box-heading {
  border-top: 2px solid #58e5ee;
}
.item3 .feature-box-heading {
  border-top: 2px solid #ff7a40;
}
.item4 .feature-box-heading {
  border-top: 2px solid #3fdab0;
}

.feature-box div.co {
  width: 180px;
  height: 120px;
  margin: auto;
  margin-top: 60px;
  display: block;
  background-repeat: no-repeat;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.feature-box .feature-box-heading .co {
  /* background-position: -180px 0px; */
  background-size: contain;
}
.feature-box .feature-box-heading:hover .co {
  /* background-position: -180px 0px; */
  transform: scale(1.1);
}
.headerp {
  width: 100%;
  /* height: 95px; */
}

