.banner {
    height: 362px;
}

.banner-image {
    width: 100%;
    height: 100%;
}

.about {
    padding-bottom: 60px;
    background: #F1F5FE;
}

.contact {
    background: #ffffff;
    padding-bottom: 70px;
}

.contact-list {
    width: 1200px;
    height: 180px;
    border: 1px solid #F1F5FE;
    display: flex;
}

.contact-list li.contact-item {
    width: 600px;
    height: 100%;
    border-right: 1px solid #F1F5FE;
    box-sizing: border-box;
    padding: 50px 0 54px 80px;
    display: flex;
}

.contact-list li:nth-child(2) {
    border-right: none;
}

.contact-list li.contact-item .item-icon {
    width: 76px;
    height: 76px;
    margin-right: 24px;
}

.contact-list li.contact-item .item-hotLine::after {
    content: ""
}

.contact-list li.contact-item .item-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.contact-list li.contact-item .item-box .item-hotLine {
    font-family: 'GOTHICB';
    font-size: 36px;
    color: #0FBFFD;
}

.contact-list li.contact-item .item-box .item-address {
    color: #135AFF;
    margin-top: 14px;
    font-weight: bold;
}