.con_top .rec_title2,
.con_form_left .rec_title2 {
    font-size: 40px;
    line-height: 1.2;
}

.con_top_box {
    display: flex;
    margin-top: 3%;
    justify-content: space-between;
}

.con_top_box_left{
    width: 49%;
}

.con_top_div {
    /* text-align: center; */
    padding: 20px 10px;
}

.con_top_div:hover {
    background: #FFFFFF;
}

.con_top_div img {
    width: 72px;
    flex-shrink: 0;
    margin-right: 30px;
}

.con_top_tit {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    margin: 0 0 15px;
}

.con_top_desc {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 20px;
    color: #333333;
}

.con_form_box {
    margin-top: 5%;
    position: relative;
    z-index: 1;
}

.con_form_right {
    width: 50%;
}

.con_form_right .imgBox {
    padding-bottom: 91%;
}

.con_top_box_right {
    width: 42%;
    /* padding-right: 10.5%; */
}

.con_form_left .rec_title2,
.con_form_left .rec_desc2 {
    text-align: left;
}

.con_form_left .rec_desc2 {
    margin-top: 20px;
}

.con_form_div ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con_form_div li:nth-child(1),
.con_form_div li:nth-child(2) {
    width: 48%;
}

.con_form_div li {
    position: relative;
    width: 100%;
    padding: 30px 0 20px;
    border-bottom: 1px solid #333333;
}

.con_form_div li input,
.con_form_div li textarea {
    background: none;
    width: 100%;
    height: 100%;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    border: 0;
}

.con_form_div li input::placeholder,
.con_form_div li textarea::placeholder {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
}

.con_form_div li textarea {
    min-height: 150px;
}

.con_form_div li::after {
    content: '*';
    font-size: 16px;
    color: red;
    position: absolute;
    top: 33px;
    left: -15px;
}

.con_form_div .hover_btn {
    height: 43px;
    background: #000000;
    line-height: 43px;
    padding: 0 55px;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
    width: auto;
    margin-top: 90px;
    transition: all 0.3s ease-in-out;
}

.con_form_div .hover_btn:hover {
    background: #2858A4;
}

.path_main {
    padding-bottom: 0;
}

.con_map{
    position: relative;
    z-index: 1;
    margin-top: 5%;
}

.con_map iframe {
    display: block;
    width: 100% !important;
    height: 800px !important;
}

@media only screen and (max-width:950px) {

    .con_top .rec_title2,
    .con_form_left .rec_title2 {
        font-size: 26px;
    }

    .con_top_div {
        width: 100%;
        padding: 15px;
        margin-bottom: 30px;
    }

    .con_top_box,
    .con_form_box {
        flex-wrap: wrap;
    }

    .con_form_box {
        width: 96%;
        margin: 0 auto;
    }

    .con_form_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .con_form_right {
        width: 100%;
    }

    .con_top_box_left,.con_top_box_right{
        width: 100%;
    }

    .con_top_box_right{
        padding: 0 15px;
    }
}