/* 联系我们 */
.contact {
    height: 100vh;
    /*overflow-x: hidden;*/
}
.contact-c {
    width: calc(100% - 20.7vw);
    margin-left: 20.7vw;
    /* width: calc(100% - 397px);
    margin-left: 397px; */
    height: 100vh;
    padding: 0 70px;
    box-sizing: border-box;
    padding-top: 68px;
}

/* 标题 */
.contact .goodtou {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 28px;
}

.contact .biaoti {
    background: url(../images/contact.png) no-repeat;
    height: 82px;
    width: 700px;
    overflow: hidden;
    /* margin-bottom: 65px; */

}
.contact .biaoti h3{
    font-size: 50px;
    color: #000066;
    margin-top: 18px;
    margin-left: 39px;
}


/* 地图 */
.contact #container,
.contact #container1,
.contact #container2 {
	width: 100%;
	height: 467px;
}

/* 其他 */
.contact .contact-c .ll {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.contact .contact-c .ll .l {
    width: 100%;
}
.contact .contact-c .ll .l .pp {
    display: flex;
    margin-bottom: 13px;
}
.contact .contact-c .ll .l .pp p{
    height: 51px;
    line-height: 51px;
    background-color: #eeeeee;
    width: 100%;
    color: #333333;
    font-size: 20px;
    padding-left: 19px;
    box-sizing: border-box;
}
.contact .contact-c .ll .l .pp img {
    margin-right: 3px;
}


.contact .contact-c .ll .r img{
    border: 10px solid #eeeeee;
    width: 110px;
}
.contact .contact-c .ll .r .er {
    margin-right: 10px
}
.contact .contact-c .ll .r {
    display: none;
    justify-content: space-between;
    text-align: center;
    width: 35%;
}
.contact .contact-c .ll .r .er p {
    margin: 10px 0;
    color: #333;
    font-size: 18px;
}



/* 适应1200-1400的屏幕 */
@media screen and (min-width:1200px) and (max-width:1400px) {
    .contact-c {
        padding: 0 10px;
        padding-top: 68px;
    } 
    .contact .contact-c .ll .r {
        width: 33%;
    }
    .contact .contact-c .ll .l .pp p {
        font-size: 21px;
    }


}

/* 显示滚动条 */
@media all and (min-width:1200px) and (max-width:1600px) {
    .contact {
        height: 100vh;
        /*overflow: visible;*/
    }
}


/* 手机端 */
@media all and (max-width:550px) {
    .contact {
        height: auto;
        padding-top: 90px;
    }
    .contact-c {
        width: 100%;
        flex-wrap: wrap;
        margin-left: 0;
        padding: 0 10px;
        height: auto;
    }
    .contact .biaoti h3 {
        font-size: 33px;
        color: #000066;
        margin: 0px;
    }
    .contact .biaoti {
        background: #fff;
        text-align: center;
        height: auto;
        width: 100%;
        overflow: hidden;
        margin-bottom: 0;
    }
    .contact .contact-c .ll .r {
        display: none;
    }
    .contact .contact-c .ll .l{
        width: 100%;
    }
    .contact .contact-c .ll .l .pp {
        display: flex;
        margin-bottom: 13px;
    }
    
    .contact .contact-c .ll .l .pp img {
    	object-fit: none;
    }
    
    .contact .contact-c .ll .l .pp p {
        height: auto;
        line-height: 28px;
        font-size: 16px;
    }
    
    .contact .contact-c .ll .l .pp:nth-of-type(1) {
    	background-color: #EEEEEE;
    	margin-right: 0px;
    }
    
    .contact .contact-c .ll .l .pp:nth-of-type(1) img {
    	margin-right: 0px;
    	border-right: 3px solid #FFFFFF;
    }

	.contact #container, .contact #container1, .contact #container2 {
		pointer-events: none;
	}

   
}
