/**
 * Created by Leonardo on 2022/4/15.
 */
body {
    background: #2d5c93;
    margin: 0;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    position: relative;
    width: 1280px;
    height: auto;
    margin: 0 auto;
}



.frame5_btn {
    left: 1190px;
    top: 550px;
    background: #FF6C01;
    color: white;
}

.frame18 {
    position: relative;
    width: 1280px;
    height: 507px;
    background: url("../images/train/18.jpeg");
}
.frame17 {
    position: relative;
    width: 1280px;
    height: 547px;
    background: url("../images/train/17.jpeg");
}
.frame16 {
    position: relative;
    width: 1280px;
    height: 547px;
    background: url("../images/train/16.jpeg");
}
.frame15 {
    position: relative;
    width: 1280px;
    height: 547px;
    background: url("../images/train/15.jpeg");
}
.frame14 {
    position: relative;
    width: 1280px;
    height: 267px;
    background: url("../images/train/14.jpeg");
}
.frame13 {
    position: relative;
    width: 1280px;
    height: 533px;
    background: url("../images/train/13.jpeg");
}
.frame12 {
    position: relative;
    width: 1280px;
    height: 333px;
    background: url("../images/train/12.jpeg");
}

.frame11 {
    position: relative;
    width: 1280px;
    height: 600px;
    background: url("../images/train/11.jpeg");
}

.frame10 {
    position: relative;
    width: 1280px;
    height: 533px;
    background: url("../images/train/10.jpeg");
}

.frame9 {
    position: relative;
    width: 1280px;
    height: 533px;
    background: url("../images/train/9.jpeg");
}

.frame8 {
    position: relative;
    width: 1280px;
    height: 533px;
    background: url("../images/train/8.jpeg");
}

.frame7 {
    position: relative;
    width: 1280px;
    height: 300px;
    background: url("../images/train/7.jpeg");
}

.frame6 {
    position: relative;
    width: 1280px;
    height: 600px;
    background: url("../images/train/6.jpeg");
}

.frame5 {
    position: relative;
    width: 1280px;
    height: 467px;
    background: url("../images/train/5.jpeg");
}

.frame4 {
    position: relative;
    width: 1280px;
    height: 400px;
    background: url("../images/train/4.jpeg");
}

.frame3 {
    position: relative;
    width: 1280px;
    height: 333px;
    background: url("../images/train/3.jpeg");
}

.frame2 {
    position: relative;
    width: 1280px;
    height: 533px;
    background: url("../images/train/2.jpeg");
}



/*导航*/
.frame1 {
    position: relative;
    width: 1280px;
    height: 600px;
    left: 0px;
    top: 0px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;

    background: url("../images/train/1.jpeg");
}


