/* map */
.map-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0;
    padding-bottom: 0;
    text-align: center;
}

.map-wrapper h3 {
    color: #333333;
    font-size: 32px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
    margin-bottom: 20px;
}

.map-wrapper-p {
    color: #666666;
    font-size: 16px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
    margin-bottom: 60px;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
    text-decoration: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

*html .clearfix {
    height: 1%
}


.map-service {
 
    height: 777px;
    background: url(./ditu2.png) center no-repeat;
    background-size: contain; /* 背景图片覆盖整个元素 */  
    overflow: hidden;
}

/* 针对手机屏幕尺寸的媒体查询 */  
@media (max-width: 768px) {  
    .map-service {  
        height: 777px;
        background: url(./ditu2.png) center no-repeat;
        background-size: contain; /* 背景图片覆盖整个元素 */  
        overflow: hidden;
    }  
}

.map-service-right {
    margin-left: 414px;
    padding-top: 60px
}

.china-map {
    position: relative;
    height: 760;
    position: relative;
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes warn {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes warn {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.region-list {
    position: absolute;
    left: 0;
    top: 0;
}

.area-box .dot {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #206bde;
    opacity: 1;
    filter: alpha(opacity=100)
}

.area-box .pulse {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 55px;
    height: 55px;
    border: 2px solid #206bde;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: 0 0
}

.area-box .delay-01 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0
}

.area-box .delay-02 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}

.area-box .delay-03 {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s
}

.area-box .delay-04 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.area-box .delay-05 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.area-box .delay-06 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s
}

.area-box .delay-07 {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.area-box .delay-08 {
    -webkit-animation-delay: -.4s;
    -moz-animation-delay: -.4s;
    -o-animation-delay: -.4s;
    animation-delay: -.4s
}

.area-box .delay-09 {
    -webkit-animation-delay: -.8s;
    -moz-animation-delay: -.8s;
    -o-animation-delay: -.8s;
    animation-delay: -.8s
}

.area-box .delay-10 {
    -webkit-animation-delay: -1.2s;
    -moz-animation-delay: -1.2s;
    -o-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.area-box .delay-11 {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s
}

.show-regin {
    position: absolute;
    top: 0;
    left: 2px;
    width: 11px;
    height: 0;
    opacity: 0;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.show-regin,.region-list:hover .show-regin{
    height: 11px;
    opacity: 1;
    cursor: pointer;
}

.show-regin span {
    position: relative;
    z-index: 1;
    top: -11px;
    left: 8px;
    width: 80px;
    color: #000000;
    font-size: 14px;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
    padding: 6px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.postition-10 .show-regin span {
    left: 0
}

.postition-6 .show-regin span {
    left: -48px
}

/* .postition-1 {
    left: 720px;
    top: 130px;
} */
/* 
.postition-2 {
    left: 143px;
    top: 422px
}

.postition-3 {
    left: -132px;
    top: 120px
}

.postition-4 {
    left: 330px;
    top: 304px;
}

.postition-5 {
    left: 384px;
    top: 432px;
}

.postition-6 {
    left: 278px;
    top: 554px;
}

.postition-7 {
    left: 346px;
    top: 356px;
}

.postition-8 {
    left: 314px;
    top: 248px;
}

.postition-9 {
    left: 402px;
    top: 404px;
}

.postition-10 {
    left: 294px;
    top: 418px;
}

.postition-11 {
    left: 442px;
    top: 464px;
}

.postition-13 {
    left: 376px;
    top: 310px;
}

.postition-14 {
    left: 300px;
    top: 560px;
}

.postition-15 {
    left: 234px;
    top: 620px;
}

.postition-16 {
    left: 403px;
    top: 426px;
}

.postition-17 {
    left: 264px;
    top: 290px;
}

.postition-18 {
    left: 362px;
    top: 392px;
}

.postition-18 .show-regin span {
    left: 0px;
    top: -20px;
}

.postition-19 {
    left: 472px;
    top: 356px;
}

.postition-19 .show-regin span {
    left: -2px;
    top: -20px;
}

.postition-20 {
    left: 278px;
    top: 470px;
}

.postition-21 {
    left: 378px;
    top: 400px;
}

.postition-21 .show-regin span {
    left: -22px;
    top: 10px;
}

.postition-22 {
    left: 342px;
    top: 398px;
}

.postition-22 .show-regin span {
    left: -25px;
    top: -20px;
}

.postition-23 {
    left: 178px;
    top: 494px;
} */

.map-desc {
    position: absolute;
    top: 10px;
    right: -348px;
    width: 312px;
    padding: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background-color: #fff;
    z-index: 999;
    display: none;
}

.map-desc div {
    text-align: left;
    line-height: 26px;
    color: #333333;
    font-size: 14px;
}

.map-desc-p-first {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 18px;
    font-family: "Microsoft YaHei", 微软雅黑 !important;
}

.map-desc-p-first img {
    width: 16px;
    height: 23px;
}

.map-desc-p-first span {
    font-family: "Microsoft YaHei", 微软雅黑 !important;
}

.map-desc-p-first img {
    /* position: absolute; */
    vertical-align: bottom;
}

.map-desc-img {
    width: 16px;
}

.map-desc-active {
    display: block;
}

.map-desc-text {
    margin-left: 20px;
    font-family: "Microsoft YaHei", 微软雅黑 !important;
}