.a-tab-container.partner{
    padding-top: 90px;
}
.cooperation-cover{
    padding-bottom: 170px;
}
.cover-img{
    flex-shrink: 0;
    width:60%;
    max-width: 684px;
    aspect-ratio: 684 / 459;
    margin-top: -50px;
}
.cover-img img{
    width: 100%;
}
.cooperation-cover-info{
    background-color: #edf1f4;
    margin-top: 40px;
}
.cooperation-cover-info .context{
    flex:1;
    box-sizing: border-box;
    padding: 20px 20px 20px 90px;
}
.cooperation-cover-info .title{
    font-size: 24px;
    color: var(--black1b);
    line-height: 40px;
    padding: 20px 0 40px 0;

}
.cooperation-cover-info .desc{
    font-size: 16px;
    line-height: 30px;
    color: #313131;
}
.cooperation-banner{
    position: relative;
}
.cooperation-banner img{
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}
.cooperation-banner-content{
    position: absolute;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
}
.cooperation-banner-content .desc{
    font-size: 30px;
    color: var(--white);
    letter-spacing: 10px;
    margin-top: -7%;
}
.cooperation-banner-content .desc span{
    padding: 0 20px;
}

.superiority-container{
    padding: 60px 0;
    background-color: #edf1f4;
}
.superiority-container:last-child{
    padding-bottom: 130px;
}
.superiority-top{
    padding: 60px 0;
}
.superiority-title{
    width: 50%;
    max-width: 500px;
    height: 104px;
    border: solid 1px #bec0c2;
}
.superiority-title .name{
    font-size: 20px;
    line-height: 36px;
    color: var(--black1b);
}
.superiority-title .desc{
    font-size: 14px;
    color: var(--grayc8);
    line-height: 20px;
    padding:0;
}
.superiority-context{
    padding: 50px 0 20PX 0;
    font-size: 16px;
    line-height: 30px;
    color: #313131;
}

.superiority-content{
    position: relative;
    padding: 0 80px;
}
.superiority-swiper .swiper-slide{
    border: solid 1px #bec0c2;
}
.super-swiper-cover{
    width: 100%;
    aspect-ratio: 362 / 178;
}
.super-swiper-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.super-swiper-footer{
    padding: 20px 25px;
    background-color: var(--white);
}
.super-swiper-footer .title{
    font-size: 24px;
    color: var(--black1b);
    line-height: 40px;
    padding: 6px 0;
    border-bottom: solid 1px #c9c9c9;
}
.super-swiper-footer .desc{
    font-size: 16px;
    color: #535353;
    line-height: 30px;
    height: 60px;
    margin-top: 10px;
}
.super-btn{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}
.super-prev, .super-prev1{
    left:0;
    background: url('../images/icon/arrow-blue.png') no-repeat;
    transform: rotate(180deg);
}
.super-prev.swiper-button-disabled,
.super-next.swiper-button-disabled,
.super-prev1.swiper-button-disabled,
.super-next1.swiper-button-disabled{
    background: url('../images/icon/arrow-gray.png') no-repeat;
    opacity: 1;
}
.super-next, .super-next1{
    right:0;
    background: url('../images/icon/arrow-blue.png') no-repeat;
}

/* start 团队 */
.team-banner-cover-info{
    box-sizing: border-box;
    padding: 10px;
    background: linear-gradient(to bottom right, #0c98e0, #0b6bc4);
    margin-top: 100px;
    margin-bottom: 100px;
}
.team-banner-cover-img{
    margin-top: -7.5%;
}
.team-banner-cover-info .context{
    flex:1;
    width: 0;
    box-sizing: border-box;
    padding: 30px 0 20px 60px;
}
.team-banner-cover-info .context .title{
    font-size: 36px;
    color: var(--white);
    line-height: 60px;
    flex-direction: column;
    display: flex;
    padding-bottom: 30px;
}
.team-banner-cover-info .context .title::after{
    content: "";
    width:30px;
    height: 3px;
    background-color: var(--white);
    margin-top: 10px;
}
.team-banner-cover-info .context .desc{
    font-size: 24px;
    color: var(--white);
    line-height: 40px;
    font-weight: 200;
    padding: 5px 0;
}
.team-product-info{
    padding: 60px 0;
}
.team-product-item{
    width: calc((100% - 100px)/3);
    margin-right: 50px;
    border: solid 1px #c9c9c9;
}
.team-product-item:last-child{
    margin-right: 0;
}
.team-product-text{
    padding: 30px;
    border-bottom: solid 1px #c9c9c9;
}
.team-product-text .title{
    font-size: 24px;
    color: var(--black1b);
    line-height: 40px;
    flex-direction: column;
    display: flex;
    align-items: center;
    padding: 10px 0 15px 0;
}
.team-product-text .title::after{
    content: "";
    width:20px;
    height: 2px;
    background-color: var(--black1b);
    margin-top: 5px;
}
.team-product-text .desc{
    font-size: 14px;
    color: var(--black1b);
    line-height: 30px;
    height: 180px;
    display: -webkit-box;
	overflow:hidden;
    /*text-overflow: -o-ellipsis-lastline;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:6;
	line-clamp:6;*/
}
.team-product-cover{
    width: 100%;
    box-sizing: border-box;
    aspect-ratio: 366 / 189;
}
.team-product-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* start 案例详情 */
.caseinfo-header{
    height: 110px;
}
.case-info-container{
    padding-top: 90px;
    padding-bottom: 90px;
}
.case-info-context{
    flex:1;
    width: 0;
    padding-left: 130px;
    box-sizing: border-box;
}
.case-info-cover{
    padding-bottom: 20px;
}
.case-info-cover img{
    width: 100%;
}
.case-info-text .date{
    color:#898989;
    font-size: 16px;
    line-height: 20px;
}
.case-info-text .title{
    color:#1b1b1b;
    font-size: 24px;
    line-height: 36px;
}
.case-info-text .desc{
    font-size: 16px;
    color: #313131;
    line-height: 30px;
    padding:10px 0 30px 0;
}
.desc1 {
    font-size: 16px;
    color: #313131;
    line-height: 20px;
    padding: 10px 0 10px 0;
}
.case-info-text .desc .paragraph{
    padding: 10px 0;
}
.desc1 .paragraph1 {
    padding: 10px 0;
}
.case-context-cover-more{
    padding: 20px 0;
}
.p-c-m-img {
    width: calc((100% - (var(--length)-1)*25)/var(--length));
    aspect-ratio: 396 / 280;
    margin-right: 25px;
}

.p-c-m-img:last-child {
    margin-right: 0;
}

.p-c-m-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.join-cover{
    position: relative;
}
.join-cover img{
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}
.join-info{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 35px;
}
.join-form{
    padding: 50px;
}
.join-f-list{
    width: calc((100% - 20px)/2);
    border-radius: 2px;
    background-color: #f9f9f9;
    height: 70px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: solid 1px #a3a3a3;
}
.join-f-list .title{
    font-size: 16px;
    letter-spacing: 5px;
    color: var(--grayc8);
}
.join-f-list .title.hide{
    display: none;
}
.join-f-list .join-f-input{
    flex:1;
    outline: none;
    border: none;
    background:none;
    height: 100%;
    font-size: 16px;
    color: var(--black1b);
}
.join-f-info{
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 20px;
    height: 250px;
    box-sizing: border-box;
    border: solid 1px #a3a3a3;
    background-color: #f9f9f9;
    border-radius: 2px;
}
.join-f-info textarea{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    resize: none;
    font-size: 16px;
    color: var(--black1b);
    line-height: 24px;
    background:none;
}
.join-f-btn .icon{
    margin-left: 10px;
}

/* start 联系我们 */
.call-us-item{
    padding-top: 20px;
}
.address-tab{
    padding: 60px 0;
}
.address-item{
    width: calc(100%/3);
    padding-top:10px;
    font-size: 20px;
    line-height: 30px;
    color: var(--black1b);
}
.address-title{
    padding-top:10px;
}
.map-container{
    padding-top: 60px;
}
.map-content{
    height: 600px;
    width: 100%;
}
.call-msg-content{
    padding: 120px 0;
    background-color: #edf1f4;
}
.call-msg-info{
    padding: 60px 0;
    width: 100%;
}
.call-m-form{
    flex:1;
    width: 0;
    max-width: 820px;
}
.call-m-list{
    border: solid 1px #c9c9c9;
    border-radius: 2px;
    background-color: var(--white);
    padding: 10px 20px;
    height: 60px;
    box-sizing: border-box;
    margin-bottom: 24px;
}
.call-m-list input{
    width: 100%;
    outline: none;
    border: none;
    background:none;
    height: 100%;
    font-size: 16px;
    color: var(--black1b);
}
.call-m-list.textarea{
    height: 220px;
    margin-bottom: 0;
}
.call-m-list textarea{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    resize: none;
    font-size: 16px;
    color: var(--black1b);
    line-height: 24px;
    background:none;
}
.call-m-tips{
    font-size: 16px;
    color: #898989;
    line-height: 24px;
    padding: 10px;
}
.call-m-code{
    padding-top: 180px;
    padding-left: 40px;
}
.p-context-title {
    font-size: 24px;
    line-height: 40px;
    color: var(--black1b);
    padding-top: 30px;
    padding-bottom: 5px;
}

.p-context-desc {
    font-size: 16px;
    color: #313131;
    line-height: 36px;
}
.p-c-table-img {
    padding: 20px 0;
}

.p-c-table-img img {
    max-width: 100%;
}

.news-cus {
    padding-bottom: 28px;
    color: #00a0f0;
}
    .news-cus a {
        cursor: pointer;
        color: #00a0f0;
    }
    .news-cus a:hover {
        text-decoration: underline;
    }
.cu-item{
    margin-bottom: 40px;
}
.cu-item-l{
    margin-right: 40px;
}
.cu-item-r{
    aspect-ratio: 400 / 321;
}
.cu-item-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cu-item-name {
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 20px;
}

    .cu-item-name em {
        width: 32px;
        height: 6px;
        background-color: var(--hight-orange);
    }
    .cu-item-p{
        margin-bottom: 20px;
    }