.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);
}

.main_con {
    background: #fff;
}

.main_con .coreFunctions {
    height: 660px;
    position: relative;
    background: url("../img/privacyComputing/coreFunctions/bg.webp") no-repeat;
    background-size: 100% 660px;
}

.main_con .advantage {
    height: 570px;
    position: relative;
    background: url("../img/privacyComputing/advantage/bg.webp") no-repeat;
    background-size: 100% 570px;
}

/*核心功能样式开始*/
.main_con .coreContent {
    height: 440px;
    overflow-y: hidden;
    margin-top: 50px;
}

.main_con .coreContent .serviceType {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_con .coreContent .serviceType li {
    width: 180px;
    height: 46px;
    cursor: pointer;
    background: #F6F8FC;
    border-radius: 4px;
    margin: 0 25px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #3A3D4B;
}

.main_con .coreContent .serviceType li.activeNav{
    color: #fff;
    background: #0E9AFF;
    border-radius: 4px;
}

.main_con .coreContent .bottomContent {
    height: 100%;
    position: relative;
    flex: 1;
}

.main_con .coreContent .bottomContent li{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    padding-top: 30px;
    overflow-y: hidden;
}

.main_con .coreContent .bottomContent li .rightPart{
    height: 100%;
}

.main_con .coreContent .bottomContent li .rightPart .partTitle {
    font-size: 22px;
    font-weight: 500;
    color: #3A3D4B;
    line-height: 38px;
    margin-top: 62px;
    padding-left: 32px;
}

.main_con .coreContent .bottomContent li .rightPart .line {
    height: 4px;
    background: url("../img/privacyComputing/coreFunctions/line.png") no-repeat;
    background-size: 534px 4px;
    margin: 20px 0 40px 32px;
}

.main_con .coreContent .bottomContent li .rightPart .ability {
    display: flex;
    align-items: center;
    margin: 20px 0 0 32px;

}

.main_con .coreContent .bottomContent li .rightPart .ability img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.main_con .coreContent .bottomContent li .rightPart .ability .describe {
    font-size: 16px;
    color: #3A3D4B;
    line-height: 20px;
}

.main_con .coreContent .bottomContent li .rightPart {
    position: absolute;
    left: 52%;
    top: 0;
    width: 100%;
}

.main_con .coreContent .bottomContent li .rightPart .quotationMark{
    position: absolute;
    left: 0;
    top: 24px;
    width: 60px;
    height: 60px;
}

.main_con .coreContent .bottomContent li .rightPart div {
    opacity: 0;
    transform: translateX(90px);
    transition-delay: 120ms;
    transition-duration: 1200ms;
}

.main_con .coreContent .bottomContent li .leftPart img{
    transform: translateX(0px);
    transition-delay: 400ms;
    transition-duration: 1200ms;
    opacity: 0;
}

.main_con .coreContent .bottomContent li.active{
    opacity: 1;
}

.main_con .coreContent .bottomContent li.active .leftPart img {
    opacity: 1;
    transform: translateX(20px);
    width: 616px;
    height: 360px;
}

.main_con .coreContent .bottomContent li.active .rightPart div {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 200ms;
    transition-duration: 1200ms;
}
/*核心功能样式结束*/

/*产品优势样式开始*/
.main_con .manageContent {
    display: flex;
    height: 340px;
    overflow-y: hidden;
    margin-top: 50px;
}

.main_con .manageContent .leftNav {
    width: 260px;
}

.main_con .manageContent .leftNav li{
    padding-left: 40px;
    height: 80px;
    line-height: 80px;
    background: url("../img/privacyComputing/advantage/button_normal.svg") no-repeat;
    background-size: 100% 80px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 2px 19px 0px rgba(153,170,224,0.23);
}

.main_con .manageContent .leftNav li:nth-child(2),.main_con .manageContent .leftNav li:nth-child(3) {
    margin-top: 50px;
}

.main_con .manageContent .leftNav li.activeNav{
    background: url("../img/privacyComputing/advantage/button_click.svg") no-repeat;
    background-size: 100% 80px;
    color: #fff;
    box-shadow: 0px 2px 19px 0px rgba(153,170,224,0.23);
}

.main_con .manageContent .rightContent{
    height: 100%;
    position: relative;
    flex: 1;
}

.main_con .manageContent .rightContent li{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    padding: 13px 0;
    overflow-y: hidden;
}

.main_con .manageContent .rightContent li .leftPart{
    margin-left: 74px;
    width: 420px;
    height: 100%;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
}

.main_con .manageContent .rightContent li .leftPart .partTitle {
    height: 33px;
    font-size: 22px;
    font-weight: 500;
    color: #3A3D4B;
    line-height: 33px;
}

.main_con .manageContent .rightContent li .leftPart .partCon {
     font-size: 16px;
     color: #53586C;
     line-height: 24px;
     margin: 12px 0 6px 0;
}

.main_con .manageContent .rightContent li .leftPart .ability {
    display: flex;
    width: 420px;
    background: linear-gradient(90deg, #FFFFFF 55%, #F6F8FD 100%);
    border-radius: 6px;
    margin-top: 12px;
}

.main_con .manageContent .rightContent li .leftPart .ability img {
    width: 32px;
    height: 32px;
    margin: 6px 10px 6px 16px;
}

.main_con .manageContent .rightContent li .leftPart .ability .describe {
    font-size: 16px;
    color: #3A3D4B;
    line-height: 24px;
    margin: 10px 0 10px;
}

.main_con .manageContent .rightContent li .rightPart{
    position: absolute;
    right: 20px;
    top: 20px;
}

.main_con .manageContent .rightContent li .rightPart img {
    transform: translateX(20px);
    transition-delay: 400ms;
    transition-duration: 1200ms;
    opacity: 0;
}

.main_con .manageContent .rightContent li .leftPart div {
    opacity: 0;
    transform: translateX(90px);
    transition-delay: 120ms;
    transition-duration: 1200ms;
}

.main_con .manageContent .rightContent li.active{
    opacity: 1;
}

.main_con .manageContent .rightContent li.active .leftPart div {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 200ms;
    transition-duration: 1200ms;
}

.main_con .manageContent .rightContent li.active .rightPart img {
    opacity: 1;
    transform: translateX(0px);
    width: 340px;
    height: 300px;
}
/*产品优势样式结束*/

.main_con .areaBox {
    width: 1200px;
    margin: 0 auto;
}

.main_con .areaBox .title {
    text-align: center;
    padding-top: 60px;
    height: 100px;
    font-size: 28px;
    font-weight: bold;
    color: #3A3D4B;
    margin-bottom: 6px;
}

.main_con .areaBox .titleLine {
    /*text-align: center;*/
    width: 42px;
    height: 6px;
    margin: 0 auto;
    background: #0E9AFF;
    border-radius: 3px;
}

.applicationCases .projectBg {
    height: 330px;
    position: relative;
    background: url("../img/privacyComputing/applicationCases/projectBg.png") no-repeat;
    background-position-y: bottom;
    background-size: 100% 120px;
}

.projectBg .backdropBox {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    margin-top: 56px;
}

.projectBg .backdropBox .backdropLeft {
    height: 330px;
    width: 520px;
    background: url("../img/privacyComputing/applicationCases/leftBg.png") no-repeat;
    background-size: 520px 330px;
}

.projectBg .backdropBox .backdropRight {
    margin-left: 50px;
    width: 630px;
}

.backdropBox .backdropRight .bgTitle {
    margin-top: 32px;
    height: 33px;
    font-size: 22px;
    font-weight: 500;
    color: #3A3D4B;
    line-height: 33px;
}

.backdropBox .backdropRight .bgCon {
    margin-top: 14px;
    font-size: 16px;
    color: #53586C;
    line-height: 26px;
}

.backdropBox .backdropRight .bgTips {
    margin-top: 56px;
    height: 33px;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;
}

.backdropBox .backdropRight .bgENTips {
    opacity: 0.7;
    margin-top: 8px;
    height: 20px;
    color: #FFFFFF;
    line-height: 20px;
    letter-spacing: 2px;
}

.applicationCases .platform {
    height: 1028px;
    position: relative;
    background: url("../img/privacyComputing/applicationCases/bg.webp") no-repeat;
    background-size: 100% 1028px;
}

.applicationCases .platform .solution {
    margin: 0 auto;
    width: 1200px;
}

.applicationCases .platform .title {
    font-size: 20px;
    font-weight: 500;
    color: #3A3D4B;
    line-height: 29px;
    text-align: center;
    margin-bottom: 24px;
}

.applicationCases .platform .solution .title {
    padding-top: 50px;
}

.applicationCases .platform .atlasBox .title {
    padding-top: 30px;
}

.applicationCases .platform .solution ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.applicationCases .platform .solution ul li {
    height: 152px;
    width: 376px;
    position: relative;
    background: url("../img/privacyComputing/applicationCases/solution.png") no-repeat;
    background-size: 376px 152px;
}

.applicationCases .platform .solution ul li img {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.applicationCases .platform .solution ul li div {
    width: 256px;
    font-size: 16px;
    color: #3A3D4B;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.applicationCases .platform .graph {
    height: 590px;
    background: url("../img/privacyComputing/applicationCases/atlas.svg") no-repeat;
    background-size: 100% 590px;
}

