.cnt-bnr{
    background: url(/assets/mb/images/background/fvd-bnr.jpg) no-repeat center top;
    background-size: cover;
    padding: 100px 0 110px;
    color: #1e252f;
}
.cnt-bnr h2{
    font-size: 40px;
    font-size: 4.0rem;
    margin-bottom: 20px;
}
.cnt-bnr h2 em{
    font-style: normal;
    font-size: 4.0rem;
    color: #0f6dee;
    background:linear-gradient(180deg,#0f6dee 0%, #4388e7 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.cnt-bnr h1{
    font-size: 4.8rem;
    margin-bottom: 35px;
}
.cnt-bnr .p{
    font-size: 18px;
    max-width: 630px;
    line-height: 1.6;
}
.cnt-bnr .img{
    position: relative;
    left: -60px;
    top: 30px;
}
@media all and (max-width:991px){
    .cnt-bnr{
        text-align: center;
        padding: 50px 0;
    }
    .cnt-bnr .img{
        position: static;
    }
}
/* cnt-offline */
.cnt-offline{
    background: url(/assets/mb/images/background/fvd-bg2.png) no-repeat center;
    background-size: contain;
    padding: 72px 0 99px;
}
.cnt-offline h2{
    margin-bottom: 18px;
}
.cnt-offline .des{
    margin-bottom: 30px;
}
.cnt-offline .img-bx img{
    margin-right: 55px;
}
.cnt-offline .ic-lf li{
    margin-bottom: 20px;
}
.cnt-offline .ic-lf{
    margin-bottom: 30px;
}
.cnt-offline .txt-bx{
    padding-left: 55px;
}
.btn-dw{
    min-width: 300px;
}
.btn-dw p{
    display: inline-block;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-left: 6px;
}
.btn-dw small{
    line-height: 1;
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 3px;
}
.cnt-offline .tips{
    background-color: #eff6ff;
    border-radius: 15px;
    max-width: 846px;
    margin: 30px auto 0 auto;
    padding: 10px 20px 15px 20px;
    text-align: center;
}
.cnt-offline .tips h6::before{
    content: '';
    width: 26px;
    height: 26px;
    background: url(/assets/mb/images/icons/icon_all.png) no-repeat -715px -345px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.cnt-offline .tips p{
    max-width: 685px;
    margin: 10px auto 0 auto;
    color: #1e252f;
}
@media all and (max-width:991px){
    .cnt-offline{
        text-align: center;
        padding: 50px 0;
    }
    .cnt-offline .f-tar{
        text-align: center;
    }
    .cnt-offline .img-bx img{
        margin: 0;
    }
    .cnt-offline .txt-bx{
        display: inline-block;
        padding-left: 0;
    }
    .cnt-offline .ic-lf{
        text-align: left;
    }
}

/* .cnt-tech */
.cnt-tech{
    background: url(/assets/mb/images/background/fvd-bg3.jpg) no-repeat center top;
    background-size: cover;
    padding: 136px 0 83px;
}
.cnt-tech h2{
    margin-bottom: 50px;
}
.cnt-tech .txt-bx{
    background-color: #fff;
    border-radius: 30px;
    padding: 55px 25px 40px;
}

.cnt-tech .top-bx,
.cnt-tech .txt-bx3{
    max-width: 1100px;
    margin:  0 auto;
}
.cnt-tech .top-bx .txt-bx{
    display: inline-block;
}
.cnt-tech h5{
    margin-bottom: 25px;
}
.cnt-tech h5:lang(de){
    font-size: 2.2rem;
}
.cnt-tech .top-bx .txt-bx1{
    width: 43.6%;
    margin-right: 27px;
    background-color: #ffeee5;
}
.cnt-tech .top-bx>div{
    margin-bottom: 30px;
}
.cnt-tech .top-bx .txt-bx2{
    width: 52.9%;
}
.cnt-tech .ic-lf li{
    margin-bottom: 15px;
}
@media all and (max-width:991px){
    .cnt-tech .top-bx .txt-bx1,
    .cnt-tech .top-bx .txt-bx2{
        width: 100%;
        margin-right: 0;
    }
}