/*关于页面英文版样式*/
/*全局英文断词处理*/
.main .introduce_box,
.main .honor_box,
.main .development_path {
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}

/*标题样式*/
.main .introduce_box .title_zh {
    font-size: 22px !important;
}

.main .introduce_box .title_en {
    font-size: 12px !important;
}

/*介绍文本样式*/
.main .introduce_box .introduce {
    font-size: 13px !important;
    line-height: 24px !important;
    width: 900px !important;
    left: 50px !important;
    word-break: keep-all;
    word-wrap: break-word;
}

.main .introduce_box .introduce span {
    font-size: 20px !important;
}

/*发展历程样式*/
.main .development_path{
    width: 1300px;
    height: 500px;
    margin: auto;
    position: absolute;
    top: 354px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 7;
}

.main .development_path .title_zh {
    font-size: 22px !important;
}

.main .development_path .title_en {
    font-size: 12px !important;
}

.main .development_path .licheng-content .date {
    font-size: 13px !important;
}

.main .development_path .licheng-content .right-text p {
    font-size: 11px !important;
    line-height: 18px !important;
    word-break: keep-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}



/*投资方介绍样式*/
.main .investor_box {
    word-break: break-all;
    word-wrap: break-word;
}

.main .investor_box .title_zh {
    font-size: 22px !important;
}

.main .investor_box .title_en {
    font-size: 12px !important;
}

.main .investor_box .introduce {
    font-size: 12px !important;
    line-height: 22px !important;
    word-break: break-all;
    word-wrap: break-word;
}

/*响应式调整*/
@media screen and (max-width: 1200px) {
    .main .development_path {
        width: 100% !important;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .main .honor_box {
        width: 100% !important;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .main .honor_box .content_box {
        width: 100% !important;
        flex-direction: column;
        align-items: center;
    }
    
    .main .honor_box .content_box .list_box {
        width: 100% !important;
        padding-left: 0 !important;
        margin-top: 20px;
    }
    
    .main .introduce_box .introduce {
        width: 100% !important;
        left: 0 !important;
        padding: 0 20px;
        box-sizing: border-box;
    }
}
.about-main2 .licheng-content ul li.item1 .lc-right{bottom: 48px;}
.about-main2 .licheng-content ul li.item2 a{top: 233px;}
.about-main2 .licheng-content ul li.item2 .lc-right{top: 121px;}