

.digital-analog{
    padding: 60px 0;
}

.analog-tp{
    display: flex;
    justify-content: space-between;
}

.analog-tple{
    width: 48%;
}

.analog-tple h3{
    font-size: 18px;
    font-weight: 600;
}
.analog-tple p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-bottom:25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f5f5f5;
}

.analog-tpri{
    width: 48%;
}

.digital-analog ul{
    padding: 20px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
}
.digital-analog ul li{
    width: 39%;
    background-color: #ffffff;
    padding: 50px 60px;
}




.banners{
  height: 360px;
  background-image: url('../image/banner1.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.banner-txt{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.banner-txt h1{
  width: 40%;
  font-size: 44px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}