.is-display {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-around {
    justify-content: space-around;
}
.hide {
    display: none;
}
.img {
    width: 100%
}
.all-height {
    height: 100%;
}
.all-width {
    width: 100%;
}
.over-hide span, .over-hide {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.address{
    display: flex;
    align-items: center;
    padding: 1.5rem 0;
}
.address>img:first-child{
    width: 0.833rem;
    margin: 0 0.5rem;
}
.address a+img{
    width: 0.3645rem;
    margin: 0 0.5rem;
}
.right_icon{
    width: 0.3645rem;
    margin: 0 0.5rem;
}
.address a{
    cursor: pointer;
    color: #8692A1;
    margin-right: 1%;
}
.address>span{
    color: #0C7D36;
}
.company-detail-content{
    padding: 4rem 0 0 0;
    text-align: center;
    line-height: 2;
}
.company-detail-content>div:last-child{
    color: #ffffffb0;
    text-align: justify;
}
.company-detail-title{
    min-height: 3rem;
}
.company-detail-title>div:first-child{
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFF;
}
.detail-content > div {
    width: 1200px;
    margin: auto;
}
.company-content > div {
    width: 100%;
}
.first {
    /* margin-top: 2%; */
}
.first > div {
    width: 49%
}
.first .left-title {
    font-size: var(--font-size-09);
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    color: #3b3c3e;
    letter-spacing: 2.5px;
    line-height: 5rem;
}
.first .left-cor {
    border-bottom: 2.5px solid #00873B;
}
.first .left-title > div:last-child {
    color: #00873B;
    border-bottom: 2.5px solid #D7E0E7;
    width: 87%;
}
.first .content {
    font-size: var(--font-size-01);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.36px;
    line-height: 2rem;
    margin-top: 4%;
}
.first .content span {
    color: #5e6e82 !important;
}
.first .first-right {
    width: 49%;
    margin-top: 3%;
}
.second > a {
    width: 17%;
    align-items: center;
    padding: 1%;
}
.second {
    height: 5.8rem;
    margin-top: 4%;
}
.second .color-block {
    background: url("/assets/web/model/company/img/color-block.png") no-repeat;
    background-size: 100%;
}
.second .title {
    width: 75%;
    font-size: var(--font-size-01);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #3b3c3e;
    letter-spacing: 0.36px;
}
.second .img {
    width: 25%;
}
.third > .title {
    font-size: var(--font-size-09);
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    color: #3b3c3e;
    letter-spacing: 0.72px;
    text-align: center;
    margin-top: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem;
}
.third .img-box {
    margin-top: 3%;
    justify-content: space-between;
}
.four {
    margin-top: 4%;
}
.four > div {
    padding: 3%;
}
.four .left-box {
    width: 82%;
}
.four .left-box .title {
    width: 15%;
}
.four .left-box .content-box {
    flex-wrap: wrap;
}
.four .left-box .content-box .content-item {
    width: 32%;
    margin-right: 1%;
    margin-top: 4%;
}
.four .left-box .content-box .content-item .img {
    width: 7%;
}
.four .left-box .content-box .content-item .child-title {
    width: 90%;
    font-size: var(--font-size-01);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #3b3c3e;
    letter-spacing: 0.36px;
}
.four .right-box {
    width: 18%;
}
.img-item>div {
    position: relative;
    font-size: var(--font-size-01);
    color: #ffffff;
    padding: 0 4%;
    top: -23%;
}

.third .img-item {
    width: 32.5%;
}
