.content{
  width: 100%;
  height: auto;
}
.swiper{
  width: 100%;
  height: 580px;
  margin-top: 72px;
  position: relative;
}
.swiper img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text{
  max-width: 1220px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, .8);
  display: block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
}
.des{
  font-size: 40px;
  color: #fff;
  font-family: Arial;
  font-weight: 400;
}


.coin_busniese{
  width: 100%;
  height: auto;
}
.Wauto{
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0 auto;
}
.main{
  padding: 0;
  clear: both;
  width: 100%;
  float: left;
}
.advBg{
  clear: both;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.post{
  max-width: 960px;
  margin: 0 auto;
  padding: 29px 0px 38px;
}
.postTitle{
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 1.5%;
  z-index: 2;
}
.introduce{
  font-size: 30px;
  font-weight: 400;
  position: relative;
  text-indent: 2px;
  letter-spacing: 0em;
  display: inline-block;
  margin-bottom: 3px;
  color: #333333;
}
.postTitle h3{
  opacity: 0.9;
}
.post .postTitle .base {
  width: 550px;
  height: 2px;
  background: #dce7ed;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.post .base:after {
  content: "";
  height: 2px;
  width: 120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #E60020;
}
.post .postTitle:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 1px;
  width: 45px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.postBoxMain{
  position: relative;
  overflow: hidden;
}
.kernelBox{
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}
.advIcon{
  width: 22%;
}
.imgBoxHome{
  background-image: url(../images/zc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 5px;
}
.imgBox{
  width: 156px;
  height: 167px;
  margin: 0 auto;
  overflow: hidden;
}
.tpm-mlti-tabs_item-icon{
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  background: url('../images/shuzi.png');
}
.is-leave {
    animation: tpm-product__icon-leave 0.1s steps(16) forwards;
}
.imgBoxHome img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.imgBoxHome:hover{
  background-image: url(../images/dj.png);
}
.imgText{
  padding: 22px 0 0;
}
.imgText h4{
      text-align: center;
    font-size: 22px;
    color: #333333;
}
.imgText p{
  margin-top: 16px;
  font-size: 14px;
  color: #666666;
  padding: 0 35px;
}
