.ly_ma {
    margin-top: 6.25vw;
    padding-bottom: 6.25vw;
    width: 67.1875vw;
}

.ly1 {
    display: flex;
    margin-bottom: 4.6875vw;
    justify-content: space-between;
}

.ly1_2 h1 {
    display: flex;
    align-items: center;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: .05208vw;
    color: #000000;
    margin-bottom: 1.64583vw;
}

.ly1_2 h1 span {
    width: .3125vw;
    margin-right: .88542vw;
    height: 1.5625vw;
    background-color: #783f95;
    display: inline-block;
}

.ly_inpbox {
    display: flex;
    margin-bottom: 1.64583vw;
}

.ly_inp {
    margin-right: .47vw;
}

.ly_inp:last-child {
    margin-right: 0;
}

.ly_inp h2 {
    font-size: .83333vw;
    line-height: .83333vw;
    letter-spacing: .05208vw;
    color: #666666;
    margin-bottom: .625vw;
}

.ly_inp input {
    padding-left: 4%;
    width: 8.30833vw;
    height: 2.60417vw;
    background-color: #ffffff;
    border: solid .05208vw #cccccc;
    box-sizing: border-box;
}

.ly_inp input::placeholder{
	font-size: 0.83vw;
}

.ly_inp textarea {
    resize: none;
    padding: 1vw 0 0 .57vw;
    width: 32.23958vw;
    height: 10.36458vw;
    background-color: #ffffff;
    border: solid .05208vw #cccccc;
    box-sizing: border-box;
    font-size: 0.83vw;
}

.map img{
    width: 32vw;
}

.ly_inp:last-child input {
    width: 8.20833vw;
}

.ly_inp:last-child img {
    width: 6.21875vw;
}

.yzm_box {
    display: flex;
}

.tijiao {
    margin-left: 0;
    margin-top: 2.60417vw;
    width: 9.79167vw;
    line-height: 2.44792vw;
}

.ly_inp2 {
    margin-right: 0;
}

.ly2 {
    display: flex;
    justify-content: space-around;
}

.ly2 img {
    height: 2.60417vw;
    width: auto;
    margin: auto;
}

.ly2_1 {
    text-align: center;
    width: 30%;
}

.ly2_1 h1,
.ly2_1 h2 {
    font-size: .9375vw;
    line-height: .9375vw;
    letter-spacing: .05208vw;
    color: #000000;
}

.map {
    width: 31.77083vw;
}

.ly2_1 h1 {
    margin: 1.04167vw 0;
}

.ly2_1 h2 {
    line-height: normal;
}

@media screen and (max-width:1200px) {
    .map img,.map{
        width: 100%;
    }

    .ly_ma {
        margin-top: 10%;
        padding-bottom: 10%;
        width: 100%;
    }

    .ly1_2 h1 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 2%;
    }

    .ly1_2 h1 span {
        width: 3px;
        height: 15px;
        background-color: #783f95;
    }

    .ly1 {
        padding: 0 1%;
        box-sizing: border-box;
        flex-direction: column-reverse;
    }

    .ly_inpbox {
        font-size: 1px;
        flex-wrap: wrap;
    }

    .ly_inp {
        width: 100%;
        margin-right: 2%;
    }

    .ly_inp h2 {
        font-size: 16px;
        margin-bottom: 4%;
        line-height: normal;
    }

    .ly_inp input {
        font-size: 13px;
        width: 100%;
        height: 30px;
    }

    .ly_inp:last-child input {
        width: 100%;
    }

    .ly_inp:last-child img {
        width: 40%;
    }

    .ly_inp textarea {
        width: 100%;
        height: 150px;
    }

    .yzm_box {
        flex-direction: column;
    }

    .tijiao {
        width: 104px;
        line-height: 30px;
        margin: 4% auto;
    }

    .ly2 {
        display: none;
    }
}