/* 品牌介绍 */
.brandIntroduction-module{
    background: #ffffff;
    /*padding: 75px 0 120px;*/
}
.brandIntroduction-module .module-body{
    margin-top: 20px;
    text-align: center;
}
.brandIntroduction-module .module-body .description{
    width: 923px;
    font-size: 16px;
    font-weight: 300;
    color: #35353F;
    line-height: 30px;
    margin: 0 auto 40px;

    text-align: left;
}
.brandIntroduction-module .module-body video,
.brandIntroduction-module .module-body img{
    margin: 0 auto;
    border-radius: 12px;
    width: 860px;
}
@media screen and (max-width: 767px) {
    .brandIntroduction-module .module-body .description{
        width: 100%;
        font-size: 0.2rem;
        line-height: 1.6;
        margin: 0 auto 0.4rem;
    }
    .brandIntroduction-module .module-body video,
    .brandIntroduction-module .module-body img{
        margin: 0 auto;
        border-radius: 0.15rem;
        width: 100%;
    }
}
/* 重要历程 */
.importantHistory-module{
    background: linear-gradient(180deg, #DBEDFE 10%, #F9FCFF 100%);
    position: relative;
}
.importantHistory-module .module-title{
    margin: 0 auto;
    width: fit-content;
    font-weight: 300;
    color: #215BC0;
    background: linear-gradient(90deg, #4B68E3 100%, #209FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.importantHistory-module .container .softness{
    border-radius: 12px;
    padding: 65px 100px;
    background: linear-gradient(180deg, #FFFFFF 10%, #F0F8FF 100%);
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.importantHistory-module .container .softness .item{
    display: block;
    width: calc((100% - 60px) /3);
    border-radius: 12px;
    padding: 0 0 0 80px;
    box-sizing: border-box;
    margin: 10px;
    position: relative;
    overflow: hidden;
}
.importantHistory-module .container .softness .item .icon{
    width: 70px;
    height: 70px;
    position: absolute;
    top:0px;
    left:0;
}
.importantHistory-module .container .softness .item .icon img{
    width: 68px;
}
.importantHistory-module .container .softness .item .nums{
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #3B72FF;
    line-height: 48px;
}
.importantHistory-module .container .softness .item .nums span{
    font-size: 48px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #3B72FF;
    line-height: 48px;
}
.importantHistory-module .container .softness .item .description{
    font-size: 14px;
    font-weight: 400;
    color: #35353F;
    line-height: 22px;
}
.importantHistory-module .container .timeline{
    width: 100%;
    height: 4px;
    background: linear-gradient(-90deg, rgba(76, 78, 224, 0.10) 16%, rgba(60, 114, 255, 1) 70%, rgba(32, 208, 255, 0.10) 100%);
    margin-top: 58px;
}
.importantHistory-module .container .list{
    border-radius: 12px;
    padding: 38px 0;
    margin: 0 -45px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.importantHistory-module .container .list .item{
    display: block;
    width: calc((100% - 270px) /3);
    border-radius: 12px;
    box-sizing: border-box;
    margin:0 45px;
    position: relative;
    border:4px solid #FFFFFF;
    padding: 23px 20px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(243, 249, 255, 1) 100%);
    position: relative;
}
.importantHistory-module .container .list .item:hover{
    background: url(../image/partnerType_bg.png) no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 0px 4px 20px 0px rgba(196,236,253,0.53);
}
.importantHistory-module .container .list .item .dot{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 4px solid #FFFFFF;
    background: #3B72FF;
    position: absolute;
    left: 150px;
    top: -58px
}
.importantHistory-module .container .list .item .year{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    text-align: center;
}
.importantHistory-module .container .list .item ul li{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}

/* 技术创新 */
.technologicalInnovation-module .list{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.technologicalInnovation-module .list .item{
    width: calc((100% - 60px) /3);
    background: linear-gradient(142deg, #F6F8FF 0%, #FFFFFF 100%);
    border-radius: 12px;
    margin: 0 10px;
    padding: 8px 8px 30px 8px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;

}
.technologicalInnovation-module .list .item:hover{
    /*background: linear-gradient(135deg, #DCF7FF 0%, #FEFDFD 66%, #FEFDFD 77%, #DCE8FF 100%)*/
    box-shadow: 0px 12px 20px 0px rgba(172, 172, 172, 0.25);
}
.technologicalInnovation-module .list .item .imgTitle{
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 28px;
    font-weight: bold;
    color: #2D4789;
    line-height: 190px;
    width: 100%;
    text-align: center;
}
.technologicalInnovation-module .list .item img{
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.technologicalInnovation-module .list .item .title{
    padding: 0px 30px;
    font-size: 24px;
    font-weight: 500;
    color: #2D3849;
    line-height: 28px;

    margin-top: 25px;
}
.technologicalInnovation-module .list .item .description{
    height: 66px;
    font-size: 14px;
    font-weight: 400;
    color: #5A6779;
    line-height: 22px;
    padding: 0 30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    margin-top: 9px;
}
@media screen and (max-width: 767px) {
    .technologicalInnovation-module .list{
        margin: -0.1rem 0;
    }
    .technologicalInnovation-module .list .item{
        width: 100%;
        border-radius: 0.15rem;
        margin: 0.1rem 0;
        padding: 0.1rem 0.1rem 0.3rem;
    }
    .technologicalInnovation-module .list .item img{
        width: 100%;
        height: 2rem;
    }
    .technologicalInnovation-module .list .item .title{
        padding: 0 0.3rem;
        font-size: 0.28rem;
        font-weight: 500;
        line-height: 1.6;

        margin-top: 0.25rem;
    }
    .technologicalInnovation-module .list .item .description{
        height: fit-content;
        font-size: 0.2em;
        line-height: 1.6;
        padding: 0 0.3rem;

        margin-top: 0.1rem;
    }
}

/*资质与荣誉*/
.honors-module .module-body{
    /*margin-top: 30px;*/
}
.honors-module .subtitle{
    height: 45px;

    background: linear-gradient(90deg, rgba(236,241,255,0) 0%, #F3F8FF 50%, rgba(236,241,255,0) 100%);

    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
    text-align: center;
}
.honors-module .block{
    margin-bottom: 50px;
}
.honors-module .block:last-child{
    margin-bottom: unset;
}
.honors-module .list{
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px -10px;
}
.honors-module .list .item{
    width: calc((100% - 60px) /3);
    height: 240px;
    background: #F8F9FB;

    border-radius: 12px;
    margin: 10px;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}
.honors-module .list .item .title{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    text-align: center;

    margin-top: 30px;
}
.honors-module .list .item img{
    display: block;
    width: 100%;
    height: 90px;
    object-fit: contain;
}


.honors-module.gary .item{
    background: #FFFFFF;
}
.honors-module.gary .subtitle{
    background: linear-gradient(90deg, rgba(236,241,255,0) 0%, #E8EAF2 50%, rgba(236,241,255,0) 100%);
}

@media screen and (max-width: 767px) {
    .honors-module .subtitle{
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.28rem;
    }
    .honors-module .block{
        margin-bottom: 0.5rem;
    }
    .honors-module .list{
        margin: 0.2rem -0.1rem 0;
    }
    .honors-module .list .item{
        width: calc((100% - 0.4rem)/2);
        height: unset;
        margin: 0.1rem;
        padding: 0.2rem;
    }
    .honors-module .list .item .title{
        font-size: 0.18rem;
        margin-top: 0.2rem;
        line-height: 1.6;
    }
    .honors-module .list .item img{
        height: 1.5rem;
    }
}



