.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{
    
}
.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/product.png');
    /* background-size: cover; */
    /* display: flex;
    position: relative; */
    background-position: top;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.title{
    padding-top: 180px;
   
        font-size: 40px;
        line-height: 52px;
        font-weight: 500;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    
}
.tpm-prod-hero__btn {
    background: #0052d9;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    color: #fff;
    width: 136px;
    height: 44px;
    font-size: 16px;
    line-height: 42px;
    font-style: normal;
    transition: all .3s ease-in-out;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}
.tpm-prod-hero__descs {
    font-size: 16px;
    line-height: 28px;
    max-width: 700px;
}
.cont{
    max-width: 1380px;
    margin: 0 auto;
}
.footer-box {
    /* max-width: 1920px; */
    height: 402px;
    background: url('/assets/index/6276fe080ee3933bd2804a4d93b4c95d.png')
      100% no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.product{
    text-align: center;
    background-color: #fff;
    padding: 30px;
}
.product_zj{
    margin-top: 30px;
}
.product_top{
    font-size: 20px;
}
.product_zj{
    font-size: 20px;
}
.list{
    /* width: 70%; */
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
    justify-content: center;
}
.listone{
    background-image: url('/assets/index/red.png');
    background-size: contain;
    width: 320px;
    height: 192px;
    background-repeat: no-repeat;
}
.listone2{
    background-image: url('/assets/index/blue.png');
    background-size: contain;
    width: 320px;
    height: 192px;
    background-repeat: no-repeat;
    margin-left: 30px;
    margin-right: 30px;
}
.listone3{
    background-image: url('/assets/index/yellow.png');
    background-size: contain;
    width: 320px;
    height: 192px;
    background-repeat: no-repeat;
}
.lc{
    background-image: url('/assets/index/ywlc.png');
    background-size: contain;
    width: 919px;
    height: 546px;
    margin: 0 auto;
    margin-top: 30px;
    background-repeat: no-repeat;
}
.products{
   
    background-image: linear-gradient(180deg,#f3f5f8,#fff);
    
    box-shadow: 8px 8px 20px rgba(55,99,170,.1),-8px -8px 20px #fff;
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
}
.tccc{
    background-image: url('/assets/index/TCCC.png');
    background-size: contain;
    width: 956px;
    height: 503px;
    margin: 0 auto;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
.logo img{
   
    height: 150px;
    cursor: pointer;
}
.boxleft{
    flex: 1;
    /* background-color: pink; */
    /* position: absolute; */
    padding: 80px;
    padding-top: 180px;
    padding-left: 180px;
    /* color: #fff; */
}
.boxright{
    flex: 1;
    /* background-color: black; */
    /* position: absolute; */
    padding: 80px;
    padding-top: 180px;
    border-left: 2px solid #e6e9ee;
    /* color: #fff; */
}
.tpm-prod-hero__desc {
    font-size: 16px;
    line-height: 28px;
    max-width: 700px;
    text-indent: 2em;
    font-weight: bold;
    line-height: 28px;
    
}

.list, .tccc ,.lc{ 
    opacity: 0; 
    transform: translateY(50px); 
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.list.show, .tccc.show, .lc.show{
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 768px) {
    .tccc{
        width: auto;
        height:200px;
    }
    .list{
        flex-direction: column;
    }
    .listone2{
        margin: 0;
    }
    .lc{
        width: auto;
        height:200px;
    }
    .cont{
        padding: 20px;
    }
}

