.contactPageBanner{
	height: 460px;
	background: url('../img/banner/banner-contact.webp') no-repeat top center;
	background-size: cover;
}


.contactContBox .baseTitBox .boxTit h2{
    color: #333;
}


.contactContBox .contactNumBox{
    margin-top: 72px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.contactContBox .contactNumBox .contactItem{
    text-align: center;
}
.contactContBox .contactNumBox .contactItem i{
    font-size: 36px;
    font-weight: #666;
}
.contactContBox .contactNumBox .contactItem p{
    margin-top: 24px;
    font-weight: bold;
    font-size: 18px;
}
.contactContBox .contactNumBox .contactItem:nth-child(1) p {
	color: #FF0000;
}

#container{
    width: 100%;
    height: 600px;
}
.contactUsMap{
    padding-bottom: 80px;
}

