/* 办公地点 */
a,
.transition,
.about-4 .list li,
.about-4 .list li .name,
.about-4 .list li .layer {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.flex,
.about-4 .list ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.flexColumn,
.about-4 .list li {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.itemsCenter,
.about-4 .list li {
    align-items: center;
    -webkit-align-items: center;
}

.justifyCenter,
.about-4 .list li {
    justify-content: center;
    -webkit-justify-content: center;
}

.about-4 {
    overflow: hidden;
    position: relative;
}

.about-4 .about4-title {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 80px;
    z-index: 5;
}

.about-4 .about4-title .about4-title-zh {
    font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
    font-weight: normal;
    font-size: 36px;
    color: #FFFFFF;
    font-weight: bold;
}

.about-4 .about4-title .about4-title-en {
    font-family: ArialMT;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
    font-weight: bold;

}



.about-4 h2 {
    font-size: .46rem;
    padding: .7rem 0 .5rem;
}

.about-4 .list {
    min-height: 6.47rem;
    position: relative;
}

.about-4 .list .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat;
    background-size: cover;
    opacity: 0;
}

.about-4 .list .bg.show {
    opacity: 1;
}

.about-4 .list ul {
    position: relative;
    z-index: 11;
}

.about-4 .list li {
    height: 6.47rem;
    width: 20%;
    border-right: rgba(255, 255, 255, 0.5) solid 1px;
    color: #fff;
    font-size: .18rem;
    line-height: .26rem;
    position: relative;
}

.about-4 .list li .name {
    width: 4em;
    position: relative;
    top: 0;
    text-align: center;
    font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 44px;
}

.about-4 .list li .layer {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-width: 3rem;
    padding: 0 .5rem;
    opacity: 0;
}

.about-4 .list li .layer h3 {
    font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 44px;
}

.about-4 .list li .layer p {
    font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 44px;
}

.about-4 .list li:last-child {
    border: 0;
}

.about-4 .list li.on {
    width: 30%;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.about-4 .list li.on .name {
    opacity: 0;
}

.about-4 .list li.on .layer {
    opacity: 1;
}

/* 创新结果 */
#chuangxinchengguo {
    background: url('../images/202601/about/chuangxinchengguo_bg.png');
    padding: 100px;
    padding-bottom: 59px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#chuangxinchengguo .chuangxinchengguo-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
        width: 1400px;
    margin: 0 auto;
}

#chuangxinchengguo .foundercontent {
    width: 100%;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 20;
}

#chuangxinchengguo .foundercontent .saying {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

#chuangxinchengguo .foundercontent .sayingtitle {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
   font-family: 'SourceHanSansCN-Bold';
}

#chuangxinchengguo .foundercontent .saying .icon {
    width: 28px;
    margin-right: 28px;
}

#chuangxinchengguo .foundercontent .sayingdesc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 4px;
     font-family: 'SourceHanSansCN-Regular';
}

#chuangxinchengguo .foundercontent .desc {
    /* padding-top: 10px; */
    font-size: 36px;
    color: #ffffff;
        font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
    font-weight: 600;
}

#chuangxinchengguo .foundercontent .desc-en {
    padding-top: 10px;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 80px;
    font-weight: bold;
}

#chuangxinchengguo .StrategicValue {
    width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
}

#chuangxinchengguo .StrategicValue .valuebox {
    display: flex;
    justify-content: space-between;
}

#chuangxinchengguo .StrategicValue .value-item {
    flex: 0 0 21%;
    text-align: center;
    background: #ffffff;
    color: #0540D4;
    opacity: 0.9;
    transition: all 0.3s ease;
    position: relative;
    padding: 20px 30px 30px;
    height: 150px;
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
}

#chuangxinchengguo .StrategicValue .value-item .value-item-desc {
    display: none;
    width: 75%;
    word-break: break-all;
    font-size: 14px;
    line-height: 21px;
}

#chuangxinchengguo .StrategicValue .value-item img:nth-child(1) {
    display: none;
}

#chuangxinchengguo .StrategicValue .value-item img:nth-child(2) {
    display: inline-block;
    height: 69px;
}


#chuangxinchengguo .StrategicValue .value-item:hover {
    flex: 0 0 483px;
    text-align: left;
    background: #0540D4;
    color: #fff;
    opacity: 0.9;
}

#chuangxinchengguo .StrategicValue .value-item:hover img:nth-child(1) {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#chuangxinchengguo .StrategicValue .value-item:hover img:nth-child(2) {
    display: none;
}


#chuangxinchengguo .StrategicValue .value-item .value-item-title {
    font-size: 16px;
    line-height: 3;
}

#chuangxinchengguo .StrategicValue .value-item:hover .value-item-desc {
    display: block;
    color: #ffffff;
}


/* 生态伙伴 */
/* 生态伙伴 */
#coperation {
    position: relative;
    background: url("../images/202601/home/partner.png");
    background-position: 0 -8px;
    background-size: 100% 100%;
    padding-bottom: 3%;
}

#coperation .p4 {
    position: relative;
    /* background: #FFFFFF; */
}

#coperation .CooperationWrapper {
    overflow: hidden;
}

#coperation .CooperationWrapper2 {
    overflow: hidden;
}

#coperation .p4-text1 {
    color: #000;
    padding-top: 5%;
    font-size: 36px;
    color: #323232;
    line-height: 22px;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
}

#coperation .p4-text2 {
    font-size: 20px;
    color: #323232;
    font-family: ArialMT;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#coperation .p4-2 {
    position: relative;
    /* background: #FFFFFF; */
    /* display: flex;
    flex-wrap: no-wrap;
    overflow-y: auto; */
    width: 99%;
    /* justify-content: flex-start; */
    margin: auto;

    /* margin-top: 2%;
    margin-bottom: 10px; */
}

#coperation .p4-2 .p4-21 {
    width: 150px;
    height: 150px;
    display: flex;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    margin-bottom: 1%;
    margin-right: 0.5%;
}

#coperation .p4-2 .p4-21 img {
    width: 100%;
    object-fit: scale-down;
}

#coperation .p4-2 .p4-21:hover {
    box-shadow: 2px 2px 5px 1px #cae2f9;
    border-color: #cae2f9;
}

#coperation .p4-2-2 {
    position: relative;
    /* background: #FFFFFF; */
    /* display: flex;
    flex-wrap: wrap; */
    width: 99%;
    /* justify-content: flex-end; */
    margin: auto;

}

#coperation .CooperationWrapper2 {
    transform: scaleX(-1);
}



#coperation .p4-2-2 .p4-21 {
    width: 150px;
    height: 150px;
    display: flex;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    margin-bottom: 1%;
    margin-right: 0.5%;
    transform: scaleX(-1);
}

#coperation .p4-2-2 .p4-21 img {
    width: 100%;
    object-fit: scale-down;
}

#coperation .p4-2-2 .p4-21:hover {
    box-shadow: 2px 2px 5px 1px #cae2f9;
    border-color: #cae2f9;
}