.contact-window-container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.contact-container {
    width: 1060px;
    padding-bottom: 100px;
    position: relative;
}
.contact-container .float-box-1 {
    position: absolute;
    display: inline-block;
    top: 0;
    width: 139px;
    height: 113px;
    background-color: rgba(249,209,98,1);
    right: 270px;
    z-index: -1;

}
.contact-container .float-box-2 {
    position: absolute;
    display: inline-block;
    width: 250px;
    height: 85px;
    background-color: rgba(216,55,65,1);
    right: 0px;
    bottom: 0px;
    z-index: -1;

}

.contact-title {
    margin-top: 112px;
    height: 53px;
    line-height: 50px;
    color: rgba(0,0,0,1);
    font-size: 36px;
    text-align: justify;
    font-family: SourceHanSansSC-bold;
    font-weight: bold;
    position: relative;
}
.contact-title:before {
    left: -32px;
    position: absolute;
    content: '';
    width: 20px;
    height: 50px;
    background-color: rgba(37,73,153,1);

}
.contact-list-item:first-child {
    margin-top: 25px;
}
.contact-list-item {
    display: flex;
    margin-bottom: 10px;
}
.contact-list-item img {
    width: 24px;
    height: 24px;
}
.contact-list-item p {
    margin-left: 10px;
    height: 24px;
    line-height: 23px;
    color: rgba(19,67,165,1);
    font-size: 16px;
    text-align: justify;
    font-family: SourceHanSansSC-regular;
}
