/* 1.news */
.news {
  width: 100%;
  height: auto;
}

.news li {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px 0;
  /* border-bottom: 1px dashed #e4e4e4; */
}

.news li:first-child {
  padding-top: 0;
}

.news li .img {
  width: 320px;
  height:215px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center
}

.news li .det {
  width: calc(100% - 320px);
  padding-left: 30px;
}

.news li .det h2 {
  font-size: 20px;
}

.news li .det p {
  color: #bfbfbf;
  font-size: 14px;
  margin-top: 18px;
}

.news li .det p span:nth-child(1) {
  margin-right: 60px;
}

.news li .det .buted {
  margin-top: 20px;
  line-height: 32px;
}

.news li:hover .det h2 {
  color: #37641f;
}

.news li .det .ico {
  width: 15px;
  height: auto;
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .news li {
    padding-bottom: 20px;
  }

/*  .news li .img {
    width: 280px;
  }*/

  .news li .det {
    width: calc(100% - 280px);
  }

  .news li .det p span:nth-child(1) {
    margin-right: 30px;
  }

  .news li .det h2 {
    font-size: 18px;
  }

  .news li .det .buted {
    margin-top: 15px;
  }

  .news li .det .ico {
    margin-top: 15px;
  }
}

@media (max-width: 1000px) {
  .news li {
    padding: 10px 0;
  }

  .news li .img {
    width: 120px;
    height:100px;
  }

  .news li .det {
    width: calc(100% - 120px);
    padding-left: 10px;
  }

  .news li .det h2 {
    font-size: 14px;
  }

  .news li .det p {
    font-size: 12px;
    margin-top: 5px;
  }

  .news li .det .buted {
    margin-top: 3px;
    line-height: 24px;
    -webkit-line-clamp: 1; /* 显示的行数 */
  }

  .news li .det .ico {
    margin-top: 5px;
  }
}

/* 2.cular */
.cular {
  max-width: 1200px;
  margin: 0 auto;
}

.cular h2 {
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  color: #000000;
}

.cular .time {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
  color: #bfbfbf;
  padding-bottom: 20px;
  border-bottom: 3px solid #37641f;
}

.cular2 .time {
  color: #6a6a6a;
  margin-top: 20px;
  padding-bottom: 0;
  border-bottom: 0 solid #37641f;
}

.cular .time span:first-child {
  margin-right: 30px;
}

.cular .cons {
  margin-top: 40px;
  line-height: 32px;
  color: #858585;
}

.cular .cons h3 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

.cular .cons img {
  display: block;
  margin: 0 auto;
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 1400px) {
  .cular h2 {
    font-size: 24px;
    line-height: 37px;
  }

  .cular .time {
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #37641f;
  }

  .cular2 .time {
    margin-top: 20px;
    padding-bottom: 0;
    border-bottom: 0 solid #37641f;
  }

  .cular .cons {
    margin-top: 30px;
  }
}

@media (max-width: 1000px) {
  .cular h2 {
    font-size: 20px;
    line-height: 32px;
  }

  .cular .time {
    font-size: 13px;
    margin-top: 15px;
    padding-bottom: 10px;
  }

  .cular2 .time {
    margin-top: 15px;
    padding-bottom: 0;
    border-bottom: 0 solid #37641f;
  }

  .cular2 .time span {
    display: block;
    margin-top: 5px;
  }

  .cular2 .time span:first-child {
    margin-top: 0;
  }

  .cular .cons {
    font-size: 14px;
    line-height: 27px;
    margin-top: 15px;
  }

  .cular .cons h3 {
    font-size: 15px;
  }
}

/* 3.contact */
.contact li .ico {
  width: 100px;
  height: 100px;
}

.contact li .det {
  margin-left: 30px;
  color: #6a6a6a;
  line-height: 30px;
}

@media (max-width: 1400px) {
  .contact li .ico {
    width: 75px;
    height: 75px;
  }

  .contact li .det {
    margin-left: 20px;
  }
}

@media (max-width: 1000px) {
  .contact li {
    width: 32%;
    text-align: center;
  }

  .contact li.lex-db {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .contact li .ico {
    width: 60px;
    height: 60px;
  }

  .contact li .det {
    margin-left: 0;
    margin-top: 10px;
    font-size: 12px;
    line-height: 23px;
  }
}

/* 4.msg */
.msg ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.msg ul li {
  width: 30%;
}

.msg ul li:last-child {
  width: 100%;
}

.msg ul li:nth-child(n + 4) {
  margin-top: 30px;
}

.msg ul li input,
.msg ul li textarea {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  padding: 0 18px;
  font-size: 16px;
  border: 1px solid #e4e5e8;
  color: #000000;
  resize: none;
  background-color: #f8f9fb;
}

.msg ul li textarea {
  height: 200px;
  padding: 18px;
}

.msg .submit {
  margin: 50px 0 0;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  background-color: #37641f;
}

.msg .agree {
  margin-top: 20px;
}

.msg .agree label {
  font-weight: normal;
  color: #bbbbbb;
  margin-left: 10px;
}

.msg .agree input[type="checkbox"] {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 7px;
}

@media (max-width: 768px) {
  .msg ul li {
    width: 100%;
  }

  .msg ul li:nth-child(n + 4) {
    margin-top: 0;
  }

  .msg ul li:nth-child(n + 2) {
    margin-top: 20px;
  }

  .msg ul li input,
  .msg ul li textarea {
    margin-top: 5px;
    height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

  .msg ul li textarea {
    height: 120px;
    padding: 10px;
  }

  .msg .submit {
    margin: 30px 0 0;
    width: 120px;
    height: 38px;
    line-height: 38px;
  }

  .msg .agree input[type="checkbox"] {
    width: 11px;
    height: 11px;
    margin-bottom: 9px;
  }

  .msg .agree label {
    margin-left: 5px;
  }
}

/* 5.work */
.work li a {
  display: block;
  width: 100%;
  height: 100%;
}

.work li {
  height: auto;
  background-color: #ffffff;
  border: 1px solid #f3f5f7;
  box-sizing: border-box;
  padding: 60px 50px;
  text-align: center;
  cursor: pointer;
}

.work1 li {
  width: calc((100% / 2) - 20px);
  margin-bottom:20px
}

.work1 li:not(:nth-child(2n)) {
  margin-right: 40px;
}

.work1 li:nth-child(n + 3) {
  margin-top: 40px;
}

.work2 li {
  width: calc((100% / 2) - 20px);
}

.work2 li:not(:nth-child(2n)) {
  margin-right: 30px;
}



.work li:hover {
  border: 1px solid #37641f;
}

.work li .ico {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
}

.work li h3 {
  font-size: 20px;
}

.work li:hover h3 {
  color: #37641f;
}

.work li .buted {
  margin-top: 20px;
  line-height: 32px;
  color: #6a6a6a;
}

.work li span {
  display: block;
  text-align: center;
  margin-top: 60px;
  font-size: 15px;
  text-transform: uppercase;
  color: #6a6a6a;
}

.work li:hover span {
  color: #37641f;
}

@media (max-width: 1400px) {
  .work2 li {
    padding: 60px 30px;
  }
}

@media (max-width: 1000px) {
  .work li {
    width: 100%;
    padding: 30px 20px;
  }

  .work1 li:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .work1 li:nth-child(n + 3) {
    margin-top: 0;
  }

  .work2 li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .work2 li:nth-child(n + 4) {
    margin-top: 0;
  }

  .work li:nth-child(n + 2) {
    margin-top: 20px;
  }

  .work li .ico {
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
  }

  .work li h3 {
    font-size: 17px;
  }

  .work li .buted {
    margin-top: 10px;
    line-height: 26px;
  }

  .work li span {
    margin-top: 30px;
    font-size: 13px;
  }
}

/* 6.job */
.jobs li {
  width: 100%;
  height: auto;
  /* box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12); */
}

.jobs li:not(:first-child) {
  margin-top: 30px;
}

.jobs li .name {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 40px;
  cursor: pointer;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.jobs li .name h2 {
  width: calc(100% - 60px);
  font-weight: bold;
  color: #323232;
  font-size: 20px;
}

.jobs li .name .ico {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.jobs li .name .ico img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.jobs li .name .ico img:nth-child(1) {
  opacity: 1;
}

.jobs li .name .ico img:nth-child(2) {
  opacity: 0;
}

.jobs li .duty {
  box-sizing: border-box;
  padding: 30px 40px;
  color: #626262;
  background-color: #ffffff;
  display: none;
  line-height: 32px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.jobs li .duty .item span {
  color: #323232;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.jobs li .duty .item:not(:first-child) {
  margin-top: 32px;
}

.jobs li .duty .more {
  margin: 50px 0 0;
  display: block;
  width: 160px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  text-align-last: center;
  color: #37641f;
  border: 1px solid #37641f;
}

.jobs li.active .name,
.jobs li:hover .name {
  background-color: #37641f;
}

.jobs li.active .name h2,
.jobs li:hover .name h2 {
  color: #ffffff;
}

.jobs li.active .name .ico img:nth-child(1),
.jobs li:hover .name .ico img:nth-child(1) {
  opacity: 0;
}

.jobs li.active .name .ico img:nth-child(2),
.jobs li:hover .name .ico img:nth-child(2) {
  opacity: 1;
}

@media (max-width: 1400px) {
  .jobs li .name {
    padding: 20px 20px;
  }

  .jobs li .duty {
    padding: 30px 20px;
  }
}

@media (max-width: 1000px) {
  .jobs li:not(:first-child) {
    margin-top: 20px;
  }

  .jobs li .name {
    padding: 15px 20px;
  }

  .jobs li .name h2 {
    width: calc(100% - 30px);
    font-size: 15px;
    line-height: 32px;
  }

  .jobs li .duty {
    padding: 20px 20px 30px;
    line-height: 28px;
  }

  .jobs li .duty .item span {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .jobs li .duty .item:not(:first-child) {
    margin-top: 15px;
  }

  .jobs li .name .ico {
    width: 24px;
    height: 24px;
  }

  .jobs li .duty .more {
    margin: 30px 0 0;
    width: 120px;
    height: 42px;
    line-height: 40px;
  }
}

/* 7.honor */
.honor-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 75px;
}

.honor-swiper .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.honor-swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

/* 分页器按钮样式修改 */
.honor-swiper .swiper-pagination {
  width: 100%;
  bottom: 0;
  text-align: center;
}

.honor-swiper .swiper-pagination-bullet,
.honor-swiper .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #37641f;
  margin: 0 15px;
}

@media (max-width: 1400px) {
  .honor-swiper {
    padding-bottom: 50px;
  }

  .honor-swiper .swiper-pagination-bullet,
  .honor-swiper .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    margin: 0 7px;
  }
}

@media (max-width: 1000px) {
  .honor-swiper {
    padding-bottom: 40px;
  }

  .honor-swiper .swiper-pagination-bullet,
  .honor-swiper .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }
}

/* 8.about */
.about .txt {
  width: 42%;
  overflow: hidden;
}

.about .rg {
  width: 50%;
  position: relative;
}

.about-inner .txt {
  width: 100%;
}

.about-inner .rg {
  width: 100%;
}

.about video {
  width: 100%;
  height: 420px !important;
  object-fit: cover;
  overflow: hidden;
}

.about-inner video {
  height: 780px !important;
}

.about .play {
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about .play img {
  width: 100%;
  height: 100%;
}

.about .txt em {
  display: block;
  font-weight: bold;
  color: #37641f;
  font-size: 20px;
  margin-top: 50px;
}

.about-inner .txt em {
  text-align: center;
}

.about .txt .desc {
  margin-top: 20px;
  line-height: 32px;
  color: #6a6a6a;
}

.about .txt .more {
  display: block;
  width: 180px;
  height: 54px;
  line-height: 50px;
  border: 2px solid #dfdfdf;
  border-radius: 32px;
  text-align: center;
  color: #6a6a6a;
  font-size: 15px;
  text-transform: uppercase;
  margin: 60px 0 0;
}

@media (max-width: 1400px) {
  .about .txt {
    width: 45%;
  }

  .about-inner .txt {
    width: 100%;
  }

  .about-inner .rg {
    width: 100%;
  }

  .about video {
    height: 320px !important;
  }

  .about-inner video {
    height: 520px !important;
  }
}

@media (max-width: 1000px) {
  .about.lex-db {
    flex-direction: column;
  }

  .about .txt {
    width: 100%;
    margin-bottom: 30px;
  }

  .about .txt em {
    font-size: 17px;
    margin-top: 15px;
    text-align: center;
  }

  .about .txt .desc {
    line-height: 27px;
  }

  .about .play {
    width: 35px;
    height: 35px;
  }

  .about .rg {
    width: 100%;
    max-width: 380px;
  }

  .about-inner .txt {
    width: 100%;
    margin-bottom: 0;
  }

  .about-inner .rg {
    width: 100%;
    max-width: 100%;
  }

  .about video {
    height: 240px !important;
  }

  .about-inner video {
    height: 240px !important;
  }

  .about .txt .more {
    width: 150px;
    height: 44px;
    line-height: 40px;
    border-radius: 23px;
    font-size: 12px;
    margin: 30px auto 0;
  }
}

/* 9.goods */
.goods li {
  width: 100%;
  height: 600px;
  margin-top: 60px;
  box-sizing: border-box;
  position: relative;
}

.goods li a {
  display: block;
  width: 100%;
  height: 100%;
}

.goods li:first-child {
  margin-top: 0;
}

.goods li .img {
  width: 100%;
  height: 100%;
}

.goods li .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 580px;
  width: 100%;
  padding: 50px;
  height: 440px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.goods li:nth-child(odd) .txt {
  left: 80px;
}

.goods li:nth-child(even) .txt {
  right: 80px;
}

.goods li .txt h3,
.case-swiper a h3 {
  font-size: 28px;
}

.goods li .txt em,
.case-swiper a em {
  display: inline-block;
  margin-top: 30px;
  color: #ffffff;
  text-align: center;
  background-color: #37641f;
  padding: 7px 15px;
  font-size: 15px;
  border-radius: 5px;
}

.goods li .txt .buted,
.case-swiper a .buted {
  line-height: 32px;
  margin-top: 20px;
  color: #6a6a6a;
  -webkit-line-clamp: 3; /* 显示的行数 */
}

.goods li .txt span,
.case-swiper a span {
  display: block;
  margin-top: 30px;
  width: 180px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #ffffff;
  background-color: #37641f;
}

@media (max-width: 1400px) {
  .goods li {
    height: 520px;
  }

  .goods li .txt {
    height: 400px;
    padding: 40px;
  }

  .goods li:nth-child(odd) .txt {
    left: 60px;
  }

  .goods li:nth-child(even) .txt {
    right: 60px;
  }

  .goods li .txt h3,
  .case-swiper a h3 {
    font-size: 24px;
  }

  .goods li .txt em,
  .case-swiper a em {
    margin-top: 20px;
    font-size: 13px;
    padding: 5px 13px;
    border-radius: 2px;
  }

  .goods li .txt span,
  .case-swiper a span {
    margin-top: 20px;
    width: 160px;
    height: 47px;
    line-height: 47px;
  }
}

@media (max-width: 1000px) {
  .goods li {
    height: 320px;
    margin-top: 30px;
  }

  .goods li .txt {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 20px;
    height: 280px;
  }

  .goods li:nth-child(odd) .txt {
    left: 20px;
  }

  .goods li:nth-child(even) .txt {
    right: 20px;
  }

  .goods li .txt h3,
  .case-swiper a h3 {
    font-size: 16px;
  }

  .goods li .txt em,
  .case-swiper a em {
    margin-top: 15px;
    font-size: 12px;
    padding: 4px 13px;
    border-radius: 0;
  }

  .goods li .txt .buted,
  .case-swiper a .buted {
    line-height: 23px;
    margin-top: 15px;
    -webkit-line-clamp: 2; /* 显示的行数 */
  }

  .goods li .txt span,
  .case-swiper a span {
    margin-top: 15px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
}

/* 10.tution */
.tution li {
  margin-top: 60px;
}

.tution li:first-child {
  margin-top: 0;
}

.tution li .img {
  width: 100%;
}

.tution li .det {
  margin-top: 30px;
}

.tution li h2 {
  font-size: 20px;
}

.tution li .buted {
  margin-top: 20px;
  line-height: 30px;
  color: #6a6a6a;
}

@media (max-width: 1000px) {
  .tution li {
    margin-top: 30px;
  }

  .tution li .det {
    margin-top: 20px;
  }

  .tution li h2 {
    font-size: 17px;
  }

  .tution li .buted {
    margin-top: 10px;
    line-height: 27px;
  }
}

/* 12.pert */
.pert li {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 60px;
}

.pert li:first-child {
  margin-top: 0;
}

.pert li .img {
  width: 320px;
}

.pert li .det {
  width: calc(100% - 340px);
  padding: 50px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.pert li .det h2 {
  font-size: 24px;
}

.pert li .det .buted {
  margin-top: 30px;
  color: #6a6a6a;
  line-height: 32px;
}

.pert li .det em {
  display: inline-block;
  margin-top: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #37641f;
  padding: 7px 15px;
  font-size: 15px;
}

@media (max-width: 1400px) {
  .pert li .img {
    width: 240px;
  }

  .pert2 li .img {
    width: 320px;
  }

  .pert li .det {
    width: calc(100% - 260px);
  }

  .pert2 li .det {
    width: calc(100% - 340px);
  }

  .pert li .det {
    padding: 30px;
  }

  .pert li .det .buted {
    margin-top: 15px;
  }

  .pert li .det em {
    margin-top: 10px;
    font-size: 13px;
  }
}

@media (max-width: 1000px) {
  .pert li {
    padding: 20px;
    margin-top: 30px;
    background-color: #f9f9f9;
  }

  .pert li a.lex-db-st {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pert li .img {
    width: 120px;
  }

  .pert2 li .img {
    width: 230px;
  }

  .pert li .det {
    width: 100%;
    padding: 20px 0;
    align-items: center;
    text-align: center;
  }

  .pert li .det h2 {
    font-size: 18px;
  }

  .pert li .det .buted {
    line-height: 28px;
  }

  .pert li .det em {
    font-size: 12px;
    padding: 3px 10px;
  }
}

/* 13.jour */
.jour-box {
  border: 3px solid #d7e0d2;
}

.jour-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 0 30px 30px;
}

.jour-swiper .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.jour-swiper .swiper-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.jour-swiper .swiper-slide a {
  display: flex;
  align-items:center;
  justify-content:space-between;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 10px 10px 10px;
}

.jour-swiper .swiper-slide .img,
.jour-swiper .swiper-slide .img img{
  width: 150px;
  height:100px;
  object-fit:cover
}
.jour-swiper .swiper-slide .tet{
    width:calc(100% - 160px)
} 

.jour-swiper .swiper-slide .buted {
  font-size: 18px;
  line-height: 25px;
}

.jour-swiper .swiper-slide span {
  display: block;
  margin-top: 15px;
  color: #bbbbbb;
}

    .jour-swiper  a:hover,
    .jour-swiper  a:hover {
        color: #ffffff;
        background-color: #37641f;
    }

        .jour-swiper  a:hover span,
        .jour-swiper  a:hover span {
            color: #ffffff;
        }

/* 分页器按钮样式修改 */
.jour-swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.jour-swiper .swiper-pagination-bullet,
.jour-swiper .swiper-pagination-bullet-active {
  width: 50px;
  height: 4px;
  border-radius: 0;
  background-color: #e6e6e6;
  opacity: 1;
}

.jour-swiper .swiper-pagination-bullet-active {
  background-color: #37641f;
}

.jour-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

@media (max-width: 1400px) {
  .jour-swiper {
    padding: 0 30px 70px;
  }
}

@media (max-width: 1000px) {
  .jour-swiper {
    padding: 0 10px 20px;
  }
    .jour-swiper .swiper-slide .img,
    .jour-swiper .swiper-slide .img img {
        width: 100px;
        height: 80px;
        object-fit: cover
    }

    .jour-swiper .swiper-slide .tet {
        width: calc(100% - 110px)
    }
/*  .jour-swiper .swiper-slide a {
    padding: 20px 20px 30px;
  }*/

  .jour-swiper .swiper-slide .img {
    margin: 0 auto 10px;
  }

  .jour-swiper .swiper-slide .buted {
    font-size: 15px;
    line-height: 27px;
  }

  .jour-swiper .swiper-pagination-bullet,
  .jour-swiper .swiper-pagination-bullet-active {
    width: 40px;
    height: 3px;
  }

  .jour-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
}

/* 14.yard */
.yard li {
  width: calc(25% - 24px);
}

.yard li a {
  display: block;
}

.yard li:not(:nth-child(4n)) {
  margin-right: 32px;
}

.yard li:nth-child(n + 5) {
  margin-top: 30px;
}

.yard li .img {
  width: 100%;
}

.yard li .det {
  margin-top: 30px;
  text-align: center;
}

.yard li .det h2 {
  font-size: 20px;
}

.yard li .det p {
  margin-top: 15px;
  color: #6a6a6a;
  line-height: 30px;
}

@media (max-width: 1400px) {
  .yard li {
    width: calc(25% - 15px);
  }

  .yard li:not(:nth-child(4n)) {
    margin-right: 20px;
  }

  .yard li:nth-child(n + 5) {
    margin-top: 20px;
  }
}

@media (max-width: 1000px) {
  .yard li .det {
    margin-top: 20px;
  }

  .yard li .det h2 {
    font-size: 17px;
  }

  .yard li .det p {
    margin-top: 7px;
    line-height: 26px;
  }
}

@media (max-width: 680px) {
  .yard li {
    width: calc(50% - 7px);
  }

  .yard li:not(:nth-child(4n)) {
    margin-right: 0px;
  }

  .yard li:nth-child(n + 5) {
    margin-top: 0px;
  }

  .yard li:not(:nth-child(2n)) {
    margin-right: 14px;
  }

  .yard li:nth-child(n + 3) {
    margin-top: 14px;
  }
}

/* 15.pic */
.pic1 {
  max-width: 1000px;
}

/* 16.coop */
.coop li {
  width: 230px;
  cursor: pointer;
}

.coop li:nth-child(n + 6) {
  margin-top: 50px;
}

.coop li:nth-child(-n + 4) {
  margin-right: 20px;
}

.coop li:nth-child(n + 6):nth-child(-n + 10) {
  margin-right: 20px;
}

.coop li:nth-child(n + 12) {
  margin-right: 20px;
}

.coop li:nth-child(1) {
  margin-left: 160px;
}

.coop li:nth-child(17) {
  margin-right: 0;
}

.coop li:nth-child(12) {
  margin-left: 80px;
}

@media (max-width: 1700px) {
  .coop.lex {
    justify-content: center;
  }

  .coop li:nth-child(1) {
    margin-left: 0;
  }

  .coop li:nth-child(12) {
    margin-left: 0;
  }

  .coop li:nth-child(-n + 4) {
    margin-right: 0;
  }

  .coop li:nth-child(n + 6):nth-child(-n + 10) {
    margin-right: 0;
  }

  .coop li:nth-child(n + 12) {
    margin-right: 0;
  }

  .coop li {
    width: calc(20% - 12px) !important;
  }

  .coop li:not(:nth-child(5n)) {
    margin-right: 15px !important;
  }

  .coop li:nth-child(n + 6) {
    margin-top: 30px;
  }
}

@media (max-width: 1000px) {
  .coop li {
    width: calc(25% - 9px) !important;
  }

  .coop li:not(:nth-child(5n)) {
    margin-right: 0 !important;
  }

  .coop li:nth-child(n + 6) {
    margin-top: 0;
  }

  .coop li:not(:nth-child(4n)) {
    margin-right: 12px !important;
  }

  .coop li:nth-child(n + 5) {
    margin-top: 20px;
  }
}

@media (max-width: 680px) {
  .coop li {
    width: 32% !important;
  }

  .coop li:not(:nth-child(4n)) {
    margin-right: 0 !important;
  }

  .coop li:not(:nth-child(3n)) {
    margin-right: 2% !important;
  }

  .coop li:nth-child(n + 5) {
    margin-top: 0;
  }

  .coop li:nth-child(n + 4) {
    margin-top: 15px;
  }
}

/* 17.case */
.case-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.case-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.case-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 160px 0 180px;
}

.case-swiper .swiper-slide a {
  display: block;
  width: 100%;
  max-width: 840px;
  padding: 100px 80px;
  background-color: rgba(255, 255, 255, 0.8);
}

/* 分页器按钮样式修改 */
.case-swiper .swiper-pagination {
  width: 100%;
  max-width: 840px;
  bottom: 80px;
  text-align: center;
  overflow: hidden;
}

.case-swiper .swiper-pagination-bullet,
.case-swiper .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}

.case-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #37641f;
}

.case-swiper > .inside > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}

@media (max-width: 1400px) {
  .case-swiper .swiper-slide {
    padding: 120px 0 140px;
  }

  .case-swiper .swiper-slide a {
    padding: 80px 60px;
  }

  .case-swiper .swiper-pagination {
    bottom: 60px;
  }

  .case-swiper .swiper-pagination-bullet,
  .case-swiper .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 1000px) {
  .case-swiper .swiper-slide {
    padding: 60px 0 90px;
  }

  .case-swiper .swiper-pagination {
    bottom: 30px;
  }

  .case-swiper .swiper-slide a {
    padding: 40px 30px;
  }

  .case-swiper .swiper-pagination-bullet,
  .case-swiper .swiper-pagination-bullet-active {
    width: 9px;
    height: 9px;
  }

  .case-swiper
    > .inside
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 7px;
  }
}

/* 18.sidebar */
.cular-bus {
  width: 100%;
  max-width: 100% !important;
}

.side-bar {
  overflow: hidden;
}

.side-bar .rg {
  width: 350px;
  box-sizing: border-box;
}

.side-bar .lf {
  width: calc(100% - 450px);

}

.bus-reco li {
  width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f3f5f7;
  position: relative;
}
.bus-reco li .pic{
    margin-bottom:10px
}

.bus-reco li:first-child {
  margin-top: 0;
}

.bus-reco li a {
  display: block;
}

.bus-reco li h2 {
  font-size: 17px;
  font-weight: bold;
}

.bus-reco li:hover h2 {
  color: #37641f;
}

.bus-reco li p {
  margin-top: 7px;
  font-size: 14px;
  color: #6a6a6a;
  line-height: 26px;
}

.bus-sub {
  font-size: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid #37641f;
}

@media (max-width: 1400px) {
  .bus-sub {
    font-size: 24px;
    border-bottom: 2px solid #37641f;
    padding-bottom: 10px;
  }
  .side-bar .rg {
    padding-top: 55px;
    width: 240px;
  }
  .side-bar .lf {
    width: calc(100% - 240px);
    padding-right: 20px;
  }
}

@media (max-width: 1000px) {
  .side-bar.lex-db-st {
    flex-direction: column;
  }
  .bus-sub {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .side-bar .rg {
    padding-top: 0;
    width: 100%;
    margin-top: 15px;
  }
  .side-bar .lf {
    width: 100%;
    padding-right: 0;
  }
  .bus-reco li {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .bus-reco li h2 {
    font-size: 15px;
  }
  .bus-reco li p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 21px;
  }
}
