.banner-con{width:100%;height:300px;background:url("../../assets/img/bannerO.jpg")no-repeat center;background-size:cover;position: absolute;top:80px;left:0;}
.position{transform:translateY(72px);margin-bottom:72px;}
.position .title-container{height: 60px;background: #ECECEC;padding:0 20px;font-size: 16px;font-weight: bold;color: #481869;line-height: 57px;}
.position .title-container .title{border-bottom:3px solid #481869;width: max-content}
.position .bg-white{background:#ffffff;padding:20px 20px 0 20px;}
.position .bg-white .map{width: 100%;height:500px}
.position .bg-white .flex-list{display: flex;align-items: center;padding:46px 20px;flex-wrap: wrap;}
.position .bg-white .flex-list .flex-list-item{width:25%;text-align: center;position: relative;}
.position .bg-white .flex-list .flex-list-item::after{content: '';width:1px;background:#CCCCCC;height:36px;position: absolute;right:0px;top:28px;}
.position .bg-white .flex-list .flex-list-item:last-child::after{display: none;}
.position .bg-white .flex-list .flex-list-item .item-icon{margin-bottom:30px;width:30px;height:30px;}
.position .bg-white .flex-list .flex-list-item .bold-text{font-size: 14px;font-weight: bold;color: #333333;line-height: 24px;}
.position .bg-white .flex-list .flex-list-item .gray-text{font-size: 14px;font-weight: bold;color: #666666;line-height: 24px;}
@media (max-width:760px) {
    .position .bg-white .flex-list .flex-list-item{width:100%;margin-bottom:20px;}
    .position .bg-white .flex-list .flex-list-item::after{display: none;}
}
