body {
  padding-top: 80px;
  color: #333333;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #009FE9;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* 自动截取一两行 */

.test-1lin {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.test-2lin {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.test-3lin {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 关于我们 */

#About {
  padding: 80px 0;
}

.intdex-about-txt {
  font-size: 14px;
  color: #595959;
  text-indent: 20px;
  line-height: 26px;
}

.intdex-about-txt p {
  margin-bottom: 0px !important;
}

/* 首页产品列表 */

.pro-item {
  margin-top: 25px;
}

.pro-item .pro-c {
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden;
}

.pro-item .title {
  text-align: center;
  color: #fff;
  background: var(--bs-secondary-color);
  position: absolute;
  bottom: -16px;
  display: -webkit-box;
  width: 100%;
  line-height: 36px;
}

.pro-item .title-bg {
  color: #fff;
  background: var(--bs-secondary-color);
  position: absolute;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.pro-item .title-bg h6 {
  margin-top: 30%;
  padding: 0 10px;
}

.pro-item .title-bg p {
  padding: 0px 10px;
  font-size: 14px;
}

/* 首页新闻列表 */

.news-item {
  padding-top: 26px;
}

.news-item .item-box {
  background: #F5F5F5;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.news-item .item-box:hover {
  background-color: #EFF7FF;
}

.news-item .item-box:hover .text-box .des {
  color: #009FE9;
}

.news-item .item-box:hover .text-box .time {
  color: #009fe9;
}

.news-item .item-box .text-box {
  padding-left: 12px;
}

.news-item .item-box .text-box h6 {
  padding-top: 8px;
  margin-bottom: 10px;
}

.news-item .item-box .text-box .des {
  font-size: 14px;
  color: #8C8C8C;
  margin-bottom: 8px;
}

.news-item .item-box .text-box .time {
  margin-bottom: 0px;
  font-size: 14px;
  color: #8C8C8C;
}

@media (min-width: 300px) {
  .news-item .item-box img {
    width: 84px;
  }
}

@media (min-width: 576px) {
  .news-item .item-box img {
    width: 168px;
  }
}

@media (min-width: 300px) {
  .news-item .item-box .text-box .des {
    display: none;
  }
}

@media (min-width: 576px) {
  .news-item .item-box .text-box .des {
    display: -webkit-box;
  }
}

/* 底部信息 */

.foot-bg {
  background: #282828;
  color: #fff;
  min-height: 313px;
}

.footcopy-bg {
  background: #111111;
  padding: 14px 0px;
}

.footcopy-bg p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.footcopy-bg .index-foot-add {
  color: #C9C9C9;
}

.footcopy-bg p a {
  color: #ffffff;
}

/* 内页左右分栏弹性盒子 */

#page-box {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  margin-bottom: 45px;
}

#left-nav-box {
  width: 280px;
  margin-right: 30px;
}

#content-page {
  min-width: 0;
  flex: 1;
}

/* 内页侧面导航 */

#left-nav-box ul {
  padding: 10px 20px;
}

#left-nav-box ul li {
  line-height: 42px;
  padding: 0px 5px;
  border-bottom: 1px solid rgba(116,116,116,0.06);
}

#left-nav-box ul li a {
  display: block;
  color: #333333;
}

#left-nav-box ul li:hover {
  background-color: #eaebed;
}

#left-nav-box ul li:hover a {
  font-weight: bold;
  color: #009fe9;
}

/* 内页内容导航 */

#content-nav {
  color: #333;
  border-bottom: rgba(0,0,0,0.1) 1px solid;
  padding: 6px 0px;
}

#content-nav .link-dark:hover {
  color: #009fe9;
}

/* 内页文章内容样式重设 */

#content-body {
  min-height: 500px;
}

.news-content {
  line-height: 32px;
  padding: 20px 0px !important;
}

@media (min-width: 768px) {
  .news-content {
    line-height: 32px;
    padding: 20px !important;
  }
}

.news-content img {
  max-width: 100%;
  height: auto;
}

/* 分页重置 */

#pc-page .page-link {
  color: #009fe9;
}

#pc-page .active > .page-link {
  background-color: #009fe9;
  border-color: #009fe9;
  color: #ffffff;
}

#mob-page .page-link {
  color: #009fe9;
}

/* 新闻详情页 */

#news-content-box .title {
  line-height: 32px;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  color: #333333;
  margin-bottom: 0;
}

#news-content-box .title-des {
  font-size: 14px;
  color: #999999;
}

@media (min-width: 300px) {
  #news-content-box {
    padding: 0px;
  }
}

