.part1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part1 > ul:nth-child(1) {
    width: 46%;
}

.part1 > ul > li > p:nth-child(n+1) > br {
    display: none;
}

#allmap {
    height: 550px;
}

.amap-copyright {
    left: -300px !important;
}

.part1 > div:nth-child(2) {
    width: 53.4%;
}

.part1 > div:nth-child(2) img {
    width: 100%;
    display: block;

}

.part1 > ul > li > p:nth-child(1) {
    display: flex;
    justify-content: flex-start;
}

.part1 > ul > li > p:nth-child(1) > i {
    font-size: 26px;
}

.part1 > ul > li > p:nth-child(1) > span {
    font-size: 22px;
    color: #111111;

}

.part1 > ul > li > p:nth-child(n+1) {
    font-size: 16px;
    align-items: center;
    color: #333333;
}

.part1 > ul > li {
    margin-bottom: 18px;
}

.zhy {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0 !important;
    margin-top: 45px;
}

.zhy > div {
    text-align: center;
    font-size: 16px;
    color: #111111;
    width: 20.3%;
}

.part1 > ul > li:last-child {
    margin-bottom: 0;
}


/*----------------------------------------------------------*/
.part2 {
    background: #F2F5F8;
}

.ly > p:nth-child(1) {
    text-align: center;
    color: #111111;
}

.ly > p:nth-child(2) {
    text-align: center;
    color: #999999;
}

.form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zhy > div:nth-child(2) {
    margin-left: 27px;
}


.form input {
    width: calc((100% - 30px) / 3);
    color: #999999 !important;
    font-size: 14px;
    border: 1px solid #E6E6E6;
    padding: 23px;
}

.form textarea {
    width: 100%;
    border: 1px solid #E6E6E6;
    color: #999999 !important;
    font-size: 14px;
    padding: 23px 23px 139px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 45px;
}

#submit {
    text-align: center;
    width: 272px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #005dba;

}

.zhy > div > img {
    width: 100%;
    display: block;
}

#submit span {
    line-height: 52px;
    font-size: 16px;
    color: #005dba;
}

.icon-jiantou_qiehuanyou {
    color: #005DBA;
}

@media screen and (max-width: 1680px) {
    .part1 > ul > li > p:nth-child(1) > span {
        font-size: 20px;
    }

    #allmap {
        height: 437.5px;
    }

    .part1 > ul > li > p:nth-child(n+1) {
        font-size: 15px;
    }

    .zhy > div > img {
        display: block;
    }

    .zhy > div {
        font-size: 16px;
    }

    .form input {
        padding: 20px;
    }

    .part1 > ul > li {
        margin-bottom: 21px;
    }

    .form textarea {
        padding-top: 23px;
    }

    .form textarea {
        margin-bottom: 40px;
    }

    .part1 > ul > li {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1600px) {
    .part1 > ul > li > p:nth-child(1) > span {
        font-size: 18px;
    }

    .form textarea {
        padding: 23px 15px 139px;
    }


    #allmap {
        height: 412px;
    }

    .part1 > ul > li > p:nth-child(1) > i {
        font-size: 22px;
    }

    .zhy > div {
        font-size: 14px;
    }

    .zhy > div > p {
        width: 80%;
    }

    .zhy > div > img {
        width: 80%;
    }


    .part1 > ul > li > p:nth-child(n+1) {
        font-size: 14px;
    }

    .form input {
        padding: 15px;
    }

    .form textarea {
        margin-bottom: 35px;
    }

    #submit {
        width: 180px;
    }

    #submit span {
        line-height: unset;
    }

    #submit span {
        font-size: 14px;
        line-height: 35px;
    }

    .zhy {
        margin-top: 35px;
    }

    .zhy > div:nth-child(2) {
        margin-left: 0;
    }

}

@media screen and (max-width: 1440px) {
    .part1 > ul > li > p:nth-child(1) > span {
        font-size: 18px;
    }

    .form textarea {
        padding: 23px 15px 139px;
    }


    #allmap {
        height: 412px;
    }

    .part1 > ul > li > p:nth-child(1) > i {
        font-size: 22px;
    }

    .zhy > div {
        font-size: 14px;
    }

    .zhy > div > p {
        width: 80%;
    }

    .zhy > div > img {
        width: 80%;
    }


    .part1 > ul > li > p:nth-child(n+1) {
        font-size: 14px;
    }

    .form input {
        padding: 15px;
    }

    .form textarea {
        margin-bottom: 35px;
    }

    #submit {
        width: 180px;
    }

    #submit span {
        line-height: unset;
    }

    #submit span {
        font-size: 14px;
        line-height: 35px;
    }

    .zhy {
        margin-top: 35px;
    }

    .zhy > div:nth-child(2) {
        margin-left: 0;
    }

}

@media screen and (max-width: 1366px) {
    .part1 > ul > li {
        margin-bottom: 12px;
    }

    #allmap {
        height: 385px;
    }

    .part1 > ul > li > p:nth-child(1) > i {
        font-size: 17px;
    }

    .part1 > ul > li > p:nth-child(1) > span {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {

    .form input, .form textarea {
        font-size: 13px;
    }

    #allmap {
        height: 343px;
    }
}

@media screen and (max-width: 1024px) {

    .part1 > ul > li > p:nth-child(n+1) {
        font-size: 13px;
    }

    .part1 > ul:nth-child(1), .part1 > div:nth-child(2) {
        width: 100%;
    }

    .zhy {
        margin-top: 25px;
    }

    .part1 > div:nth-child(2) {
        margin-top: 40px;
    }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
    .part1 > ul:nth-child(1), .part1 > div:nth-child(2) {
        width: 100%;
    }

    /*.part1 > ul:nth-child(1) {
        padding-bottom: 40px;
    }*/
}

@media screen and (max-width: 414px) {

    .form input {
        width: 100%;
    }

    .form input:nth-child(n+2), .form textarea {
        margin-top: 10px;
    }

    .zhy > div {
        width: 26.3%;
    }

    .form textarea {
        padding: 15px 16px 139px;
    }

    .form textarea {
        margin-bottom: 25px;
    }

    .part1 > ul > li > p:nth-child(1) > span {
        font-size: 16px;
    }

}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 360px) {
}


