.pic img{
    width: 100%;
}
.description{
    margin-bottom: 100px;
}
.description .title{
    font-size: 18px;
    font-weight:900;
    padding:5px;
    color:#000;
    margin-top:60px;
    margin-bottom:60px;
    border-left:5px solid rgb(201,126,33); 
}
.description p{
    font-size: 16px;
    color:#000;
    line-height: 1.5;
}
.description ul{
    padding:15px 85px;
}
.description ul li{
    overflow: hidden;
    margin: 5px 0;
}
.description ul li span{
    font-size: 16px;
    color:#000;
}
.description ul li .color-icon{
    display: inline-block;
    height: 10px;
    width: 10px;
    /* background-color: blue; */
    margin-right: 20px;
}
.blue{
    background-color:  rgb(11,36,129);
}
.red{
    background-color:  rgb(231,31,25);
}
.green{
    background-color:  rgb(69,187,27);
}
.group{
    background-color:  rgb(170,25,231);
}
.white-blue{
    background-color:  rgb(75,174,250);

}
.world-map {
    position: relative;
}
.world-map .map{
    width: 86%;
    height: 600px;
    position: relative;
    left: calc(50% - 43%);
}
.world-map .gps{
   
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 999;

}
.world-map .gps:hover{
    transform: scale(1.2);
    transition: transform 0.5s;

}
.world-map .gps1{
    top: 165px;
    left: 250px;
    
}
.yuanyi{
    background-color: blue;
    width: 30px;
    height: 20px;
    position: absolute;
    border:1px solid blue;
    border-radius: 20px; 
    top: 195px;
    left: 250px;


}
.world-map .gps1:hover{
    
    animation: fade 500ms infinite;
}
.world-map .gps2{
    top:245px;
    left:507px;
    
}
.world-map .gps2:hover{
    animation: fade 500ms infinite;

}
.world-map .gps3{
    top:247px;
    left:768px;
    
}
.world-map .gps3:hover{
    animation: fade 500ms infinite;

}
.world-map .gps4{
    top:317px;
    left:752px;
 
}
.world-map .gps4:hover{
    animation: fade 500ms infinite;
}
.world-map .gps5{
    right: 276px;
    top: 499px;
   
}
.world-map .gps5:hover,.world-map .gps6:hover{
    animation: fade 500ms infinite;
}
.world-map .gps6{
    right: 97px;
    top: 542px;
    
}
@keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}