.banner{
    width: 100%;
    height: 70vh;

}
.sec2{
    width: 100%;
    height: auto;
    background: white;
    overflow: hidden;
}
.sec2 .sec2-top span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 78px;
    margin-bottom: 52px;
    position: relative;
}
.sec2 .sec2-top span:after{
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%,0%);
    width: 24px;
    height: 2px;
    background: #ED1B2F;
}
.sec2 .sec2-warp{
    width: 1400px;
    height: auto;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
}
.sec2 .sec2-warp .sec21{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;

}
.sec2 .sec2-warp .sec2-warp1{
    width: 690px;
    height: auto;
    min-height: 320px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    position: relative;
}
.sec2 .sec2-warp .sec2-warp1 .sec2-warp-text{
    width: 95%;
    margin: 50px auto;
}
.sec2 .sec2-warp .sec2-warp1 .sec2-warp-text span{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}
.sec2-p{
    width: 100%;
    white-space: nowrap;
    /* overflow-x: auto; */
    min-height: 0.01%;
}
.sec2-p p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.sec21 .icon{
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 16px;
    right: 16px;

}
.sec21 .icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec3{
    width: 100%;
    height: 600px;
    padding-top: 79px;
    overflow: hidden;
    background: white;
}
#allmap{
    width: 100%;
    height: 100%;
}
/*#allmap canvas{*/
/*    filter: grayscale(1);*/
/*}*/
.anchorBL{
    display: none;
}
@media screen and (max-width: 768px) {
    body .sec2 .sec2-warp .sec21:last-child .sec2-warp1{
        width: 100%!important;
    }
}
