.contact {

}
.contact-content {
   
}
.contact-top {
    padding: 135px 0 60px;
}
.contact-top-title {
    font-family: 'Montserrat-SemiBold';
    font-size: 60px;
    line-height: 70px;
    color: #000;
    text-align: center;
}

.contact-cont {
    padding: 1.2rem 0 0;
    background-color: #fff;
}
.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 2rem;
}
.contact-info-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    padding: .8rem .3rem;
}
.contact-info-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 17.30769230769231%;
    width: 1px;
    height: 61.53846153846154%;
    background-color: #e5e5e5;
}
.contact-info-item:last-child::after {
    display: none;
}
.contact-info-item>img {
    margin-bottom: .9rem;
}
.contact-info-label {
    margin-bottom: .3rem;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
.contact-info-cont {
    font-family: 'Montserrat-Light';
    font-size: 16px;
    line-height: 20px;
    color: #868686;
    text-align: center;
}
.ewms {
    padding: 2.6rem 0 2.1rem;
    background-color: #f9f9f9;
}
.ewms-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;  
}
.ewms-item {
    width: 32.89473684210526%;
    margin-bottom: .4rem;
}
.ewms-item img {
    display: block;
    margin: 0 auto .2rem;
}
.ewms-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat-Light';
    font-size: 16px;
    line-height: 30px;
    color: #6f6f6f;
}

.yinhang{	max-width:1200px; 	margin:0 auto; margin-top: 50px; margin-bottom:50px;  }
.yinhang p{ line-height:30px; font-size:16px;  }
.map-wrap {
    height: 20rem;
    min-height: 300px;
}
.map {
    width: 100%;
    height: 100%;
}
@media (max-width: 768px){
    .contact-info {
        flex-wrap: wrap;
    }
    .contact-info-item {
        width: 100%;
    }
    .contact-info-item::after {
       display: none;
    }
	.yinhang{ padding-left:10px; padding-right:10px;}
}