/*---- 地图表单 ----*/
.map-wrap {
    display: flex;
    justify-content: space-between;
    height: 496px;
    margin-top: 50px;
}

.map-box {
    width: 1200px;
    height: 496px;
}

/* 地图表单 */
.form-box {
    width: 318px;
    padding: 0 30px 40px;
    background: #fff;
    border: 1px solid #D8DCE1;
}

.banner-form-title {
    margin-top: 40px;
    color: #0E1011;
    font-size: 28px;
    font-weight: bold;
}

.banner-form-text {
    margin: 14px 0 9px;
    color: #25292D;
    font-size: 18px;
    line-height: 29px;
}

.banner-form-box {
    margin-top: 4px;
}

.banner-form-item {
    margin-bottom: 10px;
}

.banner-form-label {
    margin-bottom: 5px;
    color: #E61D31;
    font-size: 18px;
}

.banner-form-input {
    width: 290px;
    height: 55px;
    padding: 0 15px;
    border: none;
    background: #F4F7FB;
    color: #25292D;
    font-size: 18px;
}

.banner-form-submit button {
    width: 320px;
    height: 55px;
    margin-top: 10px;
    background: #ED1631;
    font-size: 18px;
    box-shadow: 0 3px 10px rgba(215, 19, 46, .3);
}

.layui-btn .icon-tijiao {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.layui-btn:hover {
    opacity: 1;
}

/*---- 新加坡分公司(Singapore Branch) ----*/
.branch-wrap {
    overflow: hidden;
}

.branch-title {
    margin: 50px 0 30px;
    color: #0E1011;
    font-size: 26px;
    font-weight: bold;
}
.branch-p{
    font-size: 18px;
    margin-bottom: 30px;
}
.branch-title-red {
    color: #E61D31;
}

.branch-info {
    display: flex;
}

.branch-info-item {
    flex-shrink: 1;
    width: 48%;
    height: 240px;
    margin-right: 40px;
    border: 1px solid #D8DCE1;
    text-align: center;
	
}

.branch-info-item:last-child {
    margin: 0;
}

.branch-item-icon {
    margin-top: 35px;
	
}
.branch-item-icon img{
	transition: transform 0.5s ease, all 0.5s ease;
}
.branch-item-icon:hover img{
	transform: scale(1.2);
	transform-origin: center;
}
.branch-item-icon .iconfont {
    color: #EC1F33;
    font-size: 52px;
    text-align: center;
}

.item-icon-subtitle {
    margin-top: 17px;
    color: #0E1011;
    font-size: 20px;
    font-weight: bold;
}

.item-icon-content {
    width: 289px;
    margin: 15px auto 0;
    color: #585F67;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
}

/*---- 其他分公司(Other Branches) ----*/
.other-branches {
    overflow: hidden;
}

.other-branches-info {
    width: 1280px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.branches-info-item {
    flex-shrink: 0;
    width: 518px;
    height: 234px;
    margin: 0 40px 30px 0;
    padding: 0 30px;
    border: 1px solid #D8DCE1;
}

.branches-item-title {
    margin: 28px 0 22px;
    color: #0E1011;
    font-size: 22px;
    font-weight: bold;
}

.other-branches-details {
    display: flex;
    margin-bottom: 10px;
    color: #585F67;
    font-size: 16px;
    line-height: 29px;
}

.other-branches-details .iconfont {
    flex-shrink: 0;
    color: #EC1F33;
    font-size: 20px;
    margin-right: 11px;
}
