.cdh > p:nth-child(2) {
    margin: 0 0 0 200px;
}

.dt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cdh > a:nth-child(2) {
    margin: 0 0 0 120px;
}

.dt img {
    width: 100%;
    display: block;
}
#allmap{
    height: 500px;
}

.dt > div:nth-child(1) {
    width: 60%;
}

.dt > div:nth-child(2) {
    width: 40%;
    background: #F5F9FC;
    position: relative;
    overflow: hidden;
}

.dt > div:nth-child(2) > div {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 75%;
    top: 50%;
    left: 50%;
}

.dt > div:nth-child(2) > div:nth-child(2) {
    top: unset;
    bottom: -62%;
    left: 89%;
}

.dt > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) {
    font-size: 30px;
    padding-bottom: 20px;
}

.dh {
    margin-bottom: 30px;
}

.dt > div:nth-child(2) > div:nth-child(1) > div:last-child {

    margin-bottom: 0;
}

.dh > p:nth-child(1) > span:nth-child(1) {
    background: linear-gradient(90deg, #2FA8E1, #0668A9, #0373BC, #2FA8E1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 21px;
    margin-right: 8px;
}

.dh > p:nth-child(1) > span:nth-child(2) {
    font-size: 18px;
    color: #666666;
}

.dh > p:nth-child(2) {
    font-size: 24px;
}

.dt > div:nth-child(2) > div:nth-child(1) > div:last-child > P:nth-child(2) {

    font-size: 18px;
}

.yf > p:nth-child(1) {
    padding: 60px 0 40px;
}

.fbf {
    display: flex;
    justify-content: space-between;
    width: 49%;
}

.fbf > div img {
    display: block;
    width: 100%;
}

.fbf > div:nth-child(1) {
    width: 41%;
}

.fbf > div:nth-child(2) {
    width: 59%;
    border: 1px solid #EEEEEE;
    position: relative;
    border-left: none;
    transition: .6s;
}

.y_a > div:nth-child(1) {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 80%;
    z-index: 999;
}

.y_a > div:nth-child(1) > p:nth-child(1) {
    font-size: 24px;
    color: #111111;
    padding-bottom: 19px;
}

.y_a > div:nth-child(1) > div:nth-child(2) > p {
    font-size: 16px;
    color: #333333;
}

.zbf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zbf > div:nth-child(n+3) {
    margin-top: 30px;

}

.y_a:hover {
    background: #0672BB;
    border: none !important;
    transition: .6s;
}

.y_a:hover .aaa {
    color: white !important;

}

.hr_one {
    height: 0px;
    background: #EEEEEE;
    margin-bottom: 60px;
    border: none;
    margin-top: 60px;
}

.bsc {
    margin-bottom: 40px;
}

.bcs {
    margin-bottom: 120px;
}

@media screen and (max-width: 1440px) {
    .dh > p:nth-child(1) > span:nth-child(2) {
        font-size: 16px;
    }

    .dt > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) {
        font-size: 26px;
        line-height: 52px;
        padding-bottom: 20px;
    }

    .dh {
        margin-bottom: 20px;
    }

    .dh > p:nth-child(2) {
        font-size: 18px;
    }

    .yf > p:nth-child(1) {
        padding: 48px 0 30px;
    }

    .y_a > div:nth-child(1) > p:nth-child(1) {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .y_a > div:nth-child(1) > div:nth-child(2) > p {
        font-size: 14px;
    }

    .hr {
        margin-bottom: 50px;
    }

    .zbf > div:nth-child(n+3) {
        margin-top: 24px;

    }

    .bsc {
        margin-bottom: 30px;
    }

    .bcs {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 1024px) {
    .dt > div {
        width: 100% !important;
    }
    .hr {

        display: none;
    }
    .bcs {
        margin-bottom: 70px;
    }
    .hr_one {
        height: 0px;
        background: #EEEEEE;
        margin-bottom: 40px;
        border: none;
        margin-top: 40px;
    }

    .dt > div:nth-child(2) > div:nth-child(1) {
        position: relative;
        transform: unset;
        left: unset;
        top: unset;
        width: 80%;
        margin: auto;
        padding: 40px 0;
    }

    .dt > div:nth-child(2) > div:nth-child(2) {
        width: 45%;
    }

    .fbf {
        width: 100%;
    }

    .zbf > div:nth-child(n+2) {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .dt > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) {
        font-size: 22px;
    }
    .dt > div:nth-child(2) > div:nth-child(1){
        width: 90%
    }
    .dt > div:nth-child(2) > div:nth-child(2) {
        width: 90%;
    }
    #allmap {
        height: 300px;
    }
}
@media screen and (max-width: 414px){
    .dt > div:nth-child(2) > div:nth-child(1){
        padding: 20px 0;
    }
    .dt > div:nth-child(2) > div:nth-child(1) > div:last-child > P:nth-child(2) {
        font-size: 16px;
    }
   
    .hr {
        margin-bottom: 0;
    }
    .dh {
        margin-bottom: 9px;
    }
    .dt > div:nth-child(2) > div:nth-child(1) > p:nth-child(1){
        padding-bottom: 0 ;
    }
    .bcs {
        margin-bottom: 40px;
    }
    .hr_one {

        margin-bottom: 20px;

        margin-top: 20px;
    }
    .dh {
        margin-bottom: 10px;
    }
    .dh > p:nth-child(2) {
        font-size: 17px;
    }
    dt > div:nth-child(2) > div:nth-child(1) > div:last-child > P:nth-child(2) {
        font-size: 16px!important;
    }
    .y_a > div:nth-child(1) > p:nth-child(1) {
        font-size: 16px;
        padding-bottom: 0px;
    }
    .y_a > div:nth-child(1){
        width: 90%;
    }
    .zbf > div:nth-child(n+2) {
        margin-top: 20px;
    }
}
