@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  vertical-align: middle;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: bicubic;
}
ul,
li {
  list-style: none;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ellipsis2,
.ellipsis3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3 {
  -webkit-line-clamp: 3;
}
.flex {
  display: flex;
}
.flex-ali {
  align-items: center;
}
.flex-jus {
  justify-content: space-between;
}
.flex-juc {
  justify-content: center;
}
.overflow {
  overflow: hidden;
}
.show {
  display: block;
}

@font-face {
  font-family: mnhzgb;
  src: url("../fonts/mnhzgb.ttf");
}

:root {
  --color: #113a22;
  --color-grey: rgba(17, 58, 34, 0.5);

  --size-base: 16px;
  --size-sm: 12px;
}
html,
body {
  max-width: 1920px;
  margin: 0 auto;
}
body {
  font-size: 16px;
  font-size: var(--size-base);
  font-family: "Arial", "Times New Roman", "Verdana", "Tahoma",
    "Microsoft YaHei", "Hiragino Sans GB", "tahoma", "arial", "simhei";
  color: #113a22;
  color: var(--color);
  line-height: 1.5;
}
a,
a:link {
  color: #113a22;
  text-decoration: none;
  color: var(--color);
}
input {
  color: #113a22;
  color: var(--color);
}
.grey {
  color: rgba(17, 58, 34, 0.5);
  color: var(--color-grey);
}
.hei {
  color: #113a22;
  color: var(--color);
}
.bold {
  font-weight: bold;
}
.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.empty {
  width: 100%;
  height: 100%;
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: center;
}
.hide {
  display: none;
}

/* 公共头 */
.wrap {
  width: 1260px;
  margin: 0 auto;
}
.header-nav {
  max-width: 1920px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 55px;
  padding: 10px 0;
  background: transparent;
  transition: all .12s;
}
.header-nav.scroll {
  top: 0;
  padding: 10px 0;
  padding-top: 46px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.header-nav[show-search=no].scroll {
  padding-top: 10px;
}
.header-nav .logo {
  width: 400px;
}
.header-nav .wrap {
  width: 1280px;
  position: relative;
}
.header-nav.scroll .logo {
  width: auto;
}
.header-nav .sc-nav {
  position: relative;
}
.header-nav .sc-nav .nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.header-nav .icons {
  display: none;
}
.header-nav .sc-nav ul {
  width: 100%;
  height: 100%;
  margin: 0 12px;
  white-space: nowrap;
}
.header-nav .sc-nav ul li {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 0 8px;
}
.header-nav .sc-nav ul li.cur {
  background: #7cdd7e;
}
.header-nav .sc-nav ul li:hover {
  background: #7cdd7e;
}
.header-nav .header-search-form {
  position: absolute;
  right: 12px;
  top: -30px;
  width: 126px;
  height: 26px;
  padding-right: 25px;
  background-color: rgb(218, 244, 255, .5);
  border: 1px solid rgb(47, 159, 73, .5);
  border-radius: 50px;
}
.header-nav[show-search=no] .header-search-form {
  display: none;
}
.header-nav.scroll .header-search-form {
  top: -32px;
  background-color: #fff;
}
.header-nav .qj-input input {
  width: 100%;
  height: 100%;
  font-size: 13px;
  color: #2a7873;
  padding: 0 8px;
  border: none;
  outline: none;
  background: transparent;
}
.header-nav .qj-input input::-webkit-input-placeholder {
  color: #2a7873;
}
.header-nav .qj-input button {
  position: absolute;
  right: 6px;
  top: 3px;
  width: 14px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.header-nav .qj-input button img {
  width: 100%;
  fill: #2f9f49;
}
.fix-header {
  max-width: 1920px;
  position: fixed;
  width: 100%;
  height: 55px;
  font-size: 16px;
  background-color: #fff;
  z-index: 999;
}
.fix-header form {
  width: 100%;
  display: block;
}
.fix-header .qj-input {
  display: flex;
  align-items: center;
}
.fix-header input {
  width: 260px;
  height: 36px;
  border-radius: 3px;
  font-size: 16px;
  border: 1px solid #cdcdcd;
  padding-left: 8px;
  outline: none;
}
.fix-header button {
  width: 75px;
  height: 36px;
  border-radius: 3px;
  font-size: 16px;
  background-color: #1faf2e;
  color: #fff;
  cursor: pointer;
  margin-left: 10px;
  border: none;
}
.header-placeholder {
  height: 55px;
}

.protongji {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 20px;
}
.protongji.bg {
  padding: 20px 40px;
  margin-bottom: 0;
}
.protongji.bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(124.85deg, #c6fff6 0%, #baecbf 100%);
  opacity: 0.3;
}
.protongji.between {
  justify-content: space-between;
}
.protongji .time {
  position: relative;
}
.protongji .time img {
  width: 54px;
}
.protongji .time span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -40%);
  font-size: 18px;
  font-family: mnhzgb;
  color: #334d5c;
  font-weight: 600;
}
/* loading */
.newloading {
  width: 100%;
  min-height: 400px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.newloading img {
  margin-bottom: 10px;
}

/* 视频 */
.modavideo-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.7);
}
.video .modavideo .modal-hd {
  position: relative;
  height: 32px;
  box-sizing: content-box;
  padding: 14px 20px;
  background-color: #f5f5f5;
  flex: 0 0 100%;
  max-width: 840px;
}
.video .modavideo .modal-hd .title {
  line-height: 32px;
  font-size: 18px;
  font-weight: 400;
  color: #424242;
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.video .modavideo .modal-hd .close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #757575;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 10;
  border-radius: 15px;
}
.video .modavideo .modal-hd .close:hover {
  background-color: #e53935;
  color: #fff;
}
.modal-bd {
  flex: 0 0 100%;
  max-width: 880px;
  background-color: #eee;
}
.video video,
.video iframe {
  width: 880px;
  height: 495px;
  margin: 0 auto;
}

.protongji .da {
  font-size: 18px;
}
.protongji .da .red {
  font-size: 20px;
}
.protongji .red {
  color: #b5356b;
}
.protongji .blue {
  color: #2255a1;
}
.protongji .green {
  color: #21a74f;
}
.protongji .end {
  color: #65776d;
}
.protongji .cell {
  font-size: 18px;
  margin-bottom: 6px;
}
.protongji .cell.cell-last {
  margin-bottom: 0;
  margin-top: 6px;
}
.protongji .small {
  font-size: 17px;
}
.wap-br {
  display: none;
}

.footer {
  padding: 20px 25px 13px;
  background: #48cd5e;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.footer a {
  color: #ffffff;
}
.footer i {
  font-style: normal;
}
.footer p {
  margin-bottom: 7px;
}
.footer p span {
  padding: 0 5px;
  color: rgba(255, 255, 255, 0.5);
}
.footer p .huanh {
  color: #fff;
}

.right-nav {
  position: fixed;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 100;
}
.right-nav .nav-item {
  position: relative;
  background-color: #fafafa;
  border: 1px solid #dcdcdc;
  border-right: none;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 5px;
  cursor: pointer;
}
.right-nav .nav-item img {
  display: block;
  height: 24px;
  margin: 0 auto;
}
.right-nav .nav-item span {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 1600px) {
  body {
    min-width: 1400px;
  }
  .specialBody {
    min-width: 1200px;
  }
}

@media screen and (max-width: 1024px) {
  body,
  .specialBody {
    min-width: auto;
    font-size: 0.32rem;
  }
  .wrap,
  .header-nav.scroll .wrap,
  .list-wrapper {
    width: 100% !important;
  }
  .header-placeholder {
    display: none;
  }
  .right-nav {
    display: none;
  }
  .header-nav .icons {
    display: block;
  }
  .nav-placeholder {
    height: 1.24rem !important;
  }
  .header-nav .header-search-form {
    display: none;
  }
  .header-nav {
    top: 0;
    background: #fff;
    height: 1.24rem !important;
    padding: 0.2rem;
    border-bottom: 1px solid #eee;
  }
  .header-nav.scroll, .header-nav[show-search=no].scroll {
    padding: 0.2rem;
  }
  .header-nav .logo {
    height: 0.8rem;
    width: auto !important;
  }
  .header-nav .sc-nav {
    display: none;
  }
  .header-nav .wap-nav {
    position: absolute;
    top: 1.24rem;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 0.2rem;
    box-shadow: 4px 4px 10px 1px rgb(0 0 0 / 8%);
  }
  .header-nav .wap-nav li {
    display: inline-block;
    font-size: 0.28rem;
    text-align: center;
    padding: 0.1rem 0;
    width: calc((100% - 0.4rem) / 8.5);
  }
  .header-nav .wap-nav li.cur {
    color: #1faf2e;
  }
  .header-nav .icons img {
    width: 0.6rem;
  }
  .video .modavideo .modal-hd {
    flex: 1;
  }
  .video video,
  .video iframe {
    width: 80vw;
    height: auto;
  }

  .wapsearch {
    border-radius: 1rem;
    padding: 0 0.24rem;
    margin: 0.1rem 0 0.3rem;
    box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .wapsearch img {
    width: 0.4rem;
    margin-right: 0.2rem;
  }
  .wapsearch input {
    flex: 1;
    border: none;
    outline: linen;
    height: 0.7rem;
  }

  .wap-br {
    display: none;
  }
  .protongji,
  .protongji.bg {
    height: auto;
    padding-left: 0;
    padding: 0.32rem 0.24rem;
  }
  .protongji::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(124.85deg, #c6fff6 0%, #baecbf 100%);
    opacity: 0.3;
  }
  .protongji.between {
    padding-right: 0.24rem;
  }
  .protongji .time {
    position: absolute;
    right: 0.1rem;
    bottom: -0.4rem;
    transform: scale(0.9);
  }

  .protongji .cell {
    font-size: 0.34rem;
  }
  .protongji .small {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 750px) {
  .header-nav .wap-nav li {
    width: calc((100% - 0.4rem) / 4);
  }
  .footer p .huanh {
    display: block;
  }
  .footer .pc {
    display: none;
  }
}

.font-base,
.newdetail .spandetail span,
.newdetail p,
.newdetail .gaisuan,
.detailbox p,
.detailbox span,
.feedbox .intro,
.feedbox .intro p,
.feedbox .intro span {
  font-size: 16px !important;
  color: #113a22 !important;
  color: var(--color) !important;
  line-height: 2.25 !important;
  text-align: justify;
  font-family: "Arial", "Times New Roman", "Verdana", "Tahoma",
    "Microsoft YaHei", "Hiragino Sans GB", "tahoma", "arial", "simhei" !important;
  word-wrap: break-word;
  word-break: break-all;
}
