/*头部要改的地方*/
.head {
    height: 550px;
    background: url(../images/banner6e.jpg) no-repeat;
    background-position: center center;
    overflow: hidden;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .head {
        background-position: -302px center;
    }
}


/* 联系我们 */
.contact {
    height: 797px;
    overflow: hidden;
}
.contact-c {
    width: 1300PX;
    margin: 0 auto;
    /* display: flex;
    justify-content: space-between; */
    margin-top: 76px;
    position: relative;
}

/* 地图 */
.contact #container {
	width: 75%;
	height: 620px;
    float: right;
}

/* 其他 */
.contact .contact-c .ll {
    width: 550px;
    position: absolute;
    z-index: 20;
    height: 550px;
    background-color: white;
    top: 39px;
    padding: 24px;
    box-sizing: border-box;
}
.contact .contact-c .ll .s {
    /* height: 61.1%; */
}
.contact .contact-c .ll .s .temp{
    display: flex;
    align-items: center;
    margin-top: 35px;
    color: #2c2c2c;
    font-size: 18px;
}
.contact .contact-c .ll .s .temp .r{
    margin-left: 27px;
}
.contact-c .s .temp .r .p1{
    color: #77cb9c;
    margin-bottom: 10px;
}

.contact .contact-c .ll .sbtn {
    height: 46px;
    width: 371px;
    background-color: #2eb872;
    border-radius: 30px;
    margin-top: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}




/* 适应1200-1400的屏幕 */
@media screen and (min-width:1200px) and (max-width:1400px) {
    .contact-c {
        width: 1200px;
    }
}




/* 手机端 */
@media all and (max-width:550px) {
    .contact {
        height: auto;
    }
    .contact-c {
        width: 100%;
    }
    .contact .contact-c .ll {
        width: 100%;
    }
    .contact #container {
        width: 100%;
        margin-top: 80px;
        box-sizing: border-box;
        height: 500px;
        border: 10px solid white;
    }
    .contact .contact-c .ll .w {
        height: 40%;
    }
    .contact .contact-c .ll .w h1 {
        font-size: 28px;
    }
    .contact .contact-c .ll .s p {
        font-size: 14px;
    }
    .contact .contact-c .ll .s {
        height: 61.1%;
        background: #fff url(../images/call.png) no-repeat;
        background-position: -282px 0px;
        margin-top: 45px;
        padding: 10px;
        box-sizing: border-box;
    }

}