*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
.containner{
    width: 1920px;
    height: 3200px;
    background-image: url(../img/background1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.header{
    width: 1920px;
    position: relative;
    height: 160px;
}
.header_img{
    /* 46 33 */
    position: absolute;
    top: 33px;
    left: 46px;
}
.banner{
    width: 1920px;
    height: 660px;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}
.banner .more{
    /* 65 35 */
    position:absolute;
    bottom: 35px;
    right: 65px;
}
.main{
    height: 2030px;
    background-image: url(../img/secondeback.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 60px;
}
.box{
    width: 1500px;
    height: 1800px;
    /* background-color: rebeccapurple; */
    margin-left: 200px;
    
}
