.digital {
  margin-top: 100px;
}
.banner {
  width: 100%;
  height: auto;
  max-height: 500px;
}

/* 管理系统 */
.system {
  width: 100%;
  margin: 0 auto;
}

.system-top .list {
  display: flex;
  align-items: center;
  line-height: 40px;
  cursor: pointer;
}

.system-top .list .list-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 33px;
}

.system-top .list .list-item .s-l-title{
  margin-bottom: 20px;
}

.system-top .list .active {
  color: #ff9a00 !important;
  font-size: 22px;
}

.system-top .list .active .s-l-line {
  background-color: #ff9a00 !important;
}

.system .list .list-item .s-l-line {
  width: 100%;
  height: 4px;
  background-color: #ccc;
}

.s-l-list {
  flex: 1;
  display: flex;
  justify-content: space-between;
  height: 500px;
}

.s-l-list .s-b-list .m-l-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 20px;
}

.s-b-list .m-l-list .m-l-item {
  margin-bottom: 20px;
}

.s-b-list .m-l-list .m-l-item .m-l-i-ad {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.m-l-item .m-l-i-ad .title{
  font-size: 22px;
  line-height: 33px;
  color: #333333;
  font-weight: bolder;
}

.m-l-item .m-l-i-ad .circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #ff9a00;
  margin-right: 10px;
}

.m-l-item .m-l-i-address {
  margin-top: 10px;
  margin-left: 24px;
  font-size: 18px;
  line-height: 30px;
  color: #666;
}

.s-l-list .s-b-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 586px;
  height: 440px;
}

.s-l-list .s-b-img img {
  max-height: 440px;
  max-width: 586px;
}

/* app 小程序 */
.program {
  margin: 0 auto;
}

.program-desc {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.program-list {
  padding-top: 32px;
  flex: 1;
}
.program-list .program-content{
  width: 336px;
  margin: 0 auto;
}

.program-list .p-l-title {
  font-size: 22px;
  line-height: 33px;
  padding-bottom: 20px;
  text-align: center;
}

.program-list .p-l-desc {
  font-size: 18px;
  line-height: 27px;
  color: #666;
  text-align: center;
}

/* tv系统 */
.tv-system {
  position: relative;
  min-height: 550px;
}

.sys-img {
  width: 100%;
  height: 372px;
}

.sys-content {
  width: 100%;
  position: absolute;
  top: 97px;

  display: flex;
  padding: 0 82px 0 165px;
  justify-content: space-between;
}
.sys-tv {
  /*margin-left: 165px;*/
  width: 728px;
  height: 444px;
  background-image: url('../img/service/u13.png');
  background-position: 0 0;
  background-size: 100% 100%;
  padding: 6px 11px 36px 12px;
}
.sys-tv .swiper-slide {
  width: 706px;
  height: 403px;
  position: relative;
}
.sys-tv img {
  width: 706px;
  height: 403px;
}

.s-c-list {
  width: 244px;
  /*position: absolute;*/
  /*right: 82px;*/
  /*top: 10px;*/
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.s-c-list .s-c-item {
  width: 244px;
  height: 98px;
  margin-bottom: 58px;
  border-radius: 10px;
  display: flex;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  box-shadow: -2px 2px 14px 0px rgba(204,204,204,0.50);
  cursor: pointer;
  border: 1px solid transparent;
}
.s-c-list .s-c-item img {
  width: 70px;
  height: 70px;
  margin-left: 17px;
  margin-right: 25px;
}

.s-c-list .s-c-item:nth-child(1).active{
  border-color: #ff6073;
  box-shadow: -2px 2px 14px 0px rgba(204,204,204,0.50);
}
.s-c-list .s-c-item:nth-child(2).active{
  border-color: #1c87ff;
  box-shadow: -2px 2px 14px 0px rgba(204,204,204,0.50);
}
.s-c-list .s-c-item:nth-child(3).active{
  border-color: #44d7b6;
  box-shadow: -2px 2px 14px 0px rgba(204,204,204,0.50);
}

/* 监测 */
.monitor {
  width: 100%;
  background: url('../img/service/u6.png') #fff9f0;
  background-repeat: no-repeat;
  padding-top: 75px;
}

.monitor-content {
  height: 100%;
  margin: 0 auto;


}


@media screen and (max-width: 1400px) {
  .h-company{
    float: left;
    padding-top: 41px;
    margin-right: 33px;
  }

  .sys-tv{
    width: 624px;
    height: 380px;
  }
  .sys-tv img {
    width: 602px;
    height: 342px;
  }
  .s-c-list{
    width: 209px;

  }
  .s-c-list .s-c-item{
    width: 209px;
    height: 84px;
  }
}