.about-context1{
    padding: 20px 40px;
    margin-bottom: 65px;
}
.about-count{
    margin-bottom: 60px;
}
.about-business-info{
    padding-bottom: 20px;
}
.about-border-btm{
    border-bottom: solid 1px var(--graya6);
}
.about-business-item,
.series-item{
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
}
.about-business-item:nth-child(even),
.series-item:nth-child(even){
    margin-right: 0;
}
.about-business-item .img-view{
    width: 100%;
    aspect-ratio: 480 / 220;
    position: relative;
}
.about-business-btn {
    height: 54px;
    width: 100%;
    background-color: var(--hight-blue);
    color: var(--orange);
    font-size: var(--size24);
}
.about-business-btn .svg{
    width: 24px;
    fill: currentColor;
    margin-left: 10px;
}
.about-business-item .img-view .cover {
    background-image: url(/Content/img/competences-hover1.png);
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    transition: all .3s ease;
}
.about-business-item .img-view:hover .cover {
    height: 100%;
}
.about-desc {
    font-size: var(--size18);
    color: #333;
    line-height: 36px;
    padding: 15px 0 50px 0;
}

.about-title-view{
    height: 60px;
    padding: 0 20px;
    background-color: var(--hight-blue);
    margin-top: 80px;
    margin-bottom: 60px;
}
.about-title-view .name{
    color: var(--orange);
    font-size: 30px;
    line-height: 40px;
}
.about-title-view .desc{
    font-size: var(--size16);
    color: var(--graya6);
    line-height: 36px;
}
.series-item .img-view{
    width: 100%;
    aspect-ratio: 480 / 208;
    overflow: hidden;
}
.series-item .img-view:hover img {
    transform: scale(1.1);
}
.series-item .img-view img {
    transition: all .3s ease;
}
.series-item .info{
    padding: 0 20px 15px 20px;
    background-color: white;
    border: solid 1px var(--grayc8);
    border-top: none;
}
.series-item .title{
    font-size: var(--size24);
    line-height: 36px;
    color: var(--hight-blue);
    padding: 10px 0 5px 0;
}
.series-item .desc{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
    color: #333;
}

.development-info{
    padding: 40px;
    background-color: white;
}
.development-info .hard-title-view {
    border-bottom: solid 2px var(--hight-blue);
    padding-bottom: 0;
}
.development-info .desc{
    font-size: var(--size18);
    line-height: 36px;
    color: var(--hight-blue);
    padding: 30px 0;
}
.development-info .cover{
    padding: 15px 0;
}
.development-info .cover img{
    width: 100%;
}
.development-cover2{
    position: relative;
    margin-bottom: 40px;
}
.development-cover2::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(27,40,63,1), transparent 40%);
}
.development-cover2 .cover{
    width: 100%;
    min-height: 200px;
}
.development-cover2 .info{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 40px;
}
.development-cover2 .logo2{
    margin: 35px 0;
}
.development-cover2 .desc{
    font-size: var(--size20);
    color: var(--white);
    line-height: 36px;
}
.development-list{
    padding: 20px 0;
}
.development-item{
    width: calc((100% - 24px)/3);
    margin-right: 12px;
    border: solid 1px var(--grayc9);
}
.development-item:last-child{
    margin-right: 0;
}
.development-item .img-view{
    width: 100%;
    aspect-ratio: 316 / 300;
}
.development-item .name{
    text-align: center;
    font-size: var(--size20);
    line-height: 30px;
    padding: 15px 0;
    color: var(--hight-blue);
    background-color: #ededed;
    border-top: solid 1px var(--grayc9);
}

.partner-content{
    background-color: white;
    padding: 0 40px;
}
.partner-item{
    border-bottom: solid 2px var(--hight-blue);
    padding: 60px 0;
}
.partner-item:last-child{
    border-bottom: none;
}
.partner-logo{
    width: 32%;
    max-width: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-logo img{
    max-width: 80%;
}
.partner-info{
    width: 0;
    flex:1;
    min-height: 165px;
    border-left: solid 1px var(--graye5);
    padding-right: 20px;
    padding-left: 60px;
    box-sizing: border-box;
}
.partner-name{
    font-size: var(--size24);
    color: var(--hight-blue);
    line-height: 36px;
    padding: 10px 0;
}
.partner-desc{
    font-size: var(--size18);
    color: #333;
    line-height: 32px;
}

.vision-item{
    position: relative;
    padding: 35px 76px;
    margin-bottom: 60px;
}
.vision-item .logo{
    position: absolute;
    top: 35px;
    left: 22px;
    width: 54px;
    height: 50px;
    display: flex;
    align-items: center;
}
.vision-item .title{
    font-size: var(--size24);
    color: var(--hight-blue);
    line-height: 36px;
    padding: 7px 0;
    border-bottom: solid 2px var(--hight-blue);
}
.vision-item .desc{
    font-size: var(--size18);
    line-height: 32px;
    min-height: 150px;
    padding: 20px 0;
    color: #333;
}

/* start 人力资源 */
.resources-item{
    position: relative;
    z-index: 2;
}
.resources-info{
    padding: 20px 30px;
}
.resources-info .desc{
    padding: 20px 0;
}
.resources-info .tips{
    position: relative;
    padding-left: 24px;
}
.resources-info .tips .circle{
    position: absolute;
    left: 0;
}
.resources-describe {
    padding: 40px 55px 60px 55px;
    font-size: var(--size18);
    color: #333;
    line-height: 36px;
    background-color: #ededed;
}<!--耗时1759003846.2543秒-->