<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.link a{text-decoration: none;color:#fff;}
.container{height:auto;position: relative;overflow: hidden;max-width: 1920px;margin:auto;}
.pic{margin-top:-5px;}

.banner{
    width:1920px;
    height:876px;
    background: url('../pc/pc_01.jpg') no-repeat;
    background-size: 100%;
    position: relative;
}
.body{
    width:1920px;
    background-size: 100%;
    position: relative;
}
.body img{
  width: 100%;
  display: block;
}

.footer{
    width:1920px;
    height:200px;
    position: relative;
    background: #344CFE;
}

.left-box{
    width: 323px;
    height: 205px;
    position: absolute;
    top: 55%;
    left: 23%;
}

.left{
    width:150px;
    height:150px;
}

.ewm-box{background-color: #fff;border-radius: 5px;}
.ewm{width:120px;height:120px;margin:15px auto;border-radius: 5px;}

.right-box{height:194px;}

.down-btn{
    width: 140px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    color:#1051FB;
    font-size:16px;

}

.link{
    width:638px;
    height:154px;
    position: absolute;
    bottom:12px;
    left:641px;
    color:#fff;
}



</pre></body></html>