.mainColor {
  color: #8fb7f8;
}
.mainColorBack {
  background: #8fb7f8;
}
.subColor {
  color: #fff080;
}
.subColorBack {
  background: #fff080;
}
.aidColor {
  color: #5286c6;
}
.aidColorBack {
  background: #5286c6;
}
/* 重置项 */
.nav > li > a {
  position: unset;
  padding: 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0);
}
* {
  margin: 0;
  padding: 0;
}
html {
  color: #222;
  font-size: 24px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 14px;
  }
}
body {
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
}
a {
  text-decoration: none !important;
  transition: .5s;
}
ul {
  list-style-type: none;
}
img {
  border: 0;
  vertical-align: middle;
}
.container {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.z-top {
  z-index: 10;
}
.z-toop {
  z-index: 100;
}
.z-tooop {
  z-index: 1000;
}
.elsis {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.p-elsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-2elsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-3elsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ul-flex {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.scale {
  transition: 1.5s;
}
.shadow {
  box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12);
}
.hover-shadow:hover {
  box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12);
}
.crumb {
  font-family: "宋体", "黑体";
}
.crumb a {
  font-family: "Gilroy-Light", "苹方", "微软雅黑", "Arial";
  transition: .5s;
}
.pager {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  justify-content: space-around;
  font-size: .6rem;
}
.pager strong {
  font-size: .6rem;
  font-family: "黑体";
  font-weight: normal;
}
.pager li {
  display: inline-block;
}
.pager li span,
.pager li a {
  display: inline-block;
  height: 1.2rem;
  line-height: 1.2rem;
  padding: 0 7px;
  color: #555;
  font-size: .6rem;
  background: #fff;
  border: 1px solid #eee;
  transition: .5s;
}
.pager li span.current,
.pager li a.current {
  color: #fff;
  background: #8fb7f8;
  border: 1px solid #8fb7f8;
}
@media (min-width: 768px) {
  .pager {
    width: 400px;
    font-size: .8rem;
  }
  .pager strong {
    font-size: .8rem;
  }
  .pager li span,
  .pager li a {
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 0 10px;
    font-size: .8rem;
  }
}
@media (min-width: 1200px) {
  .pager {
    display: block;
    text-align: center;
  }
  .pager li {
    margin: 0 3px;
  }
  .pager li span,
  .pager li a {
    height: 2.4rem;
    line-height: 2.4rem;
    padding: 0 12px;
  }
  .pager li:hover span,
  .pager li.active span,
  .pager li:hover a,
  .pager li.active a {
    color: #fff;
    background: #8fb7f8;
    border: 1px solid #8fb7f8;
  }
}
@font-face {
  font-family: 'iconfont';
  src: url('https://at.alicdn.com/t/c/font_2802347_wbffn637pq.woff2?t=1698997337249') format('woff2'), url('https://at.alicdn.com/t/c/font_2802347_wbffn637pq.woff?t=1698997337249') format('woff'), url('https://at.alicdn.com/t/c/font_2802347_wbffn637pq.ttf?t=1698997337249') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: .4rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.mu-navbar-nav li.active a:hover {
  background: #f8f9fa;
}
#mu-clients {
  background-color: #f0f0f0;
}
img.mfp-img {
  width: 600px;
}
#mu-hero .fa.iconfont {
  color: #222;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .mu-clients-area {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  #mu-footer .mu-footer-top .container .row .col-md-3:nth-child(2),
  #mu-footer .mu-footer-top .container .row .col-md-3:nth-child(3) {
    display: none;
  }
  #mu-footer .mu-footer-top .container .row .col-md-3:nth-child(4) ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .mu-sidebar-widget {
    margin-bottom: 0;
  }
  .mu-about-area {
    padding: 10px 0;
  }
}
