.row-crm1{
  overflow: hidden;
  padding: 3.28vw 0;
}
.swiper-crm1.swiper-container{
  padding: 26px 20px 20px;
  margin:0 -20px;
}
.swiper-crm1 .con{
  height: 205px;
  text-align: center;
  padding-top: 35px;
  box-shadow: 0px 4px 19px 1px #E0E7F0;
}
.swiper-crm1 img{
  display: block;
  margin:0 auto 23px; 
}
.swiper-crm1 .cn{
  font-size: 16px;
  color:#181818;
}
.swiper-crm1 .en{
  font-size: 12px;
  color:#CCCCCC;
}
.row-crm2{
  overflow: hidden;
  padding: 3.33vw 0;
  background: #f5f7fa;
}
.swiper-crm2.swiper-container{
  padding:30px 20px 20px;
  margin:0 -20px;
}

.swiper-crm2 .con .pic{
  overflow: hidden;
  position: relative;
  height: 139px;
}
.swiper-crm2 .con .pic::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ico33.png);
}
.swiper-crm2 .con .pic .num{
  position: absolute;
  bottom: -26px;
  left: 44px;
  font-family: Arial;
  font-weight: bold;
  font-size: 53px;
  z-index: 2;
  color:rgba(255, 255, 255, 0.4);
}
.swiper-crm2 .con .txt{
  height: 10.16vw;
  padding: 1.88vw 2.08vw 0;
  background-color: #fff;
  box-shadow: 0px 4px 19px 1px #E0E7F0;
}
.swiper-crm2 .tit{
  font-size: 18px;
  color:#181818;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0.47vw;
  padding-bottom: 0.83vw;
}
.swiper-crm2 .desc{
  font-size: 16px;
  color:#4B5B76;
  line-height: 1.63;
}
.swiper-crm2  .con{
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) {
  .swiper-crm2 .desc{font-size: 14px;}
  .swiper-crm2 .tit{font-size: 16px;margin-bottom: 10px;}
  .swiper-crm2 .con .txt{padding-top: 1vw;}
}
@media only screen and (max-width: 1430px) {
  
}
@media only screen and (max-width: 1230px) {
  .swiper-crm2 .con .txt{padding: 20px;height: 140px;}
  .swiper-crm2 .tit{padding-bottom: 8px;margin-bottom: 8px;font-size: 16px;}
  .swiper-crm2 .desc{font-size: 14px;}
  .row-crm1{padding: 30px 0 20px;}
  .row-crm2{padding: 30px 0 10px;}
  .swiper-crm2.swiper-container{padding-top: 10px;}
}
@media only screen and (max-width: 1023px) {

}
@media only screen and (max-width: 767px) {

}