@media (min-width: 1600px) {
  .map-home {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .bg1-map {
    position: absolute;
    right: 0px;
    bottom: 22px;
    text-align: right;
    width: 700px;
    z-index: 1;
  }
 
  .map {
    position: relative;
    overflow: hidden;
    z-index: 3;
  }

  .map-main {
    position: relative;
    height: 800px;
  }

  .map-bg {
    position: absolute;
    top: -26px;
    z-index: 9;
    left: 555px; 
    width: 700px;
    height: 800px;
  }

  .active {
    opacity: 1;
  }
  
  .map-log {
    width: 455px;
    height: 100px;
  }

  .map-log img {
    width: 100%;
  }

  .map-left {
    width: 995px;
    overflow: hidden;
  }

  .map-num1 {
    overflow: hidden;
  }

  .map-num1 ul {
    margin-top: 93px;
  }
  .map-num1 ul:last-child {
    margin-top: 66px;
  }

  .map-num li {
    width: 40%;
  }

  .map-num ul {
    display: flex;
  }

  .map-num li {   
    height: 61px;  
    font-family: Hiragino Sans GB;
    font-weight: 300;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%; 
    color: rgba(26, 26, 26, 1);

  }

  .map-num strong {
    font-family: Source Han Sans SC;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #2A5D84;
    padding-right: 24px;
  }

  .map-detail {
    font-family: Hiragino Sans GB;
    overflow: hidden;
    font-weight: 300;
    font-size: 20px;
    line-height: 44px; 
    color: #ffffff;
  }

  .map-detail span {
    font-weight: 600;
    font-size: 20px;
  }

  .map-detail1 {
    width: 895px;
    height: 244px; 
    border-top-right-radius: 30px; 
    margin-top: 64px;
    background: linear-gradient(135.11deg, #2A5D84 -8.69%, #083173 136.98%);
    padding: 32px 110px 32px 64px;
  }

  .map-detail2 {
    width: 763px;
    height: 362px;
    margin-top: 97px;
    overflow: hidden;
  }

  .map-detail2-bg {
    width: 100%;
    padding: 32px 64px 32px 250px;
    background: linear-gradient(135.11deg, #2A5D84 -8.69%, #083173 136.98%);
  }

  .bxdw {
    overflow: hidden;
  }

  .bxdw ul li {
    font-family: Hiragino Sans GB;
    font-weight: 300;
    font-size: 25px;
    display: flex;
    align-items: center;
    height: 58px;
    cursor: pointer;
  }
  .bxdw ul li:hover {
    color: #000;
    font-weight: 600;
    color: #2A5D84;
  }
  .bxdw ul li img {
    width: 24px;
    margin-right: 16px;
  }

  .bxdw ul .active {
    font-weight: 600;
    color: #2A5D84;
  }

  .bxdw ul:last-child {
    margin-top: 180px;
    margin-left: 170px;
  }

  .bxdwjj {
    position: relative;
    width: 763px;
    height: 462px;
  }

  .bxdwjj-detail {
    position: absolute;
    z-index: 999;
    right: 0px;
    width: 663px;
    height: auto;
    background: linear-gradient(135.11deg, #2A5D84 -8.69%, #083173 136.98%);
    padding: 58px 58px;
    font-family: Hiragino Sans GB;
    font-weight: 300;
    font-size: 24px;
    line-height: 44px; 
    color: #fff;
  }

  .bxdw-tit {
    font-family: Source Han Sans SC;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-left: 50px;
    margin-bottom: 95px;
  }

  .map .detail-main {
    display: none;
    position: relative;
    z-index: 999;
    overflow: hidden;
    height: 760px;
  }

  .none-map {
    display: none !important;
  }

  .block-map {
    display: block !important;
  }

  .flex-map {
    display: flex !important;
  }
}

