.top{
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    height: 62px;
    box-sizing: border-box;
    position: fixed;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}
.ul{
    margin-left: 20px;
}
.ullist{
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    
}
.top_left{
    display: flex;
    align-items: center;
}
.ullist li{
    width: 100px;
    margin-right: 20px;
    /* line-height: 62px; */
}
.ullist li:nth-child(1){
    margin-right: 0;
}
.box{
    height: 500px;
    position: relative;
    background-color: #e6e9ee;
    background-image: url('/assets/index/boxbg.png');
    background-position: top;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.box .content{
    max-width: 1380px;
    height: 500px;
    background-color: pink;
    margin: 0 auto;
    display: flex;
    position: relative;
    /* display: flex;
    justify-content: space-around; */
}
.box .content .left{
    width: 45%;
    position: absolute;
    padding-top: 80px;
    height: 100%;
    background-color: skyblue;
}
.box .content .right{
    width: 45%;
    height: 100%;
    background-color: yellow;
}
.cententbox{
    height: 100px;
    /* background-color: pink; */
    position: relative;
}
.centercontent{
   max-width:1380px;
    /* background-color: #fff; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: -46px;
}
.centter_content{
    /* width: 15%; */
    min-width: 200px;
    height: 100px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    cursor: pointer;
    margin-right: 20px;
}
.font{
    font-size: 13px;
    margin-top: 10px;
}
.weight{
    font-weight: bold;
}
.fullbox{
    min-height: 240px;
    background-color: #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    margin-top: -50px;
    padding-top: 100px;
}
.fullboxs{
    height: 300px;
    background-color: #fff;
  
    
    padding-top: 100px;
}
.text{
    width: 100%;
   text-align: center;
}
.text span{
    font-size: 28px;
    font-weight: 500;
    color: #000;
}
.footer{
    height: 500px;
    background-color: rgb(245, 247, 250);
}
.footer_box{
   max-width:1380px;
    height: 500px;
    background-color: pink;
    margin: 0 auto;
}
.foot{
    min-height: 100px;
    background-image: url('/assets/index/indexboxbg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.leftlist{
    /* position: absolute; */
    width: 400px;
    height: 320px;
    
    padding: 30px;
    padding-top: 80px;
    cursor: pointer;
    padding-left: 0px;
}
.leftlist li {
    padding-right: 30px;
    
    padding: 20px;
    margin-bottom: 20px;
    text-align: right;
    position: relative; /* 让伪元素相对于父元素定位 */
    overflow: hidden; /* 防止溢出 */
}
.tpm-hero2__ctrl-item-tittext {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: font-size .4s ease-in-out;
}
.libox {
    padding-right: 30px;
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
    padding: 20px;
    margin-bottom: 20px;
    text-align: right;
    position: relative; /* 让伪元素相对于父元素定位 */
    overflow: hidden; /* 防止溢出 */
}

/* 默认隐藏下划线 */
.leftlist li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 10s linear;
}

/* 选中的 li，动画执行 */
.leftlist .libox.active::after {
    width: 100%;
}

/* 当元素切换时，立即让动画消失 */
.leftlist .hidden::after {
    transition: none !important; /* 立即取消动画 */
    width: 0 !important;
}




.righttop{
    width: auto;
    position: absolute;
    top: 130px;
    /* width: 300px; */
    font-size: 28px;
}
.righttopss{
    width: auto;
    position: absolute;
    top: 130px;
    /* width: 300px; */
    font-size: 28px;
}
.righttops{
    width: auto;
    position: absolute;
    top: 200px;
    font-size: 20px;
}
.righttopsss{
    width: auto;
    position: absolute;
    top: 200px;
    font-size: 20px;
}
.righttopsd{
    width: 200px;
    height: 50px;
    position: absolute;
    top: 270px;
    font-size: 20px;
    background-color: #0052d9;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    cursor: pointer;
}
.righttopsds{
    width: 200px;
    height: 50px;
    position: absolute;
    top: 270px;
    font-size: 20px;
    background-color: #0052d9;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    cursor: pointer;
}
.linecontent{
    position: absolute;
    top:90px;
    width: 3px;
    background-color: #fff;
    height: 330px;
}
.line{
    width: 10%;
    height: 100%;
    background-color: black;
}
.options{
   max-width:1380px;
    margin: 0 auto;
    margin-top: 30px;
}
.uloption{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.uloption li{
    width: 200px;
    height: 70px;
    cursor: pointer;
    color: #0052d9;
    font-weight: 400;
    text-align: right;
}
.uloption li::before{
    background-color: #0052d9;
}
.tpm-tabs__cont{
    /* height: 200px; */
    padding: 32px 40px;
    background-color: #f3f5f8;
    box-shadow: inset 8px 8px 20px 0 rgba(55,99,170,.11),inset -8px -8px 20px 0 #fff;
}
.tpm-box{
   max-width:1380px;
   
    height: 400px;
    margin: 0 auto;
    display: flex;
}
.tpm-box-left{
    /* width: 23%; */
    height: 100%;
   
}
.tpm-box-right{
    /* width: 77%; */
    width: 1000px;
    height: 100%;
    background-color: #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff;
    padding: 20px;
    box-sizing: border-box;
    /* display: flex;
    flex-wrap: wrap; */
    /* background-color: pink; */
    /* justify-content: space-between; */
    /* background-color: yellowgreen; */
}
.tpm-box-top{
    min-width: 100%;
    /* height: 45%; */
    margin-bottom: 68px;
    /* margin-bottom: 38px; */
}
.tpm-box-bottom{
    width: 100%;
    /* height: 45%; */
    
}
.tpm-box-right .righttopbottom{
    width: 100%;
    border-bottom: 1px solid rgba(2,8,20,.08);
    z-index: 333;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.righttopbottoms{
    width: 100%;
    /* border-bottom: 1px solid rgba(2,8,20,.08); */
    z-index: 333;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    /* padding-bottom: 20px; */
}
.righttopbottoms div{
  flex: 1;
}
.righttopbottom div{
    flex: 1;
  }
.btnbottom{
    
        border: 1px solid #1664ff;
        border-radius: 4px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        height: 32px;
        line-height: 30px;
        padding: 0 16px;
        cursor: pointer;
}
.tag-QHnO {
    border: 1px solid #dde2e9;
    border-radius: 4px;
    color: #41464f;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    padding: 0 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btnbottom:hover {
    background: rgba(22,100,255,.1);
    border-color: #1664ff;
    color: #1664ff;
}
.warps{
    display: flex;
    flex-wrap: nowrap;
    height: 20px;
}
.title-qB9H {
    color: #020814;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    position: relative;
}
.subtitle-3Okm {
    color: #41464f;
    font-size: 14px;
    line-height: 22px;
    margin: 8px 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tpm-product__recommend{
    margin-right: 20px;
        background-color: #f3f5f8;
        background-image: url(/assets/index/recom-bg_938.jpg),linear-gradient(180deg,#f3f5f8,#fff 178px,#fff);
        background-size: 340px auto,auto;
        background-position: 100% 0;
        background-repeat: no-repeat;
        border: 2px solid #fff;
        box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff;
        border-radius: 4px;
        padding: 24px;
        box-sizing: border-box;
        /* height: 200px; */
        position: relative;
}
.tpm-title{

}
.tpm-content{
    font-size: 14px;
    margin-top: 25px;
}
.botton{
    display: flex;
    margin-top: 10px;
}
.leftbotton{
    width: 150px;
    height: 40px;
    background-color: #0052d9;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-right: 20px;
    cursor: pointer;
}
.rightbotton{
    width: 150px;
    height: 40px;
    /* background-color: #fff;     */
    background-color: #fff;
    color: #43474d;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),inset 0 4px 20px 0 hsla(0,0%,100%,.5);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    /* color: #fff; */
}
.tpm-contents{
    width: 280px;
    position: relative;
    box-shadow: 3px 3px 12px rgba(55,99,170,.2);
    height: 200px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 30px;
    cursor: pointer;
    
}
.cpu{
    margin-top: 30px;
    font-size: 12px;
}
.one{
    height: 20px;
    background: #f1f2f5;
    color: #5f7292;
    border: 1px solid rgba(75,91,118,.5);
    border-radius: 2px;
    border: 0;
    margin-left: 20px;
}
.tag{
    display: flex;
    /* justify-content: space-around; */
    margin-top: 30px;
    
      
    
}
.allbox{
    /* padding: 30px; */
    background-color: #fff;
    min-height: 500px;
}
  .allbox-top{
    text-align: center;
    height: 60px;
  }
  .box-top{
   max-width:1380px;
    /* background-color: pink; */
    margin: 0 auto;
    height: 300px;
  }
  .box-content{
    
        
            font-size: 0;
            margin: 20px -10px -20px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
       
  }
  .box-content li{
    
        display: inline-block;
        vertical-align: top;
        width: 20%;
        box-sizing: border-box;
        padding: 0 10px;
        margin-bottom: 20px;
    
  }
  .box-div{
position: relative;
        box-sizing: border-box;
        height: 100%;
        padding: 24px 20px;
        background-image: linear-gradient(180deg,#f3f5f8,#fff);
        border: 2px solid #fff;
        box-shadow: 8px 8px 20px rgba(55,99,170,.1),-8px -8px 20px #fff;
        border-radius: 4px;
  }
  .tpm-solution2__nav-icon {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: 24px;
    right: 20px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
}
.tpm-solution2__nav-cnt {
    max-width: calc(100% - 56px);
    overflow: hidden;
}
.tpm-solution2__nav-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tpm-solution2__nav-desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    opacity: .8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 44px;
}
.server{
    background-color: #f5f7fa;
    padding: 60px 20px;
}
.center{
    text-align: center;
    height: 90px;
}
.footer{
    
    padding: 0 20px;
    height: 160px;
    background: #242933 url('/assets/index/bg_ebb.jpg') 50% no-repeat;
    background-size: auto 100%;
    -webkit-font-smoothing: antialiased;

}
.white{
    height: 100px;
}
.footercontent{
   max-width:1380px;
    margin: 0 auto;
    /* background-color: pink; */
    height: 100%;
    padding: 30px;
    color: #fff;
}
.more{
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
    margin-top: 30px;
    cursor: pointer;
}
.font-con{
    font-size: 22px;
}
.tpm-logo-card__list {
    height: 92px;
    overflow: hidden;
    white-space: normal;
    text-align: center;
}
.tpm-logo-card__list>li {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px 12px;
}
.tpm-logo-card {
    box-sizing: border-box;
    width: 200px;
    background: #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff,inset 0 4px 20px 0 hsla(0,0%,100%,.5);
    border-radius: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    padding: 20px;
}
.tpm-logo-card__img-wrap {
    width: 100%;
    max-width: 160px;
}
.tpm-logo-card__img {
    padding-top: 25%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0!important;
    line-height: 0!important;
}
.footer-box {
    /* max-width: 1920px; */
    height: 402px;
    background: url('/assets/index/6276fe080ee3933bd2804a4d93b4c95d.png')
      100% no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.carouselone{
    background-image: url('/assets/index/WfiPpJQJi1lGIafdSnYMh.jpg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
   
}
.icon{
    width: 16px;
    height: 16px;
}
.tagbox{
    
    background: #fff;
    color: #5f7292;
    border: 0;
    padding: 10px;
}
.logo img{
    
    height: 150px;
    cursor: pointer;
}
.cpu{
    font-size: 12px;
    font-weight: bold;
}
.leftcontet{
    /* background-color: blue; */
    /* padding: 24px; */
    /* padding-right: 24px; */
    position: absolute;
    top: 28px;
    box-sizing: border-box;
}
.rightcontent{
    background-color: skyblue;
    padding: 24px;
    padding-top: 55px;
}
.leftlists{
    top: 70px;
    width: 400px;
    height: 320px;
    
    padding: 30px;
    cursor: pointer;
    border-right: 1px solid #fff;
}
.leftlists li{
    /* width: 300px; */
    height: 60px;
    padding-right: 30px;
    background: linear-gradient(270deg,#fff,hsla(0,0%,100%,0));
    padding: 20px;
    margin-bottom: 20px;
    text-align: right;
}
.lines{
    position: absolute;
    right: -3px;
    /* margin: 20px 0; */
}
.contents{
    max-width: 1380px;
    height: 100%;
    /* background-color: skyblue; */
    margin: 0 auto;
    display: flex;
}
.contents-left{
    flex: .55;
    /* max-width: 50%; */
    height: 100%;
    /* background-color: pink; */
    border-right: 1px solid #fff;
    margin-right: 20px;
}
.contents-right{
    flex: 1.4;
    /* max-width: 50%; */
    height: 100%;
    /* background-color: black; */
}
.contents-rights{
    width: auto;
    height: 300px;
}
.caritem{
    width: 300px;
    height: 200px;
    background-color: pink;
    z-index: inherit;
}
.cardlist{
    max-width: 1380px;
    /* background-color: pink; */
    /* height: 300px; */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.listli{
    width: 300px;
    height: 140px;
    /* background-color: black; */
    margin-right: 20px;
    box-shadow: 0 4px 8px 0 rgba(51,51,51,.08);
    border: 1px solid #eee;
    background-color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
}
.listli img{
    width: 200px;
    /* height: 100%; */
    display: inline-block;
}
.customerCaseGroup___1_7aZ .caseContainer___g20_p .case___9Ec2w {
    -webkit-box-shadow: 0 4px 8px 0 rgba(51,51,51,.08);
    box-shadow: 0 4px 8px 0 rgba(51,51,51,.08);
    border: 1px solid #eee;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.xf img{
    width: 200px !important;
    height: 80px !important;
}
.wy img{
    width: 200px !important;
    height: 150px !important;
}
.listli:hover{
    box-shadow: 0 4px 8px 0 rgba(51,51,51,.16);
    border: 1px solid #eee;
    background-color: #fff;
    transition: all .3s;
    cursor: pointer;
}
.swiper{
    display: none;
}
.tpm-hero2__item-desc{
    font-size: 16px;
    color: #4b5b76;
    line-height: 24px;
    max-height: 48px;

}
@media screen and (max-width: 768px) {
    .box-content li{
        display: inline-block;
        vertical-align: top;
        width: auto;
        box-sizing: border-box;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .box-content{
        flex-direction: column;
    }
    .allbox{
        width: auto;
        height: auto;
        padding-top: 20px;
    }
    .tpm-box{
        flex-direction: column;
    }
    .tpm-product__recommend{
        box-sizing: border-box;
    }
    .centercontent{
        flex-direction: column;
       
    }
    .centter_content{
        margin-bottom: 20px;
    }
    .cententbox{
        height: auto;
    }
    .tpm-box{
        height: auto;
    }
    .tpm-box-right{
        margin-top: 20px;
    }
    .tpm-box-right .righttopbottom{
        width: auto;
        flex-direction: column;
    }
    .righttopbottoms{
        flex-direction: column;
        width: auto;
    }
    .tpm-box-right{
        width: auto;
    }
    .box-top{
        height: auto;
    }
    .tpm-product__recommend{
        margin-right: 0px;
        padding: 10px;
    }
    .contents-left{
        display: none;
    }
    .contents-right{
        display: none;
    }
    footer{
        display: none;
    }
    .swiper{
        display: block;
        flex: 1;
        padding: 20px;
    }
    .leftbotton{
        width: 100px;
    }
    .rightbotton{
        width: 100px;
    }
    .botton{
        justify-content: space-between;
    }
    .box-content{
        padding: 20px;
    }
    .centter_content{
        margin-right: 0;
    }
    .centercontent{
        padding: 20px;
    }
}
