.dituContent{
  width: 100%;
  height:380px;
  margin-top: 50px;

 
    background-image: url('/apps/web/tpl/default/images/address.jpg'); /* 图片路径 */
    background-size: cover; /* 保持图片宽高比，并覆盖整个容器 */
    background-position: center; /* 图片居中显示 */
    background-repeat: no-repeat; /* 不重复图片 */


}

@media screen and (min-width: 750px){
  .dituContent {
    height:380px;
    margin-top:50px !important;
  }
}
@media screen and (min-width: 992px){
  .dituContent {
    height:600px;
    margin-top:0px !important;
  }
}

@media screen and (min-width: 1200px){
  .dituContent {
    height:800px;
    margin-top:0px !important;
  }
}

.tl-address{
  margin-top: 50px;
  padding-bottom: 50px;
}
.tl-address li{
  line-height: 30px;
}
.pc-footer{
  background:#333;
  margin-top: 0;
}