.circle-pic {
    height: 390px;
    width: 1400px;

    img {
        height: 390px;
        width: 1400px;
    }
}

.company-msg {
    box-sizing: border-box;
    width: 1400px;
    /* height: 420px; */
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 100px;
    background: url(../asset/index/company-msg.png) no-repeat;
    background-size: 100% 100%;
}

.tit-line {
    background-color: #045ad2;
    margin-top: 66px;
    height: 4px;
    width: 50px;
}

.tit {
    color: #000012;
    font-size: 32px;
    line-height: 32px;
    font-family: 'sHeavy';
    margin: 20px 0 32px;
}

.detail-msg {
    text-align: left;
    width: 555px;
    font-size: 16px;
    line-height: 36px;
    color: #4A5468;
}

.see-more {
    font-size: 16px;
    line-height: 16px;
    color: #060F23;
    margin: 30px 0 66px;
    display: flex;
    align-items: center;
    cursor: pointer;

    div {
        margin-right: 14px;
    }

    img {
        width: 15px;
        height: 8px;
    }
}

.big-tit {
    font-size: 32px;
    line-height: 32px;
    font-family: 'sHeavy';
    color: #000012;
    padding: 48px 0 20px;
}

.small-tit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;

    div {
        font-size: 16px;
        line-height: 16px;
        color: #045ad2;
        margin-right: 8px;
        cursor: pointer;
    }

    img {
        height: 13px;
        width: 7px;
        cursor: pointer;
    }
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 70px;
}

.box-item {
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;

    img {
        width: 285px;
        height: 270px;
    }

    div {
        font-size: 16px;
        color: #060f23;
        line-height: 70px;
        text-align: center;
        background-color: #f2f6fc;
    }
}

.cp {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    background-color: #f2f6fc;
}

.cp-item {
    padding: 30px 25px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    background-color: #ffffff;

    img {
        width: 235px;
        height: 190px;
    }

    div {
        font-size: 16px;
        color: #060f23;
        line-height: 20px;
        text-align: center;
        margin-top: 20px;
    }
}