.mapTipText {
    width: 280px;
    height: 110px;
    background-color: #ffffff;
}

.mapTipText .mapTipImg {
    height: 66px;
    width: 66px;
    float: left;
    border: 2px solid #ffffff;
    border-radius: 50%;
    overflow: hidden;
    margin: -12px 5px 0 -12px;
}

.mapTipText .mapTipImg img {
    width: 100%;
    height: 100%;
}

.mapTipText .mapTipList {
    float: left;
    margin-left: 4px;
}

.mapTipText .mapTipList h2 {
    text-align: left;
}

.mapTipText .mapTipList h2 a {
    font-size: 24px;
    color: #262626;
    text-decoration: none;
}

.mapTipText .mapTipList h2 a:hover {
    color: #0085d2;
}

.mapTipText .mapTipList h2 a span {
    font-size: 16px;
    margin-left: 3px;
}

.mapTipText .mapTipList ul {
    width: 203px;
    padding-right: 10px;
}
/*地图echarts部分*/
.map{
    margin-bottom: 58px;
    background-color: #fff;
    border: 1px solid #D6D6D6;
}
#china_map{
    width: 100%;
    height: 600px;
}
#china_map div:first-of-type{
    width: 100% !important;
}
#china_map canvas{
    width: 100% !important;
}

@media screen and (max-width: 760px) {
    .wrap{
        height:243px;
        width:276px;
        background: #f8f8f8;
        margin:0 auto;
        display:flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 110px;
    }
    #china_map{
        height:243px;
        width:276px;
}
#china_map div:first-of-type{
    width: 100% !important;
    height:100% !important;
}
#china_map canvas{
    width: 100% !important;
    height:100% !important;
}
}
@media screen and (min-width: 760px) {
    .wrap{
        height:800px;
        width:1200px;
        background: #f8f8f8;
        margin:0 auto;
        display:flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 110px;
    }
    #china_map{
        height:800px;
        width:1200px;
    }
    #china_map div:first-of-type{
        width: 100% !important;
    }
    #china_map canvas{
        width: 100% !important;
    }
}

.mapTipText .mapTipList ul li {
    list-style: none;
    float: left;
    padding: 7px 3px 0 3px;
}

.mapTipText .mapTipList ul li a {
    color: #262626;
    text-decoration: none;
}

.mapTipText .mapTipList ul li a:hover {
    background-color: #2ebcfe;
    color: #ffffff;
}




.title{
    margin:0 auto;
    width:100%;
    text-align: center;
  }
  
  .title>p:nth-child(1){
      font-size:40px;
      color:#333;
      margin-top:100px;
  }
  
  .title>p+p{
      font-size:20px;
      color:#999999;
      margin-top:30px;
  }

  .img{
    width: 100%;
    height:auto;
}

.centers{
    font-size:16px;
    color:#666;
    margin:0 auto;
    margin-bottom: 80px;
    margin-top:70px;
    width:100%;
    text-align: center;
}

