html {
  height: 100%;
}

body {
  position: relative;
  height: auto;
  min-height: 100%;
  font-size: 14px !important;
}

.image-log {
  max-width: 100%;
  height: auto !important;
}

a {
  text-decoration: none !important;
  color: black !important;
}

.font-ell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.example-divider {
  height: 50px;
}

.divider-big {
  height: 125px;
}

.example-divider-big {
  height: 150px;
}

.page-list {
  margin-top: 10px;
}

.page-date {
  color: darkgrey;
}

.cards-text > p:nth-child(odd) {
  color: #909090;
}

.card-text {
  height: 260px;
  padding: 10px;
  border: 1px solid rgb(180, 169, 169);
}

@media screen {
  .card-text {
    margin-top: 5%;
  }
}

.lead {
  font-size: 14px !important;
}

.cards-img {
  width: 299px;
  height: 224px;
  margin-top: 10px;
}

.cards-text {
  width: 299px;
  font-size: 14px;
}

.text-textarea {
  font-size: 12px;
}

.text-item:nth-child(odd) {
  color: dimgray;
}

/* 资讯页面字体居中 */
@media (max-width: 720px) {
  .mes-text {
    margin-bottom: 20px;
  }
}

.footers {
  width: 100%;
  text-align: center;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #d9d9d9;
}

.imgs-size {
  width: 300px;
  height: 150px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

/* #region 手机端适配 */
@media (max-width: 720px) {
  .xs-about-text {
    height: 240px;
    padding: 10px;
    border: 1px solid rgb(180, 169, 169);
    margin-top: 3%;
  }

  .navbar-nav {
    text-align: center !important;
  }

  .xs-width {
    width: 100%;
  }

  .x-m-sm-auto {
    margin-left: calc((100% - 213px) / 2);
  }

  .x-m-sm-bottom {
    height: 310px;
    padding-top: 80px;
    position: relative;
    bottom: 60px;
    z-index: -1;
  }

  .p-auto {
    padding: 5rem !important;
  }

  .phone-footer-message-146 {
    position: relative !important;
    right: 0;
    top: 5px;
    /*bottom: 156px;*/
  }

  .phone-footer-works-146 {
    position: relative !important;
    right: 0;
    top: -10px;
    /*bottom: 200px;*/
  }

  .phone-footer-5 {
    margin-bottom: 20px !important;
  }
}
/* #endregion */
.footer-works-86 {
  position: absolute;
  right: 0;
  bottom: 69px;
}

.footer-message-86 {
  position: absolute;
  right: 0;
  bottom: 53px;
}

.footer-5 {
  margin-bottom: 5px;
}

/* #region 鼠标悬浮-奖项 */
.box {
  /*width: 240px;*/
  /*height: 140px;*/
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  background-color: #e5e5e550;
}
.box img {
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s;
  float: left;
}
.box:hover img {
  opacity: 0.3;
}
.box p {
  /*line-height: 240px;*/
  margin: 0 auto;
  /*margin-top: 27%;*/
  transition: transform 0.5s;
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  color: #333333;
  text-align: center;
  font-size: 16px;
  /*margin-left: 24px;*/
}

.box:hover h3 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.box:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.box2 {
  line-height: 140px;
  width: 240px;
  height: 140px;
  position: absolute;
  margin: 0 auto;
  box-sizing: border-box;
}
/* #endregion */

/* #region 鼠标悬浮-导航 */

@media (min-width: 992px) {
  .pc-about-text {
    width: 391px;
    height: 240px;
    padding: 10px;
    border: 1px solid rgb(180, 169, 169);
    margin-top: 3%;
  }

  .mt-5rem {
    margin-top: 5rem !important;
  }
  /* #endregion */
}

/* #region 鼠标悬浮-首页 */

.img-w {
  width: 1296px !important;
}

.hover-box {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  background: black;
}
.hover-box img {
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s;
  float: left;
}
.hover-box:hover img {
  opacity: 0.5;
}
.hover-box p {
  transition: transform 0.5s;
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  color: white;
  font-size: 16px;
  /*margin-left: 24px;*/
}

.hover-box:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.hover-box2 {
  padding: 24px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 24px;
}
/* #endregion */

/*标题字号*/
.page-title {
  font-size: 20px !important;
}

.font-w {
  width: 305px;
}

/* #region 鼠标悬浮-导航 */
@media (min-width: 992px) {
.split-menu {
  --white-color: #cccccc;
  --black-color: #000000;
  /* --border-color: #636363; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.split-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 2em 3px;
  color: white;
  font-family: Lato, sans-serif;
  text-decoration: none;
  overflow: hidden !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.split-menu li a span.primary {
  position: relative;
  padding-right: 4px;
  color: var(--white-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.split-menu li a span.primary::before {
  position: absolute;
  content: attr(data-text);
  color: var(--black-color);
  -webkit-transform: translateY(130%);
  transform: translateY(130%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.split-menu li a span.secondary {
  position: relative;
  color: var(--black-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.split-menu li a span.secondary::before {
  position: absolute;
  content: attr(data-text);
  color: var(--white-color);
  -webkit-transform: translateY(-130%);
  transform: translateY(-130%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.split-menu li a:hover span.primary {
  -webkit-transform: translateY(-130%);
  transform: translateY(-130%);
}

.split-menu li a:hover span.secondary {
  -webkit-transform: translateY(130%);
  transform: translateY(130%);
}
/* #endregion */

}