.contacts{ 
    height: 150px;
    margin: 0 auto 50px;
    background: #fff;
    -webkit-box-shadow: 2px 1px 17px 0 rgba(76, 76, 76, .2);
    box-shadow: 2px 1px 17px rgba(76, 76, 76, .2);
    position: relative;
    left: 0;
    top: 0px;
    z-index: 2;
    color: #333;
    padding: 30px 40px;
    box-sizing: border-box;}


.bottom-box-top{
	display: flex;
    align-items: center;
}
.bottom-box-top h3{font-size: 28px;font-family: MicrosoftYaHei;font-weight: bold;}
.bottom-box-top p{
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333;
    font-weight: 700;
}

.bottom-box-bottom{
	 width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-box-bottom p{
    color: #333;
    padding-right: 20px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
}
.bottom-box-bottom .img{
    flex: 1;
    width: 100%;
    height: 1px;
	border-top: 1px dashed #ddd;
}

.bottom-box-bottom .el-image{
    padding-left: 20px;
}




@media screen and (max-width: 769px) {
 
	.contacts{padding: 20px 10px;}
	.bottom-box-top h3{font-size: 22px;}
	.bottom-box-bottom p{font-size: 16px;}
	.bottom-box-bottom .el-image {padding-left: 5px;}
	.bottom-box-bottom p{padding-right: 5px;}
	.bottom-box-bottom svg{width: 35px;height: 35px;}
	.bottom-box-bottom{margin-top: 5px;}
	
	
	
}



















