﻿.btn_banner{
  margin-left: 25px;
  margin-bottom: 60px;

}

.btn_banner button{
  width: 144px;
  height: 48px;
  background: #3E72EB;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-right: 24px;
  cursor: auto;
  outline: none;
}

.shoping-one{
  width: 100%;
  background: rgba(230,237,254,0.3000);
  padding: 120px 0;
}

.shoping-one .one-content{
  width: 1100px;
  margin: 0px auto;
  text-align: center;
}
.shoping-one .one-content h3{
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
}
.one-con{
  display: flex;
  flex-wrap: wrap ;
  justify-content: space-between;
}
.one-con li{
  height: 308px;
  width: 260px;
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
  margin-top: 48px;
  position: relative;
}
.one-con li h5{
  font-size: 20px;
  font-weight: 500;
  color: #16181A;
  line-height: 24px;
  margin: 24px 0;
}

.one-con li p{
  font-size: 14px;
  font-weight: 400;
  color: #3D485D;
  line-height: 22px;
  margin-bottom: 36px;
}

.one-con li button{
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 120px;
  height: 36px;
  background: #F3F5F8;
  border-radius: 1px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #98A3B7;
}

.shoping-two{
  background: url(../image/2-11.png) no-repeat;
  background-size: 100% 100%;
}
.shoping-two .one-content{
  color: #fff;
}
.shoping-two .one-content h3{
  color: #fff;
}

.shoping-two .one-con li{
  width: 260px;
  height: 260px;
  background: none;
  border: 1px solid #FFFFFF;
  padding: 42px 0;

}

.shoping-two .one-con li h5{
  color: #fff;
}
.shoping-two .one-con li p{
  color: #fff;
}

/* 第三部分 */
.shopping-three{
  background: rgba(230,237,254,0.3000);
  border-radius: 10px;
}

.shopping-three .one-con li{
  width: 515px;
  height: 192px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(23,51,73,0.1000);
  border-radius: 4px;
  display: flex;
  padding: 44px;
  box-sizing: border-box;
}
.shopping-three .one-con li .thre-img{
  width: 120px;
  margin-right: 36px;
}
.shopping-three .one-con li .thre-c{
  text-align: left;
}
.shopping-three .one-con li h5{
  margin: 0;
}
.shopping-three .one-con li p{
  margin-bottom: 0;
  margin-top: 14px;
}
@media screen and (max-width:992px) {
  .btn_banner button{
    width: 80px;
    margin-right: 5px;
  }
  .shoping-one .one-content{
    width: 100%;
  }
  .one-con{
    justify-content: space-around;
  }
  .one-con li{
    width: 180px;
    height: 380px;

  }

  .shoping-two .one-con li{
    width: 180px;
    height: 280px;
  }
}

