/*<!--联系方式-->*/

.contact {
    display: flex;
}

.contactItem {
    width: 25%;
    padding: 80px 40px;
    border-right: 1px solid #f0f0f0;
    position: relative;
}

.contactItem:last-child {
    border-right: none;
}

.contactItem h5 {
    font-size: 20px;
}

.contactItem span {
    display: inline-block;
    padding: 10px 0 5px;
    color: #999;
    font-family: SangBleu;
}

.contactItem p {
    font-size: 16px;
    color: #999;
    font-family: SangBleu;
}

.contactItem a {
    display: inline-block;
    color: #999;
    background: #f0f0f0;
    padding: 4px 15px;
    font-size: 12px;
    margin-top: 10px;
}

.contactEwm {
    position: absolute;
    right: 40px;
    bottom: 80px;
}

.contactEwm img {
    width: 100px;
}

/* 地图 */

.dTuBox {
    width: 100%;
    height: 70vh;
}

.mapBox {
    width: 100%;
    height: 100%;
}

/* 留言 */

.contactLy {
    background: #f5f5f5;
}

.contactLy .inner {
    width: 60%;
}

.contactLyXq {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contactLyXq h5 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.contactIpt {
    width: calc(50% - 40px);
    margin-bottom: 50px;
}

.contactIpt>div {
    background: #fff;
    padding: 0 20px;
}

.contactIpt span {
    display: block;
    color: #999;
    margin-bottom: 10px;
    font-family: SangBleu;
}

.contactIpt input {
    width: calc(100% - 50px);
    padding: 12px 0;
    background: #fff;
}

.contactIpt b {
    color: #999;
    letter-spacing: 4px;
}

.contactTer {
    width: 100%;
    margin-bottom: 50px;
}

.contactTer textarea {
    -webkit-appearance: none;
    border: none;
    background: #fff;
    width: 100%;
    height: 20vh;
    padding: 20px;
    /* font-size: 16px; */
    outline: none;
    color: #9d9d9d;
}

.contactLy .More a {
    background: #bd936d;
    color: #fff;
    border: none;
}
.conIList{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.conIList a{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0;
    border: 1px solid #f0f0f0;
    margin-right: 10px;
}
.conIList a img{
    width: 50%;
    opacity: .8;
}

@media(max-width:1920px) {
    /*/* ===================================================================================  */
}

@media(max-width:1680px) {
    /*/* ===================================================================================  */
    .dTuBox {
        height: 68vh;
        transition: all .48s;
    }
    .contactEwm img {
        width: 80px;
    }
}

@media(max-width:1440px) {
    /*/* ===================================================================================  */
    .contactItem {
        padding: 75px 30px;
    }
    .contactItem p {
        font-size: 14px;
        transition: all .48s;
    }
    .contactEwm {
        right: 0;
    }
    .dTuBox {
        height: 65vh;
        transition: all .48s;
    }
}

@media(max-width:1366px) {
    /*/* ===================================================================================  */
    .contactLy .inner {
        width: 70%;
    }
    .contactIpt {
        margin-bottom: 40px;
    }
}

@media(max-width:1280px) {
    /*/* ===================================================================================  */
    .contactItem {
        padding: 60px 30px;
    }
}

@media(max-width:1100px) {
    /*/* ===================================================================================  */
    .contact {
        flex-wrap: wrap;
    }
    .contactItem {
        width: 50%;
        padding: 50px 40px;
        border-bottom: 1px solid #f0f0f0;
    }
    .contactItem:nth-child(2n) {
        border-right: none;
    }
    .contactEwm {
        bottom: 50px;
    }
    .contactItem h5 {
        font-size: 18px;
    }
    .contactEwm img {
        width: 90px;
    }
    .dTuBox {
        height: 62vh;
    }
}

@media(max-width:1025px) {
    /*/* ===================================================================================  */
    .contactLy .inner {
        width: 80%;
    }
}

@media(max-width:900px) {
    /*/* ===================================================================================  */
    .contactLy .inner {
        width: 90%;
    }
}

@media(max-width:768px) {
    /*/* ===================================================================================  */
}


@media(max-width:680px) {

    .dTuBox {
        height: 55vh;
    }
    /*/* ===================================================================================  */
    .contactItem{
        width: 100%;
        border-right: none;
        text-align: center;
        padding: 40px 30px;
    }
    /* .contactItem:last-child a{
        display: none;
    } */
    .conIList{
        justify-content: center;
    }
    .contactItem span{
        padding-bottom: 0;
    }

    .contactEwm {
        position: initial;
        margin-top: 20px;
    }


    .contactIpt,.contactTer{
        width: 100%;
        margin-bottom: 20px;
    }
    .contactIpt input{
        padding: 8px 0;
    }
    
    .contactIpt>div {
        padding: 0 10px;
    }


    .contactIpt span{
        margin-bottom: 0;
    }
}

@media(max-width:420px) {
    /*/* ===================================================================================  */
}