.banner-box img {
    width: 100%;
    height: 546px;
}

.service-title {
    height: 48px;
    font-size: 34px;
    font-weight: 500;
    color: #000C2F;
    line-height: 48px;
    text-align: center;
}

.service-desc {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #7D818E;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
}

.service-item {
    width: 276px;
    height: 528px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(1, 20, 48, 0.08);
    border-radius: 8px;
    padding: 23px 20px;
    box-sizing: border-box;
}

.service-item-top img {
    width: 26px;
    height: 26px;
}

.service-item-top span {
    margin-left: 14px;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.service-item-desc {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 7px;
    height: 74px;
    border-bottom: 1px solid #F2F2F2;
}

.card-box {
    height: 91px;
}

.card-title {
    height: 21px;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 21px;

}

.card-desc {
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #6A6A74;
    line-height: 20px;
    margin-top: 3px;
}

.sys-title {
    width: 120px;
    background: #197CFF;
    border: 1px solid #197CFF;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-family: YouSheBiaoTiHei;
}

.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sys-content {
    width: 196px;
    color: #333333;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
}

.sys-web {
    width: 186px;
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.sys-web-title {
    width: 186px;
    height: 105px;
    border: 1px solid #BEC1C9;
    box-sizing: border-box;
    text-align: center;
    line-height: 105px;
}

.sys-web-cont {
    height: 68px;
    border: 1px solid #BEC1C9;
}


.saas-box {}

.sass-title {
    font-weight: 500;
    color: #333333;
    line-height: 48px;
    font-size: 34px;
    text-align: center;

}


.saas-content {
    width: 1100px;
    height: 412px;
    padding-top: 106px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    margin-top: 79px;

}

.saas-left {
    width: 767px;
    height: 195px;
    border-left: 1px solid rgba(255, 255, 255, 0.58);
    margin-left: 65px;
    padding-top: 27px;
    box-sizing: border-box;

}

.saas-left-nav {
    height: 56px;
    width: 287px;
    line-height: 56px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 35px;
    box-sizing: border-box;
    cursor: pointer;

}

.saas-active {
    /* background: linear-gradient(259deg, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 100%, #FFFFFF 100%);
    opacity: 0.39; */
    background: url('../image/tm-bg.png');
    font-weight: 600;
}

.saas-right {
    display: block;
    position: absolute;
    top: 62px;
    left: 404px;
    width: 820px;
    height: 310px;
    /*box-shadow: 0px 0px 50px 9px rgba(0, 0, 0, 0.09);*/
    border-radius: 12px;
    /*backdrop-filter: blur(10px);*/
    box-sizing: border-box;

}

.saas-right img {
    width: 100%;
    height: 100%;
}

.saas-active .saas-right {
    display: block;
}

.saas-right-title {
    font-weight: 500;
    color: #2163E1;
    line-height: 28px;
    font-size: 20px;
}

.saas-right-desc {
    font-weight: 500;
    color: #525760;
    line-height: 30px;
    font-size: 14px;
    margin-top: 8px;
}

.saas-butn {
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    border: 1px solid #2062E1;
    padding: 0 10px 0 8px;
    font-weight: 500;
    color: #2163E1;
    font-size: 14px;
    margin-right: 25px;

}


.lc-item{
    width: 136px;
    text-align: center;
}

.lc-item img {
    width: 62px;
    height: 62px;
}

.lc-title {
    height: 28px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}

.lc-desc {
    font-size: 16px;
    font-weight: 400;
    color: #7D818E;
    line-height: 22px;
    margin-top: 16px;

}

.lc-img{
    width: 28px;
    height: 28px;
    margin-top: 21px;
    margin-left: 17px;
    margin-right: 15px;
}