.weixin{
    position:relative;
  }
 .weixin1::after{
   content: '';
   position: absolute;
   background: #0082FF;
   width: 200px;
   height: 200px;
   /* right: -28px; */
   top: 25px;
   z-index: 99;
   background-image:url('../img/productcenter/yd1.png');
   background-repeat:no-repeat;
   /* background-attachment:fixed; */
   background-position:center;
    background-size:100% 100%;
    ::-moz-background-size:100% 100%;
   /* width: 600px;
   height: 350px; */
   /* background-color: #ddd; */
   /* border: 5px solid #0095ba; */
   border-radius: 4px;
   transform-origin: center;
   transform: scale(0);
   opacity: 0;
   -webkit-transition: all .4s ease-in-out;
   -o-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
 }
.weixin2::after{
   content: '';
   position: absolute;
   background: #0082FF;
   width: 200px;
   height: 200px;
   /* right: -28px; */
   top: 25px;
   z-index: 99;
   background-image:url('../img/productcenter/ewm_xmsh.jpg');
   background-repeat:no-repeat;
   /* background-attachment:fixed; */
   background-position:center;
    background-size:100% 100%;
    ::-moz-background-size:100% 100%;
   /* width: 600px;
   height: 350px; */
   /* background-color: #ddd; */
   /* border: 5px solid #0095ba; */
   border-radius: 4px;
   transform-origin: center;
   transform: scale(0);
   opacity: 0;
   -webkit-transition: all .4s ease-in-out;
   -o-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
 }
 .weixin3::after{
   content: '';
   position: absolute;
   background: #0082FF;
   width: 200px;
   height: 200px;
   /* right: -28px; */
   top: 25px;
   z-index: 99;
   background-image:url('../img/productcenter/yd3.png');
   background-repeat:no-repeat;
   /* background-attachment:fixed; */
   background-position:center;
    background-size:100% 100%;
    ::-moz-background-size:100% 100%;
   /* width: 600px;
   height: 350px; */
   /* background-color: #ddd; */
   /* border: 5px solid #0095ba; */
   border-radius: 4px;
   transform-origin: center;
   transform: scale(0);
   opacity: 0;
   -webkit-transition: all .4s ease-in-out;
   -o-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
 }
 .weixin4::after{
   content: '';
   position: absolute;
   background: #0082FF;
   width: 200px;
   height: 200px;
   /* right: -28px; */
   top: -220px;
   left:-50px;
   z-index: 99;
   background-image:url('../img/xmgj_download.png');
   background-repeat:no-repeat;
   /* background-attachment:fixed; */
   background-position:center;
    background-size:100% 100%;
    ::-moz-background-size:100% 100%;
   /* width: 600px;
   height: 350px; */
   /* background-color: #ddd; */
   /* border: 5px solid #0095ba; */
   border-radius: 4px;
   transform-origin: center;
   transform: scale(0);
   opacity: 0;
   -webkit-transition: all .4s ease-in-out;
   -o-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
 }
 
 
 .weixin:hover::after{
   transform:scale(1);
   opacity: 1;
 }
/* .cont>div{
  display: none;
}
.cont>.show{
  display: block;

}
.name{
  width: 100%;
  height: 40px;
  background-color: rgb(248, 244, 244);
  position: relative;
}
.name .tab{
  border: none;
  padding: 10px;
  background-color:rgb(248, 244, 244);
}
.name .tabon{
  color: rgb(209, 148, 33)!important;
  border-bottom:2px solid rgb(209, 148, 33);
} */
.imgtou{
  margin-left: 45%;
  margin-top: -30px;
  position:absolute;
  width: 400px;
  height: 400px;
}
.btncom{
  /* width: 200px;
  height: 200px; */
  /* background-color: red; */
  position: relative;
  /* margin-left: 35%; */
  margin: 0 auto;
  /* text-align: center; */
}
.main-slider .carousel-inner .item figure figcaption a.xaizai{
  color: rgb(204, 201, 201);
  text-decoration:none;
  background: rgba(122, 117, 100, 0.1);
  position: absolute;
  padding: 0;
  width: 130px;
  height:30px;
  border-radius: 14px;
  font-size: 15px;
  border-bottom:0;
  border:1px solid white;
  left: 50%;
  margin-left: -80px;
  text-align: center;
}