#page1{
    padding: 35px 0 0 0;
}
.wrapper{
    width: 1200px;
    /*background-color: yellow;*/
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.box{
    width: 210px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-size: 12px;
}
.wrapper img{
    width: 180px;
    height: 130px;
}
.wrapper a{
    /*target:"_blank";*/
}
.box p{

}
.box1{ background-color: #f4f4f4;}
.box2{ background-color: #f4f4f4;}
.box3{ background-color: #f4f4f4;}
.box4{ background-color: #f4f4f4;}
.box5{ background-color: #f4f4f4;}
.box6{ background-color: #f4f4f4;}
.box:nth-child(odd){
    transform: translateY(-800px);
}
.box:nth-child(even){
    transform: translateY(800px);
}
.page1-show{
    transition: .3s cubic-bezier(.24,1.13,.94,1.16) !important;
    transform: translateY(0px) !important;
}