body {
  margin: 0;
}
.foxcms-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.article-head {
  max-width: 1050px;
  text-align: center;
}
.article-h1 {
  color: #242933;
}
.article-head p {
  color: #999;
  line-height: 1.8;
}
.article-head p span:not(:last-child) {
  margin-right: 40px;
}
.article-content-inner {
  max-width: 1200px;
  margin: auto;
}
.rich-text {
  text-align: justify;
}
.rich-text p {
  text-indent: 2em;
  line-height: 1.8;
}
.detail-pagination-pc {
  margin-top: 100px;
  display: flex;
  align-items: center;
  background-color: #f5f7fa;
  padding: 16px 24px;
  box-sizing: border-box;
}
.detail-pagination-pc p {
  font-size: 18px;
  color: #4d4d4d;
  margin: 0 0 6px;
  line-height: 1;
}
.detail-pagination-pc a {
  font-size: 24px;
  color: #242933;
  margin: 0;
  text-align: justify;
  text-decoration: none;
}
.detail-pagination-pc a:hover {
  color: #335df8;
}
.pre {
  flex: 1;
}
.next {
  flex: 1;
}
.center {
  font-size: 34px;
  margin: 0 7%;
  color: #242933;
}
.center a .iconfont {
  font-size: 42px;
}
.foxui-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
}
.head-info-h5 {
  display: none;
}
.detail-pagination-h5 {
  display: none;
}
.detail-pagination-h5 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.detail-pagination-h5 ul .pre a,
.detail-pagination-h5 ul .next a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 200px;
  color: #242933;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  text-decoration: none;
}
.detail-pagination-h5 ul .center {
  font-size: 28px;
}
.detail-pagination-h5 ul .center a .iconfont {
  font-size: 28px;
  color: #242933;
}
.header {
  width: 100%;
  height: 503px;
  background: url(casebg.png) no-repeat;
  background-size: cover;
}
.header .content {
  width: 1392px;
  height: 387px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  position: relative;
}
.header .content h3 {
  height: 48px;
  line-height: 48px;
  font-size: 35px;
  margin-top: 96px;
  font-weight: 540;
}
.header .content p {
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  margin-top: 20px;
  font-weight: 400;
}
.header .top {
  width: 1392px;
  height: 85px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .top .logo {
  display: block;
  width: 134px;
  height: 31px;
}
.header .top .nav {
  width: 669px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .top .nav a {
  color: #fff;
  text-decoration: none;
}
.header .top .address {
  position: relative;
  width: 68px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.header .top .address img {
  display: block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
}
.header .top .address a {
  color: #fff;
  text-decoration: none;
}
.footer {
  width: 100%;
  height: 541px;
  background: #17171a;
  overflow: hidden;
}
.footer .content {
  width: 1392px;
  height: 100%;
  margin: 0 auto;
}
.footer .content .top {
  width: 100%;
  height: 425px;
  border-bottom: 1px solid #2f2f31;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer .content .top .item {
  width: 251.33px;
  height: 100%;
}
.footer .content .top .item h3 {
  width: 193px;
  height: 19px;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  line-height: 29px;
  margin: 77px 0 19px;
}
.footer .content .top .item p {
  height: 29px;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 29px;
}
.footer .content .top .item p br {
  height: 20px;
}
.footer .content .top .item ul {
  list-style: none;
  padding: 0;
}
.footer .content .top .item ul li {
  height: 29px;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 29px;
}
.footer .content .top .item ul li:hover {
  color: red;
  cursor: pointer;
}
.footer .content .top .item1 {
  width: 319px;
}
.footer .content .bottom {
  width: 100%;
  height: 116px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer .content .bottom p {
  width: 586px;
  height: 116px;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 116px;
}
.footer .content .bottom a {
  display: block;
  width: 174px;
  height: 116px;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 116px;
  text-decoration: none;
}
.header .header-h5 {
  display: none;
}
.header .header-h5 .nav-head {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
  z-index: 1;
  padding: 0 12px;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdfe6;
}
.header .header-h5 .nav-head .index .iconfont {
  font-size: 24px;
  padding: 6px;
  color: #666;
  cursor: pointer;
}
.header .header-h5 .nav-head a .logo {
  height: 26px;
}
.header .header-h5 .nav-head .zhanwei {
  width: 24px;
}
.footer .footer-h5 {
  display: none;
  padding: 0 12px;
  box-sizing: border-box;
}
.footer .footer-h5 .footer-bottom {
  padding: 24px 0;
}
.footer .footer-h5 .footer-bottom p {
  color: #909399;
}
.footer .footer-h5 .footer-bottom a {
  color: #909399;
  text-decoration: none;
}
@media (min-width: 992px) {
  .foxcms-container {
    width: 88%;
  }
  .article-head {
    margin: 100px auto 0;
  }
  .article-h1 {
    font-size: 40px;
    font-weight: bold;
  }
  .article-p {
    font-size: 18px;
  }
  .article-content {
    padding: 90px 40px;
    font-size: 24px;
  }
  .rich-text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .foxcms-container {
    width: 100%;
  }
  .article-head {
    margin: 0 auto;
    padding-top: 40px;
  }
  .article-h1 {
    font-size: 22px;
    font-weight: inherit;
  }
  .article-head p {
    font-size: 14px;
  }
  .article-content {
    padding: 40px 20px 20px;
    font-size: 16px;
  }
  .rich-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .article-p {
    display: none;
  }
  .head-info-h5 {
    display: block;
    margin-top: 12px;
  }
  .head-info-h5 p {
    margin: 0;
  }
  .head-info-h5 p span {
    margin-right: 20px;
  }
  .detail-pagination-pc {
    display: none;
  }
  .detail-pagination-h5 {
    margin-top: 40px;
    display: block;
  }
  .header {
    height: 50px;
    background: none;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #dcdfe6;
  }
  .header .top,
  .header .content {
    display: none;
  }
  .header .header-h5 {
    display: block;
  }
  .footer .content {
    display: none;
  }
  .footer .footer-h5 {
    display: block;
  }
  .footer {
    height: 174px;
  }
}
