.inside-banner{
    height: 620px;
}
.inside-banner .box .txt{
    margin-top: 73px;
    width: 800px;
    float: left;
}
.inside-banner .box {
    position: relative;
}
.inside-banner  .img{
    position: absolute;
    bottom: 0;
    width: 596px;
    height: 382px;
    margin-left: 556px;
}
.title-01{
    font-size: 40px;
    font-family: "D-DINExp-Bold";
    color: #233863;
    line-height: 43px;
    text-align: center;
}
.powerful{
    background: url("../images/power-bg.png") no-repeat center center;
    background-size: cover;
    padding-bottom: 96px;
}
.powerful .powerful-title{
    padding-top: 162px;
    position: relative;
}
.powerful .powerful-title::before{
    position: absolute;
    top: 82px;
    left: 11px;
    content: '';
    background: url("../images/power-01.png") no-repeat;
    width: 340px;
    height: 354px;
    background-size: contain;
}
.powerful .powerful-box{
    margin-top: 56px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
}
.powerful .powerful-box::after{
    position: absolute;
    content: '';
    background: url("../images/power-02.png") no-repeat;
    background-size: contain;
    width: 210px;
    height: 210px;
    right: 207px;
    bottom: -13px;
}
.powerful .powerful-box .powerful-item{
    height: 80px;
    border-radius: 36px;
    padding: 20px 0px;
    text-align: center;
    margin: auto;
    margin-top: 16px;
    transition: all 0.3s;
}
.powerful .powerful-box .powerful-item:hover{
    transform:translateY(-10px);
    box-shadow: 0px 10px 10px 0px rgba(199,232,255,0.3);
}
.powerful .powerful-box .powerful-item p{
    font-size: 24px;
    font-family: Verdana;
    color: #4A4A4A;
    line-height: 32px;
}
.powerful .powerful-box .powerful01{
    width: 538px;
    margin-top: 0px;
    background-image: url("../images/hbg-01.png");
}
.powerful02{
    width: 406px;
    background-image: url("../images/hbg-02.png");
}
.powerful03{
    width: 673px;
    background-image: url("../images/hbg-03.png");
}
.powerful04{
    width: 785px;
    background-image: url("../images/hbg-04.png");
}
.powerful05{
    width: 691px;
    background-image: url("../images/hbg-05.png");
}
.usescrm .usescrm-title{
    margin-top: 104px;
}
.usescrm-box .usescrm-item{
    margin-top: 64px;
}
.usescrm-box .usescrm-item .text{
    float: left;
    width: calc(100% - 480px);
    margin-top: 60px;
}
.usescrm-box .usescrm-item .img{
    float: right;
}
.usescrm-box .usescrm-item:nth-child(2n) .text{
    float: right;
    margin-top: 104px;
}
.usescrm-box .usescrm-item:nth-child(2n) .img{
    float: left;
}
.usescrm-box .usescrm-item:first-child{
    margin-top: 56px;
}
.usescrm-box .usescrm-item .img{
    width: 480px;
    height: 326px;
}
.usescrm-box .usescrm-item:nth-child(2n) .img{
    width: 480px;
    height: 413px;
}
.usescrm-box .usescrm-item .text p{
    width: 780px;
}
.usescrm-box .usescrm-item .text p.tit-01{
    height: 48px;
    font-size: 40px;
    font-family: "D-DINExp-Bold";
    color: #233863;
    line-height: 52px;
    width: 100%;
}
.usescrm-box .usescrm-item .text p.tit-02{
    margin-top: 32px;
    font-size: 20px;
    font-family: Verdana;
    color: #4A4A4A;
    line-height: 32px;
    width: 100%;
}
.saying{
    position: relative;
    margin-bottom: 111px;
}
.saying::before{
    position: absolute;
    top: -37px;
    height: 963px;
    width: 100%;
    content: '';
    background: url("../images/saying-bg.png") no-repeat center;
    background-size: cover;
    z-index: 1;
}
.saying .sayingtt{
    padding-top: 323px;
    position: relative;
    z-index: 2;
}
.saying .saying-title{
    text-align: center;
    margin-bottom: 56px;
}
.saying .saying-title .title-02{
    height: 39px;
    margin-top: 9px;
    font-size: 32px;
    font-family: Verdana;
    color: #233863;
    line-height: 39px;
}
.saying .saying-box{
    width: 1092px;
    height: 258px;
    background: #FFFFFF;
    box-shadow: 0px 16px 50px -4px rgba(157,168,194,0.2);
    border-radius:16px;
    padding: 40px;
    padding-right: 37px;
    margin: auto;
}
.saying .saying-box .saying-head {
    display: flex;
    align-items: center;
}
.saying .saying-box .saying-head img {
    width: 90px;
    height: 90px;
}
.saying .saying-box .saying-head p{
    padding-left: 24px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 29px;
}
.saying .saying-box .saying-xian{
    width: 100%;
    margin-top: 24px;
    height: 1px;
    border: 1px solid #DAE0E7;
}
.saying .saying-box .saying-desc{
    margin-top: 24px;
    font-family: Verdana, Verdana;
    font-weight: normal;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 28px;
    text-align: left;
    font-style: italic;
}

@media screen and (max-width: 768px){
    .powerful .powerful-title{
        padding-top: 48px;
    }
    .title-01{
        font-size: 32px;
        line-height: 35px;
    }
    .powerful{
        background-image: url("../images/m-power-bg.png");
        background-position: right;
        padding-bottom: 0;
    }
    .powerful .powerful-title::before,.powerful .powerful-box::after{
        display: none;
    }
    .powerful .powerful-box{
        margin-top: 32px;
    }
    .powerful .powerful-box .powerful-item{
        width: 100%;
        height: auto;
        padding: 14px 0;
        background: #FFFFFF;
        box-shadow: 0px 10px 10px 0px rgba(199,232,255,0.3), 2px 2px 0px 0px #C3E6FF;
        border-radius: 44px;
        border: 2px solid #C3E6FF;
    }
    .powerful .powerful-box .powerful-item p{
        font-size: 14px;
        line-height: 24px;
    }
    .powerful .powerful-box .powerful-item:hover{
        transform:translateY(0px);
        box-shadow: 0px 10px 10px 0px rgba(199,232,255,0.3), 2px 2px 0px 0px #C3E6FF;
    }
    .usescrm-box .usescrm-item .img,.usescrm-box .usescrm-item .text{
        width: 100%;
    }
    .usescrm-box .usescrm-item:nth-child(2n) .img{
        width: 100%;
        height: auto;
    }
    .usescrm-box .usescrm-item:nth-child(2n) .text{
        margin-top: 48px;
    }
    .usescrm .usescrm-title{
        margin-top: 48px;
    }
    .usescrm-box .usescrm-item{
        margin-top: 48px;
    }
    .usescrm-box .usescrm-item:first-child{
        margin-top: 32px;
    }
    .usescrm-box .usescrm-item .img{
        height: auto;
        padding: 0 28px;
    }

    .usescrm-box .usescrm-item .text{
        margin-top: 32px;
    }
    .usescrm-box .usescrm-item .text p{
        width: auto;
    }
    .usescrm-box .usescrm-item .text p.tit-01{
        height: auto;
        font-size: 32px;
        line-height: 35px;
    }
    .usescrm-box .usescrm-item .text p.tit-02{
        margin-top: 24px;
        font-size: 14px;
        line-height: 24px;
    }
    .saying{
        margin-bottom: 48px;
    }
    .saying::before{
        background-image: url(../images/m-saying-bg.png);
        background-size: contain;
    }
    .saying .sayingtt{
        padding-top: 48px;
    }
    .saying .saying-box{
        width: 100%;
        height: auto;
        padding: 32px 24px;
    }
    .saying .saying-title{
        margin-bottom: 32px;
    }
    .saying .saying-title .title-01{
        padding: 0 16px;
    }
    .saying .saying-title .title-02{
        margin-top: 16px;
        font-size: 18px;
        line-height: 22px;
        height: auto;
    }
    .saying .saying-box .saying-head p{
        font-size: 16px;
    }
    .saying .saying-box .saying-desc{
        font-style: normal;
    }
}
