.con {
    display: flex;
}

.conL,
.conR {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.conR {
    width: 43%;
    padding-top: 160px;
}

/* 左侧 */
.conL {
    width: 57%;
    padding: 160px 0px 120px 0px;
    background: url(../images/contactBg.png)no-repeat center center;
    background-size: cover;
    color: #fff;
}

.conL>div {
    width: 90%;
    max-width: 760px;
}

.conL h3 {
    display: inline-block;
    margin-bottom: 42px;
    font-family: "poppinsBold";
    border-bottom: 3px solid #fff;
}

.conL label {
    display: block;
    margin: 0px;
    width: 100%;
}

.conLUl {
    width: 100%;
    margin-bottom: 40px;
}

.conLUl li {
    margin-bottom: 20px;
}

.conLUl input {
    display: block;
    width: 100%;
    background: #fff;
    line-height: 55px;
    padding: 0px 26px;
}

.conLUl textarea {
    display: block;
    width: 100%;
    background: #fff;
    height: 150px;
    padding: 20px 26px;
}

.subBtn {
    width: 180px;
    height: 60px;
    background: #004C96;
    border: 1px solid #fff;
    color: #fff;
}

/* 右侧 */
.conR {
    background: #F9FAFB;
}

.conR>div {
    width: 90%;
    /* max-width: 480px; */
     max-width: 760px;
}

.conR h3 {
    margin-bottom: 32px;
}

.conRUl {
    margin-top: 90px;
}

.conRUl li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.conRUl img {
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 30px;
}
@media (min-width: 1800px) {
    .conR>div {
        width: 90%;
        max-width: 1000px;
    }
}

@media (max-width: 1280px) {}

@media (max-width: 992px) {
    .con{
        display:block;
    }
    .conL{
        width:100%;
        padding: 60px 0px 50px 0px;
    }
    .conR{
        width:100%;
        padding-top: 60px;
    }
    .conR>div{
        max-width: 760px;
    }
    .conRUl {
        margin-top: 50px;
    }

    .subBtn{
        height: 50px;
        margin: 0 auto;
        display: block;
    }
}