.yz-navbar {
    /* background-color: #fff; */
}

.yz-navbar .nav-item>a {
    color: #140f1c;
}

.yz-item-sel .nav-item>a {
    color: #3874fb;
}

/* .nav-item>a:after {
    background-color: #fff;
} */

.yz-navbar a.text-center:hover {
    color: #3874fb;
}

.yz-nav-link-download {
    color: #3874fb;
}

.yz-nav-link-download:hover {
    color: #5186f9;
}

.yz-nav-link-trial {
    width: auto;
    padding: 0 25px;
    background: #3874fb;
    border-radius: 20px;
}

.yz-nav-link-trial:hover {
    background: #5186f9;
}

/* banner */
.yz-s-section-banner {
    height: 580px;
    background: url(../images/l-bg.png)
        /*tpa=http://www.flowportal.com/partner/images/banner.jpg*/
        no-repeat center center;
    background-size: cover;
}

.yz-s-section-banner .yz-s-title {
    margin-top: 30px;
    min-height: 52px;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 52px;
    color: rgba(18, 25, 51, 1);
    margin-bottom: 15px;

}

.yz-s-section-banner .yz-s-title-main {
    min-height: 52px;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: rgba(18, 25, 51, 1);
    margin-bottom: 15px;

}

.yz-s-section-banner .yz-s-desc {
    min-height: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: rgba(56, 56, 56, 1);
    margin-bottom: 40px;
    width: 763px;
}

/* 全面流程管理解决方案 start */
.yz-s-section-tabs {
    height: 879px;
    background: linear-gradient(180deg, rgba(237, 247, 253, 1) 0%, rgba(250, 254, 255, 1) 14.47%, rgba(255, 255, 255, 1) 52.15%, rgba(255, 255, 255, 1) 73.48%, rgba(244, 250, 254, 1) 100%);
}

.yz-s-section-tabs .yz-s-title {

    height: 88px;
    font-size: 40px;
    font-weight: 500;
    color: rgba(56, 56, 56, 1);
    line-height: 88px;
    margin-top: 53px;

}

.yz-s-section-tabs .yz-s-desc {
    height: 37px;
    font-size: 20px;
    font-weight: 400;
    line-height: 37px;
    color: rgba(128, 128, 128, 1);
    width: 835px;
    text-align: center;
    margin-bottom: 40px;
}
.yz-s-section-tabs .tabs {
    display: flex;
    justify-content: center;
    position: relative;
}
.yz-s-section-tabs .tabs::after{
    position: absolute;
    content: '';
    height: 1px;
    width: 100vw;
    background-color: rgba(233, 234, 239, 1);
    bottom: 0;
}
.yz-s-section-tabs .tabs .tabs-item {
    width: 150px;
    padding-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.yz-s-section-tabs .tabs .tabs-item.active .tabs-item-title,.yz-s-section-tabs .tabs .tabs-item:hover .tabs-item-title{
    color:rgba(52, 105, 255, 1) ;
}
.yz-s-section-tabs .tabs .tabs-item .tabs-item-img{
    width: 76.76px;
    height: 54.14px;
    background-size: contain;
    background-repeat: no-repeat;
}
.yz-s-section-tabs .tabs .tabs-item:nth-child(1) .tabs-item-img{
    background-image: url('../images/t-icon1.png');
}
.yz-s-section-tabs .tabs .tabs-item:nth-child(2) .tabs-item-img{
    background-image: url('../images/t-icon2.png');
}
.yz-s-section-tabs .tabs .tabs-item:nth-child(3) .tabs-item-img{
    background-image: url('../images/t-icon3.png');
}
.yz-s-section-tabs .tabs .tabs-item:nth-child(4) .tabs-item-img{
    background-image: url('../images/t-icon4.png');
}
.yz-s-section-tabs .tabs .tabs-item:nth-child(5) .tabs-item-img{
    background-image: url('../images/t-icon5.png');
}
.yz-s-section-tabs .tabs .tabs-item:nth-child(6) .tabs-item-img{
    background-image: url('../images/t-icon6.png');
}
.yz-s-section-tabs .tabs .tabs-item:nth-child(7) .tabs-item-img{
    background-image: url('../images/t-icon7.png');
}
.yz-s-section-tabs .tabs .tabs-item:nth-child(1):hover .tabs-item-img,
.yz-s-section-tabs .tabs .tabs-item:nth-child(1).active .tabs-item-img{
    background-image: url('../images/t-icon1-hover.png');
}
.yz-s-section-tabs .tabs .tabs-item:nth-child(2):hover .tabs-item-img,
.yz-s-section-tabs .tabs .tabs-item:nth-child(2).active .tabs-item-img{
    background-image: url('../images/t-icon2-hover.png');
}
.yz-s-section-tabs .tabs .tabs-item:nth-child(3):hover .tabs-item-img,
.yz-s-section-tabs .tabs .tabs-item:nth-child(3).active .tabs-item-img{
    background-image: url('../images/t-icon3-hover.png');
}
.yz-s-section-tabs .tabs .tabs-item:nth-child(4):hover .tabs-item-img,
.yz-s-section-tabs .tabs .tabs-item:nth-child(4).active .tabs-item-img{
    background-image: url('../images/t-icon4-hover.png');
}
.yz-s-section-tabs .tabs .tabs-item:nth-child(5):hover .tabs-item-img,
.yz-s-section-tabs .tabs .tabs-item:nth-child(5).active .tabs-item-img{
    background-image: url('../images/t-icon5-hover.png');
}
.yz-s-section-tabs .tabs .tabs-item:nth-child(6):hover .tabs-item-img,
.yz-s-section-tabs .tabs .tabs-item:nth-child(6).active .tabs-item-img{
    background-image: url('../images/t-icon6-hover.png');
}
.yz-s-section-tabs .tabs .tabs-item:nth-child(7):hover .tabs-item-img,
.yz-s-section-tabs .tabs .tabs-item:nth-child(7).active .tabs-item-img{
    background-image: url('../images/t-icon7-hover.png');
}
.yz-s-section-tabs .tabs .tabs-item.active,.yz-s-section-tabs .tabs .tabs-item:hover{
    border-bottom: 3px solid rgba(52, 105, 255, 1);
    cursor: pointer;
}
.yz-s-section-tabs .tabs .tabs-item .tabs-item-title{
    margin-top: 12px;
    text-align: center;
    font-size: 20px;
    color: rgba(128, 128, 128, 1);
}
.yz-s-section-tabs .tabs-content{
    width: 1190px;
    padding: 10px;
}
.yz-s-section-tabs .tabs-content .tabs-content-item{
    height: 517px;
    display: none;
}
.yz-s-section-tabs .tabs-content .tabs-content-item.active{
    display: block;
}

/* 全面流程管理解决方案 end */

/* 让BPM飞 start */
.yz-s-bpm-fly {
    height: 1017px;
}
.yz-s-bpm-fly .yz-s-title {
    height: 88px;
    font-size: 40px;
    font-weight: 500;
    line-height: 88px;
    color: rgba(56, 56, 56, 1);
    margin-top: 56px;
    /* margin-bottom: 56px;
    margin-top: 55px;
    margin-bottom: 55px; */
}
.yz-s-bpm-fly .yz-s-desc{
    color: rgba(128, 128, 128, 1);
    font-size: 20px;
    /* height: 37px;
    line-height: 37px; */
    width: 1187px;
    text-align: center;

}
.yz-s-bpm-fly .container{}
.yz-s-bpm-fly .container .bpm-tabs-card{
    display: flex;
    width: 1187px;
    justify-content: space-around;
    margin: 30px 0;
}
.yz-s-bpm-fly .container .bpm-tabs-card .bpm-tab-card-item{
    border-radius: 19px;
    width: 193px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.yz-s-bpm-fly .container .bpm-tabs-card .bpm-tab-card-item:hover{
    background: rgba(235, 241, 255, 1);
    color: rgba(0, 90, 245, 1);
    cursor: pointer;
}
.yz-s-bpm-fly .container .bpm-tabs-card .bpm-tab-card-item.active{
    
    background: rgba(235, 241, 255, 1);
    color: rgba(0, 90, 245, 1);
    
}
.yz-s-bpm-fly .container .bpm-tabs-card-content{

}
.yz-s-bpm-fly .container .bpm-tabs-card-content .bpm-tab-content-item{
    display: none;
}
.yz-s-bpm-fly .container .bpm-tabs-card-content .bpm-tab-content-item img{
    width: 1200px;
    height: 666.76px;
}
.yz-s-bpm-fly .container .bpm-tabs-card-content .bpm-tab-content-item.active{
    display: block;
}


/* 让BPM飞 end */

/* 部署方式 start */
.yz-s-deploy {
    height: 611px;
    background: rgba(245, 247, 250, 1);
}
.yz-s-deploy .yz-s-title{
    height: 88px;
    font-size: 40px;
    font-weight: 500;
    line-height: 88px;
    color: rgba(56, 56, 56, 1);
    margin-top: 56px;
    margin-bottom: 56px;
    margin-top: 55px;
    margin-bottom: 55px;
}
.yz-s-deploy .container {
    display: flex;
}

.yz-s-deploy .container .item-card {
    background: rgba(255, 255, 255, 1);
    width: 286.8px;
    height: 328px;
    margin-right: 17px;
}

.yz-s-deploy .container .item-card .card-img {
    /* background-color: rgba(245, 247, 250, 1); */
    text-align: center;
}

.yz-s-deploy .container .item-card .card-img img {
    width: 210.05px;
    height: 150px;
    margin-top: 40px;
    margin-bottom: 23px;
}

.yz-s-deploy .container .item-card .card-title {
    font-size: 24px;
    font-weight: 500;
    color: rgba(56, 56, 56, 1);
    text-align: center;
    vertical-align: middle;
}

.yz-s-deploy .container .item-card .card-btn {
    text-align: center;
    /* height: 35px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(128, 128, 128, 1);
    text-align: center;
    padding: 0 18px; */

}
.yz-s-deploy .container .item-card .card-btn .home-btn{
    line-height: normal;
    height: auto;
    color: rgba(74, 106, 247, 1);
    background-color: #fff;
    box-shadow: none;
}
.yz-s-deploy .container .item-card .card-btn .home-btn:hover{
    text-decoration: underline;
}
/* 部署方式 end */

/* 云原生微服务架构 start */
.yz-s-arch {
    height: 816px;
}
.yz-s-arch .yz-s-title{
    height: 88px;
    font-size: 40px;
    font-weight: 500;
    line-height: 88px;
    color: rgba(56, 56, 56, 1);
    margin-top: 56px;
    margin-bottom: 56px;
}

/* 云原生微服务架构 end */

/* 构建高效能流程管理，降低运维成本 start */
.yz-s-reduce-costs {
    height: 452px;
    background: rgba(245, 247, 250, 1);
}

.yz-s-reduce-costs .yz-s-title {
    height: 88px;
    font-size: 40px;
    font-weight: 500;
    line-height: 88px;
    color: rgba(56, 56, 56, 1);
    margin-bottom: 45px;
}

.yz-s-reduce-costs .container {
    display: flex;
}

.yz-s-reduce-costs .container .item-card {
    background-color: none;
    width: 220px;
}

.yz-s-reduce-costs .container .item-card .card-img {
    background-color: rgba(245, 247, 250, 1);
    text-align: center;
}

.yz-s-reduce-costs .container .item-card .card-img img {
    width: 106px;
    height: 106px;
}

.yz-s-reduce-costs .container .item-card .card-title {
    height: 29px;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    color: rgba(128, 128, 128, 1);
    text-align: center;
    margin-top: 9px;
    margin-bottom: 9px;

}

.yz-s-reduce-costs .container .item-card .card-desc {
    height: 35px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(128, 128, 128, 1);
    text-align: center;
    padding: 0 18px;

}

/* 构建高效能流程管理，降低运维成本 end */


.home-btn {
    opacity: 1;
    border-radius: 17.5px;
    background: rgba(255, 113, 86, 1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    vertical-align: bottom;
    padding: 0 19px;
    border: 0;
    cursor: pointer;
    height: 60px;
    border-radius: 36px;
    width: 151px;
}