.main_banner {
    height: 508px;
    position: relative;
    background: url("../img/assetDevOps/banner_zichanyunwei.png") no-repeat;
    background-size: 100% 508px;
}
.main_banner .manageIcon {
    width: 44px;
    height: 44px;
}
.main_con {
    padding-bottom: 50px;
    position: relative;
}
.main_con::after{
    opacity: 0.98;
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/dataService/mainBg.webp) no-repeat;
    background-size: 100% 100%;
}
.banner_con {
    margin: 0 auto;
    padding-top: 220px;
    width: 1200px;
}
.experienceBanner {
    margin: 0 auto;
    padding-top: 195px;
    width: 1200px;
}
.banner_title {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    margin-bottom: 24px;
    color: rgba(0,0,0,0.85);
}
.banner_detail {
    width: 483px;
    font-size: 20px;
    line-height: 28px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: rgba(0,0,0,0.65);
}

.experienceBox {
    width: 100%;
    margin-top: 142px;
    border: 1px solid #FFFFFF;
    background: rgba(255,255,255,0.33);
    backdrop-filter: blur(14px);
}

.experienceBox .experienceType {
    width: 1200px;
    margin: 0 auto;
}

.experienceType .experienceIcon {
    width: 288px;
    height: 82px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 14px 0px rgba(212,212,212,0.5);
}

.serviceTypeBox {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translate(-50%);
}

.serviceTypeBox.letFixed{
    position: fixed;
    top: -100px;
    bottom: auto;
    z-index: 100;
    transform: translateX(-50%) translateY(100px);
    transition-duration: 300ms;
}

.serviceType {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serviceType li {
    width: 282px;
    height: 110px;
    cursor: pointer;
    box-shadow: 0px 4px 8px 4px rgba(0,0,0,0.02);
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
}

.serviceType li a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.serviceType li .cardTitle {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0,0,0,0.85);
    line-height: 22px;
    margin: 28px 0 12px 24px;
}

.serviceType li .cardName {
    font-family: PingFangSC-Regular, PingFang SC;
    color: rgba(0,0,0,0.65);
    line-height: 20px;
    margin-left: 24px;
}

.serviceType li img {
    width: 90px;
    height: 60px;
    position: absolute;
    bottom: 25px;
    right: 16px;
}

/*.serviceType li .cardActiveIcon {*/
    /*display: none;*/
/*}*/

.serviceType .dataCardOne {
    background: url("../img/dataService/card1_normal.png");
    background-size: 282px 110px;
}

.serviceType .dataCardOne.dataCardActive {
    background: url("../img/dataService/card1_click.png");
    background-size: 282px 110px;
}

.serviceType .dataCardTwo {
    background: url("../img/dataService/card2_normal.png");
    background-size: 282px 110px;
}

.serviceType .dataCardTwo.dataCardActive {
    background: url("../img/dataService/card2_click.png");
    background-size: 282px 110px;
}

.serviceType .dataCardThree {
    background: url("../img/dataService/card3_normal.png");
    background-size: 282px 110px;
}

.serviceType .dataCardThree.dataCardActive {
    background: url("../img/dataService/card3_click.png");
    background-size: 282px 110px;
}

.serviceType .dataCardFour {
    background: url("../img/dataService/card4_normal.png");
    background-size: 282px 110px;
}

.serviceType .dataCardFour.dataCardActive {
    background: url("../img/dataService/card4_click.png");
    background-size: 282px 110px;
}


.serviceType .dataCardActive .cardTitle {
    color: #FFFFFF;
}

.serviceType .dataCardActive .cardName {
    color: rgba(255,255,255,0.65);
}


.main_con #dataClassification {
    height: 620px;
    background: url("../img/dataService/bg.png") no-repeat;
    background-size: 100%;
}

.main_con #dataClassification .title {
    margin-top: 105px;
}

.main_con .manageBox{
    width: 1200px;
    margin: 0 auto 0;
    overflow: hidden;
}

/*.main_con .manageBox.jcssScroll{*/
/*    margin-top: 320px;*/
/*}*/


.main_con .manageBox:first-child .title {
    height: 170px;
    padding: 105px 0 32px;
}

.main_con .manageBox .title {
    font-size: 24px;
    height: 114px;
    line-height: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0,0,0,0.85);
    text-align: center;
    padding: 50px 0 32px;
}
/*=================左右两侧内容动画开始=================*/
.main_con .manageBox .manageContent {
    display: flex;
    height: 450px;
    overflow-y: hidden;
    background: url("../img/dataService/leftBg.png") no-repeat center;
    background-size: 1200px 450px;
    box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.02);
    border-radius: 24px;
    border: 2px solid rgba(255,255,255,0.7);
}

.main_con .manageBox:nth-of-type(2n) .manageContent {
    background: url("../img/dataService/rightBg.png") no-repeat center;
    background-size: 1200px 450px;
}

.main_con .manageBox .manageContent .leftNav {
    padding: 32px 36px 32px 24px;
    cursor: pointer;
    width: 210px;
}


.main_con .manageBox .manageContent .leftNav li{
    margin-bottom: 16px;
    text-align: center;
    width: 150px;
    height: 50px;
    background: url("../img/dataManage/button_normal.png") no-repeat;
    background-size: 150px 50px;
    font-size: 14px;
    position: relative;
}

.main_con .manageBox .manageContent .leftNav li b{
    background: url("../img/dataManage/dataOrigin/nav1.png") no-repeat center;
    background-size: 14px 14px;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 18px;
    left: 16px;
}

.main_con .manageBox .manageContent .leftNav li span{
    position: absolute;
    top: 15px;
    left: 36px;
}

.main_con .manageBox .manageContent .leftNav li.activeNav{
    background: url("../img/dataManage/button_click.png") no-repeat;
    color: #fff;
    background-size: 160px 50px;
    width: 160px;
}

/*-----------------基础设施监控左侧图标开始---------------*/
.main_con .manageBox .manageContent .leftNav li:first-child b{
    background: url("../img/assetDevOps/jcss/nav1.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox .manageContent .leftNav li:first-child.activeNav b{
    background: url("../img/assetDevOps/jcss/nav1_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox .manageContent .leftNav li:nth-child(2) b{
    background: url("../img/assetDevOps/jcss/nav2.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox .manageContent .leftNav li:nth-child(2).activeNav b{
    background: url("../img/assetDevOps/jcss/nav2_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox .manageContent .leftNav li:nth-child(3) b{
    background: url("../img/assetDevOps/jcss/nav3.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox .manageContent .leftNav li:nth-child(3).activeNav b{
    background: url("../img/assetDevOps/jcss/nav3_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox .manageContent .leftNav li:nth-child(4) b{
    background: url("../img/assetDevOps/jcss/nav4.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox .manageContent .leftNav li:nth-child(4).activeNav b{
    background: url("../img/assetDevOps/jcss/nav4_bai.png") no-repeat center;
    background-size: 14px 14px;
}
/*-----------------基础设施监控左侧图标结束---------------*/

/*-----------------网络设备监控左侧图标开始---------------*/
.main_con .manageBox#wlsb .manageContent .leftNav li:first-child b{
    background: url("../img/assetDevOps/wlsb/nav1.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#wlsb .manageContent .leftNav li:first-child.activeNav b{
    background: url("../img/assetDevOps/wlsb/nav1_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#wlsb .manageContent .leftNav li:nth-child(2) b{
    background: url("../img/assetDevOps/wlsb/nav2.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#wlsb .manageContent .leftNav li:nth-child(2).activeNav b{
    background: url("../img/assetDevOps/wlsb/nav2_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#wlsb .manageContent .leftNav li:nth-child(3) b{
    background: url("../img/assetDevOps/wlsb/nav3.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#wlsb .manageContent .leftNav li:nth-child(3).activeNav b{
    background: url("../img/assetDevOps/wlsb/nav3_bai.png") no-repeat center;
    background-size: 14px 14px;
}
/*-----------------网络设备监控左侧图标结束---------------*/

/*-----------------数据库中间件监控左侧图标开始---------------*/
.main_con .manageBox#zjj .manageContent .leftNav li:first-child b{
    background: url("../img/assetDevOps/zjj/nav1.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#zjj .manageContent .leftNav li:first-child.activeNav b{
    background: url("../img/assetDevOps/zjj/nav1_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#zjj .manageContent .leftNav li:nth-child(2) b{
    background: url("../img/assetDevOps/zjj/nav2.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#zjj .manageContent .leftNav li:nth-child(2).activeNav b{
    background: url("../img/assetDevOps/zjj/nav2_bai.png") no-repeat center;
    background-size: 14px 14px;
}
/*-----------------数据库中间件监控左侧图标结束---------------*/

/*-----------------应用性能监控左侧图标开始---------------*/
.main_con .manageBox#yyxn .manageContent .leftNav li:first-child b{
    background: url("../img/assetDevOps/yyxn/nav1.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#yyxn .manageContent .leftNav li:first-child.activeNav b{
    background: url("../img/assetDevOps/yyxn/nav1_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#yyxn .manageContent .leftNav li:nth-child(2) b{
    background: url("../img/assetDevOps/yyxn/nav2.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#yyxn .manageContent .leftNav li:nth-child(2).activeNav b{
    background: url("../img/assetDevOps/yyxn/nav2_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#yyxn .manageContent .leftNav li:nth-child(3) b{
    background: url("../img/assetDevOps/yyxn/nav3.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#yyxn .manageContent .leftNav li:nth-child(3).activeNav b{
    background: url("../img/assetDevOps/yyxn/nav3_bai.png") no-repeat center;
    background-size: 14px 14px;
}
/*-----------------应用性能监控左侧图标结束---------------*/

.main_con .manageBox .manageContent .rightContent{
    height: 100%;
    position: relative;
    flex: 1;
}

.main_con .manageBox .manageContent .rightContent li{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    padding: 13px 0;
    overflow-y: hidden;
}

.main_con .manageBox .manageContent .rightContent li .leftPart,
.main_con .manageBox.imgToLeft .manageContent .rightContent li .rightPart{
    margin: 0 52px 0 60px;
    width: 360px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main_con .manageBox .manageContent .rightContent li .leftPart span,
.main_con .manageBox.imgToLeft .manageContent .rightContent li .rightPart span{
    font-size: 24px;
    font-weight: 500;
    color: rgba(0,0,0,0.85);
    line-height: 40px;
    width: 100%;
}

.main_con .manageBox .manageContent .rightContent li .rightPart{
    position: absolute;
    right: 60px;
    top: 60px;
}

.main_con .manageBox.imgToLeft .manageContent .rightContent li .rightPart{
    position: absolute;
    left: auto;
    right: 60px;
    top: 0px;
    margin: 0;
}

.main_con .manageBox.imgToLeft .manageContent .rightContent li .leftPart{
    position: absolute;
    left: 0px;
    top: 0px;
}

.main_con .manageBox.imgToLeft .manageContent .rightContent li .leftPart img{
    top: 40px;
    position: absolute;
    left: 0;
    width: auto;
    height: auto;
}

.main_con .manageBox .manageContent .rightContent li .rightPart img,
.main_con .manageBox.imgToLeft .manageContent .rightContent li .leftPart img{
    /*width: 460px;*/
    height: 330px;
    transform: translateX(20px);
    transition-delay: 400ms;
    transition-duration: 1000ms;
    opacity: 0;
}

.main_con .manageBox .manageContent .rightContent li .leftPart span,
.main_con .manageBox .manageContent .rightContent li .leftPart img,
.main_con .manageBox.imgToLeft .manageContent .rightContent li .rightPart img,
.main_con .manageBox.imgToLeft .manageContent .rightContent li .rightPart span{
    position: absolute;
    top: 144px;
    opacity: 0;
    transform: translateX(90px);
    transition-delay: 120ms;
    transition-duration: 1500ms;
}

.main_con .manageBox .manageContent .rightContent li .leftPart img,
.main_con .manageBox.imgToLeft .manageContent .rightContent li .rightPart img{
    width: 56px;
    height: 56px;
    top: 240px;
    left: 0;
    transform: translateX(150px);
}

.main_con .manageBox#yyxn .manageContent .rightContent li:last-child .rightPart img{
    top: 240px;
}

.main_con .manageBox .manageContent .rightContent li .leftPart img:nth-of-type(2){
    left: 56px;
    transform: translateX(170px);
}

.main_con .manageBox .manageContent .rightContent li .rightPart img:nth-of-type(2){
    left: 56px;
}

.main_con .manageBox .manageContent .rightContent li .rightPart img:nth-of-type(3){
    left: 112px;
}

.main_con .manageBox#wlsb .manageContent .rightContent li:nth-child(2) .leftPart img:last-child,
.main_con .manageBox#zjj .manageContent .rightContent li:nth-child(2) .leftPart img:last-child,
.main_con .manageBox#yyxn .manageContent .rightContent li:nth-child(2) .leftPart img:last-child{
    left: 0;
}

.main_con .manageBox .manageContent .rightContent li .leftPart p{
    transform: translateX(200px);
    top: 211px;
}
.main_con .manageBox .manageContent .rightContent li.active{
    opacity: 1;
}
.main_con .manageBox .manageContent .rightContent li.active .leftPart span,
.main_con .manageBox .manageContent .rightContent li.active .leftPart p,
.main_con .manageBox .manageContent .rightContent li.active .leftPart img,
.main_con .manageBox .manageContent .rightContent li.active .rightPart img,
.main_con .manageBox.imgToLeft .manageContent .rightContent li.active .leftPart img,
.main_con .manageBox.imgToLeft .manageContent .rightContent li.active .rightPart span{
    opacity: 1;
    transform: translateX(0px);
}
.main_con .manageBox .manageContent .rightContent li.active .leftPart span{
    transform: translateX(0px);
    transition-delay: 200ms;
    transition-duration: 1500ms;
}

/*=================左右两侧内容动画结束=================*/
