.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/80c860c4-a54a-450b-8215-d40463192063.jpg');
    background-position: top;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.content{
    width: 55%;
    height: 500px;
    /* background-color: pink; */
    margin: 0 auto;
    position: relative;
}
.titleTop{
    position: absolute;
    top: 200px;
    font-size: 40px;
    color: #195ff3;
}
.titleTops{
    position: absolute;
    top: 280px;
    font-size: 20px;
    color: #195ff3;
}
.cardlist{
    /* width: 70%; */
    /* height: 500px; */
    /* background-color: pink; */
    max-width: 1380px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.card{
    width: 300px;
    height: 300px;
    padding: 50px;
        border: 1px solid #eee;
        -webkit-box-shadow: 0 4px 8px 0 rgba(51,51,51,.08);
        box-shadow: 0 4px 8px 0 rgba(51,51,51,.08);
        background: #fff;
    margin-right: 20px;
}
.text{
    display: flex;
    justify-content: center;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.clound{
    margin-top: 10px;
}
.emails{
    margin-top: 20px;
    color: #999;
}
.emailsnumber{
    margin-top: 10px;
    color: #00aae7;
}
.phone{
    margin-top: 20px;
    color: #999;
}
.phonenumber{
    margin-top: 10px;
    color: #00aae7;
}
.end{
    height: 500px;
    background-color: #fafafa;
    margin-top: 15px;
}
.endbox{
    width: 70%;
    height: 100%;
    
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.endleft{
    width: 45%;
    background-color: #fff;
}
.endright{
    width: 45%;
    background-color: yellow;
}
#container{
    width: 100%;
    height: 100%;
}
.boxtitle{
    display: flex;
    justify-content: center;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.endleft{
    background-image: url('/assets/index/yjy.jpg');
    background-repeat: no-repeat;
    position: relative;
}
.titleyjy{
    position: absolute;
    top: 180px;
    left: 100px;
    color: #fff;
    font-size: 30px;
}
.titleyjys{
    position: absolute;
    top: 200px;
    left: 200px;
    color: #fff;
    font-size: 30px;
}
.footer-box {
    /* max-width: 1920px; */
    height: 402px;
    background: url('/assets/index/6276fe080ee3933bd2804a4d93b4c95d.png')
      100% no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.logo img{
    
    height: 150px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .cardlist{
        flex-direction: column;
        align-items: center;
    }
    .card{
        margin-bottom: 20px;
    }
    /* .endbox{
        flex-direction: column;
    } */
}
/* cardlist */