.partner-word{
    color: #fff;
    position: absolute;
    top:160px;
    left: 50%;
    margin-left: -144px;
    width: 288px;
}
.partner-word-title{
    font-size: 36px;
}
.partner-word-hot{
    margin: 10px 0;
}
.partner-word-receive{
    margin-bottom: 10px;
    font-size: 16px;
}
.partner-word-btn{
    display: block;
    color: #fff;
    font-size: 14px;
    width: 144px;
    height: 38px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 38px;
    margin: 20px auto;
    border-radius: 3px;
}
.partner-word-btn:hover{
    background: #fff;
    color: #262626;
}
.partner{
    background: #f5f5f5;
}
.partner-title{
    margin: 58px 0 45px;
    font-size: 30px;
    color: #333;
}
.partner-img{
    background: #fff;
    padding: 0 30px 30px;
}
.partner-img li {
    margin-right: 30px;
    margin-top: 30px;
    width: calc((100% - 150px)/6);
    height: 75px;
}
.partner-img li img{
    width: 100%;
    height: 100%;
}
.partner-img li:nth-child(6n){
    margin-right: 0;
}
.contact_map{
    width: 1000px;
    height: 500px;
    margin: auto;
    background-image: url('https://img.dxdcy.com/hui2020/huihui_res/img/huihui/map-black-bg.jpg');
    background-size: cover;
    margin-bottom: 80px;
    position: relative;
}
.contact_map img{
    width: 720px;
    height: 500px;
    display: block;
    margin: auto;
}
.partner-boxs{
    padding-bottom: 50px;
}
.all-circle{
    position: absolute;
}
.hz-circle{
    bottom: 148px;
    right: 220px;
}
.bj-circle{
    right: 276px;
    top: 196px;
}
.sh-circle{
    bottom: 175px;
    right: 201px;
}
.gz-circle{
    bottom: 28px;
    right: 307px;
}
.sz-circle{
    bottom: 19px;
    right: 289px;
}
.szh-circle{
    bottom: 175px;
    right: 225px;
}
.nj-circle{
    bottom: 189px;
    right: 268px;
}
.cd-circle{
     bottom: 134px;
     right: 433px;
 }
.wh-circle{
    bottom: 143px;
    right: 310px;
}
.cq-circle{
    bottom: 121px;
    right: 398px;
}
.xa-circle{
    bottom: 201px;
    right: 375px;
}
.zz-circle{
    bottom: 210px;
    right: 309px;
}
.tj-circle{
    right: 264px;
    top: 211px;
}
.xm-circle{
    right: 228px;
    top: 420px;
}
.fz-circle{
    right: 214px;
    top: 396px;
}
.all-circle span{
    display: inline-block;
    vertical-align: middle;
}
.hz-circle4{
    width: 10px;
    height: 10px;
    background: #108cee;
    border-radius: 50%;
}
.hz-circle-one{
    position: absolute;
    top:5px;
    left: -1px;
    border: 1px solid #108cee;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1);
}
.circle-title{
    margin-left: 0px;
    margin-top: -12px;
    color: #fff;
}
.hz-circle1{
    animation: circle1 2s infinite;
}
.hz-circle2{
    animation: circle1 2s .4s infinite;
}
.hz-circle3{
    animation: circle1 2s .8s infinite;
}
@keyframes circle1 {
    0%{
        opacity: 1;
        transform: scale(1);
    }
    100%{
        opacity: 0;
        transform: scale(4);
    }
}