.sub-container-content{
    width: 1200px;
    margin: auto;
}
.sub-top{
    display: flex;
    height: 128px;
    justify-content: space-between;
    align-items: center;
}
.sub-top-left{
    display: flex;
    height: 128px;
    align-items: center;
}
.sub-top-circle{
    width: 17px;
	height: 18px;
	background-color: #019a87;
}
.sub-top-title{
    font-size: 36px;
    color: #141414;
    margin-left: 15px;
}
.sub-top-category-item{
    font-size: 20px;
    cursor: pointer;
}
.sub-top-category-item-title{
    padding: 0 20px;
}
.sub-top-category-item.active{
    color: #019a87;
}
/* µ×²¿ */
.about-line{
    width: 1200px;
    height: 1px;
    background-color: #c6c4c4;
    margin-top: 50px;
}
.about-bottom{
    height: 58px;
}
.about-left-title,.about-right-title,.about-left-title a,.about-right-title a{
    font-size: 22px;
    color: #141414;
    line-height: 22px;
}

.about-left-icon,.about-right-icon{
    font-size: 22px;
    line-height: 22px;
}
.about-left .about-left-title,.about-right .about-right-icon{
    margin-left: 15px;
}