.circle-pic {
    height: 390px;
    width: 1400px;

    img {
        height: 390px;
        width: 1400px;
    }
}

.tit-line {
    background-color: #045ad2;
    margin-top: 50px;
    height: 4px;
    width: 50px;
}

.tit {
    color: #000012;
    font-size: 32px;
    line-height: 32px;
    font-family: 'sHeavy';
    margin: 20px 0 32px;
}


.box {
    display: flex;
    width: 1200px;
    margin: 0 100px;
}

.box-left {
    width: 644px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 56px;
}

.box-pic {
    height: 440px;
    width: 500px;
    padding: 50px 0 32px;
    box-sizing: border-box;

    img {
        width: 500px;
        height: 350px;
    }
}

.detail-msg {
    font-size: 16px;
    color: #353b44;
    text-align: left;
    line-height: 32px;
    text-indent: 2em;
}

.num-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.divide {
    height: 50px;
    width: 1px;
    border-left: 1px dashed #b5b7ba;
    margin: 0 80px;
}

.num {
    font-family: 'sNumber';
    font-size: 34px;
    line-height: 34px;
    color: #007cda;
}

.unit {
    font-size: 16px;
    color: #007cda;
}

.num-msg {
    font-size: 16px;
    line-height: 16px;
    color: #353b44;
}

.link {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.link-item {
    width: 600px;
    height: 378px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;

    img {
        width: 600px;
        height: 378px;
    }
}

.link-us {
    font-family: 'sHeavy';
    font-size: 28px;
    color: #000012;
    line-height: 28px;
    margin-bottom: 40px;
}

.link-label {
    font-size: 16px;
    line-height: 16px;
    color: #353b44;
    margin-bottom: 12px;
}

.link-value {
    font-family: 'sBold';
    font-size: 22px;
    line-height: 22px;
    color: #000012;
    margin-bottom: 40px;
}