* {
  margin: 0;
  padding: 0;
}
.index_container {
  background: #F9F9F9 url(index/bgc.png) no-repeat;
  background-size: 100% auto;
}
.index_container p {
  margin: 0;
}
.index_container .cont {
  display: block;
  margin: 0 auto;
  width: 1020px;
}
.index_container .title {
  margin-bottom: 0;
}
.index_container .info {
  margin-bottom: calc(78px*0.85);
}
.index_container .photos {
  position: relative;
}
.index_container .photos .link {
  position: absolute;
  width: 22%;
  height: 5.4%;
  background: url(index/bt.png) no-repeat right center;
  background-size: auto 58%;
}
.index_container .success_k {
  width: 100%;
  padding-top: calc(80px*0.85);
  padding-bottom: calc(80px*0.85);
}
.index_container .success {
  margin: 0 auto;
  width: 1020px;
  margin-bottom: calc(60px*0.85);
}
.index_container .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1020px;
  margin: 0 auto;
}
.index_container .items .item {
  width: 241px;
  height: 207px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
/* .index_container .items .item:hover p {
  background-color: #0e7580;
  color: #fff;
  opacity: 1;
} */
.index_container .items .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_container .items .item p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42px;
  z-index: 9;
  color: #FFF;
  background-color: rgba(16, 117, 128, 0.9);
  opacity: 0.8;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  transition: all 0.4s linear;
}


