.banner-box{
  max-width: 1920px;
  min-width: 1450px;
  margin: 0 auto;
  line-height: 1;
  position: relative;
  padding-top: 80px;
  .bg{
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .content-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    .inner{
      width: 1320px;
      margin: 0 auto;
      box-sizing: border-box;
      padding-top: 190px;
      line-height: 1;
      .name{
        font-weight: bold;
        font-size: 50px;
        color: #FFFFFF;
        margin-bottom: 27px;
      }
      .img-1{
        display: block;
      }
    }
  }
}

.info-box {
  max-width: 1920px;
  min-width: 1450px;
  margin: 0 auto;
  line-height: 1;
  background: #F6FAFF;
  .inner{
    width: 1320px;
    margin: 0 auto;
    background: #fff;
    padding: 88px 28px;
    box-sizing: border-box;
    display: flex;
    .left{
      width: 672px;
      height: 476px;
      margin-right: 28px;
    }
    .right{
      flex: 1;
      padding-top: 36px;
      .p1{
        font-size: 28px;
        color: #333333;
        margin-bottom: 50px;
      }
      .p2{
        font-size: 16px;
        color: #333333;
        margin-bottom: 30px;
      }
      .p3{
        display: flex;
        .item{
          img{
            width: 134px;
            height: 134px;
          }
          .name{
            font-size: 14px;
            color: #333;
            text-align: center;
            padding-top: 10px;
          }
        }

      }
    }
  }
}

#mapContainer .icon { background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; }
#mapContainer .icon-cir { height: 31px; width: 28px; }
#mapContainer .icon-cir-blue { background-position: -11px -55px; }
.myinfowindow{width: 240px;min-height: 50px;}
.myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
.myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }
