/* 分页栏 s */
.Pages .page-num-current {
  background-color: #10589f;
  color: #fff;
  border-color: #10589f;
}

.text-center{
  text-align: center;
}

.page_nodata{
  font-size: 15px;
  margin-top: 25px;
}

/* 分页栏 e */


/* 首页 s */

.ind_intell .list .index_twoBigBox {
  display: block;
  padding: 0.5rem;
  min-height: 4.79rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.ind_App .index_prodBox:hover .txt::before {
  opacity: 1;
}
.ind_App .index_prodBox:hover .txt .des {
  height: 1.1em;
}
.index_prod_moreBox{
  text-align: center;
  font-size: 2em;
  position: relative;
  z-index: 9;
}
.index_prod_moreBox a{
  padding: 10px;
  margin-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .index_prod_moreBox{
    text-align: center;
    font-size: 1.5em;
    position: relative;
    z-index: 99;
  }

}
/* 首页 e */

/* 关于我们 s */
.count-box2 {
  border-radius: 0.1rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(6, 55, 129, 0.14);
  padding: 0.7rem 1rem 0.63rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .count-box2 {
    border-radius: 0.1rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(6, 55, 129, 0.14);
    padding: 0.7rem .3rem 0.33rem;
    margin-bottom: 1rem;
  }

}
/* 关于我们 e */


/* 产品详情 s */
.htmlContent pre {
  line-height: 2;
}
.htmlContent pre{
  margin: 1em 0;
}

.case_contentBox{
  background-color:#f6f6f6;
  padding: 25px 20px;
}

.case_contentBox .btns {
  padding-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  line-height: 0.5rem;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
}

.case_contentBox .btns .prev {
  padding: 0 0.28rem;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  color: #888888;
  transition: 0.3s;
  border-radius: 0.05rem;
}

.case_contentBox .btns .back {
  min-width: 1.6rem;
  padding: 0 0.2rem;
  color: #888888;
  background-color: #e5e5e5;
  text-align: center;
  border-radius: 0.05rem;
  transition: 0.3s;
}

.case_contentBox .btns .next {
  padding: 0 0.28rem;
  background-color: 0.05rem;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  color: #888888;
  border-radius: 0.05rem;
}
/* 产品详情 e */


/* 联系我们 s */
.message .verification {
  max-width: 230px;
  height: 45px;
  padding: 0 0.3rem;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0.05rem;
  transition: 0.5s;
  margin-right: 20px;
}

.message .verification:focus {
  border-color: #10589f;
}
/* 联系我们 e */
