
.ssl-main{
  box-shadow: none;
}
.dv-ssl{
  width: 100%;
  height: 68px;
  line-height: 68px;
  font-size: 28px;
  color: #fff;
  background-color: #2A7BCD;
  text-align: center;
  margin-bottom: 45px;
}
.ssl-desc{
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ssl-desc-conter{
  padding-left: 35px;
  font-size: 19px;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ssl-desc-conter p:nth-child(2){
  background: #2A7BCD;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  margin-top: 0px;
}


.td-container,.cptd-container{
  width: 100%;
  height: 760px;
  background-image: url("../../image/dv/td-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.td-main,.cptd-main{
  background-color: #fff;
  overflow: hidden;
  padding-top: 45px;
}
.td-main{
  background-color: #2A7BCD;
}
.td-list{
  width: 100%;
  background-color: #fff;
  padding: 60px 46px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.td-item{
  width: 48%;
  margin-bottom: 20px;
  display: flex;
  border: 1px solid #2A7BCD;
  border-radius: 50px;
  border-left: 0;
  align-items: center;
  align-content: center;
}
.td-item div{
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 72px;
  border: 1px solid #2A7BCD;
}
.td-item div img{
  vertical-align: middle;
  width: 38px;
}
.td-item p{
  font-size: 18px;
  font-weight: 200;
  color: #666666;
  text-align: center;
  width: 385px;
  padding: 0px 0px 0px 30px;
  text-align: left;
}





.specs-main{
  background-color: #F3F3F3;
  padding-top: 45px;
  padding-bottom: 45px;
}
.specs-desc{
  width: 990px;
  margin: 0 auto;
  font-size: 20px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 36px;
}


.cptd-container{
  background-image: url("../../image/ev/sf-y5y.jpg");
  height: 840px;
}
.cptd-list{
  width: 100%;
  background-color: #2A7BCD;
  padding: 60px 46px;
}
.cptd-list li{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.cptd-list li label{
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 28px;
  margin-right: 30px;
}
.cptd-list li div{
  flex: 1;
  height: 50px;
  background-color: #fff;
  border-radius: 8px;
  line-height: 50px;
  padding-left: 50px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cptd-list li:last-child{
  margin-bottom: 0;
}


@media (max-width: 768px) {
  .nav-list li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .specs-desc{
    width: 100%;
  }
  .cptd-container{
    height: 720px;
  }


  .td-container{
    height: 582px;
    background-size: 100% 100%;
  }

  .td-container .item-main,.td-list{
    box-shadow: none;
    background-color: transparent;
  }
  .td-container .item-title h2{
    color: #fff;
  }
  .td-container .item-title .title-bottom{
    border-top-color: #FFF;
  }
  .td-list{
    padding: 10px;
  }
  .td-item{
    width: 100%;
    margin-bottom: 10px;
  }
  
  .td-item div{
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .td-item p{
    width: calc(100% - 60px);
    padding-left: 6px;
    font-size: 12px;
    color: #fff;
    word-break: keep-all
  }
}
