a {
    text-decoration: none;
}
.main_banner .manageIcon {
    width: 44px;
    height: 44px;
}
.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-weight: 500;
    margin-bottom: 24px;
    color: rgba(0,0,0,0.85);
}
.banner_detail {
    width: 483px;
    font-size: 20px;
    line-height: 28px;
    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%);
}

.serviceType ,.cardType{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serviceType li {
    width: 220px;
}

.serviceType li ,.cardType li{
    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);
}

.cardType li {
    width: 282px;
}

.serviceType li .cardTitle,.cardType li .cardTitle {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,0,0,0.85);
    line-height: 22px;
    margin: 28px 0 12px 24px;
}

.serviceType li .cardName,.cardType li .cardName {
    color: rgba(0,0,0,0.65);
    line-height: 20px;
    margin-left: 24px;
}

.serviceType li img,.cardType li img {
    width: 90px;
    height: 60px;
    position: absolute;
    bottom: 25px;
    right: 16px;
}

.cardType .dataCardOne {
    background: url("../img/dataService/card1_normal.png");
    background-size: 282px 110px;
}

.cardType .dataCardOne.dataCardActive {
    background: url("../img/dataService/card1_click.png");
    background-size: 282px 110px;
}

.cardType .dataCardTwo {
    background: url("../img/dataService/card2_normal.png");
    background-size: 282px 110px;
}

.cardType .dataCardTwo.dataCardActive {
    background: url("../img/dataService/card2_click.png");
    background-size: 282px 110px;
}

.cardType .dataCardThree {
    background: url("../img/dataService/card3_normal.png");
    background-size: 282px 110px;
}

.cardType .dataCardThree.dataCardActive {
    background: url("../img/dataService/card3_click.png");
    background-size: 282px 110px;
}

.cardType .dataCardFour {
    background: url("../img/dataService/card4_normal.png");
    background-size: 282px 110px;
}

.cardType .dataCardFour.dataCardActive {
    background: url("../img/dataService/card4_click.png");
    background-size: 282px 110px;
}

.cardType .dataCardFive {
    background: url("../img/dataService/card5_normal.png");
    background-size: 282px 110px;
}

.cardType .dataCardFive.dataCardActive {
    background: url("../img/dataService/card5_click.png");
    background-size: 282px 110px;
}

.serviceType .dataCardOne {
    background: url("../img/dataService/card1_normal.png");
    background-size: 220px 110px;
}

.serviceType .dataCardOne.dataCardActive {
    background: url("../img/dataService/card1_click.png");
    background-size: 220px 110px;
}

.serviceType .dataCardTwo {
    background: url("../img/dataService/card2_normal.png");
    background-size: 220px 110px;
}

.serviceType .dataCardTwo.dataCardActive {
    background: url("../img/dataService/card2_click.png");
    background-size: 220px 110px;
}

.serviceType .dataCardThree {
    background: url("../img/dataService/card3_normal.png");
    background-size: 220px 110px;
}

.serviceType .dataCardThree.dataCardActive {
    background: url("../img/dataService/card3_click.png");
    background-size: 220px 110px;
}

.serviceType .dataCardFour {
    background: url("../img/dataService/card4_normal.png");
    background-size: 220px 110px;
}

.serviceType .dataCardFour.dataCardActive {
    background: url("../img/dataService/card4_click.png");
    background-size: 220px 110px;
}

.serviceType .dataCardFive {
    background: url("../img/dataService/card5_normal.png");
    background-size: 220px 110px;
}

.serviceType .dataCardFive.dataCardActive {
    background: url("../img/dataService/card5_click.png");
    background-size: 220px 110px;
}

.serviceType .dataCardActive .cardTitle,.cardType .dataCardActive .cardTitle {
    color: #FFFFFF;
}

.serviceType .dataCardActive .cardName,.cardType .dataCardActive .cardName {
    color: rgba(255,255,255,0.65);
}

.main_con {
    padding-bottom: 50px;
    background: url("../img/dataService/mainBg.webp") no-repeat;
    background-size: 100% 100%;
}

.main_con #dataClassification .title,.main_con #observationNetwork .title {
    height: 170px;
    padding-top: 105px;
}

.main_con #integratedMonitor .title,.main_con #realUserMonitor .title,.main_con #interruptAnalysis .title,.main_con #dataFlow .title,.main_con #securityRisk .title,.main_con #securityThreat .title,.main_con #assetManage .title {
    padding-top: 50px;
}

.main_con .manageBox .title {
    font-size: 24px;
    height: 114px;
    line-height: 32px;
    font-weight: 500;
    color: rgba(0,0,0,0.85);
    text-align: center;
    padding-bottom: 32px;
}

.main_con .manageBox .moduleLeftBox,.main_con .manageBox .moduleRightBox {
    margin: 0 auto;
    height: 450px;
    width: 1200px;
    display: flex;
    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 .moduleLeftBox {
    background: url("../img/dataService/leftBg.png") no-repeat center;
    background-size: 1200px 450px;
}

.main_con .manageBox .moduleRightBox {
    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/dataService/security/dataClassification/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;
    background-size: 150px 50px;
    color: #fff;
}

/*-----------------数据分类分级左侧图标开始---------------*/
.main_con .manageBox .manageContent .leftNav li:first-child b{
    background: url("../img/dataService/security/dataClassification/nav1.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox .manageContent .leftNav li:first-child.activeNav b{
    background: url("../img/dataService/security/dataClassification/nav1_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox .manageContent .leftNav li:nth-child(2) b{
    background: url("../img/dataService/security/dataClassification/nav2.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox .manageContent .leftNav li:nth-child(2).activeNav b{
    background: url("../img/dataService/security/dataClassification/nav2_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox .manageContent .leftNav li:nth-child(3) b{
    background: url("../img/dataService/security/dataClassification/nav3.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox .manageContent .leftNav li:nth-child(3).activeNav b{
    background: url("../img/dataService/security/dataClassification/nav3_bai.png") no-repeat center;
    background-size: 14px 14px;
}
/*-----------------数据分类分级左侧图标结束---------------*/

/*-----------------数据流转监测左侧图标开始---------------*/
.main_con .manageBox#dataFlow .manageContent .leftNav li:first-child b{
    background: url("../img/dataService/security/dataFlow/nav1.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#dataFlow .manageContent .leftNav li:first-child.activeNav b{
    background: url("../img/dataService/security/dataFlow/nav1_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#dataFlow .manageContent .leftNav li:nth-child(2) b{
    background: url("../img/dataService/security/dataFlow/nav2.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#dataFlow .manageContent .leftNav li:nth-child(2).activeNav b{
    background: url("../img/dataService/security/dataFlow/nav2_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#dataFlow .manageContent .leftNav li:nth-child(3) b{
    background: url("../img/dataService/security/dataFlow/nav3.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#dataFlow .manageContent .leftNav li:nth-child(3).activeNav b{
    background: url("../img/dataService/security/dataFlow/nav3_bai.png") no-repeat center;
    background-size: 14px 14px;
}
/*-----------------数据流转监测左侧图标结束---------------*/

/*-----------------安全风险评估左侧图标开始---------------*/
.main_con .manageBox#securityRisk .manageContent .leftNav li:first-child b{
    background: url("../img/dataService/security/securityRisk/nav1.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#securityRisk .manageContent .leftNav li:first-child.activeNav b{
    background: url("../img/dataService/security/securityRisk/nav1_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#securityRisk .manageContent .leftNav li:nth-child(2) b{
    background: url("../img/dataService/security/securityRisk/nav2.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#securityRisk .manageContent .leftNav li:nth-child(2).activeNav b{
    background: url("../img/dataService/security/securityRisk/nav2_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#securityRisk .manageContent .leftNav li:nth-child(3) b{
    background: url("../img/dataService/security/securityRisk/nav3.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#securityRisk .manageContent .leftNav li:nth-child(3).activeNav b{
    background: url("../img/dataService/security/securityRisk/nav3_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#securityRisk .manageContent .leftNav li:nth-child(4) b{
    background: url("../img/dataService/security/securityRisk/nav4.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#securityRisk .manageContent .leftNav li:nth-child(4).activeNav b{
    background: url("../img/dataService/security/securityRisk/nav4_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#securityRisk .manageContent .leftNav li:nth-child(5) b{
    background: url("../img/dataService/security/securityRisk/nav5.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#securityRisk .manageContent .leftNav li:nth-child(5).activeNav b{
    background: url("../img/dataService/security/securityRisk/nav5_bai.png") no-repeat center;
    background-size: 14px 14px;
}
/*-----------------安全风险评估左侧图标结束---------------*/

/*-----------------安全威胁检测左侧图标开始---------------*/
.main_con .manageBox#securityThreat .leftNav li:first-child b{
    background: url("../img/dataService/security/securityThreat/nav1.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#securityThreat .leftNav li:first-child.activeNav b{
    background: url("../img/dataService/security/securityThreat/nav1_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#securityThreat .leftNav li:nth-child(2) b{
    background: url("../img/dataService/security/securityThreat/nav2.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#securityThreat .leftNav li:nth-child(2).activeNav b{
    background: url("../img/dataService/security/securityThreat/nav2_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#securityThreat .leftNav li:nth-child(3) b{
    background: url("../img/dataService/security/securityThreat/nav3.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#securityThreat .leftNav li:nth-child(3).activeNav b{
    background: url("../img/dataService/security/securityThreat/nav3_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#securityThreat .leftNav li:nth-child(4) b{
    background: url("../img/dataService/security/securityThreat/nav4.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#securityThreat .leftNav li:nth-child(4).activeNav b{
    background: url("../img/dataService/security/securityThreat/nav4_bai.png") no-repeat center;
    background-size: 14px 14px;
}
/*-----------------安全威胁检测左侧图标结束---------------*/

/*-----------------资产脆弱性管理左侧图标开始---------------*/
.main_con .manageBox#assetManage .manageContent .leftNav li:first-child b{
    background: url("../img/dataService/experience/integratedMonitor/nav1.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#assetManage .manageContent .leftNav li:first-child.activeNav b{
    background: url("../img/dataService/experience/integratedMonitor/nav1_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#assetManage .manageContent .leftNav li:nth-child(2) b{
    background: url("../img/dataService/experience/integratedMonitor/nav2.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#assetManage .manageContent .leftNav li:nth-child(2).activeNav b{
    background: url("../img/dataService/experience/integratedMonitor/nav2_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#assetManage .manageContent .leftNav li:nth-child(3) b{
    background: url("../img/dataService/experience/integratedMonitor/nav3.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#assetManage .manageContent .leftNav li:nth-child(3).activeNav b{
    background: url("../img/dataService/experience/integratedMonitor/nav3_bai.png") no-repeat center;
    background-size: 14px 14px;
}
/*-----------------资产脆弱性管理左侧图标结束---------------*/

/*-----------------全球观测网络左侧图标开始---------------*/
.main_con .manageBox#observationNetwork .manageContent .leftNav li:first-child.activeNav b{
    background: url("../img/dataService/experience/observationNetwork/nav1_bai.png") no-repeat center;
    background-size: 14px 14px;
}
/*-----------------全球观测网络左侧图标结束---------------*/

/*-----------------主动式综合监测左侧图标开始---------------*/
.main_con .manageBox#integratedMonitor .manageContent .leftNav li:first-child b{
    background: url("../img/dataService/experience/integratedMonitor/nav1.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#integratedMonitor .manageContent .leftNav li:first-child.activeNav b{
    background: url("../img/dataService/experience/integratedMonitor/nav1_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#integratedMonitor .manageContent .leftNav li:nth-child(2) b{
    background: url("../img/dataService/experience/integratedMonitor/nav2.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#integratedMonitor .manageContent .leftNav li:nth-child(2).activeNav b{
    background: url("../img/dataService/experience/integratedMonitor/nav2_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#integratedMonitor .manageContent .leftNav li:nth-child(3) b{
    background: url("../img/dataService/experience/integratedMonitor/nav3.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#integratedMonitor .manageContent .leftNav li:nth-child(3).activeNav b{
    background: url("../img/dataService/experience/integratedMonitor/nav3_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#integratedMonitor .manageContent .leftNav li:nth-child(4) b{
    background: url("../img/dataService/experience/integratedMonitor/nav4.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#integratedMonitor .manageContent .leftNav li:nth-child(4).activeNav b{
    background: url("../img/dataService/experience/integratedMonitor/nav4_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#integratedMonitor .manageContent .leftNav li:nth-child(5) b{
    background: url("../img/dataService/experience/integratedMonitor/nav5.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#integratedMonitor .manageContent .leftNav li:nth-child(5).activeNav b{
    background: url("../img/dataService/experience/integratedMonitor/nav5_bai.png") no-repeat center;
    background-size: 14px 14px;
}
/*-----------------主动式综合监测左侧图标结束---------------*/

/*-----------------真实用户监控左侧图标开始---------------*/
.main_con .manageBox#realUserMonitor .manageContent .leftNav li:first-child b{
    background: url("../img/dataService/experience/realUserMonitor/nav1.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#realUserMonitor .manageContent .leftNav li:first-child.activeNav b{
    background: url("../img/dataService/experience/realUserMonitor/nav1_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#realUserMonitor .manageContent .leftNav li:nth-child(2) b{
    background: url("../img/dataService/experience/realUserMonitor/nav2.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#realUserMonitor .manageContent .leftNav li:nth-child(2).activeNav b{
    background: url("../img/dataService/experience/realUserMonitor/nav2_bai.png") no-repeat center;
    background-size: 14px 14px;
}
/*-----------------真实用户监控左侧图标结束---------------*/

/*-----------------互联网中断分析左侧图标开始---------------*/
.main_con .manageBox#interruptAnalysis .manageContent .leftNav li:first-child b{
    background: url("../img/dataService/experience/interruptAnalysis/nav1.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#interruptAnalysis .manageContent .leftNav li:first-child.activeNav b{
    background: url("../img/dataService/experience/interruptAnalysis/nav1_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#interruptAnalysis .manageContent .leftNav li:nth-child(2) b{
    background: url("../img/dataService/experience/interruptAnalysis/nav2.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#interruptAnalysis .manageContent .leftNav li:nth-child(2).activeNav b{
    background: url("../img/dataService/experience/interruptAnalysis/nav2_bai.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#interruptAnalysis .manageContent .leftNav li:nth-child(3) b{
    background: url("../img/dataService/experience/interruptAnalysis/nav3.png") no-repeat center;
    background-size: 14px 14px;
}
.main_con .manageBox#interruptAnalysis .manageContent .leftNav li:nth-child(3).activeNav b{
    background: url("../img/dataService/experience/interruptAnalysis/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: 115px;
    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: 211px;
    left: 0;
    transform: translateX(150px);
}

.main_con .manageBox#assetManage .manageContent .rightContent li:nth-child(3) .leftPart img{
    top: 168px;
}

.main_con .manageBox#dataFlow .manageContent .rightContent li:last-child .rightPart img,
.main_con .manageBox#assetManage .manageContent .rightContent li:first-child .leftPart img,
.main_con .manageBox#observationNetwork .manageContent .rightContent li:first-child .leftPart img,
.main_con .manageBox#securityRisk .manageContent .rightContent li .leftPart img{
    top: 260px;
}

.main_con .manageBox#securityRisk .manageContent .rightContent li:first-child .leftPart img,
.main_con .manageBox#assetManage .manageContent .rightContent li:first-child .leftPart img,
.main_con .manageBox#securityRisk .manageContent .rightContent li:nth-child(2) .leftPart img{
    top: 280px;
}

.main_con .manageBox#assetManage .manageContent .rightContent li:last-child .rightPart img{
    top: 211px;
}

.main_con .manageBox .manageContent .rightContent li .leftPart img:nth-child(2){
    left: 56px;
    transform: translateX(170px);
}

.main_con .manageBox#assetManage .manageContent .rightContent li:last-child .rightPart img:nth-child(2),
.main_con .manageBox#interruptAnalysis .manageContent .rightContent li:first-child .rightPart img:nth-child(2),
.main_con .manageBox#interruptAnalysis .manageContent .rightContent li:nth-child(2) .rightPart img:nth-child(2){
    left: 56px;
}

.main_con .manageBox .manageContent .rightContent li:nth-child(2) .leftPart img:last-child{
    left: 112px;
}

.main_con .manageBox#observationNetwork .manageContent .rightContent li:first-child .leftPart img,
.main_con .manageBox#dataFlow .manageContent .rightContent li:nth-child(2) .leftPart img:last-child,
.main_con .manageBox#securityRisk .manageContent .rightContent li:nth-child(2) .leftPart img:last-child,
.main_con .manageBox#dataClassification .manageContent .rightContent li:nth-child(2) .leftPart img:last-child,
.main_con .manageBox#integratedMonitor .manageContent .rightContent li:nth-child(2) .leftPart img:last-child,
.main_con .manageBox#interruptAnalysis .manageContent .rightContent li:nth-child(2) .leftPart img:last-child,
.main_con .manageBox#securityThreat .manageContent .rightContent li:nth-child(2) .leftPart img:last-child,
.main_con .manageBox#realUserMonitor .manageContent .rightContent li:nth-child(2) .leftPart img:last-child,
.main_con .manageBox#assetManage .manageContent .rightContent li:nth-child(1) .leftPart img:last-child,
.main_con .manageBox#assetManage .manageContent .rightContent li:nth-child(2) .leftPart img:last-child{
    left: 0;
}

.main_con .manageBox .manageContent .rightContent li:nth-child(4) .leftPart img{
    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;
}
/*=================左右两侧内容动画结束=================*/