.proTextBg{
    padding: .4rem 0 .5rem;
    overflow: hidden;
}
.pdBot{
    padding-bottom: 0 !important;
}
.proTextBg .hmLine{
    max-width: .7rem;
}
.proText{
    max-width: 100%;
}
.proText img{
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}
/* 产品优势 */
.proYs{
    position: relative;
}
.proYs .swiper-slide{
    height: auto;
    padding: 0 .2rem;
    border-left: 1px solid #DADADA;
    margin-left: -1px;
}
.proYs .swiper-slide:first-child{
    border-left: none;
}
.proYs .ysIco {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    max-width: 1rem;
    max-height: 1rem;
    margin: .3rem auto .2rem;
}
.proYs .ysIco img{
    max-width: 100%;
    max-height: 100%;
}
.proYs .ysText {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    max-width: 190px;
    margin: .1rem auto;
}
.proYs .ysTit{
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 5px;
    text-align: center;
}
.proYs .swiper-slide:hover .ysIco img{
    animation: flash 1s linear 1;
}
/* 应用场景 */
.proApp .swiper-slide{
    max-width: 90%;
    width: 1000px;
    margin: 0 auto;
}
.proApp .appImg {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 46%;
    overflow: hidden;
}
.proApp .appImg .imgBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.proApp .appMask {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.8));
    z-index: 1;
}
.proApp .appTit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 30px;
    padding: .15rem .3rem;
    color: #FFFFFF;
    font-weight: normal;
    z-index: 2;
}
/* 成功案例 */
.proCaseBg{
    padding: 0 !important;
}
.proCase{
    position: relative;
}
.proCase .swiper-slide {
    height: auto;
}
.proCase .caseLink {
    display: block;
    height: 100%;
    background-color: #F8F8F8;
    overflow: hidden;
}
.proCase .caseImg {
    padding-bottom: 62.27%;
}
.proCase .caseImg .imgBg{
    transition: all 1s;
}
.proCase .caseText {
    padding: .3rem;
}
.proCase .caseTit {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    font-weight: bold;
}
.proCase .caseDes {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin: .1rem 0;
}
.proCase .caseLink:hover .imgBg {
    transform: scale(1.05);
}
.proCase .caseLink:hover .caseTit {
    color: var(--blueColor);
}
/* 相关资料 */
.proFile{
    font-size: 20px;
    line-height: 2;
}
.proFile .swiper-slide{
    margin-top: 0 !important;
}
.proFile a{
    color: #333333;
    padding: .2rem 0;
    padding-right: 30px;
    background: url(../images/icon_down.png) right center no-repeat;
    border-bottom: 1px solid #EAEAEA;
}
.proFile a span.blue{
    color: var(--blueColor);
}
.proFile a span.red {
    color: var(--redColor);
}
.proFile a:hover{
    color: var(--blueColor);
}
/* 技术咨询 */
.techAskBg{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    min-height: 20.8vw;
    background-color: #052668;
    background: url(../images/product/techAskBg.png) #052668 center center no-repeat;
    background-size: cover;
}
.techAskBg .hmTit{
    margin: .2rem 0;
}
.techAskBg .hmLine{
    margin: .2rem auto;
}
.techAskBg .hmDes{
    color: #FFFFFF;
    margin: 0 auto .3rem;
}
.askBtn{
    text-align: center;
    margin: .1rem auto;
}
.askBtn a{
    position: relative;
    display: block;
    width: 100%;
    max-width: 200px;
    background: #FFFFFF;
    font-size: 18px;
    color: #333333;
    line-height: 44px;
    margin: 0 auto;
    padding: 0 .3rem;
    transition: all .3s;
}
.askBtn a::after{
    display: block;
    content: "\f105";
    color: var(--baseColor);
    font-family: FontAwesome;
    font-size: 130%;
    position: absolute;
    right: .14rem;
    top: 0;
}
.askBtn a:hover{
    color: #FFFFFF;
    background-color: var(--blueColor);
    transform: translateY(-5px);
}
.askBtn a:hover::after{
    color: #FFFFFF;
}
.askBtn2{
    margin-top: .4rem;
}
.askBtn2 a{
    border: 1px solid #333333;
}
.askBtn2 a::after {
    display: none;
}
.askBtn2 a:hover{
    border-color: var(--blueColor);
}
.askBtn2 .seeMore{
    color: #FFFFFF;
    background-color: var(--blueColor);
    border-color: var(--blueColor);
}
/* 总体架构图 */
.proFramework{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.1rem;
}
.proFramework li{
    width: 33.33%;
    padding: .1rem;
}
.proFramework .fwTit{
    font-size: 24px;
    color: #333333;
    line-height: 1.6;
    margin: .1rem 0;
    text-align: center;
}
.proFramework .fwText{
    font-size: 16px;
    color: #666666;
    line-height: 2;
    max-width: 370px;
    margin: 0 auto;
}
.proFramework li:hover .ysIco img{
    animation: bounce 1s linear 1;
}
/* 关联产品 */
.proRelated{
    position: relative;
}
.proRelated .relatedLink {
    display: block;
}
.proRelated .relatedImg {
    position: relative;
    height: 0;
    padding-bottom: 62.33%;
    overflow: hidden;
    background-color: #FFFFFF;
}
.proRelated .relatedImg .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.proRelated .relatedImg img {
    display: block;
    max-width: 90%;
    max-height: 80%;
    margin: 0 auto;
    transition: all .5s;
}
.proRelated .relatedTit {
    font-size: 20px;
    color: #333333;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    margin: .2rem 0;
}
.proRelated .relatedPrev,
.proRelated .relatedNext{
    margin-top: calc(-.2rem - 32px);
}
.proRelated .relatedLink:hover .relatedTit{
    color: var(--blueColor);
}
.proRelated .relatedLink:hover .relatedImg img{
    transform: scale(1.05);
}
/* 产品与应用 */
.proTop{
    position: relative;
    overflow: hidden;
}
.proLef{
    position: absolute;
    left: 0;
    top: 0;
    width: 25.29%;
    height: 100%;
    flex-shrink: 0;
    background-color: #FFFFFF;
    z-index: 2;
}
.lefList {
    list-style: none;
    width: calc(100% + .46rem);
    height: 100%;
    padding: 35px 0;
}
.dropdown .lefTit{
    position: relative;
}
.dropdown .lefTit::before,
.dropdown .lefTit::after {
    display: block;
    content: "";
    position: absolute;
    background-color: #333333;
    transition: all .3s;
}
.dropdown .lefTit::before{
    width: 10px;
    height: 2px;
    left: 15px;
    top: calc(.1rem + 14px);
}
.dropdown .lefTit::after{
    width: 2px;
    height: 10px;
    left: 19px;
    top: calc(.1rem + 10px);
}
.lefList .active .lefTit::before,
.lefList .active .lefTit::after{
    background-color: #FFFFFF
}
.lefList .active .lefTit::after{
    height: 0;
}
.lefList .active .lefTit{
    color: #FFFFFF;
    background-color: var(--blueColor);
    background-image: url(../images/product/arrow.png);
    background-position: right .45rem top calc(.13rem + 8px);
    background-repeat: no-repeat;
}
.lefTit {
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    padding: .13rem 0;
    padding-left: 35px;
    padding-right: calc(30px + .46rem);
    cursor: pointer;
}
.lefSub{
    padding: .1rem 0;
    font-size: 18px;
    color: #333333;
    line-height: 2;
    display: none;
}
.lefSub li {
    position: relative;
    padding-left: 35px;
    padding-right: calc(.46rem + 15px);
    cursor: pointer;
}
.lefSub li::before{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #333333;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 12px;
}
.lefSub li.active{
    color: #0054A7;
}
.lefSub li.active::before{
    border-color: #0054A7;
}

.proRig{
    float: right;
    position: relative;
    width: 74%;
    flex-shrink: 0;
}
.proRig .rigImg{
    padding-bottom: 56.7%;
}
.proRig .rigImg .imgBg{
    transition: all 1s;
}
.proRig .rigMask {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    z-index: 1;
}
.proRig .rigTit{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .2rem;
    font-size: 28px;
    color: #FFFFFF;
    font-weight: bold;
    z-index: 1;
    line-height: 30px;
}
.proRig .rigTit span{
    float: right;
    font-size: 16px;
    font-weight: normal;
    background-color: var(--baseColor);
    border-radius: 4px;
    padding: .06rem .15rem;
    transition: all .3s;
    transform-origin: right bottom;
    margin-top: -.08rem;
}
.proRig .rigTit span i{
    /* color: var(--baseColor); */
    margin-left: .1rem;
}
.proRig .rigLink{
    display: block;
}
.proRig .rigLink:hover .imgBg{
    transform: scale(1.1);
}
.proRig .rigLink:hover .rigTit span{
    /* color: var(--baseColor); */
}
.proRig .rigLink:hover .rigTit span i{
    animation: fadeInLeft 1s linear infinite;
}

/* 趋势和热点话题 */
.proTopic{
    position: relative;
}
.proTopic .swiper-slide {
    height: auto;
}
.proTopic .topicLink {
    display: block;
    height: 100%;
    background-color: #F8F8F8;
    overflow: hidden;
    transition: all .3s;
}
.proTopic .topicImg {
    padding-bottom: 62.33%;
}
.proTopic .topicText {
    padding: .3rem;
    transition: all .3s;
}
.proTopic .topicTit {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    height: 50px;
    -webkit-line-clamp: 2;
    font-weight: bold;
    transition: all .3s;
}
.proTopic .topicDes {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin: .15rem 0 .3rem;
    -webkit-line-clamp: 2;
}
.proTopic .topicTime{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
}
.proTopic .topicLink:hover .topicTit {
    color: var(--blueColor);
}

@media (max-width:1600px) {
    .proTextBg{
        padding: .3rem 0 .4rem;
    }
    .proApp .appTit{
        font-size: 24px;
    }
    .proCase .caseText{
        padding: .2rem;
    }
    .proCase .caseTit{
        font-size: 16px;
    }
    .proCase .caseDes{
        font-size: 14px;
    }
    .proFile{
        font-size: 16px;
    }
    .proFile a{
        padding: .15rem 0;
        padding-right: 40px;
        background-size: 14px auto;
    }
    .askBtn a{
        font-size: 16px;
    }
    .proFramework .fwTit{
        font-size: 18px;
    }
    .proFramework .fwText{
        font-size: 14px;
    }
    .proRelated .relatedTit{
        font-size: 16px;
    }

    .proTopic .topicText {
        padding: .2rem;
    }
    .proTopic .topicTit {
        font-size: 16px;
    }
    .proTopic .topicDes {
        font-size: 14px;
    }
    .lefTit{
        font-size: 18px;
    }
    .lefSub{
        font-size: 16px;
    }
    .lefSub li::before{
        top: 10px;
    }
    .proRig .rigTit{
        font-size: 24px;
        padding: .1rem .15rem .2rem;
    }
}
@media (max-width:1400px) {
    .proApp .appTit{
        font-size: 20px;
    }
    .lefTit {
        font-size: 16px;
    }
    .lefSub {
        font-size: 14px;
    }
    .lefSub::before{
        width: 4px;
        height: 4px;
    }
    .lefSub li::before{
        top: 8px;
    }
    .proRig .rigTit{
        font-size: 20px;
    }
    .proYs .ysText{
        font-size: 14px;
    }
    .proYs .ysTit{
        font-size: 16px;
    }
}
@media (max-width:1200px) {
    .proTextBg{
        padding: .2rem 0 .3rem;
    }
    .techAskBg{
        padding: .5rem 0;
    }
    .proRelated .hmBtn{
        margin-top: 0;
    }
    .proRelated .relatedPrev,
    .proRelated .relatedNext{
        margin-top: 0;
    }
}
@media (max-width:991px) {
    .proApp .appTit{
        font-size: 16px;
        padding: .1rem .2rem;
    }
    .proFile a{
        padding-right: 20px;
        background-size: 12px auto;
    }
    .proLef{
        position: static;
        float: none;
        width: 100%;
    }
    .lefList{
        width: 100%;
        max-height: 3rem;
        padding: .2rem;
    }
    .lefTit{
        font-size: 14px;
        line-height: 22px;
        padding-left: 25px;
        padding-right: calc(20px + .2rem);
        background-size: 16px auto;
    }
    .lefList .active .lefTit{
        background-position: right 0.2rem top calc(0.13rem + 8px);
    }
    .dropdown .lefTit::before{
        left: 10px;
        top: calc(.1rem + 12px);
    }
    .dropdown .lefTit::after{
        left: 14px;
        top: calc(.1rem + 8px);
    }
    .proRig{
        float: none;
        width: 100%;
    }
}
@media (max-width:767px) {
    .proFramework li{
        width: 100%;
    }
    .proFramework .fwText{
        max-width: 100%;
    }

}
@media (max-width:640px) {
    .askBtn a{
        max-width: 160px;
    }
    .proFramework .fwTit{
        font-size: 16px;
    }
    .proFramework .fwText{
        line-height: 1.8;
    }
    .proRig .rigTit{
        font-size: 16px;
    }
    .proRig .rigTit span{
        font-size: 12px;
    }
}
@media (max-width:460px) {
    .proFile{
        font-size: 14px;
    }
    .askBtn a {
        font-size: 14px;
        max-width: 140px;
        line-height: 38px;
    }
    .askBtn a::after{
        right: .2rem;
    }

}