.banner{
    background: url(./../img/aboutBanner.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    display: flex;
    color: #FFFFFF;
    height: 416px;
    position: relative;
}
.banner::before{
    position: absolute;
    content: '';
    inset: 0;
    background: rgba(36, 36, 36, 0.49);
    backdrop-filter: blur(12px);
}
.banner>div{
    width: 100%;
    display: flex;align-items: center;
    flex-direction: column;

}
.banner .title{
    width: 100%;
    font-size: 48px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    background: linear-gradient(104deg, #D5A971 1%, #A47052 101%), linear-gradient(104deg, #A47052 1%, #D5A971 101%), #A47052;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-top: 88px;
    position: relative;
}
.banner .title::after{
    position: absolute;
    content: '';
    top: 75px;
    left: calc(50% - 21px);
    width: 42px;
    height: 6px;
    background: linear-gradient(98deg, #A47052 1%, #D5A971 101%), #D8D8D8;
}
.detail{
    width: 100%;
    display: flex;
    justify-content: center;
}
.banner .wrap{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.01em;
    color: #333333;
    background: #FFFFFF;
    z-index: 10;
    padding: 36px;
    margin-top: 110px;
}
.contactus{
    width: 100%;
    padding: 120px 0 64px;
    display: flex;
    justify-content: center;
    background: #F6F6F6;
}
.contactus .title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0em;
    color: #333333;
    margin-bottom: 36px;
}
.contactus .content{
    display: flex;
    padding: 36px;
    background: #FFFFFF;
    gap: 76px;
}
.contactus .content #map{
    width: 564px;
    height: 348px;
    border-radius: 2px;
}
.contactus .content .list{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 0;
}
.contactus .content .list .item{
    display: flex;
}
.contactus .content .list .item>div:first-of-type{
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0em;
    color: #3D3D3D;

}
.contactus .content .list .item>div:last-of-type{
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0em;
    color: #3D3D3D;
    flex: 1;
}
#map .icon {
    background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

#map .icon-cir {
    height: 31px;
    width: 28px;
}

#map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}

.myInfoWindow {
    width: 248px;
    min-height: 50px;
}

.myInfoWindow h5 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    width: 220px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    margin: 0;
}

.myInfoWindow div {
    margin-top: 6px;
    min-height: 40px;
    line-height: 20px;
    font-size: 11px;
    color: #6f6f6f;
}
.amap-info-content{
    border-radius: 4px;
}