.about-slogan span {
    border-top: 0.15em solid #22c1ff;
    color: #c2c2c2;
}

.about-slogan div {
    color: #686868;
    letter-spacing: 0.1rem;
}

.info-right {
    background: url("../img/about-info-bg.jpg") no-repeat right top;
    color: #515153;
}

.create-time {
    border-bottom: 2px solid #515153;
}

.info-right>.row {
    background: #d7d8dc;
}

.about-chairman-word .col-md-6 h4 span {
    /* font-size: 3rem; */
    font-family: fantasy;
    line-height: 3rem;
}

.about-chairman-word .col-md-6 p>span {
    border-top: 1px solid #999999;
    line-height: 3rem;
    display: inline-block;
}

.honor {
    position: relative;
}

.honor .honor-bg {
    position: absolute;
    bottom: 16px;
	width:100%;
}

.honor .honor-bg img {
    width: 100%;
    max-width: 1568px;
}

.history {
    background: url("../img/history-bg.png") no-repeat center;
}

.history-item .col-md-3 div:nth-child(1) {
    display: inline-block;
    width: 100%;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    padding-bottom: 100%;
    position: relative;
    float: left;
}

.history-item .col-md-3 div:nth-child(1) span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2rem;
    margin-top: -1rem;
}

.history-item .col-md-3 div:nth-child(2) {
    width: 50%;
    border-right: 1px solid #fff;
    height: 230px;
    float: left;
}

.history-item .col-md-3 div:nth-child(3){
    float: left;
    width: 100%;
}

.history-item .col-md-9 p {
    word-break: break-all;
    white-space: pre-line;
}