/*样板间*/
.layout {
	width:1200px;
	margin: 0 auto;
}
.xr_section7 {
  padding-top: 88px;
  background: transparent url(../images/bg1.jpg) no-repeat scroll center;
}
.xr_section7 .xr_section7_content {
  height: 596px;
  margin: 45px 0 59px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.xr_section7 .section7_content1 {
  width: 292px;
  height: 385px;
  background-image: url(../images/img1.jpg);
  background-size: cover;
  padding: 74px 32px 0 32px;
  box-sizing: border-box;
  color: #fff;
}
.xr_section7 .section7_content1 h5 {
  height: 45px;
  font-size: 20px;
  position: relative;
  letter-spacing: 2px;
}
.xr_section7 .section7_content1 h5::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #cb0514;
  position: absolute;
  top: 43px;
  left: 0;
}
.xr_section7 .section7_content1 p {
  margin-top: 22px;
  font-size: 14px;
  line-height: 28px;
}
.xr_section7 .section7_content1 a {
  display: block;
  width: 226px;
  height: 42px;
  background-color: #cb0514;
  text-align: center;
  line-height: 42px;
  border-radius: 21px;
  color: #fff;
  margin-top: 46px;
}
.xr_section7 .section7_content2 {
	width:897px;
	height:385px;
	position: relative;
}
.xr_section7 .section7_content2:hover .section7_content3_Img {
  transform: scale(1.2, 1.2);
}
.xr_section7 .section7_content2:hover > img {
  opacity: 0;
}
.xr_section7 .section7_content2:hover .section7_msg {
  opacity: 1;
}
.xr_section7 .section7_content2:hover::after {
  width: 0;
  height: 0;
}
.xr_section7 .section7_content2 i {
  width: 137px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
}
.xr_section7 .section7_content2 em {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.xr_section7 .section7_content2 .section7_msg {
  width: 100%;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 0;
  opacity: 0;
  transition: all .5s ease;
}
.xr_section7 .section7_content2 .section7_msg p {
  margin: 13px 24px;
  height: 22px;
  border-left: 5px solid #cb0514;
  display: flex;
}
.xr_section7 .section7_content2 .section7_msg p span {
  padding: 0 8px;
}
.xr_section7 .section7_content3 {
  position: relative;
  width: 292px;
  height: 200px;
  overflow: hidden;
}
.xr_section7 .section7_content3:hover .section7_content3_Img {
  transform: scale(1.2, 1.2);
}
.xr_section7 .section7_content3:hover > img {
  opacity: 0;
}
.xr_section7 .section7_content3:hover .section7_msg {
  opacity: 1;
}
.xr_section7 .section7_content3:hover::after {
  width: 0;
  height: 0;
}
.xr_section7 .section7_content3 .section7_content3_Img {
  width: 292px;
  transition: all 0.5s ease;
}
.xr_section7 .section7_content3 a img {
	width:100%;
	height:100%;
}
.xr_section7 .section7_content3 > img {
  width: 145px;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  opacity: 1;
  transition: all .5s ease;
}
.xr_section7 .section7_content3 .section7_msg {
  width: 100%;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 19;
  opacity: 0;
  transition: all .5s ease;
  font-size: 16px;
}
.xr_section7 .section7_content3 .section7_msg p {
  margin: 13px 24px;
  height: 22px;
  border-left: 5px solid #cb0514;
  display: flex;
}
.xr_section7 .section7_content3 .section7_msg p span {
  padding: 0 8px;
}
.xr_section7 .section7_content3::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .5s ease;
}
/*样板间 end*/
.xr_section8 {
  display: block;
  height: 150px;
  background: transparent url(../images/bg2.jpg) no-repeat scroll center;
}
.xr_section8 .section8_click {
  height: 100%;
  position: relative;
}
.xr_section8 .section8_click > img {
  position: absolute;
  top: 70px;
  left: 180px;
}
.xr_section8 .section8_click .heartBeat {
  animation-iteration-count: infinite;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}