body {
  font-size: 14px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #f6f7f7;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
.lddq {
  justify-content: space-between;
  line-height: 2rem;
}
.gltitle {
  font-size: 24px;
}
.titlejianju {
  padding-bottom: 20px;
}
/* 窄屏导航 */
.zpmenu {
  display: none;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 18;
  width: 90%;
  height: 100%;
  top: 0;
  right: -90%;
  padding: 15px 15px;
}
.zpmenu #close {
  position: absolute;
  right: 20px;
  width: 20px;
  padding: 8px 0 0 0;
  cursor: pointer;
}
.zpmenu #mclose {
  position: absolute;
  right: 15px;
  width: 20px;
  padding: 8px 0 0 0;
  cursor: pointer;
}
.zpmenu .zpfdj {
  position: absolute;
  right: 20px;
  top: 26px;
  cursor: pointer;
}
.zpmenu .zplan {
  padding: 20px 0 0 0;
  color: #fff;
}
.zpmenu ul {
  margin-top: 32px;
}
.zpmenu ul li {
  position: relative;
}
.zpmenu ul li span {
  font-size: 18px;
  position: absolute;
  color: #fff;
  right: 0;
  top: 0;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  border-left: #ddd solid 1px;
}
.zpmenu ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  height: 45px;
  line-height: 45px;
  border-bottom: #fff solid 1px;
}
.zpmenu .zcdf {
  border-bottom: #fff solid 1px;
  display: none;
}
.zpmenu .zcd {
  display: block;
  max-height: 200px;
  overflow-y: auto;
  margin: 10px 0;
  /* overflow-x: hidden; */
}
.zpmenu .zcd::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}
.zpmenu .zcd::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 60px;
}
.zpmenu .zcd::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: none;
}
.zpmenu .zcd a {
  color: #fff;
  border-bottom: none !important;
  height: 32px !important;
  line-height: 32px !important;
  color: #eee !important;
  padding-left: 15px;
}
.zpmenu .zcd .zzcd a {
  color: #fff;
  border-bottom: none !important;
  height: 32px !important;
  line-height: 32px !important;
  color: #bbb !important;
  padding-left: 30px;
  font-size: 14px;
}
img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fontover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fontovermore {
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
#sanheng {
  cursor: pointer;
}
.header {
  background-color: #000;
}
.header .line {
  margin: 0 50px;
}
.header .container {
  position: relative;
}
.footer {
  background-color: #fff;
  height: 68px;
  line-height: 68px;
  font-size: 12px;
}
#sanheng {
  margin-top: 17px;
  position: absolute;
  right: 15px;
}
.menu ul li {
  float: left;
}
.menu ul li a {
  font-size: 16px;
  margin: 0 20px;
  border-radius: 60px;
  overflow: hidden;
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 14px;
  padding: 0 15px;
}
.menu ul li a:hover {
  color: #baaf81;
}
.menu ul li a.mh {
  background-color: #baaf81;
  color: #000;
}
.kf {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 57px;
  margin-left: 35px;
}
.kf a {
  color: #fff;
  font-size: 12px;
}
.kf a:hover {
  color: #baaf81;
}
