.whole{
  height: 100%;
  width: 100%;
  /* background: url(body.png); */
}
.head1 {
  height: 180px;
  background:url(head1.jpg);
  background-size: 100%;
  display: block;
  text-align: center;
}
.head1 li span{
  font-size: 32px;
  color: #ffff;
  display: contents;
  line-height: 180px;
}


/* 内容 */
.body1{
  width: 100%;
  height: auto;
}
.empty{
  width: 100%;
  height: 20px;
  background-color: #ffff;
}
.jieshao{
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.jieshao .title {
    margin-top: 5px;
    line-height: 39px;
    height: 50px;
    /* border-radius: 10px; */
    padding: 0 20px;
    /* background-color: #d8ebf9; */
    border-bottom: 1px solid #d8ebf9;
}

.jieshao .text {
  display: none;
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
}

.jieshao .text p {
  line-height: 35px;
  text-indent:2em;
}

.jieshaoimg{
    width: 1200px;
    height: auto;
    /* margin: 0 auto; */
    /* text-align: center; */
}
.jieshao .text img {
    width: 567px;
    height: 520px;
    margin-left: 10px;
}

.jingdian{
  width: 1200px;
  height: auto;
  padding: 20px;
  /* border-radius: 10px; */
  border-bottom: 1px solid #d8ebf9;
  /* background-color: #f7f7f7; */
  overflow: hidden;
}
.jingdian li{
  float: left;
    width: 275px;
    height: 120px;
    margin-left: 144px;
    transition: 0.2s all;
    margin-bottom: 15px;
  text-align: center;
}
.village{
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.villagetwo{
  width: 1185px;
  height: 300px;
}
.villageonny{
  width: 1142px;
  height: 865px;
  text-align: center;
}

.contentimg{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
.contentimg li {
  float: left;
  width: 260px;
  height: 120px;
  margin-top: 30px;
  margin-left: 30px;
  transition: 0.2s all;
}

.contentimg li img {
  width: 170px;
  height: 100%;
}
.contentimg li span {

  width: calc(100% - 170px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #F1F2F3;
  font-size: 18px;
  color: #2B2F32;
  letter-spacing: 0;
  font-weight: 500;
    float: right;
    /* margin-top: -123px; */
}



.villagejianjie {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  background-color: #f7f7f7;
}

.textjianjie{
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 20px;
}

.textjianjie span{
  font-size: 17px;
}
.textimg {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.textimg img{
  width: 766px;
  height: 520px;
}

.empty2 {
  width: 100%;
  height: 20px;
}

 h3 {
    font-size: 1.17em;
    font-weight: bold !important; 
}