.txtover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tit2 {
  position: relative;
  height: 200px;
  background: url(ctitbg2.png) center center no-repeat;
}
.tit2 span {
  display: block;
  height: 50px;
}
.tit2 h3 {
  width: 200px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  background: url(tbg.png) no-repeat;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #fff;
}
.tit2 img {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
}
.main {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}
.snav {
  width: 270px;
  padding: 0 10px;
  box-sizing: border-box;
  border-top: 10px solid #3a7b49;
  background: #f5f9ff url(leftbg.png) bottom center no-repeat;
}
.snav h3 {
  display: block;
  margin-top: 30px;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  color: #3a7b49;
  font-weight: bold;
}
.snav a {
  color: #434343;
  display: block;
  font-size: 16px;
  line-height: 57px;
  border-bottom: 1px solid #ddd;
}
.snav a:hover {
  color: #3a7b49;
}
.snav a.active {
  color: #3a7b49;
}
.rightcon {
  width: 855px;
}
.rightcon h2 {
  display: block;
  font-size: 26px;
  color: #3a7b49;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}
.aboutus {
  font-size: 16px;
  color: #474747;
  line-height: 30px;
}
.aboutus img {
  max-width: 855px;
}
.aboutus strong {
  font-weight: bold;
}
.list_yygk dl {
  padding: 25px 0;
  border-bottom: 1px solid #3a7b49;
}
.list_yygk dl dt {
  width: 10%;
  height: 80px;
  color: #3a7b49;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list_yygk dl a {
  display: flex;
  justify-content: space-between;
}
.list_yygk dl dt b {
  font-size: 24px;
  font-weight: bold;
}
.list_yygk dl dt span {
  font-size: 16px;
}
.list_yygk dl dd {
  width: 88%;
}
.list_yygk dl dd h3 {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 40px;
  font-weight: bold;
}
.list_yygk a:hover h3 {
  color: #3a7b49;
}
.list_yygk a:hover dt {
  background-image: linear-gradient(to right, #3a7b49, #98c7a3);
  color: white;
}
.list_yygk dl dd p {
  font-size: 14px;
  color: #363636;
}
.news {
  padding-top: 50px;
}
.newstit {
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 20px;
  color: #3a7b49;
}
.newsdesc {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}
.pageright {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  padding: 15px 0 0 0;
  margin-top: 15px;
  line-height: 35px;
}
.downlist li {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.downlist li h3 {
  display: block;
  float: left;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
}
.downlist li span {
  display: block;
  float: right;
  line-height: 50px;
}
.tqlist dl {
  margin-bottom: 20px;
}
.tqlist dl a {
  display: block;
  padding: 20px;
  background-color: #f5f9ff;
  box-sizing: border-box;
  display: flex;
}
.tqlist dl a dt {
  order: 2;
  width: 30%;
}
.tqlist dl a dt img {
  width: 100%;
}
.tqlist dl a dd {
  order: 1;
  width: 68%;
}
.tqlist dl a dd h3 {
  font-size: 20px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
  font-weight: bold;
}
.tqlist dl a dd p {
  font-size: 16px;
  color: #363636;
  line-height: 30px;
  font-weight: bold;
}
.tqlist dl a dd .desc {
  color: #474747;
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tqlist dl a:hover dd h3 {
  color: #3a7b49;
}
.piclist {
  overflow: hidden;
  margin: 0 -0.5%;
}
.piclist li {
  width: 13%;
  margin: 30px 0.5% 0 0.5%;
  float: left;
}
.piclist li img {
  width: 100%;
  border: 1px solid #ddd;
}
.piclist1 {
  overflow: hidden;
  margin: 0 -1%;
}
.piclist1 li {
  width: 24%;
  margin: 30px 0.5% 0 0.5%;
  float: left;
}
.piclist1 li img {
  width: 100%;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .main {
    flex-direction: column;
    padding: 50px 0;
  }
  .snav {
    width: 100%;
  }
  .rightcon {
    width: 100%;
    margin-top: 20px;
  }
  .snav h3 {
    margin-top: 10px;
  }
  .snav a {
    display: inline-block;
    width: 48%;
    margin: 0 1%;
    float: left;
  }
  .aboutus img {
    max-width: 100%;
  }
  .list_yygk dl dt {
    width: 20%;
  }
  .list_yygk dl dd {
    width: 78%;
  }
  .list_yygk dl dd h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tqlist dl a {
    flex-direction: column;
  }
  .tqlist dl a dt {
    order: 1;
    width: 100%;
  }
  .tqlist dl a dt img {
    width: 100%;
  }
  .tqlist dl a dd {
    order: 2;
    width: 100%;
  }
}
