.xmjd {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 30px auto;
  justify-content: space-between;
}

.xmjd .card {
  margin: 20px;
  width: 330px;
  /*min-height: 300px;*/
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 5px 5px 0 #dadada;
  /*transition: 2s*/
  transition: .4s
}

.xmjd .picture {
  margin: 20px;
  width: 330px;
  /*min-height: 300px;*/
  height: 370px;
  overflow: hidden;
  /*border-radius: 20px;*/
  box-shadow: 5px 5px 0 #dadada;
  /*transition: .4s*/
}

.xmjd .hdcd {
  margin: 20px;
  width: 330px;
  height: 370px;
  overflow: hidden;
  /*border-radius: 20px;*/
  box-shadow: 5px 5px 0 #dadada;
  /*transition: .4s*/
}

.xmjd .card:hover {
  translate: 0 -10px
}

.xmjd .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #2e54a7;
  margin: 15px 0 0 10px
}

.xmjd .card-image {
  height: 200px;
  overflow: hidden;
  background-color: #c9c9c9;
  box-shadow: inset 8px 8px 10px #c3c3c3, inset -8px -8px 10px #cfcfcf
}

.xmjd .card-image img {
  width: 100%;
  height: 100%
}

.xmjd .card-body-jindu {
  margin: 13px 0 0 10px;
  color: #1f1f1f;
  font-size: 15px;
  height: 30%
}

.xmjd .card-body {
  margin: 40px 0 0 10px;
  color: #1f1f1f;
  font-size: 15px;
  /*height: 100%*/
}

.xmjd .card-body span {
  display: block
}

.xmjd .footer {
  float: right;
  margin: 28px 0 0 18px;
  font-size: 13px;
  color: #636363
}

.xmjd .by-name {
  font-weight: 700
}

.about-us {
  height: 400px;
  width: 100%;
  position: relative;
  background-size: 100%;
  background-image: url('../img/head_bg.png')
}

.about-us .us-cp {
  position: absolute;
  left: 40px;
  width: 20%;
  height: 100%;
  color: #faebd7;
  background-color: rgba(1, 1, 1, .4)
}

.about-us .us-cp h1 {
  text-align: center
}

.about-us .us-cp p {
  padding: 20px
}

.content {
  width: 80%;
  margin: 50px auto
}

.content img {
  width: 100%;
  height: 100%
}

.more {
  display: flex;
  justify-content: space-between;
}


.content .contTitle {
  font-size: 28px;
  line-height: 28px;
  border-left: 3px solid #c69556;
  padding-left: 12px;
  color: #c69556;
}

.content .contBox {
  display: flex
}

.content .contBox .infoBox {
  margin: 60px auto;
  width: 100%;
  height: 100%;
  background-position: center 20px
}

.content .contBox .infoBox img {
  width: 100%;
  height: 400px
}

.content .contBox .infoBox h3 {
  margin-top: 40px;
  font-size: 30px;
  color: #c69556;
  padding: 40px 0 25px
}

.content .contBox .infoBox p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px
}

.content .contBox .infoBox a {
  font-size: 14px;
  color: #78bc27;
  text-decoration: underline;
  margin: 20px 0;
  cursor: pointer
}

.ztb .bg-image {
  position: relative;
  width: 100%;
  height: 600px;
  background: url('../img/zhaozu/banner2.png') no-repeat;
  /*background-size: contain;*/
  background-size: 100%
}