
/* 联系我们 */
.contact {
    height: 815px;
    background-color: #feeeee;
}
.contact-c {
    width: 1400PX;
    margin: 0 auto;
    padding-top: 115px;
}
.contact-c .contact-c-l {
    float: left;
    width: 50%;
}
.contact-c .contact-c-l h2 {
    color: #222222;
    font-size: 40px;
}
.contact-c .contact-c-l .fff {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 50px;
    width: 78%;
}
.contact-c .contact-c-l .contact-c-ll {
    margin-top: 50px;
}
.contact-c .contact-c-ll .call1 {
    height: 60px;
    margin-bottom: 38px;
}
.contact-c .contact-c-ll .call1 img{
    float: left;
    margin-right: 15px;
}
.contact-c .contact-c-ll .call1 h3{
    font-size: 23px;
    color: #222222;
}
.contact-c .contact-c-ll .call1 p{
    color: #b0b0b0;
}

/* 地图 */
.contact .contact-c-r #container {
    box-sizing: border-box;
    float: right;
	width: 50%;
	height: 600px;
    border: 10px solid white;
}


/* 适应1200-1400的屏幕 */
@media screen and (min-width:1200px) and (max-width:1400px) {
    .contact-c {
        width: 1200px;
    }
}


/* 手机端 */
@media screen and (max-width: 550px) {
    .contact-c {
        width: 100%;
        margin: 0 auto;
        padding-top: 55px;
    }
    .contact-c .contact-c-l {
        /* float: left; */
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 0 10px;
    }
    .contact .contact-c-r #container {
        box-sizing: border-box;
        /* float: right; */
        width: 100%;
        height: 500px;
        border: 10px solid white;
    }
    .contact {
        height: 1200px;
        background-color: #feeeee;
    }
    .contact-c .contact-c-l .fff {
        font-size: 26px;
        padding-bottom: 35px;
        width: 100%;
    }
    .contact-c .contact-c-l h2 {
        font-size: 30px;
    }
}